Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | powerpc: remove GCC version check for UPD_CONSTR | Nick Desaulniers | 2021-09-13 | 1 | -10/+0 | |
| * | | | | | | riscv: remove Kconfig check for GCC version for ARCH_RV64I | Nick Desaulniers | 2021-09-13 | 1 | -1/+1 | |
* | | | | | | | x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=y | Will Deacon | 2021-09-13 | 1 | -2/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-09-12 | 4 | -20/+8 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'linus' into smp/urgent | Thomas Gleixner | 2021-09-11 | 1236 | -21958/+38511 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION() | Thomas Gleixner | 2021-09-01 | 4 | -20/+8 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-11 | 8 | -14/+20 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | riscv: Move EXCEPTION_TABLE to RO_DATA segment | Jisheng Zhang | 2021-09-10 | 2 | -3/+2 | |
| * | | | | | | riscv: Enable BUILDTIME_TABLE_SORT | Jisheng Zhang | 2021-09-10 | 1 | -0/+1 | |
| * | | | | | | riscv: dts: microchip: mpfs-icicle: Fix serial console | Geert Uytterhoeven | 2021-09-10 | 1 | -1/+5 | |
| * | | | | | | riscv: move the (z)install rules to arch/riscv/Makefile | Masahiro Yamada | 2021-09-10 | 2 | -10/+5 | |
| * | | | | | | riscv: Improve stack randomisation on RV64 | Kefeng Wang | 2021-09-10 | 1 | -0/+3 | |
| * | | | | | | riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1 | Heinrich Schuchardt | 2021-09-10 | 1 | -0/+2 | |
| * | | | | | | riscv: defconfig: enable BLK_DEV_NVME | Heinrich Schuchardt | 2021-09-10 | 1 | -0/+2 | |
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2021-09-10 | 1 | -1/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | arm64: kdump: Skip kmemleak scan reserved memory for kdump | Chen Wandun | 2021-09-10 | 1 | -0/+6 | |
| * | | | | | | | arm64: mm: limit linear region to 51 bits for KVM in nVHE mode | Ard Biesheuvel | 2021-09-09 | 1 | -1/+15 | |
* | | | | | | | | Merge tag 'for-5.15/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-09-10 | 13 | -170/+93 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | parisc: Implement __get/put_kernel_nofault() | Helge Deller | 2021-09-09 | 6 | -86/+62 | |
| * | | | | | | | | parisc: Mark sched_clock unstable only if clocks are not syncronized | Helge Deller | 2021-09-09 | 2 | -6/+3 | |
| * | | | | | | | | parisc: Reduce sigreturn trampoline to 3 instructions | Helge Deller | 2021-09-09 | 3 | -9/+8 | |
| * | | | | | | | | parisc: Check user signal stack trampoline is inside TASK_SIZE | Helge Deller | 2021-09-09 | 1 | -7/+10 | |
| * | | | | | | | | parisc: Drop useless debug info and comments from signal.c | Helge Deller | 2021-09-09 | 1 | -15/+0 | |
| * | | | | | | | | parisc: Drop strnlen_user() in favour of generic version | Helge Deller | 2021-09-09 | 4 | -38/+1 | |
| * | | | | | | | | parisc: Add missing FORCE prerequisite in Makefile | Helge Deller | 2021-09-09 | 1 | -9/+9 | |
* | | | | | | | | | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-09-09 | 7 | -33/+111 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | um: fix stub location calculation | Johannes Berg | 2021-08-26 | 4 | -4/+26 | |
| * | | | | | | | | | um: enable VMAP_STACK | Johannes Berg | 2021-08-26 | 1 | -0/+1 | |
| * | | | | | | | | | um: virt-pci: don't do DMA from stack | Johannes Berg | 2021-08-26 | 1 | -26/+78 | |
| * | | | | | | | | | um: virtio_uml: fix memory leak on init failures | Johannes Berg | 2021-08-26 | 1 | -1/+3 | |
| * | | | | | | | | | um: virtio_uml: include linux/virtio-uml.h | Johannes Berg | 2021-08-26 | 1 | -0/+1 | |
| * | | | | | | | | | um: make PCI emulation driver init/exit static | Johannes Berg | 2021-08-26 | 1 | -2/+2 | |
* | | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2021-09-09 | 23 | -291/+270 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ARM: 9118/1: div64: Remove always-true __div64_const32_is_OK() duplicate | Geert Uytterhoeven | 2021-08-20 | 1 | -11/+0 | |
| * | | | | | | | | | | ARM: 9116/1: unified: Remove check for gcc < 4 | Geert Uytterhoeven | 2021-08-20 | 1 | -4/+0 | |
| * | | | | | | | | | | ARM: 9110/1: oabi-compat: fix oabi epoll sparse warning | Arnd Bergmann | 2021-08-20 | 1 | -1/+1 | |
| * | | | | | | | | | | ARM: 9113/1: uaccess: remove set_fs() implementation | Arnd Bergmann | 2021-08-20 | 11 | -86/+7 | |
| * | | | | | | | | | | ARM: 9112/1: uaccess: add __{get,put}_kernel_nofault | Arnd Bergmann | 2021-08-20 | 1 | -40/+83 | |
| * | | | | | | | | | | ARM: 9111/1: oabi-compat: rework fcntl64() emulation | Arnd Bergmann | 2021-08-20 | 1 | -33/+60 | |
| * | | | | | | | | | | ARM: 9114/1: oabi-compat: rework sys_semtimedop emulation | Arnd Bergmann | 2021-08-20 | 1 | -16/+44 | |
| * | | | | | | | | | | ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation | Arnd Bergmann | 2021-08-20 | 3 | -69/+29 | |
| * | | | | | | | | | | ARM: 9107/1: syscall: always store thread_info->abi_syscall | Arnd Bergmann | 2021-08-20 | 6 | -10/+21 | |
| * | | | | | | | | | | ARM: 9109/1: oabi-compat: add epoll_pwait handler | Arnd Bergmann | 2021-08-20 | 2 | -4/+36 | |
| * | | | | | | | | | | ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs() | Arnd Bergmann | 2021-08-20 | 1 | -31/+16 | |
| * | | | | | | | | | | ARM: 9105/1: atags_to_fdt: don't warn about stack size | David Heidelberg | 2021-08-10 | 1 | -0/+2 | |
| * | | | | | | | | | | ARM: 9103/1: Drop ARCH_NR_GPIOS definition | Linus Walleij | 2021-08-10 | 1 | -4/+0 | |
| * | | | | | | | | | | ARM: 9102/1: move theinstall rules to arch/arm/Makefile | Masahiro Yamada | 2021-08-10 | 2 | -14/+3 | |
| * | | | | | | | | | | ARM: 9099/1: crypto: rename 'mod_init' & 'mod_exit' functions to be module-sp... | Randy Dunlap | 2021-08-10 | 1 | -4/+4 | |
* | | | | | | | | | | | Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-09-09 | 17 | -49/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | hugetlbfs: s390 is always 64bit | David Hildenbrand | 2021-09-08 | 1 | -0/+1 |