summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m68k: apollo: Add and use "apollo.h"Geert Uytterhoeven2023-10-063-1/+8
* m68k: apollo: Replace set but not used variable by READ_ONCE()Geert Uytterhoeven2023-10-061-3/+3
* m68k: apollo: Make local reset, serial, and irq functions staticGeert Uytterhoeven2023-10-062-7/+7
* m68k: apollo: Remove unused debug console functionsGeert Uytterhoeven2023-10-061-28/+0
* m68k: atari: Add and use "atari.h"Geert Uytterhoeven2023-10-065-11/+21
* m68k: atari: Make atari_stram_map_pages() staticGeert Uytterhoeven2023-10-061-1/+1
* m68k: atari: Make atari_platform_init() staticGeert Uytterhoeven2023-10-061-1/+1
* m68k: atari: Make ikbd_reset() staticGeert Uytterhoeven2023-10-061-1/+1
* m68k: atari: Document data parameter of stdma_try_lock()Geert Uytterhoeven2023-10-061-0/+1
* m68k: amiga: Add and use "amiga.h"Geert Uytterhoeven2023-10-063-2/+9
* m68k: amiga: pcmcia: Replace set but not used variable by READ_ONCE()Geert Uytterhoeven2023-10-061-2/+1
* m68k: emu: Mark version[] __maybe_unusedGeert Uytterhoeven2023-10-061-1/+1
* m68k: emu: Remove unused vsnprintf() return value in nfprint()Geert Uytterhoeven2023-10-061-2/+1
* m68k: mm: Add and use "fault.h"Geert Uytterhoeven2023-10-064-6/+11
* m68k: mm: Move paging_init() to common <asm/pgtable.h>Geert Uytterhoeven2023-10-063-3/+9
* m68k: mm: Include <asm/hwtest.h> for hwreg_()Geert Uytterhoeven2023-10-061-0/+2
* m68k: kernel: Add and use "vectors.h"Geert Uytterhoeven2023-10-062-0/+5
* m68k: kernel: Add and use "traps.h"Geert Uytterhoeven2023-10-062-0/+12
* m68k: kernel: Add and use "signal.h"Geert Uytterhoeven2023-10-062-0/+9
* m68k: kernel: Add and use "ptrace.h"Geert Uytterhoeven2023-10-062-0/+8
* m68k: kernel: Add and use "process.h"Geert Uytterhoeven2023-10-062-0/+9
* m68k: kernel: Add and use "ints.h"Geert Uytterhoeven2023-10-062-0/+9
* m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven2023-10-062-0/+20
* m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven2023-10-061-1/+1
* m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven2023-10-061-0/+1
* m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven2023-10-061-1/+1
* m68k: Use kernel's generic libgcc functionsGreg Ungerer2023-10-065-186/+4
* m68k: emu: Replace strlcpy() with strscpy()Azeem Shaikh2023-10-061-3/+3
* m68k: math-emu: Add missing prototypesGeert Uytterhoeven2023-10-064-0/+66
* m68k: math-emu: Reformat function and variable headersGeert Uytterhoeven2023-10-064-118/+60
* m68k: math-emu: Replace external declarations by header inclusionGeert Uytterhoeven2023-10-061-4/+3
* m68k: math-emu: Make multi_arith.h self-containedGeert Uytterhoeven2023-10-061-0/+2
* m68k: math-emu: Sanitize include guardsGeert Uytterhoeven2023-10-063-9/+9
* m68k: math-emu: Fix incorrect file reference in fp_log.cGeert Uytterhoeven2023-10-061-1/+1
* Linux 6.6-rc3v6.6-rc3Linus Torvalds2023-09-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-2420-161/+209
|\
| * Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-23350-1241/+2321
| |\
| | * KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel2023-09-211-2/+21
| | * KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel2023-09-211-14/+21
| | * RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel2023-09-211-1/+4
| | * RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel2023-09-211-1/+1
| * | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
| * | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-233-12/+29
| * | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
| * | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-236-103/+68
| * | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
| * | KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
| * | KVM: selftests: Assert that vasprintf() is successfulSean Christopherson2023-09-201-1/+1
| * | Merge tag 'kvmarm-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-09-148-8/+16
| |\ \
| | * | KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker2023-09-127-8/+13