aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2017-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-75/+139
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-14sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu4-70/+132
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-1/+2
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2-4/+3
2017-07-12SPARC64: Fix sun4v DMA panicTushar Dave1-5/+7
2017-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-20/+57
2017-07-11sparc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-1/+2
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer1-14/+14
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds23-492/+889
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+8
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-58/+62
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+13
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+11
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+0
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-1/+0
2017-07-03sparc: kernel: pmc: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-32/+0
2017-06-30sparc64: Use indirect calls in hamming weight stubsDavid S. Miller1-8/+8
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser4-32/+0
2017-06-28sparc: remove arch specific dma_supported implementationsChristoph Hellwig4-43/+39
2017-06-28sparc: remove leon_dma_opsChristoph Hellwig2-6/+2
2017-06-28sparc: implement ->mapping_errorChristoph Hellwig4-9/+21
2017-06-25sparc64: fix typo in propertyPavel Tatashin2-3/+3
2017-06-25sparc64: add port_id to VIO device metadataJag Raman2-0/+3
2017-06-25sparc64: Enhance search for VIO device in MDESCJag Raman3-63/+64
2017-06-25sparc64: enhance VIO device probingJag Raman2-16/+42
2017-06-25sparc64: check if a client is allowed to register for MDESC notificationsJag Raman1-0/+17
2017-06-25sparc64: remove restriction on VIO device name sizeJag Raman1-19/+4
2017-06-25sparc64: refactor code to obtain cfg_handle property from MDESCJag Raman1-11/+19
2017-06-25sparc64: add MDESC node name property to VIO device metadataJag Raman4-51/+68
2017-06-25sparc64: mdesc: use __GFP_REPEAT action modifier for VM allocationJag Raman1-5/+3
2017-06-25sparc64: expand MDESC interfaceJag Raman2-0/+233
2017-06-25sparc64: skip handshake for LDC channels in RAW modeJag Raman2-1/+15
2017-06-25sparc64: specify the device class in VIO version info. packetJag Raman1-0/+1
2017-06-25sparc64: ensure VIO operations are defined while being usedJag Raman1-4/+13
2017-06-25sparc: kernel: apc: make of_device_ids constArvind Yadav1-1/+1
2017-06-25sparc64: Fix gup_huge_pmdNitin Gupta1-2/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+2
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner19-122/+204
2017-06-19Adding the type of exported symbolsNagarathnam Muthusamy4-0/+5