| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 2017-11-08 | 1 | -2/+0 |
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-09-12 | 1 | -2/+1 |
|\ |
|
| * | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags | Christoph Hellwig | 2017-09-01 | 1 | -2/+1 |
* | | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2017-09-09 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 2017-09-01 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 2017-08-13 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-09 | 55 | -358/+0 |
|\ \ \ |
|
| * | | | sh: defconfig: cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-09-08 | 55 | -358/+0 |
* | | | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-08 | 11 | -38/+39 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2017-09-07 | 1 | -8/+0 |
| |\ \ \ |
|
| | * | | | PCI: Add a generic weak pcibios_fixup_bus() | Palmer Dabbelt | 2017-08-02 | 1 | -8/+0 |
| * | | | | sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks | Lorenzo Pieralisi | 2017-08-03 | 1 | -16/+25 |
| * | | | | sh/PCI: Remove __init optimisations from IRQ mapping functions/data | Matthew Minter | 2017-08-03 | 10 | -14/+14 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 2017-09-04 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-09-04 | 1 | -22/+4 |
|\ \ \ \ |
|
| * | | | | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2017-08-25 | 1 | -22/+4 |
| |/ / / |
|
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-08-21 | 2 | -10/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 2017-08-17 | 2 | -10/+0 |
| |/ / |
|
* | | | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem | Minchan Kim | 2017-08-10 | 1 | -2/+2 |
* | | | mm: refactor TLB gathering API | Minchan Kim | 2017-08-10 | 1 | -2/+4 |
|/ / |
|
* | | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-07-22 | 1 | -1/+1 |
|\ \ |
|
| * | | tty: Fix TIOCGPTPEER ioctl definition | Gleb Fotengauer-Malinovskiy | 2017-07-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-21 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | debug: Fix WARN_ON_ONCE() for modules | Josh Poimboeuf | 2017-07-20 | 1 | -2/+2 |
* | | 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-03 | 1 | -2/+13 |
* | | | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2017-07-13 | 2 | -19/+18 |
|\ \ \ |
|
| * | | | sh: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-11 | 2 | -19/+18 |
* | | | | sh: move inline before return type | Joe Perches | 2017-07-12 | 1 | -1/+1 |
* | | | | sh64: ascii armor the sh64 boot init stack canary | Rik van Riel | 2017-07-12 | 1 | -0/+1 |
* | | | | sh: mark end of BUG() implementation as unreachable | Kees Cook | 2017-07-12 | 1 | -0/+1 |
* | | | | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer | 2017-07-10 | 1 | -16/+18 |
|/ / / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2017-07-08 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'v4.12-rc3' into next | Dmitry Torokhov | 2017-05-29 | 7 | -111/+22 |
| |\ \ \
| | |/ / |
|
| * | | | Input: tsc2007 - move header file out of I2C realm | Wolfram Sang | 2017-05-22 | 1 | -1/+1 |
* | | | | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-07 | 1 | -8/+8 |
|\ \ \ \ |
|
| * | | | | sh: thin archives fix linking | Nicholas Piggin | 2017-06-30 | 1 | -8/+8 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-06 | 2 | -9/+4 |
|\ \ \ \ |
|
| * | | | | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 2017-07-06 | 1 | -1/+2 |
| * | | | | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 2017-07-06 | 1 | -2/+2 |
| * | | | | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 | 1 | -7/+1 |
| * | | | | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | | | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-06 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | kill strlen_user() | Al Viro | 2017-05-15 | 1 | -1/+0 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-07-06 | 1 | -18/+0 |
|\ \ \ \ \ |
|
| * | | | | | sh/ftrace: Remove only user of ftrace_arch_read_dyn_info() | Steven Rostedt | 2017-06-27 | 1 | -18/+0 |
| |/ / / / |
|
* | | | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-06 | 2 | -2/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | drivers: dma-mapping: allow dma_common_mmap() for NOMMU | Vladimir Murzin | 2017-06-30 | 1 | -0/+1 |
| * | | | | sh: remove DMA_ERROR_CODE | Christoph Hellwig | 2017-06-20 | 1 | -2/+0 |