summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman2023-03-2062-226/+339
|\
| * Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-191-0/+1
| |\
| | * x86/mce: Make sure logged MCEs are processed after sysfs updateYazen Ghannam2023-03-121-0/+1
| * | Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-196-20/+45
| |\ \
| | * | x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich2023-03-161-1/+2
| | * | x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang2023-03-153-9/+24
| | * | virt/coco/sev-guest: Add throttling awarenessDionna Glaze2023-03-132-1/+6
| | * | virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)2023-03-131-5/+11
| | * | virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)2023-03-131-5/+6
| | * | virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)2023-03-131-3/+0
| * | | Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-177-17/+42
| |\ \ \
| | * | | x86/PVH: obtain VGA console info in Dom0Jan Beulich2023-03-145-8/+22
| | * | | x86/xen/time: cleanup xen_tsc_safe_clocksourceKrister Johansen2023-02-231-5/+2
| | * | | xen: update arch/x86/include/asm/xen/cpuid.hKrister Johansen2023-02-231-4/+18
| * | | | Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-175-51/+42
| |\ \ \ \
| | * | | | RISC-V: mm: Support huge page in vmalloc_fault()Dylan Jhong2023-03-141-0/+5
| | * | | | Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt2023-03-094-51/+37
| | |\ \ \ \
| | | * | | | riscv: asid: Fixup stale TLB entry cause application crashGuo Ren2023-03-091-10/+20
| | | * | | | Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2023-03-094-41/+17
| * | | | | | Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-177-34/+32
| |\ \ \ \ \ \
| | * | | | | | s390: update defconfigsHeiko Carstens2023-03-133-19/+8
| | * | | | | | PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle2023-03-133-15/+16
| | * | | | | | s390/ipl: add missing intersection check to ipl_report handlingSven Schnelle2023-03-131-0/+8
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'powerpc-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-03-172-3/+9
| |\ \ \ \ \ \
| | * | | | | | powerpc/mm: Fix false detection of read faultsRussell Currey2023-03-151-3/+8
| | * | | | | | powerpc/pseries: RTAS work area requires GENERIC_ALLOCATORRandy Dunlap2023-03-141-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-03-168-67/+66
| |\ \ \ \ \ \
| | * | | | | | KVM: SVM: WARN if GATag generation drops VM or vCPU ID informationSean Christopherson2023-03-141-3/+12
| | * | | | | | KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUsSuravee Suthikulpanit2023-03-141-8/+18
| | * | | | | | KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskSean Christopherson2023-03-141-5/+7
| | * | | | | | KVM: VMX: Use tabs instead of spaces for indentationRong Tao2023-03-141-2/+2
| | * | | | | | KVM: VMX: Fix indentation coding style issueRong Tao2023-03-141-6/+6
| | * | | | | | KVM: nVMX: remove unnecessary #ifdefPaolo Bonzini2023-03-141-7/+1
| | * | | | | | KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini2023-03-141-2/+8
| | * | | | | | Merge tag 'kvmarm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-03-143-36/+14
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier2023-03-113-36/+14
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-141-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ftrace,kcfi: Define ftrace_stub_graph conditionallyArnd Bergmann2023-03-091-0/+2
| * | | | | | Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-121-0/+9
| |\ \ \ \ \ \
| | * | | | | | x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-081-0/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-101-2/+2
| |\ \ \ \ \ \
| | * | | | | | alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro2023-03-061-2/+2
| | |/ / / / /
| * | | | | | Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-108-8/+52
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-094-6/+39
| | * | | | | riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-091-1/+1
| | * | | | | RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-03-071-1/+1
| | * | | | | RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-062-0/+11
| | |/ / / /
| * | | | | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-096-2/+9
| |\ \ \ \ \
| | * | | | | eth: fealnx: bring back this old driverJakub Kicinski2023-03-082-0/+2
| | * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-061-0/+1
| | |\ \ \ \ \