summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-3/+3
* dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-1/+3
* dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-0/+1
* dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-6/+0Star
* dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0Star
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-26/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-091-1/+1
|\
| * sparc32: do not include swap.h from pgtable_32.hMichal Hocko2015-09-091-1/+1
* | 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 tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang2015-07-211-1/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-048-16/+64
|\ \
| * \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-125-4/+35
| |\ \
| | * | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-272-4/+0Star
| | * | sparc: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-275-3/+38
| | |/
| * | locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-9/+26
| * | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
| * | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-031-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-1/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-144-81/+11Star
| |\ \
| * | | bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann2015-07-301-1/+1
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-021-1/+1
|\ \ \
| * | | treewide: Fix typo compatability -> compatibilityLaurent Pinchart2015-08-071-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
| * | | Merge branch 'linus' into irq/coreThomas Gleixner2015-07-302-15/+1Star
| |\| |
| * | | 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
| | |/ / | |/| |
* | | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-011-5/+1Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1Star
| |/ /
* | / sparc64: Fix userspace FPU register corruptions.David S. Miller2015-08-074-81/+11Star
| |/ |/|
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-9/+0Star
|\
| * mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel2015-06-261-9/+0Star
* | Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2015-06-263-36/+1Star
|\ \
| * | sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHCXunlei Pang2015-06-253-36/+1Star
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-262-2/+1Star
|\ \ \
| * | | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0Star
| * | | 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-252-0/+35
* | | | sparc64: Convert BUG_ON to warningDavid Ahern2015-06-251-2/+3
* | | | sparc: perf: Disable pagefaults while walking userspace stacksDavid Ahern2015-06-251-1/+6
| |_|/ |/| |
* | | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-251-2/+4
* | | mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-251-4/+4