summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-101-18/+14
| * sparc64: Fix deficiencies in sun4v error reporting.David S. Miller2012-10-101-61/+202
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-123-6/+6
|/
* sparc64: Support transparent huge pages.David Miller2012-10-092-7/+4
* 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-091-1/+1
|\
| * Revert strace hiccups fix.David S. Miller2012-10-053-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/+13
| * 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-061-52/+0
|/
* 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-023-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-022-47/+1
|\ \ | |/ |/|
| * compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas2012-10-022-47/+1
* | 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-061-0/+24
| * | sparc64: Support 2GB and 16GB page sizes for kernel linear mappings.David S. Miller2012-09-061-15/+10
| * | sparc64: Update generic comments in perf event code to match reality.David S. Miller2012-08-181-13/+27
| * | sparc64: Add SPARC-T4 perf event support.David S. Miller2012-08-181-2/+187
| * | sparc64: Support perf event encoding for multi-PCR PMUs.David S. Miller2012-08-181-23/+75
| * | sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware.David S. Miller2012-08-181-6/+14
| * | sparc64: Rework sparc_pmu_enable() so that the side effects are clearer.David S. Miller2012-08-181-6/+2
| * | sparc64: Prepare perf event layer for handling multiple PCR registers.David S. Miller2012-08-181-27/+45
| * | sparc64: Specify user and supervisor trace PCR bits in sparc_pmu.David S. Miller2012-08-181-4/+12
| * | sparc64: Abstract PMC read/write behind sparc_pmu.David S. Miller2012-08-181-30/+38
| * | sparc64: Allow max hw perf events to be variable.David S. Miller2012-08-181-3/+7
| * | sparc64: Add perf_event abstractions for orthogonal PMUs.David S. Miller2012-08-181-0/+20
| * | sparc64: Add PCR ops for SPARC-T4.David S. Miller2012-08-181-1/+82
| * | sparc64: Abstract away the %pcr values used to enable/disable NMIDavid S. Miller2012-08-182-27/+24
| * | sparc64: Abstract away the NMI PIC counter computation.David S. Miller2012-08-182-5/+19
| * | sparc64: Abstract away PIC register accesses.David S. Miller2012-08-183-32/+57
| * | sparc64: Add 'reg_num' argument to pcr_ops methods.David S. Miller2012-08-183-17/+20
| * | sparc64: Add hypervisor interfaces for SPARC-T4 perf counter access.David S. Miller2012-08-182-0/+17
| * | sparc64: Add detection for features new in SPARC-T4.David S. Miller2012-08-181-12/+55
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-012-13/+0
|\ \ \ | |_|/ |/| |
| * | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-182-13/+0
| * | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-1/+1
| |/
* | sparc: fix the return value of module_alloc()Wei Yongjun2012-09-211-3/+1
* | sparc32: Enable the relocation target R_SPARC_DISP32 for sparc32Andreas Larsson2012-09-211-5/+4
|/
* sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina2012-08-021-5/+5
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-4/+2
|\
| * sparc/ldc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-4/+2
* | ipc: add COMPAT_SHMLBA supportWill Deacon2012-07-301-1/+1
OpenPOWER on IntegriCloud