summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-1017-767/+25
|\
| * crypto: x86/sm4 - Remove cfb(sm4)Herbert Xu2023-12-086-271/+4
| * crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu2023-12-086-489/+4
| * crypto: s390/aes - Fix buffer overread in CTR modeHerbert Xu2023-12-082-2/+6
| * crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-12-011-1/+1
| * crypto: x86/sha256 - autoload if SHA-NI detectedEric Biggers2023-11-171-2/+5
| * crypto: x86/sha1 - autoload if SHA-NI detectedEric Biggers2023-11-171-2/+5
* | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-101-2/+2
|\ \
| * | atags_proc: Add __counted_by for struct buffer and use struct_size()Gustavo A. R. Silva2023-12-021-2/+2
* | | Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-094-5/+0
|\ \ \
| * | | efi/loongarch: Directly position the loaded image fileWang Yao2023-12-194-5/+0
* | | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-0917-1/+52
|\ \ \ \
| * | | | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-1217-1/+52
| | |_|/ | |/| |
* | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-0982-205/+234
|\ \ \ \
| * | | | x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang2024-01-051-1/+1
| * | | | x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang2024-01-051-5/+5
| * | | | x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang2023-12-291-1/+1
| * | | | x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang2023-12-291-1/+1
| * | | | x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang2023-12-291-1/+1
| * | | | x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang2023-12-201-5/+2
| * | | | riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He2023-12-201-1/+1
| * | | | kexec_file, parisc: print out debugging message if requiredBaoquan He2023-12-201-4/+4
| * | | | kexec_file, power: print out debugging message if requiredBaoquan He2023-12-202-13/+13
| * | | | kexec_file, riscv: print out debugging message if requiredBaoquan He2023-12-202-31/+6
| * | | | kexec_file, arm64: print out debugging message if requiredBaoquan He2023-12-203-29/+15
| * | | | kexec_file, x86: print out debugging message if requiredBaoquan He2023-12-202-11/+16
| * | | | mips: fix r3k_cache_init build regressionArnd Bergmann2023-12-201-6/+3
| * | | | merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2023-12-1220-31/+33
| |\ \ \ \
| * | | | | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2023-12-101-0/+2
| * | | | | x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann2023-12-101-0/+1
| * | | | | mips: kexec: include linux/reboot.hArnd Bergmann2023-12-101-0/+1
| * | | | | mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann2023-12-101-0/+3
| * | | | | mips: hide conditionally unused functionsArnd Bergmann2023-12-102-0/+4
| * | | | | mips: suspend: include linux/suspend.h as neededArnd Bergmann2023-12-102-0/+2
| * | | | | mips: mt: include asm/mips_mt.hArnd Bergmann2023-12-101-0/+1
| * | | | | mips: spram: fix missing prototype warning for spram_configArnd Bergmann2023-12-102-1/+2
| * | | | | mips: add missing declarationsArnd Bergmann2023-12-103-0/+5
| * | | | | mips: move cache declarations into headerArnd Bergmann2023-12-106-12/+10
| * | | | | mips: fix tlb_init() prototypeArnd Bergmann2023-12-104-2/+3
| * | | | | mips: fix setup_zero_pages() prototypeArnd Bergmann2023-12-103-1/+3
| * | | | | mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann2023-12-101-2/+0
| * | | | | mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2023-12-102-2/+4
| * | | | | mips: move build_tlb_refill_handler() prototypeArnd Bergmann2023-12-103-4/+3
| * | | | | mips: mark local function static if possibleArnd Bergmann2023-12-102-2/+2
| * | | | | mips: signal: move sigcontext declarations to headerArnd Bergmann2023-12-102-3/+3
| * | | | | mips: add missing declarations for trap handlersArnd Bergmann2023-12-104-0/+27
| * | | | | mips: add asm/syscalls.h headerArnd Bergmann2023-12-108-0/+40
| * | | | | mips: decompress: fix add missing prototypesArnd Bergmann2023-12-104-14/+29
| * | | | | s390/traps: only define is_valid_bugaddr() under CONFIG_GENERIC_BUGNathan Chancellor2023-12-101-0/+2
| * | | | | hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor2023-12-101-0/+4