summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-01-094-282/+5Star
|\
| * sparc32: remove unused file: include/asm/pgtsun4.hSam Ravnborg2011-12-301-171/+0Star
| * sparc32: fix PAGE_SIZE definitionSam Ravnborg2011-12-292-8/+4Star
| * sparc32: support atomic64_tSam Ravnborg2011-12-271-0/+2
| * sparc32: drop useless preprocessor conditional in atomic_32.hSam Ravnborg2011-12-271-4/+0Star
| * sparc32: drop unused atomic24 supportSam Ravnborg2011-12-271-100/+0Star
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-082-4/+0Star
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-212-4/+0Star
| |/
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-8/+0Star
|\ \
| * | consolidate umode_t declarationsAl Viro2012-01-042-8/+0Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-071-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/+0Star
| |_|/ |/| |
* | | sparc: Kill custom io_remap_pfn_range().David S. Miller2011-11-182-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-11-011-1/+0Star
|/ /
* / 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-211-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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-059-113/+79Star
|\
| * sparc: Access kernel TSB using physical addressing when possible.David S. Miller2011-08-051-27/+24Star
| * sparc: use kbuild-generic support for true asm-generic header filesSam Ravnborg2011-08-045-9/+5Star
| * sparc: Use popc when possible for ffs/__ffs/ffz.David S. Miller2011-08-031-3/+4
| * sparc: Set reboot-cmd using reboot data hypervisor call if available.David S. Miller2011-08-031-0/+7
| * sparc: Add some missing hypervisor API groups.David S. Miller2011-08-031-0/+6
| * sparc: Use popc if possible for hweight routines.David S. Miller2011-08-031-38/+4Star
| * sparc: Sanitize cpu feature detection and reporting.David S. Miller2011-07-291-36/+29Star
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-301-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-282-3/+6
* | sparc: Add T3 sun4v cpu type and hypervisor group defines.David S. Miller2011-07-282-0/+2
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-272-2/+0Star
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-272-3/+3
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-275-5/+3Star
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-4/+1Star
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-2/+0Star
* | Merge 'akpm' patch seriesLinus Torvalds2011-07-262-21/+70
|\ \
| * | sparc64: add support for _PAGE_SPECIALDavid S. Miller2011-07-261-4/+11
| * | sparc64: use RCU page table freeingDavid S. Miller2011-07-261-2/+46
| * | sparc64: kill page table quicklistsDavid S. Miller2011-07-261-17/+15Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| |/
* | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-222-6/+0Star
|\ \
| * | pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt2011-06-082-6/+0Star