summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-121-0/+9
|\
| * x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper2023-03-081-0/+9
* | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-101-2/+2
|\ \
| * | alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro2023-03-061-2/+2
| |/
* | Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-108-8/+52
|\ \
| * | RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-094-6/+39
| * | riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-091-1/+1
| * | RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-03-071-1/+1
| * | RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-062-0/+11
| |/
* | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-096-2/+9
|\ \
| * | eth: fealnx: bring back this old driverJakub Kicinski2023-03-082-0/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-061-0/+1
| |\ \
| | * | riscv, bpf: Fix patch_text implicit declarationRandy Dunlap2023-02-271-0/+1
| * | | powerpc: dts: t1040rdb: enable both CPU portsVladimir Oltean2023-02-282-1/+6
| * | | powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean2023-02-281-1/+0
* | | | Merge tag 'm68k-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-093-11/+13
|\ \ \ \
| * | | | m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz2023-03-061-1/+3
| * | | | m68k: mm: Move initrd phys_to_virt handling after paging_init()Geert Uytterhoeven2023-03-061-5/+5
| * | | | m68k: mm: Fix systems with memory at end of 32-bit address spaceKars de Jong2023-03-061-5/+5
| | |_|/ | |/| |
* | | | sh: sanitize the flags on sigreturnAl Viro2023-03-092-0/+4
* | | | x86/resctl: fix scheduler confusion with 'current'Linus Torvalds2023-03-084-10/+10
* | | | cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-1/+1
|/ / /
* | | 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