summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* sparc/sparc64: allocate sys_membarrier system call numberMathieu Desnoyers2015-11-102-3/+3
* 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-11-064-23/+31
|\ \
| * | 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
* | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-283-3/+3
|\ \ \
| * | | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-3/+3
| | |/ | |/|
* | | perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-131-5/+1Star
* | | 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/+0Star
|/ /
* | 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
|\ \ \