summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Add hwprobe vDSO function and dataEvan Green2023-04-1810-7/+146
* RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green2023-04-189-1/+76
* RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green2023-04-183-1/+26
* RISC-V: Add a syscall for HW probingEvan Green2023-04-185-1/+185
* RISC-V: Move struct riscv_cpuinfo to new headerEvan Green2023-04-182-6/+23
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-051-3/+1
* Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-7/+18
|\
| * x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-0511-11/+48
|\ \
| * | openrisc: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | nios2: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | microblaze: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | ia64: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | sparc: fix livelock in uaccessAl Viro2023-03-022-2/+10
| * | alpha: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | parisc: fix livelock in uaccessAl Viro2023-03-021-1/+6
| * | hexagon: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | riscv: fix livelock in uaccessAl Viro2023-03-021-1/+4
| * | m68k: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | | Remove Intel compiler supportMasahiro Yamada2023-03-053-172/+2
* | | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-041-19/+0
|\ \ \
| * | | kasan, x86: don't rename memintrinsics in uninstrumented filesMarco Elver2023-03-021-19/+0
* | | | Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-03-042-1/+2
|\ \ \ \
| * | | | powerpc: Avoid dead code/data elimination when using recordmcountMichael Ellerman2023-02-281-1/+1
| * | | | powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman2023-02-281-0/+1
* | | | | Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-03-0312-99/+128
|\ \ \ \ \
| * | | | | s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik2023-03-021-0/+1
| * | | | | s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik2023-03-021-2/+1
| * | | | | s390/Kconfig: sort config S390 select list againHeiko Carstens2023-03-011-3/+3
| * | | | | s390/extmem: return correct segment type in __segment_load()Gerald Schaefer2023-03-011-5/+7
| * | | | | s390/decompressor: add link map savingVasily Gorbik2023-02-281-1/+3
| * | | | | s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens2023-02-281-0/+1
| * | | | | s390/mcck: cleanup user process termination pathAlexander Gordeev2023-02-284-32/+8
| * | | | | s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens2023-02-281-6/+3
| * | | | | s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens2023-02-281-0/+31
| * | | | | s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-271-48/+52
| * | | | | s390/nmi: fix virtual-physical address confusionNico Boehr2023-02-271-2/+1
| * | | | | s390/setup: do not complain about parameters handled in decompressorVasily Gorbik2023-02-271-0/+17
* | | | | | Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-034-17/+27
|\ \ \ \ \ \
| * | | | | | riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-011-0/+8
| * | | | | | riscv, lib: Fix Zbb strncmpBjörn Töpel2023-02-281-1/+3
| * | | | | | RISC-V: improve string-function assemblyHeiko Stuebner2023-02-283-16/+16
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-03-028-13/+22
|\ \ \ \ \ \ \
| * | | | | | | arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel2023-02-283-2/+13
| * | | | | | | arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZEMark Rutland2023-02-281-1/+2
| * | | | | | | arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla2023-02-241-4/+4
| * | | | | | | arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAPCatalin Marinas2023-02-241-1/+0
| * | | | | | | arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim2023-02-221-1/+1
| * | | | | | | arm64/fpsimd: Remove warning for SME without SVEMark Brown2023-02-221-3/+0
| * | | | | | | arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne2023-02-221-1/+2