| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 1 | -2/+0 |
|\ |
|
| * | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 2017-11-08 | 1 | -2/+0 |
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-15 | 1 | -3/+0 |
|\ \ |
|
| * | | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 2017-10-19 | 1 | -5/+0 |
| * | | xtensa: make dma_cache_sync a no-op | Christoph Hellwig | 2017-10-19 | 1 | -2/+4 |
| |/ |
|
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 4 | -0/+4 |
|\ \ |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 4 | -0/+4 |
| |/ |
|
* | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 2017-10-10 | 1 | -5/+0 |
* | | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 2017-10-10 | 1 | -2/+0 |
|/ |
|
* | arch: remove unused *_segments() macros/functions | Tobias Klauser | 2017-09-23 | 1 | -5/+0 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-09-04 | 1 | -22/+5 |
|\ |
|
| * | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2017-08-25 | 1 | -22/+5 |
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-08-21 | 1 | -5/+0 |
|\ \
| |/
|/| |
|
| * | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 2017-08-17 | 1 | -5/+0 |
* | | xtensa: remove wrapper header for asm/param.h | Tobias Klauser | 2017-07-21 | 2 | -18/+1 |
* | | xtensa: remove wrapper header for asm/device.h | Tobias Klauser | 2017-07-21 | 2 | -15/+1 |
|/ |
|
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 1 | -2/+13 |
|\ |
|
| * | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 2017-07-04 | 1 | -2/+13 |
* | | xtensa: use generic fb.h | Tobias Klauser | 2017-07-15 | 2 | -12/+1 |
* | | xtensa: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-11 | 1 | -9/+1 |
* | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-07 | 1 | -5/+1 |
|\ \ |
|
| * | | get rid of unused __strncpy_from_user() instances | Al Viro | 2017-05-16 | 1 | -2/+1 |
| * | | kill strlen_user() | Al Viro | 2017-05-16 | 1 | -3/+0 |
| |/ |
|
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-07 | 1 | -2/+0 |
|\ \ |
|
| * | | xtensa: remove DMA_ERROR_CODE | Christoph Hellwig | 2017-06-20 | 1 | -2/+0 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-04 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2017-06-21 | 1 | -1/+2 |
| |\| | |
|
| * | | | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2017-06-04 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-29 | 1 | -2/+0 |
| |/
|/| |
|
* | | Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2017-06-13 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | xtensa: don't use linux IRQ #0 | Max Filippov | 2017-06-06 | 1 | -1/+2 |
* | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-09 | 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 | 2 | -0/+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 | 1 | -0/+39 |
| | |/
| |/| |
|
* | | | 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-29 | 1 | -46/+8 |
| | | | * | xtensa: switch to generic extable.h | Al Viro | 2017-03-29 | 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-06 | 1 | -3/+0 |
| | * | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-06 | 2 | -6/+0 |
| |/ / |
|
* | / | 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-04 | 1 | -0/+4 |
|\ |
|
| * | xtensa: allow merging vectors into .text section | Max Filippov | 2017-03-01 | 1 | -0/+4 |