aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-04-11arm64: ftrace: Add direct call supportGravatar Florent Revest 5-20/+138
2023-03-21ftrace: selftest: remove broken trace_direct_trampGravatar Mark Rutland 3-0/+14
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2023-03-19Merge tag 'x86_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-20/+45
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-17/+42
2023-03-17Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-51/+42
2023-03-17Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 7-34/+32
2023-03-17Merge tag 'powerpc-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-3/+9
2023-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-67/+66
2023-03-16x86/mm: Fix use of uninitialized buffer in sme_enable()Gravatar Nikita Zhandarovich 1-1/+2
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedGravatar Shawn Wang 3-9/+24
2023-03-15powerpc/mm: Fix false detection of read faultsGravatar Russell Currey 1-3/+8
2023-03-14RISC-V: mm: Support huge page in vmalloc_fault()Gravatar Dylan Jhong 1-0/+5
2023-03-14Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+2
2023-03-14x86/PVH: obtain VGA console info in Dom0Gravatar Jan Beulich 5-8/+22
2023-03-14KVM: SVM: WARN if GATag generation drops VM or vCPU ID informationGravatar Sean Christopherson 1-3/+12
2023-03-14KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUsGravatar Suravee Suthikulpanit 1-8/+18
2023-03-14KVM: SVM: Fix a benign off-by-one bug in AVIC physical table maskGravatar Sean Christopherson 1-5/+7
2023-03-14KVM: VMX: Use tabs instead of spaces for indentationGravatar Rong Tao 1-2/+2
2023-03-14KVM: VMX: Fix indentation coding style issueGravatar Rong Tao 1-6/+6
2023-03-14KVM: nVMX: remove unnecessary #ifdefGravatar Paolo Bonzini 1-7/+1
2023-03-14KVM: nVMX: add missing consistency checks for CR0 and CR4Gravatar Paolo Bonzini 1-2/+8
2023-03-14Merge tag 'kvmarm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 3-36/+14
2023-03-14powerpc/pseries: RTAS work area requires GENERIC_ALLOCATORGravatar Randy Dunlap 1-0/+1
2023-03-13virt/coco/sev-guest: Add throttling awarenessGravatar Dionna Glaze 2-1/+6
2023-03-13virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseGravatar Borislav Petkov (AMD) 1-5/+11
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingGravatar Borislav Petkov (AMD) 1-5/+6
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeGravatar Borislav Petkov (AMD) 1-3/+0
2023-03-13s390: update defconfigsGravatar Heiko Carstens 3-19/+8
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugGravatar Niklas Schnelle 3-15/+16
2023-03-13s390/ipl: add missing intersection check to ipl_report handlingGravatar Sven Schnelle 1-0/+8
2023-03-12x86/mce: Make sure logged MCEs are processed after sysfs updateGravatar Yazen Ghannam 1-0/+1
2023-03-12Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+9
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueGravatar Marc Zyngier 3-36/+14
2023-03-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+2
2023-03-10Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-8/+52
2023-03-09ftrace,kcfi: Define ftrace_stub_graph conditionallyGravatar Arnd Bergmann 1-0/+2
2023-03-09Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Gravatar Palmer Dabbelt 4-51/+37
2023-03-09riscv: asid: Fixup stale TLB entry cause application crashGravatar Guo Ren 1-10/+20
2023-03-09Revert "riscv: mm: notify remote harts about mmu cache updates"Gravatar Sergey Matyukevich 4-41/+17
2023-03-09RISC-V: Don't check text_mutex during stop_machineGravatar Conor Dooley 4-6/+39
2023-03-09riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeGravatar Alexandre Ghiti 1-1/+1
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-2/+9
2023-03-09Merge tag 'm68k-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-11/+13
2023-03-09sh: sanitize the flags on sigreturnGravatar Al Viro 2-0/+4
2023-03-08eth: fealnx: bring back this old driverGravatar Jakub Kicinski 2-0/+2
2023-03-08x86/resctl: fix scheduler confusion with 'current'Gravatar Linus Torvalds 4-10/+10
2023-03-08x86/CPU/AMD: Disable XSAVES on AMD family 0x17Gravatar Andrew Cooper 1-0/+9
2023-03-07RISC-V: fix taking the text_mutex twice during sifive errata patchingGravatar Conor Dooley 1-1/+1
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+1