summaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)AuthorLines
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+1
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-358/+0
2017-09-08sh: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski-358/+0
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+39
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas-8/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-22/+4
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao-1/+0
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon-1/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby-22/+4
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-10/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-10/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon-1/+1
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim-2/+2
2017-08-10mm: refactor TLB gathering APIMinchan Kim-2/+4
2017-08-03sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi-16/+25
2017-08-03sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter-14/+14
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt-8/+0
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf-2/+2
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+13
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-19/+18
2017-07-12sh: move inline before return typeJoe Perches-1/+1
2017-07-12sh64: ascii armor the sh64 boot init stack canaryRik van Riel-0/+1
2017-07-12sh: mark end of BUG() implementation as unreachableKees Cook-0/+1
2017-07-11sh: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada-19/+18
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer-16/+18
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+4
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-18/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+1
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal-1/+2
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko-7/+1
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko-1/+1
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro-2/+13
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin-0/+1
2017-06-30sh: thin archives fix linkingNicholas Piggin-8/+8
2017-06-27sh/ftrace: Remove only user of ftrace_arch_read_dyn_info()Steven Rostedt-18/+0
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner-2/+2
2017-06-20sh: remove DMA_ERROR_CODEChristoph Hellwig-2/+0
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins-2/+2
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano-1/+1
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai-0/+1