aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-33/+4
2015-04-21sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq contextSowmini Varadhan1-1/+1
2015-04-21sparc64: Use M7 PMC write on all chips T4 and onward.David S. Miller1-32/+3
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell1-2/+2
2015-04-18sparc: Make LDC use common iommu poll management functionsSowmini Varadhan1-88/+65
2015-04-18sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan3-238/+125
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller4-254/+320
2015-04-16sparc: Make LDC use common iommu poll management functionsSowmini Varadhan1-88/+97
2015-04-16sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan3-232/+157
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds2-3/+0
2015-04-14sparc: clarify __GFP_NOFAIL allocationMichal Hocko1-11/+11
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-9/+14
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2015-04-12sparc: Remove signal translation and exec_domainRichard Weinberger2-3/+0
2015-04-09Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+1
2015-04-08Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Bjorn Helgaas1-4/+1
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar10-53/+124
2015-03-19sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern1-0/+4
2015-03-19sparc: perf: Add support M7 processorDavid Ahern4-0/+90
2015-03-19sparc: perf: Make counting mode actually workDavid Ahern1-8/+3
2015-03-19sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern1-4/+0
2015-03-19PCI: Cleanup control flowBjorn Helgaas1-8/+9
2015-03-19sparc/PCI: Claim bus resources before pci_bus_add_devices()Yijing Wang1-2/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-0/+1
2015-03-13clocksource, sparc32: Convert to using clocksource_register_hz()John Stultz1-5/+1
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz1-1/+1
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang1-0/+4
2015-03-03sparc: semtimedop() unreachable due to comparison errorRob Gardner1-1/+1
2015-03-01sparc64: fatal trap should stop all cpusDave Kleikamp2-3/+26
2015-03-01arch: sparc: kernel: starfire.c: Remove unused functionRickard Strandqvist1-5/+0
2015-03-01arch: sparc: kernel: traps_64.c: Remove some unused functionsRickard Strandqvist2-32/+0
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski4-6/+4
2015-01-16sparc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds15-18/+0
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds3-0/+13
2014-12-13sparc: hook up execveat system callDavid Drysdale3-0/+13
2014-12-11sparc/ldc: create separate ldc_unbind from ldc_freeDwight Engen1-3/+9
2014-12-11sparc32, leon: Align ccall_info to prevent unaligned traps on crosscallAndreas Larsson1-1/+1
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-4/+4
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-07sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman15-18/+0
2014-11-01sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller1-3/+3
2014-10-28sparc: Hook up bpf system call.David S. Miller2-3/+3
2014-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-53/+31
2014-10-24sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller5-53/+31
2014-10-20sparc: kernel: drop owner assignment from platform_driversWolfram Sang15-18/+0