| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> | Masahiro Yamada | 2020-04-23 | 1 | -9/+6 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-04-11 | 2 | -6/+0 |
|\ |
|
| * | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 2020-04-11 | 1 | -3/+0 |
| * | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 2020-04-11 | 1 | -3/+0 |
* | | Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2020-04-11 | 4 | -15/+8 |
|\ \
| |/
|/| |
|
| * | arch/xtensa: fix grammar in Kconfig help text | Hu Haowen | 2020-03-30 | 1 | -1/+1 |
| * | xtensa: remove meaningless export ccflags-y | Masahiro Yamada | 2020-03-10 | 1 | -1/+0 |
| * | xtensa: replace setup_irq() by request_irq() | afzal mohammed | 2020-03-04 | 2 | -13/+7 |
* | | asm-generic: fix unistd_32.h generation format | Michal Simek | 2020-04-07 | 1 | -1/+1 |
* | | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-04-04 | 2 | -10/+4 |
|\ \ |
|
| * | | dma-direct: make uncached_kernel_address more general | Christoph Hellwig | 2020-03-16 | 2 | -2/+2 |
| * | | dma-direct: remove the cached_kernel_address hook | Christoph Hellwig | 2020-03-16 | 1 | -8/+2 |
| |/ |
|
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 4 | -0/+4 |
|\ \ |
|
| * | | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 4 | -0/+4 |
| |/ |
|
* | | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 2020-04-02 | 1 | -1/+0 |
* | | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 2020-04-02 | 1 | -1/+1 |
* | | mm: introduce fault_signal_pending() | Peter Xu | 2020-04-02 | 1 | -1/+1 |
* | | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 2020-04-02 | 1 | -26/+0 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-03-31 | 1 | -3/+2 |
|\ \ |
|
| * | | futex: arch_futex_atomic_op_inuser() calling conventions change | Al Viro | 2020-03-28 | 1 | -3/+2 |
| |/ |
|
* / | block: simplify queue allocation | Christoph Hellwig | 2020-03-27 | 1 | -2/+1 |
|/ |
|
* | Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2020-02-07 | 23 | -139/+141 |
|\ |
|
| * | xtensa: ISS: improve simcall assembly | Max Filippov | 2020-02-05 | 1 | -5/+3 |
| * | xtensa: reorganize vectors placement | Max Filippov | 2020-02-05 | 6 | -20/+51 |
| * | xtensa: separate SMP and XIP support | Max Filippov | 2020-02-05 | 1 | -34/+34 |
| * | xtensa: move fast exception handlers close to vectors | Max Filippov | 2020-02-05 | 6 | -13/+38 |
| * | arch/xtensa: fix Kconfig typos for HAVE_SMP | Randy Dunlap | 2020-02-01 | 1 | -2/+2 |
| * | xtensa: clean up optional XCHAL_* definitions | Max Filippov | 2020-02-01 | 3 | -5/+9 |
| * | xtensa: drop unused function fast_coprocessor_double | Max Filippov | 2020-02-01 | 1 | -7/+0 |
| * | xtensa: drop empty platform_* functions from platforms | Max Filippov | 2020-01-31 | 3 | -24/+2 |
| * | xtensa: clean up platform headers | Max Filippov | 2020-01-31 | 4 | -18/+5 |
| * | xtensa: drop set_except_vector declaration | Max Filippov | 2020-01-31 | 1 | -2/+0 |
| * | xtensa: configs: Cleanup old Kconfig IO scheduler options | Krzysztof Kozlowski | 2020-01-31 | 6 | -12/+0 |
* | | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2020-02-04 | 1 | -1/+0 |
|\ \ |
|
| * | | asm-generic: Make dma-contiguous.h a mandatory include/asm header | Michal Simek | 2020-02-04 | 1 | -1/+0 |
* | | | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -5/+5 |
* | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 2020-01-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | arch: wire up pidfd_getfd syscall | Sargun Dhillon | 2020-01-13 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds | 2020-01-29 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | xtensa: ISS: avoid struct timeval | Arnd Bergmann | 2019-12-18 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-01-29 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | open: introduce openat2(2) syscall | Aleksa Sarai | 2020-01-18 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2020-01-29 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | arch/xtensa/setup: Drop dummy_con initialization | Arvind Sankar | 2020-01-14 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-19 | 2 | -4/+5 |
| |\| | |
|
| * | | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-13 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-01-28 | 2 | -3/+6 |
|\ \ \ |
|
| * | | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 2019-12-25 | 3 | -0/+5 |
| |\| | |
|
| * | | | sched/rt, xtensa: Use CONFIG_PREEMPTION | Thomas Gleixner | 2019-12-08 | 2 | -3/+6 |