| Commit message (Expand) | Author | Age | Files | Lines |
* | unify {de,}mangle_poll(), get rid of kernel-side POLL... | Al Viro | 2018-02-11 | 1 | -18/+1 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-01 | 1 | -1/+0 |
|\ |
|
| * | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 1 | -3/+18 |
|\ \ |
|
| * | | make kernel-side POLL... arch-independent | Al Viro | 2017-11-29 | 1 | -2/+17 |
| * | | define __poll_t, annotate constants | Al Viro | 2017-11-27 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-01-30 | 2 | -13/+1 |
|\ \ |
|
| * | | signal/frv: Move the frv specific si_codes to asm-generic/siginfo.h | Eric W. Biederman | 2018-01-15 | 2 | -13/+1 |
* | | | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-09 | 1 | -3/+0 |
|/ / |
|
* | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 2017-12-05 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-11-17 | 1 | -0/+1 |
|\ |
|
| * | frv: .gitignore: ignore vmlinux.lds | Masahiro Yamada | 2017-11-17 | 1 | -0/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-15 | 1 | -14/+0 |
|\ \ |
|
| * | | mm, arch: remove empty_bad_page* | Michal Hocko | 2017-11-15 | 1 | -14/+0 |
* | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -4/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 2017-11-07 | 1 | -2/+0 |
| * | | PCI: Remove redundant pcibios_set_master() declarations | Bjorn Helgaas | 2017-11-07 | 1 | -2/+0 |
| |/ |
|
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-14 | 1 | -7/+0 |
|\ \ |
|
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 2017-10-19 | 1 | -6/+0 |
| * | | frv: make dma_cache_sync a no-op | Christoph Hellwig | 2017-10-19 | 1 | -1/+0 |
| |/ |
|
* | | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 2017-11-02 | 6 | -0/+6 |
* | | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 2017-11-02 | 25 | -0/+25 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 30 | -0/+30 |
|/ |
|
* | arch: remove unused *_segments() macros/functions | Tobias Klauser | 2017-09-22 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-09-11 | 1 | -1/+1 |
|\ |
|
| * | signal: Remove kernel interal si_code magic | Eric W. Biederman | 2017-07-24 | 1 | -1/+1 |
* | | arch: define CPU_BIG_ENDIAN for all fixed big endian archs | Babu Moger | 2017-09-08 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 1 | -0/+2 |
|\ \ |
|
| * | | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 2017-08-03 | 1 | -0/+2 |
| |/ |
|
* | | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2017-08-25 | 2 | -24/+6 |
|/ |
|
* | FRV: tlbflush: move asmlinkage before return type | Joe Perches | 2017-07-12 | 1 | -4/+4 |
* | frv: cmpxchg: implement cmpxchg64() | Will Deacon | 2017-07-10 | 1 | -0/+1 |
* | frv: use generic fb.h | Tobias Klauser | 2017-07-10 | 2 | -12/+1 |
* | frv: remove wrapper header for asm/device.h | Tobias Klauser | 2017-07-10 | 2 | -7/+1 |
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-06 | 1 | -2/+0 |
|\ |
|
| * | kill strlen_user() | Al Viro | 2017-05-15 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 2 | -14/+0 |
|\ \ |
|
| * | | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-28 | 2 | -14/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 1 | -1/+1 |
* | | | net: introduce SO_PEERGROUPS getsockopt | David Herrmann | 2017-06-21 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-06 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | frv: declare jiffies to be located in the .data section | Matthias Kaehlcke | 2017-06-02 | 1 | -0/+6 |
| |/ |
|
* | | net: Define SCM_TIMESTAMPING_PKTINFO on all architectures. | David S. Miller | 2017-05-21 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-10 | 1 | -33/+0 |
|\ |
|
| * | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-11 | 1 | -33/+0 |
* | | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2017-05-10 | 1 | -15/+4 |
|\ \
| |/
|/| |
|
| * | frv: Use OFFSET macro in DEF_*REG() | Matthias Kaehlcke | 2017-04-19 | 1 | -15/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-05-02 | 1 | -0/+6 |
|\ \ |
|
| * | | New getsockopt option to get socket cookie | Chenbo Feng | 2017-04-08 | 1 | -0/+2 |