summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-038-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/+0
| | * 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-134-81/+11
| |\ \
| * | | 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-011-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/+1
| |\ \ \ | | |/ /
| * | | 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/+38
|\ \ \ \
| * | | | sparc/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-103-54/+38
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-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-08-311-5/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1
| |/ /
* | | sparc64: Fix userspace FPU register corruptions.David S. Miller2015-08-064-81/+11
| |/ |/|
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-9/+0
|\
| * mm/hugetlb: remove arch_prepare/release_hugepage from arch headersDominik Dingel2015-06-251-9/+0
* | Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2015-06-253-36/+1
|\ \
| * | sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHCXunlei Pang2015-06-253-36/+1
* | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-2/+1
|\ \ \
| * | | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| * | | 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-241-2/+4
* | | mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-4/+4
* | | mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hookZhang Zhen2015-06-241-4/+0
* | | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* | | sparc: use for_each_sg()Akinobu Mita2015-06-241-3/+5
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-232-29/+0
|\ \ \
| * | | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-082-29/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-4/+4
|\ \ \
| * \ \ Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-198-373/+202
| |\ \ \ | | |/ /
| * | | crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin2015-05-181-4/+4
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-222-0/+2
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-2217-64/+286
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-072-0/+2
| | |/ / / | |/| | |
OpenPOWER on IntegriCloud