Age | Commit message (Expand) | Author | Files | Lines |
2018-02-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -10/+0 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+19 |
2018-01-30 | Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 19 | -44/+228 |
2018-01-10 | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 1 | -10/+0 |
2018-01-10 | Construct init thread stack in the linker script rather than by union | David Howells | 1 | -3/+0 |
2018-01-06 | xtensa: fix futex_atomic_cmpxchg_inatomic | Max Filippov | 1 | -13/+10 |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 1 | -1/+0 |
2018-01-02 | xtensa: shut up gcc-8 warnings | Arnd Bergmann | 1 | -2/+2 |
2017-12-18 | xtensa: use generic strncpy_from_user with KASAN | Max Filippov | 1 | -0/+7 |
2017-12-17 | xtensa: use __memset in __xtensa_clear_user | Max Filippov | 1 | -1/+1 |
2017-12-17 | xtensa: add support for KASAN | Max Filippov | 4 | -1/+62 |
2017-12-17 | xtensa: move fixmap and kmap just above the KSEG | Max Filippov | 3 | -5/+3 |
2017-12-17 | xtensa: extract init_kio | Max Filippov | 2 | -0/+5 |
2017-12-17 | xtensa: implement early_trap_init | Max Filippov | 1 | -0/+12 |
2017-12-17 | xtensa: clean up exception handling structure | Max Filippov | 3 | -12/+24 |
2017-12-17 | xtensa: enable stack protector | Max Filippov | 1 | -0/+40 |
2017-12-11 | xtensa: consolidate kernel stack size related definitions | Max Filippov | 4 | -10/+13 |
2017-12-11 | xtensa: clean up functions in assembly code | Max Filippov | 1 | -0/+9 |
2017-12-11 | xtensa: clean up word alignment macros in assembly code | Max Filippov | 1 | -0/+33 |
2017-12-11 | xtensa: clean up fixups in assembly code | Max Filippov | 1 | -0/+7 |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
2017-11-30 | make kernel-side POLL... arch-independent | Al Viro | 1 | -0/+17 |
2017-11-28 | define __poll_t, annotate constants | Al Viro | 1 | -2/+2 |
2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2017-11-16 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
2017-11-15 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -3/+0 |
2017-11-08 | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 1 | -2/+0 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 25 | -0/+25 |
2017-11-03 | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags | Dan Williams | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 19 | -0/+19 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 2 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-10-19 | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 1 | -5/+0 |
2017-10-19 | xtensa: make dma_cache_sync a no-op | Christoph Hellwig | 1 | -2/+4 |
2017-10-10 | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 1 | -5/+0 |
2017-10-10 | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 1 | -2/+0 |
2017-09-23 | arch: remove unused *_segments() macros/functions | Tobias Klauser | 1 | -5/+0 |
2017-09-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+3 |
2017-09-07 | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 1 | -0/+3 |
2017-09-07 | mm: arch: consolidate mmap hugetlb size encodings | Mike Kravetz | 1 | -11/+0 |
2017-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2017-09-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -22/+5 |
2017-08-25 | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 1 | -22/+5 |
2017-08-21 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -5/+0 |
2017-08-17 | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 1 | -5/+0 |
2017-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -33/+2 |
2017-08-08 | Merge tag 'xtensa-20170807' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -33/+2 |
2017-08-04 | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 1 | -0/+2 |
2017-07-21 | xtensa: remove wrapper header for asm/param.h | Tobias Klauser | 2 | -18/+1 |