summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie
2024-04-30um: Fix -Wmissing-prototypes warnings for (rt_)sigreturnTiwei Bie
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie
2024-04-22um: process: remove unused 'n' variableJohannes Berg
2024-04-22um: vector: remove unused len variable/calculationJohannes Berg
2024-04-22um: vector: fix bpfflash parameter evaluationJohannes Berg
2024-04-22um: slirp: remove set but unused variable 'pid'Johannes Berg
2024-04-22um: signal: move pid variable where neededJohannes Berg
2024-04-22um: Makefile: use bash from the environmentYueh-Shun Li
2024-04-22um: Add winch to winch_handlers before registering winch IRQRoberto Sassu
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie
2024-04-22um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie
2024-04-22um: Move declarations to proper headersTiwei Bie
2024-04-22um: Add missing headersTiwei Bie
2024-04-22um: Fix the return type of __switch_toTiwei Bie
2024-04-22um: Remove unused functionsTiwei Bie
2024-04-22um: Fix the declaration of vfreeTiwei Bie
2024-04-22um: Make local functions and variables staticTiwei Bie
2024-04-22um: Fix return value in ubd_init()Duoming Zhou
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-21Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-04-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-04-19Merge tag 's390-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-04-19arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian
2024-04-18arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2HArd Biesheuvel
2024-04-18arm64/head: Drop unnecessary pre-disable-MMU workaroundArd Biesheuvel
2024-04-18x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-04-18x86/fred: Fix incorrect error code printout in fred_bad_type()Hou Wenlong
2024-04-18x86/fred: Fix INT80 emulation for FREDXin Li (Intel)
2024-04-17x86/retpolines: Enable the default thunk warning only on relevant configsBorislav Petkov (AMD)
2024-04-17Merge branch 'svm' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-04-17s390/mm: Fix NULL pointer dereferenceSven Schnelle
2024-04-16Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-15arm64/hugetlb: Fix page table walk in huge_pte_alloc()Anshuman Khandual
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-14Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-04-14x86/bugs: Fix BHI retpoline checkJosh Poimboeuf
2024-04-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-04-12Merge tag 'soc-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-12Kconfig: add some hidden tabs on purposeLinus Torvalds
2024-04-12Merge tag 'mips-fixes_6.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf