summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc32: fix sparse warnings in signal_32.cSam Ravnborg2014-04-292-5/+14
* sparc32: fix sparse warnings in process_32.hSam Ravnborg2014-04-292-0/+10
* sparc32: fix sparse warnings in irq_32.cSam Ravnborg2014-04-294-10/+21
* sparc32: fix sparse warnings in sun4d_irq.cSam Ravnborg2014-04-293-8/+13
* sparc32: fix sparse warnings in sun4m_irq.c and sun4d_irq.cSam Ravnborg2014-04-294-4/+8
* sparc32: fix sparse warning in traps_32.cSam Ravnborg2014-04-292-2/+2
* sparc32: fix sparse "Should it be static?" in mm/Sam Ravnborg2014-04-293-4/+7
* sparc32: fix sparse warnings in srmmu.cSam Ravnborg2014-04-294-7/+11
* sparc32: fix sparse warning in init_32.cSam Ravnborg2014-04-292-2/+1
* sparc32: fix sparse warning in fault_32.cSam Ravnborg2014-04-292-3/+12
* sparc32: rename mm/srmmu.h to mm/mm_32.hSam Ravnborg2014-04-293-2/+2
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+1
|\
| * audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro2014-03-201-0/+1
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+5
|\ \
| * | sparc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+5
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-032-0/+3
|\ \ \
| * | | sparc: fix implicit include of slab.h in leon_pci_grpci2.cPaul Gortmaker2014-02-131-0/+1
| * | | sun4M: add include of slab.h for kzallocStephen Rothwell2014-02-121-0/+2
* | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-5/+1
|\ \ \ \
| * | | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-4/+0
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-2/+3
|\ \ \ \
| * | | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
| * | | | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-1/+1
* | | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-5/+0
|\ \ \ \ \
| * | | | | sparc/PCI: Use default pcibios_enable_device() (Leon only)Bjorn Helgaas2014-03-191-5/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-2/+1
|\ \ \ \ \
| * | | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-1/+1
|\ \ \ \ \
| * | | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-122-1/+3
| |\| | | |
| * | | | | sparc: Use the core irq stats functionThomas Gleixner2014-03-041-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-315-12/+0
|\ \ \ \ \
| * | | | | sparc64, sched: Remove unused sparc64_multi_coreBjorn Helgaas2014-03-114-10/+0
| * | | | | sched: Remove unused mc_capable() and smt_capable()Bjorn Helgaas2014-03-111-2/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-311-5/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * | | | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-5/+5
| | |/ / | |/| |
* | | | sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller2014-03-241-1/+3
* | | | sparc64:tsb.c:use array size macro rather than numberDoug Wilson2014-03-171-1/+1
* | | | sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp2014-03-171-2/+2
| |/ / |/| |
* | | sparc32: make copy_to/from_user_page() usable from modular codePaul Gortmaker2014-02-191-0/+2
* | | sparc32: fix build failure for arch_jump_label_transformPaul Gortmaker2014-02-191-1/+1
|/ /
* | sparc: Hook up sched_setattr and sched_getattr syscalls.David S. Miller2014-01-293-4/+6
* | sparc: don't use module_init in non-modular pci.c codePaul Gortmaker2014-01-281-2/+1
* | sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-2813-13/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\ \
| * | net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-3/+14
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-145-7/+8
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+2
| |\ \ \