summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-10-06m68k: kernel: Add and use "vectors.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "traps.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "signal.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "ptrace.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "process.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "ints.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven
2023-10-06m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven
2023-10-06m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven
2023-10-06m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven
2023-10-06m68k: Use kernel's generic libgcc functionsGreg Ungerer
2023-10-06m68k: emu: Replace strlcpy() with strscpy()Azeem Shaikh
2023-10-06m68k: math-emu: Add missing prototypesGeert Uytterhoeven
2023-10-06m68k: math-emu: Reformat function and variable headersGeert Uytterhoeven
2023-10-06m68k: math-emu: Replace external declarations by header inclusionGeert Uytterhoeven
2023-10-06m68k: math-emu: Make multi_arith.h self-containedGeert Uytterhoeven
2023-10-06m68k: math-emu: Sanitize include guardsGeert Uytterhoeven
2023-10-06m68k: math-emu: Fix incorrect file reference in fp_log.cGeert Uytterhoeven
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-23Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2023-09-23KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky
2023-09-23KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky
2023-09-23KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson
2023-09-23KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini
2023-09-22Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-09-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-09-22Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf
2023-09-21Merge tag 'fix-ia64-build-for-v6.6' of ssh://gitolite.kernel.org/pub/scm/linu...Rafael J. Wysocki
2023-09-21Merge tag 'powerpc-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-09-21KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson
2023-09-21RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel
2023-09-21RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel
2023-09-20LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen
2023-09-20kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen
2023-09-20LoongArch: Set all reserved memblocks on Node#0 at initializationHuacai Chen
2023-09-20LoongArch: Remove dead code in relocate_new_kernelTiezhu Yang
2023-09-20LoongArch: Use _UL() and _ULL()Andy Shevchenko
2023-09-20LoongArch: Fix some build warnings with W=1Bibo Mao
2023-09-20LoongArch: Fix lockdep static memory detectionHelge Deller
2023-09-19sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGeert Uytterhoeven
2023-09-19x86/shstk: Add warning for shadow stack double unmapRick Edgecombe
2023-09-19x86/shstk: Remove useless clone error handlingRick Edgecombe
2023-09-19x86/shstk: Handle vfork clone failure correctlyRick Edgecombe