summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+2
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
* sparc: use generic dma_set_maskChristoph Hellwig2016-01-201-15/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-183-27/+6
|\
| * sparc: define __smp_xxxMichael S. Tsirkin2016-01-121-4/+4
| * sparc: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-123-23/+2
* | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-4/+0
* | arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+9
* | sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-20/+1
* | mm: drop tail page refcountingKirill A. Shutemov2016-01-151-13/+1
* | 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-122-0/+10
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-061-15/+2
| |\|
| * | net: Add eth_platform_get_mac_address() helper.David S. Miller2016-01-061-0/+7
| * | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+3
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-123-123/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-linus' into work.miscAl Viro2016-01-083-18/+25
| |\|
| * | put the remnants of ..._user_ret() to restAl Viro2016-01-042-105/+0
| * | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-0420-144/+265
| |\ \
| * | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-18/+2
* | | | net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-15/+2
| |_|/ |/| |
* | | sparc: Wire up mlock2 system call.David S. Miller2015-12-313-4/+5
* | | sparc: Add all necessary direct socket system calls.David S. Miller2015-12-313-18/+24
| |/ |/|
* | sparc64: fix FP corruption in user copy functionsRob Gardner2015-12-2413-134/+235
* | sparc64: Perf should save/restore fault infoRob Gardner2015-12-241-0/+4
* | sparc64: Ensure perf can access user stacksRob Gardner2015-12-241-0/+7
* | sparc64: Don't set %pil in rtrap_nmi too earlyRob Gardner2015-12-241-1/+7
* | sparc64: Add ADI capability to cpu capabilitiesKhalid Aziz2015-12-242-4/+6
* | sparc: Hook up userfaultfd system callMike Kravetz2015-12-233-4/+5
* | treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
|/
* sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers2015-11-093-4/+5
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-063-3/+22
|\
| * sparc/PCI: Add mem64 resource parsing for root busYinghai Lu2015-10-293-3/+22
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-0/+1
|\ \
| * | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-11-058-30/+109
|\ \ \ | |/ / |/| |
| * | sparc64: Fix numa distance valuesNitin Gupta2015-11-042-1/+72
| * | sparc64: Don't restrict fp regs for no-fault loadsRob Gardner2015-11-041-7/+15
| * | iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().David S. Miller2015-11-043-16/+16
| * | sparc64: use ENTRY/ENDPROC in VISsaveSam Ravnborg2015-08-071-5/+5
| * | sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S valueRob Gardner2015-08-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-1/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-203-0/+5
| |\ \ \
| * | | | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-031-7/+25
|\ \ \ \ \
| * | | | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-283-3/+3
| |\| | | |
| * | | | | perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-131-5/+1
| * | | | | perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-1/+24
| * | | | | sparc, perf/sparc: Remove unnecessary assignmentSukadev Bhattiprolu2015-09-131-1/+0
| | |_|_|/ | |/| | |