summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* sparc64: exit_group should kill register windows just like plain exit.David S. Miller2012-12-033-4/+14
* sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()Al Viro2012-11-191-3/+1Star
* sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-101-2/+4
* sparc: Wire up sys_kcmp.David S. Miller2012-10-282-2/+3
* sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2012-10-283-8/+8
* sparc64: Use pause instruction when available.David S. Miller2012-10-283-0/+33
* sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-278-49/+87
* sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller2012-10-161-2/+4
* sparc64: Add global PMU register dumping via sysrq.David S. Miller2012-10-162-20/+111
* sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller2012-10-151-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-132-79/+216
|\
| * sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro2012-10-111-18/+14Star
| * sparc64: Fix deficiencies in sun4v error reporting.David S. Miller2012-10-111-61/+202
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-133-6/+6
|/
* sparc64: Support transparent huge pages.David Miller2012-10-092-7/+4Star
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-081-1/+1
|\
| * Revert strace hiccups fix.David S. Miller2012-10-063-19/+22
| * sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy.David S. Miller2012-10-051-1/+1
| * sparc64: Fix strace hiccups when force_successful_syscall() triggers.Al Viro2012-10-041-18/+13Star
| * sparc64: Rearrange thread info to cheaply clear syscall noerror state.Al Viro2012-10-043-6/+8
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-051-52/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-033-3/+3
|\
| * sparc: fix format string argument for prom_printf()Akinobu Mita2012-10-033-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-032-47/+1Star
|\ \ | |/ |/|
| * compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas2012-10-032-47/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-10-0210-168/+690
|\ \
| * | sparc64: Add SPARC-T4 optimized memcpy.David S. Miller2012-09-271-2/+12
| * | arch/sparc/kernel/pci_sun4v.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-211-1/+1
| * | sparc64: Probe cpu page size support more portably.David S. Miller2012-09-071-0/+24
| * | sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller2012-09-071-15/+10Star
| * | sparc64: Update generic comments in perf event code to match reality.David S. Miller2012-08-191-13/+27
| * | sparc64: Add SPARC-T4 perf event support.David S. Miller2012-08-191-2/+187
| * | sparc64: Support perf event encoding for multi-PCR PMUs.David S. Miller2012-08-191-23/+75
| * | sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware.David S. Miller2012-08-191-6/+14
| * | sparc64: Rework sparc_pmu_enable() so that the side effects are clearer.David S. Miller2012-08-191-6/+2Star
| * | sparc64: Prepare perf event layer for handling multiple PCR registers.David S. Miller2012-08-191-27/+45
| * | sparc64: Specify user and supervisor trace PCR bits in sparc_pmu.David S. Miller2012-08-191-4/+12
| * | sparc64: Abstract PMC read/write behind sparc_pmu.David S. Miller2012-08-191-30/+38
| * | sparc64: Allow max hw perf events to be variable.David S. Miller2012-08-191-3/+7
| * | sparc64: Add perf_event abstractions for orthogonal PMUs.David S. Miller2012-08-191-0/+20
| * | sparc64: Add PCR ops for SPARC-T4.David S. Miller2012-08-191-1/+82
| * | sparc64: Abstract away the %pcr values used to enable/disable NMIDavid S. Miller2012-08-192-27/+24Star
| * | sparc64: Abstract away the NMI PIC counter computation.David S. Miller2012-08-192-5/+19
| * | sparc64: Abstract away PIC register accesses.David S. Miller2012-08-193-32/+57
| * | sparc64: Add 'reg_num' argument to pcr_ops methods.David S. Miller2012-08-193-17/+20
| * | sparc64: Add hypervisor interfaces for SPARC-T4 perf counter access.David S. Miller2012-08-192-0/+17
| * | sparc64: Add detection for features new in SPARC-T4.David S. Miller2012-08-191-12/+55
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-012-13/+0Star
|\ \ \ | |_|/ |/| |
| * | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-192-13/+0Star