Age | Commit message (Expand) | Author | Files | Lines |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
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-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+0 |
2017-11-14 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -3/+0 |
2017-11-07 | 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-22 | arch: remove unused *_segments() macros/functions | Tobias Klauser | 1 | -5/+0 |
2017-09-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+3 |
2017-09-06 | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 1 | -0/+3 |
2017-09-06 | mm: arch: consolidate mmap hugetlb size encodings | Mike Kravetz | 1 | -11/+0 |
2017-09-06 | 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-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -33/+2 |
2017-08-07 | Merge tag 'xtensa-20170807' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -33/+2 |
2017-08-03 | 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 |
2017-07-21 | xtensa: remove wrapper header for asm/device.h | Tobias Klauser | 2 | -15/+1 |
2017-07-17 | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 1 | -1/+1 |
2017-07-15 | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+13 |
2017-07-14 | xtensa: use generic fb.h | Tobias Klauser | 2 | -12/+1 |
2017-07-11 | xtensa: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2 | -9/+10 |
2017-07-06 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+1 |
2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+0 |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+4 |
2017-07-03 | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2017-07-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+1 |
2017-07-03 | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 1 | -2/+13 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 1 | -2/+0 |
2017-06-21 | net: introduce SO_PEERGROUPS getsockopt | David Herrmann | 1 | -0/+2 |
2017-06-21 | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 1 | -1/+2 |
2017-06-20 | xtensa: remove DMA_ERROR_CODE | Christoph Hellwig | 1 | -2/+0 |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2017-06-13 | Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -1/+2 |
2017-06-09 | tty: add TIOCGPTPEER ioctl | Aleksa Sarai | 1 | -0/+1 |
2017-06-05 | xtensa: don't use linux IRQ #0 | Max Filippov | 1 | -1/+2 |
2017-06-04 | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2 | -1/+1 |
2017-05-21 | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. | David S. Miller | 1 | -0/+2 |
2017-05-15 | get rid of unused __strncpy_from_user() instances | Al Viro | 1 | -2/+1 |