summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-12csky: Remove kernel_thread declarationMike Christie1-2/+0
2023-03-06cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds1-3/+1
2023-03-05Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+18
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-11/+48
2023-03-05Remove Intel compiler supportMasahiro Yamada3-172/+2
2023-03-05Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...Linus Torvalds1-19/+0
2023-03-04Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-1/+2
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-99/+128
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-17/+27
2023-03-03kasan, x86: don't rename memintrinsics in uninstrumented filesMarco Elver1-19/+0
2023-03-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-13/+22
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds8-31/+31
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-11/+19
2023-03-02openrisc: fix livelock in uaccessAl Viro1-1/+4
2023-03-02nios2: fix livelock in uaccessAl Viro1-1/+4
2023-03-02microblaze: fix livelock in uaccessAl Viro1-1/+4
2023-03-02ia64: fix livelock in uaccessAl Viro1-1/+4
2023-03-02sparc: fix livelock in uaccessAl Viro2-2/+10
2023-03-02alpha: fix livelock in uaccessAl Viro1-1/+4
2023-03-02parisc: fix livelock in uaccessAl Viro1-1/+6
2023-03-02hexagon: fix livelock in uaccessAl Viro1-1/+4
2023-03-02riscv: fix livelock in uaccessAl Viro1-1/+4
2023-03-02m68k: fix livelock in uaccessAl Viro1-1/+4
2023-03-02s390/kprobes: fix current_kprobe never cleared after kprobes reenterVasily Gorbik1-0/+1
2023-03-02s390/kprobes: fix irq mask clobbering on kprobe reenter from post_handlerVasily Gorbik1-2/+1
2023-03-02riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-03-01s390/Kconfig: sort config S390 select list againHeiko Carstens1-3/+3
2023-03-01s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds40-129/+2623
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-104/+258
2023-03-01riscv, lib: Fix Zbb strncmpBjörn Töpel1-1/+3
2023-03-01MIPS: Workaround clang inline compat branch issueJiaxun Yang2-1/+5
2023-03-01mips: dts: ralink: mt7621: add phandle to system controller node for watchdogSergio Paracuellos1-0/+1
2023-03-01mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Sergio Paracuellos1-1/+1
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner3-16/+16
2023-02-28s390/decompressor: add link map savingVasily Gorbik1-1/+3
2023-02-28s390/smp: perform cpu reset before delegating work to target cpuHeiko Carstens1-0/+1
2023-02-28s390/mcck: cleanup user process termination pathAlexander Gordeev4-32/+8
2023-02-28s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens1-6/+3
2023-02-28s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens1-0/+31
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel3-2/+13
2023-02-28arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZEMark Rutland1-1/+2
2023-02-28powerpc: Avoid dead code/data elimination when using recordmcountMichael Ellerman1-1/+1
2023-02-28powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman1-0/+1
2023-02-28mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL1-1/+1
2023-02-28mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL1-1/+0
2023-02-28MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang1-2/+2
2023-02-28MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang3-20/+21
2023-02-27Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-19/+18
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1