summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-0930-249/+1161
|\
| * s390/pci: remove unused bus_next field from struct zpci_devNiklas Schnelle2022-09-281-1/+0
| * s390/cio: remove unused ccw_device_force_console() declarationGaosheng Cui2022-09-281-1/+0
| * s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter2022-09-165-4/+682
| * s390/mm: fix no previous prototype warnings in maccess.cAlexander Gordeev2022-09-161-0/+1
| * s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev2022-09-145-15/+19
| * s390/mm,ptdump: add real memory copy page markersAlexander Gordeev2022-09-141-0/+7
| * s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2022-09-148-89/+70
| * s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev2022-09-143-35/+34
| * s390/pci: convert high_memory to physical addressNiklas Schnelle2022-09-141-1/+1
| * s390/smp,ptdump: add absolute lowcore markersAlexander Gordeev2022-09-141-0/+7
| * s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-1414-84/+315
| * s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev2022-09-143-2/+3
| * Merge branch 'fixes' into featuresVasily Gorbik2022-09-148-54/+68
| |\
| * | s390/ptdump: add missing amode31 markersHeiko Carstens2022-09-071-0/+6
| * | s390/mm: split lowcore pages with set_memory_4k()Heiko Carstens2022-09-071-2/+5
| * | s390/mm: remove unused access parameter from do_fault_error()Heiko Carstens2022-08-301-8/+7
| * | s390/delay: sync comment within __delay() with realityHeiko Carstens2022-08-301-7/+4
| * | s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-302-2/+2
* | | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-096-47/+15
|\ \ \
| * | | riscv: enable THP_SWAP for RV64Jisheng Zhang2022-10-071-0/+1
| * | | RISC-V: Print SSTC in canonical orderPalmer Dabbelt2022-10-071-1/+1
| * | | riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang2022-10-061-1/+1
| * | | RISC-V: Increase range and default value of NR_CPUSAnup Patel2022-10-041-3/+6
| * | | riscv: enable CD-ROM file systems in defconfigHeinrich Schuchardt2022-08-261-0/+3
| * | | riscv: topology: fix default topology reportingConor Dooley2022-08-152-2/+3
| * | | arm64: topology: move store_cpu_topology() to shared codeConor Dooley2022-08-151-40/+0
* | | | Merge tag 'microblaze-v6.1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2022-10-094-1/+347
|\ \ \ \
| * | | | microblaze: Add support for error injectionAppana Durga Kedareswara rao2022-09-262-0/+60
| * | | | microblaze: Add custom break vector handler for mb managerAppana Durga Kedareswara rao2022-09-262-1/+212
| * | | | microblaze: Add xmb_manager_register functionAppana Durga Kedareswara rao2022-09-263-0/+75
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-0937-859/+1474
|\ \ \ \
| * | | | KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-2610-13/+0
| * | | | KVM: mips, x86: do not rely on KVM_REQ_UNHALTPaolo Bonzini2022-09-262-5/+11
| * | | | KVM: x86: never write to memory from kvm_vcpu_check_block()Paolo Bonzini2022-09-261-3/+11
| * | | | KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested eventsSean Christopherson2022-09-261-26/+10
| * | | | KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pendingSean Christopherson2022-09-261-2/+2
| * | | | KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-EnterSean Christopherson2022-09-261-12/+6
| * | | | KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is setSean Christopherson2022-09-261-1/+2
| * | | | KVM: x86: lapic does not have to process INIT if it is blockedPaolo Bonzini2022-09-261-1/+2
| * | | | KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specificSean Christopherson2022-09-262-4/+4
| * | | | KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowedSean Christopherson2022-09-264-11/+14
| * | | | KVM: nVMX: Make an event request when pending an MTF nested VM-ExitSean Christopherson2022-09-262-2/+7
| * | | | KVM: x86: make vendor code check for all nested eventsPaolo Bonzini2022-09-263-6/+12
| * | | | KVM: x86: Allow force_emulation_prefix to be written without a reloadSean Christopherson2022-09-261-3/+4
| * | | | KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()Sean Christopherson2022-09-263-5/+45
| * | | | KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behaviorSean Christopherson2022-09-261-5/+11
| * | | | KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptionsSean Christopherson2022-09-262-4/+2
| * | | | KVM: x86: Morph pending exceptions to pending VM-Exits at queue timeSean Christopherson2022-09-266-150/+188
| * | | | KVM: nVMX: Document priority of all known events on Intel CPUsSean Christopherson2022-09-261-0/+83