aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 2-33/+4
2015-04-21sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Gravatar Sowmini Varadhan 1-1/+1
2015-04-21sparc64: Use M7 PMC write on all chips T4 and onward.Gravatar David S. Miller 1-32/+3
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-04-19cpumask: remove __first_cpu / __next_cpuGravatar Rusty Russell 1-2/+2
2015-04-18sparc: Make LDC use common iommu poll management functionsGravatar Sowmini Varadhan 1-88/+65
2015-04-18sparc: Make sparc64 use scalable lib/iommu-common.c functionsGravatar Sowmini Varadhan 4-242/+128
2015-04-18sparc: Revert generic IOMMU allocator.Gravatar David S. Miller 5-257/+324
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 5-324/+257
2015-04-17sparc: switch to using asm-generic for seccomp.hGravatar Kees Cook 1-8/+3
2015-04-16sparc: Make LDC use common iommu poll management functionsGravatar Sowmini Varadhan 1-88/+97
2015-04-16sparc: Make sparc64 use scalable lib/iommu-common.c functionsGravatar Sowmini Varadhan 4-236/+160
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-26/+18
2015-04-14sparc: clarify __GFP_NOFAIL allocationGravatar Michal Hocko 1-11/+11
2015-04-14sparc: expose number of page table levelsGravatar Kirill A. Shutemov 1-0/+4
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-9/+14
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+1
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+2
2015-04-12sparc: Fix execution domain removalGravatar Guenter Roeck 1-7/+9
2015-04-12sparc: Remove signal translation and exec_domainGravatar Richard Weinberger 4-33/+23
2015-04-09Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+1
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyGravatar Anton Blanchard 1-3/+2
2015-04-08Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Gravatar Bjorn Helgaas 1-4/+1
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesGravatar Ingo Molnar 16-68/+182
2015-03-23sparc64: Fix several bugs in memmove().Gravatar David S. Miller 1-3/+32
2015-03-19sparc: Touch NMI watchdog when walking cpus and calling printkGravatar David Ahern 1-0/+4
2015-03-19sparc: perf: Add support M7 processorGravatar David Ahern 5-0/+102
2015-03-19sparc: perf: Make counting mode actually workGravatar David Ahern 1-8/+3
2015-03-19sparc: perf: Remove redundant perf_pmu_{en|dis}able callsGravatar David Ahern 1-4/+0
2015-03-19PCI: Cleanup control flowGravatar Bjorn Helgaas 1-8/+9
2015-03-19sparc/PCI: Claim bus resources before pci_bus_add_devices()Gravatar Yijing Wang 1-2/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-0/+1
2015-03-18sparc: Fix /proc/kcoreGravatar David S. Miller 2-1/+4
2015-03-13clocksource, sparc32: Convert to using clocksource_register_hz()Gravatar John Stultz 1-5/+1
2015-03-13clocksource: Mostly kill clocksource_register()Gravatar John Stultz 1-1/+1
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Gravatar Yijing Wang 1-0/+4
2015-03-03sparc: semtimedop() unreachable due to comparison errorGravatar Rob Gardner 1-1/+1
2015-03-01sparc: io_64.h: Replace io function-link macrosGravatar Ricardo Ribalda 1-10/+10
2015-03-01sparc64: fatal trap should stop all cpusGravatar Dave Kleikamp 2-3/+26
2015-03-01arch: sparc: kernel: starfire.c: Remove unused functionGravatar Rickard Strandqvist 2-6/+0
2015-03-01arch: sparc: kernel: traps_64.c: Remove some unused functionsGravatar Rickard Strandqvist 2-32/+0
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-242/+319
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-3/+4
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Gravatar Andrey Ryabinin 1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 6-21/+7
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastGravatar Andrea Arcangeli 1-4/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsGravatar Kirill A. Shutemov 2-2/+2
2015-02-11sparc32: fix broken set_pte()Gravatar Kirill A. Shutemov 1-1/+2
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Gravatar Naoya Horiguchi 1-12/+0
2015-02-10sparc: drop pte_file()-related helpersGravatar Kirill A. Shutemov 3-73/+5