summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-06m68k: bvme6000: Make bvme6000_abort_int() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: apollo: Add and use "apollo.h"Geert Uytterhoeven3-1/+8
2023-10-06m68k: apollo: Replace set but not used variable by READ_ONCE()Geert Uytterhoeven1-3/+3
2023-10-06m68k: apollo: Make local reset, serial, and irq functions staticGeert Uytterhoeven2-7/+7
2023-10-06m68k: apollo: Remove unused debug console functionsGeert Uytterhoeven1-28/+0
2023-10-06m68k: atari: Add and use "atari.h"Geert Uytterhoeven5-11/+21
2023-10-06m68k: atari: Make atari_stram_map_pages() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: atari: Make atari_platform_init() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: atari: Make ikbd_reset() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: atari: Document data parameter of stdma_try_lock()Geert Uytterhoeven1-0/+1
2023-10-06m68k: amiga: Add and use "amiga.h"Geert Uytterhoeven3-2/+9
2023-10-06m68k: amiga: pcmcia: Replace set but not used variable by READ_ONCE()Geert Uytterhoeven1-2/+1
2023-10-06m68k: emu: Mark version[] __maybe_unusedGeert Uytterhoeven1-1/+1
2023-10-06m68k: emu: Remove unused vsnprintf() return value in nfprint()Geert Uytterhoeven1-2/+1
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven4-6/+11
2023-10-06m68k: mm: Move paging_init() to common <asm/pgtable.h>Geert Uytterhoeven3-3/+9
2023-10-06m68k: mm: Include <asm/hwtest.h> for hwreg_()Geert Uytterhoeven1-0/+2
2023-10-06m68k: kernel: Add and use "vectors.h"Geert Uytterhoeven2-0/+5
2023-10-06m68k: kernel: Add and use "traps.h"Geert Uytterhoeven2-0/+12
2023-10-06m68k: kernel: Add and use "signal.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use "ptrace.h"Geert Uytterhoeven2-0/+8
2023-10-06m68k: kernel: Add and use "process.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use "ints.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven2-0/+20
2023-10-06m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven1-0/+1
2023-10-06m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven1-1/+1
2023-10-06m68k: Use kernel's generic libgcc functionsGreg Ungerer5-186/+4
2023-10-06m68k: emu: Replace strlcpy() with strscpy()Azeem Shaikh1-3/+3
2023-10-06m68k: math-emu: Add missing prototypesGeert Uytterhoeven4-0/+66
2023-10-06m68k: math-emu: Reformat function and variable headersGeert Uytterhoeven4-118/+60
2023-10-06m68k: math-emu: Replace external declarations by header inclusionGeert Uytterhoeven1-4/+3
2023-10-06m68k: math-emu: Make multi_arith.h self-containedGeert Uytterhoeven1-0/+2
2023-10-06m68k: math-emu: Sanitize include guardsGeert Uytterhoeven3-9/+9
2023-10-06m68k: math-emu: Fix incorrect file reference in fp_log.cGeert Uytterhoeven1-1/+1
2023-09-24Linux 6.6-rc3v6.6-rc3Linus Torvalds1-1/+1
2023-09-23mfd: cs42l43: Use correct macro for new-style PM runtime opsCharles Keepax1-2/+2
2023-09-23KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky1-1/+33
2023-09-23KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky3-12/+29
2023-09-23KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini1-4/+1
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson6-103/+68
2023-09-23KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini3-19/+14
2023-09-22cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook1-2/+2
2023-09-22cxl/port: Fix cxl_test register enumeration regressionDan Williams1-4/+9
2023-09-22eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)1-17/+70
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2-1/+3
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf1-8/+0
2023-09-22i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally1-1/+1
2023-09-22gpio: sim: fix an invalid __free() usageBartosz Golaszewski1-37/+23