summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-1/+9
|\
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-1/+9
* | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-141-2/+0
|\ \ | |/ |/|
| * UAPI: Don't include linux/compat.h in sparc's asm/siginfo.hDavid Howells2011-12-121-2/+0
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-112-10/+0
|\ \
| * | PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-10/+0
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-102-2/+2
|\ \
| * | sparc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-042-2/+2
| |/
* | sparc: make SA_NOMASK a synonym of SA_NODEFERMatt Fleming2012-01-101-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-01-094-282/+5
|\ \
| * | sparc32: remove unused file: include/asm/pgtsun4.hSam Ravnborg2011-12-301-171/+0
| * | sparc32: fix PAGE_SIZE definitionSam Ravnborg2011-12-292-8/+4
| * | sparc32: support atomic64_tSam Ravnborg2011-12-271-0/+2
| * | sparc32: drop useless preprocessor conditional in atomic_32.hSam Ravnborg2011-12-271-4/+0
| * | sparc32: drop unused atomic24 supportSam Ravnborg2011-12-271-100/+0
| |/
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-082-4/+0
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-212-4/+0
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-8/+0
|\ \
| * | consolidate umode_t declarationsAl Viro2012-01-032-8/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-061-0/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-213-9/+35
| |\ \ | | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
| |\ \
| | * | net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
* | | | memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-081-8/+0
| |_|/ |/| |
* | | sparc: Kill custom io_remap_pfn_range().David S. Miller2011-11-172-8/+32
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-11-081-1/+3
|\ \ \ | |/ / |/| |
| * | sparc: Hook up process_vm_{readv,writev} syscalls.David S. Miller2011-11-011-1/+3
* | | sparc: remove several unnecessary module.h include instancesPaul Gortmaker2011-10-311-1/+0
|/ /
* | compat: sync compat_stats with statfs.Eric W. Biederman2011-10-281-1/+2
|/
* sparc32,leon: SRMMU MMU Table probe fixDaniel Hellstrom2011-10-071-1/+1
* sparc64: Future proof Niagara cpu detection.David S. Miller2011-09-162-1/+5
* sparc: Allow handling signals when stack is corrupted.David S. Miller2011-08-201-0/+14
* sparc32: unbreak arch_write_unlock()Mikael Pettersson2011-08-151-2/+9
* sparc64: remove unnecessary macros from spinlock_64.hMikael Pettersson2011-08-151-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-059-113/+79
|\
| * sparc: Access kernel TSB using physical addressing when possible.David S. Miller2011-08-051-27/+24
| * sparc: use kbuild-generic support for true asm-generic header filesSam Ravnborg2011-08-045-9/+5
| * sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller2011-08-021-3/+4
| * sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller2011-08-021-0/+7
| * sparc: Add some missing hypervisor API groups.David S. Miller2011-08-021-0/+6
| * sparc: Use popc if possible for hweight routines.David S. Miller2011-08-021-38/+4
| * sparc: Sanitize cpu feature detection and reporting.David S. Miller2011-07-281-36/+29
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-1/+1
|\ \ | |/ |/|
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
* | sparc: Detect and handle UltraSPARC-T3 cpu types.David S. Miller2011-07-272-3/+6
* | sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller2011-07-272-0/+2
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-262-2/+0
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-262-3/+3
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-265-5/+3
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-4/+1
OpenPOWER on IntegriCloud