summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-3/+3
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+1Star
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-111-2/+1Star
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-041-1/+1
|\ \
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-015-19/+26
|\ \
| * | sparc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-8/+10
| * | sparc/irq: Use helper irq_data_get_irq_handler_data()Jiang Liu2015-07-313-10/+15
| * | sparc/PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-1/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-013-54/+38Star
|\ \
| * | sparc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-103-54/+38Star
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-011-5/+5
|\ \
| * | sched, sparc32: Update scheduler comments in copy_thread()Ingo Molnar2015-08-041-5/+5
| |/
* / PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1Star
|/
* Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2015-06-262-35/+0Star
|\
| * sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHCXunlei Pang2015-06-252-35/+0Star
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-261-1/+1
|\ \
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | | sparc64: perf: Use UREG_FP rather than UREG_I6David Ahern2015-06-251-2/+2
* | | sparc64: perf: Add sanity checking on addresses in user stackDavid Ahern2015-06-251-0/+13
* | | sparc: perf: Disable pagefaults while walking userspace stacksDavid Ahern2015-06-251-1/+6
* | | sparc: use for_each_sg()Akinobu Mita2015-06-251-3/+5
| |/ |/|
* | sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTEKhalid Aziz2015-06-013-0/+28
* | sparc64: pci slots information is not populated in sysfsEric Snowberg2015-06-011-8/+51
* | sparc: kernel: GRPCI2: Remove a useless memsetChristophe Jaillet2015-06-011-1/+0Star
* | sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctlychris hyser2015-04-222-26/+123
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-222-33/+4Star
|\
| * sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan2015-04-211-1/+1
| * sparc64: Use M7 PMC write on all chips T4 and onward.David S. Miller2015-04-211-32/+3Star
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\ \ | |/ |/|
| * cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-191-2/+2
* | sparc: Make LDC use common iommu poll management functionsSowmini Varadhan2015-04-181-88/+65Star
* | sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan2015-04-183-238/+125Star
* | sparc: Revert generic IOMMU allocator.David S. Miller2015-04-184-254/+320
* | sparc: Make LDC use common iommu poll management functionsSowmini Varadhan2015-04-161-88/+97
* | sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan2015-04-163-232/+157Star
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-3/+0Star
|\ \
| * | sparc: Remove signal translation and exec_domainRichard Weinberger2015-04-122-3/+0Star
* | | sparc: clarify __GFP_NOFAIL allocationMichal Hocko2015-04-151-11/+11
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-143-9/+14
|\ \ \
| * | | PCI: Cleanup control flowBjorn Helgaas2015-03-191-8/+9
| * | | sparc/PCI: Claim bus resources before pci_bus_add_devices()Yijing Wang2015-03-191-2/+1Star
| * | | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-0/+1
| * | | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-121-0/+4
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-5/+1Star
|\ \ \
| * \ \ Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-3110-53/+124
| |\ \ \ | | | |/ | | |/|
| * | | clocksource, sparc32: Convert to using clocksource_register_hz()John Stultz2015-03-131-5/+1Star
| * | | clocksource: Mostly kill clocksource_register()John Stultz2015-03-131-1/+1
| | |/ | |/|
* | | Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-091-4/+1Star
|\ \ \ | |_|/ |/| |
| * | Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Bjorn Helgaas2015-04-081-4/+1Star
| |/