| Commit message (Expand) | Author | Age | Files | Lines |
* | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-11 | 1 | -23/+0 |
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-08 | 1 | -5/+2 |
|\ |
|
| * | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space | David Woodhouse | 2017-04-18 | 1 | -1/+2 |
| * | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> | David Woodhouse | 2017-04-18 | 1 | -4/+0 |
* | | Merge tag 'xtensa-20170507' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2017-05-08 | 3 | -40/+54 |
|\ \ |
|
| * | | xtensa: clean up access to spilled registers locations | Max Filippov | 2017-05-01 | 1 | -0/+15 |
| * | | xtensa: move internal ptrace definitions from uapi/asm to asm | Max Filippov | 2017-05-01 | 2 | -40/+39 |
* | | | 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 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-06 | 2 | -1/+17 |
| |\| | |
|
| * | | | net: Introduce SO_INCOMING_NAPI_ID | Sridhar Samudrala | 2017-03-24 | 1 | -0/+2 |
| * | | | sock: introduce SO_MEMINFO getsockopt | Josh Hunt | 2017-03-22 | 1 | -0/+2 |
* | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 3 | -61/+10 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'... | Al Viro | 2017-04-26 | 4 | -61/+11 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | | | * | | xtensa: fix prefetch in the raw_copy_to_user | Max Filippov | 2017-04-04 | 1 | -1/+1 |
| | | | * | | xtensa: get rid of zeroing, use RAW_COPY_USER | Al Viro | 2017-03-28 | 1 | -46/+8 |
| | | | * | | xtensa: switch to generic extable.h | Al Viro | 2017-03-28 | 2 | -6/+2 |
| | | |/ /
| | |/| | |
|
| | | * | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 | 1 | -0/+1 |
| | |/| |
| | | |/ |
|
| | * | | new helper: uaccess_kernel() | Al Viro | 2017-03-28 | 1 | -1/+1 |
| | * | | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-05 | 1 | -3/+0 |
| | * | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-05 | 2 | -6/+0 |
| |/ / |
|
* | | | xtensa: wire up statx system call | Max Filippov | 2017-03-31 | 1 | -1/+4 |
* | | | xtensa: make __pa work with uncached KSEG addresses | Max Filippov | 2017-03-30 | 1 | -0/+13 |
| |/
|/| |
|
* | | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2017-03-03 | 1 | -0/+4 |
|\ |
|
| * | xtensa: allow merging vectors into .text section | Max Filippov | 2017-03-01 | 1 | -0/+4 |
* | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez | 2017-02-27 | 1 | -0/+1 |
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 2 | -10/+3 |
|\ \ |
|
| * | | treewide: Consolidate get_dma_ops() implementations | Bart Van Assche | 2017-01-24 | 1 | -5/+2 |
| * | | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 2017-01-24 | 2 | -6/+2 |
| * | | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 2 | -3/+3 |
* | | | sched/cputime: Remove generic asm headers | Frederic Weisbecker | 2017-02-01 | 1 | -1/+0 |
|/ / |
|
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 2 | -2/+2 |
* | | Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2016-12-20 | 1 | -0/+1 |
|\ \ |
|
| * | | xtensa: enable HAVE_DMA_CONTIGUOUS | Max Filippov | 2016-12-15 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-12 | 2 | -10/+0 |
|\ \ |
|
| * | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-22 | 1 | -1/+8 |
| |\| |
|
| * | | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 1 | -1/+0 |
| * | | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 1 | -1/+0 |
| * | | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 1 | -0/+1 |
| * | | locking/mutex: Kill arch specific code | Peter Zijlstra | 2016-10-25 | 1 | -9/+0 |
* | | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 2016-11-30 | 1 | -0/+2 |
| |/
|/| |
|
* | | xtensa: wire up new pkey_{mprotect,alloc,free} syscalls | Max Filippov | 2016-11-14 | 1 | -1/+8 |
|/ |
|
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-11 | 2 | -153/+160 |
|\ |
|
| * | xtensa: split uaccess.h into C and asm sides | Al Viro | 2016-09-27 | 2 | -142/+160 |
| * | exceptions: detritus removal | Al Viro | 2016-09-27 | 1 | -11/+0 |
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-10-10 | 1 | -0/+5 |
|\ \ |
|
| * | | x86/pkeys: Allocation/free syscalls | Dave Hansen | 2016-09-09 | 1 | -0/+5 |
| |/ |
|
* | | Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2016-10-05 | 14 | -106/+183 |
|\ \
| |/
|/| |
|