summaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2012-08-25sparc64: Add DES driver making use of the new des opcodes.David S. Miller3-0/+966
2012-08-22sparc64: Add CRC32C driver making use of the new crc32c opcode.David S. Miller3-0/+210
2012-08-22sparc64: Add AES driver making use of the new aes opcodes.David S. Miller3-0/+1163
2012-08-20sparc64: Add MD5 driver making use of the 'md5' instruction.David S. Miller3-0/+258
2012-08-20sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.David S. Miller3-0/+326
2012-08-20sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.David S. Miller3-0/+317
2012-08-20sparc64: Add SHA1 driver making use of the 'sha1' instruction.David S. Miller5-0/+265
2012-08-18sparc64: Update generic comments in perf event code to match reality.David S. Miller1-13/+27
2012-08-18sparc64: Add SPARC-T4 perf event support.David S. Miller1-2/+187
2012-08-18sparc64: Support perf event encoding for multi-PCR PMUs.David S. Miller1-23/+75
2012-08-18sparc64: Make sparc_pmu_{enable,disable}_event() multi-pcr aware.David S. Miller1-6/+14
2012-08-18sparc64: Rework sparc_pmu_enable() so that the side effects are clearer.David S. Miller1-6/+2
2012-08-18sparc64: Prepare perf event layer for handling multiple PCR registers.David S. Miller1-27/+45
2012-08-18sparc64: Specify user and supervisor trace PCR bits in sparc_pmu.David S. Miller1-4/+12
2012-08-18sparc64: Abstract PMC read/write behind sparc_pmu.David S. Miller1-30/+38
2012-08-18sparc64: Allow max hw perf events to be variable.David S. Miller1-3/+7
2012-08-18sparc64: Add perf_event abstractions for orthogonal PMUs.David S. Miller1-0/+20
2012-08-18sparc64: Add PCR ops for SPARC-T4.David S. Miller3-2/+98
2012-08-18sparc64: Abstract away the %pcr values used to enable/disable NMIDavid S. Miller3-29/+26
2012-08-18sparc64: Abstract away the NMI PIC counter computation.David S. Miller3-19/+20
2012-08-18sparc64: Abstract away PIC register accesses.David S. Miller5-64/+61
2012-08-18sparc64: Add 'reg_num' argument to pcr_ops methods.David S. Miller4-19/+22
2012-08-18sparc64: Add hypervisor interfaces for SPARC-T4 perf counter access.David S. Miller3-0/+28
2012-08-18sparc64: Add detection for features new in SPARC-T4.David S. Miller3-12/+78
2012-08-15sparc64: Be less verbose during vmemmap population.David S. Miller1-5/+23
2012-08-02sparc64: do not clobber personality flags in sys_sparc64_personality()Jiri Kosina1-5/+5
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+2
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2-1/+1
2012-07-30ipc: add COMPAT_SHMLBA supportWill Deacon1-1/+1
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds22-522/+331
2012-07-26sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of currentTkhai Kirill1-3/+1
2012-07-26sparc32: delete dead code in show_mem()Sam Ravnborg1-7/+0
2012-07-26sparc32: move kmap_init() to highmem.cSam Ravnborg3-14/+17
2012-07-26sparc32: move probe_memory() to srmmu.cSam Ravnborg2-13/+11
2012-07-26sparc32: drop unused BAD_PAGE stuffSam Ravnborg1-7/+0
2012-07-26sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg6-71/+63
2012-07-26sparc32: drop quicklistSam Ravnborg2-15/+0
2012-07-26sparc32: drop sparc model check in paging_initSam Ravnborg1-13/+1
2012-07-26sparc32: drop sparc_unmapped_baseSam Ravnborg2-4/+1
2012-07-26sparc32,leon: drop leon_init()Sam Ravnborg3-19/+0
2012-07-26sparc32: drop fixmap.hSam Ravnborg4-30/+26
2012-07-26sparc32: fixmap.h cleanupSam Ravnborg1-89/+5
2012-07-26sparc32: drop unused kmap_atomic_to_pageSam Ravnborg2-19/+0
2012-07-26sparc32: drop swapper_pg_dirSam Ravnborg2-4/+3
2012-07-26sparc32: beautify srmmu_inherit_prom_mappings()Sam Ravnborg1-10/+16
2012-07-26sparc32: use void * in nocache get/freeSam Ravnborg2-35/+42
2012-07-26sparc32: fix coding-style in srmmu.cSam Ravnborg1-68/+64
2012-07-26sparc32: sort includes in srmmu.cSam Ravnborg1-21/+21
2012-07-26sparc32: define a few srmmu functions __initSam Ravnborg1-2/+2
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-117/+7