summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-03-2823-68/+68
|\
| * sparc: Convert naked unsigned uses to unsigned intJoe Perches2016-03-2115-58/+58
| * sparc: Fix misspellings in comments.Adam Buchbinder2016-03-218-10/+10
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-261-0/+1
* | sparc/syscall: fix syscall_get_archAndy Lutomirski2016-03-221-1/+8
* | sparc/compat: provide an accurate in_compat_syscall implementationAndy Lutomirski2016-03-221-0/+7
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-1/+1
|\ \ | |/ |/|
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-194-14/+11Star
|\ \
| * | ldmvsw: Add ldmvsw.c driver codeAaron Young2016-03-191-0/+1
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-142-4/+2Star
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-142-10/+6Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-0810-7/+69
| |\ \
| * | | net: Facility to report route quality of connected socketsTom Herbert2016-02-261-0/+2
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-191-1/+1
|\ \ \
| * | | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-181-4/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | gpio: Remove unused asm/gpio.h filesBjorn Helgaas2016-02-161-4/+0Star
| |/ /
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-3/+0Star
|\ \ \
| * | | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-3/+0Star
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-152-2/+2
|\ \ \
| * | | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-012-2/+2
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-141-8/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-03-109-6/+68
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-291-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-8/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-041-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+4
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-03-019-6/+68
|\ \ \ | |_|/ |/| |
| * | sparc64: Fix sparc64_set_context stack handling.David S. Miller2016-03-011-1/+1
| * | sparc32: Add -Wa,-Av8 to KBUILD_CFLAGS.David S. Miller2016-03-011-0/+6
| * | Add sun4v_wdt watchdog driverwim.coekaerts@oracle.com2016-01-312-1/+3
| * | sparc: Fix system call tracing register handling.Mike Frysinger2016-01-222-0/+53
| * | sparc: Hook up copy_file_range syscall.David S. Miller2016-01-223-4/+5
| |/
* / mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-1/+1
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-212-3/+0Star
* sparc: use generic dma_set_maskChristoph Hellwig2016-01-211-15/+0Star
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-193-27/+6Star
|\
| * sparc: define __smp_xxxMichael S. Tsirkin2016-01-121-4/+4
| * sparc: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-123-23/+2Star
* | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-4/+0Star
* | arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-161-0/+9
* | sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-163-20/+1Star
* | mm: drop tail page refcountingKirill A. Shutemov2016-01-161-13/+1Star
* | sparc64: Fix numa node distance initializationNitin Gupta2016-01-141-7/+8
* | sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin2016-01-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-132-0/+10
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-071-15/+2Star
| |\|
| * | net: Add eth_platform_get_mac_address() helper.David S. Miller2016-01-061-0/+7