summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* sparc: asm/atomic.h on 32bit should include asm/system.h for xchgStephen Rothwell2009-04-141-0/+2
* parport: Fix various uses of parport_pcAlan Cox2009-04-141-2/+3
* sparc: Hook up sys_preadv and sys_pwritevDavid S. Miller2009-04-081-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-0/+2
|\
| * Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-0/+2
| |\
| | * Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-303-2/+6
| | |\
| | * | numa, cpumask: move numa_node_id default implementation to topology.h, fixStephen Rothwell2009-03-191-0/+2
* | | | Allow rwlocks to re-enable interruptsRobin Holt2009-04-022-0/+4
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-304-12/+8
|\ \ \
| * \ \ Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kerne...David S. Miller2009-03-294-12/+8
| |\ \ \ | | |_|/ | |/| |
| | * | cpumask: use mm_cpumask() wrapper: sparcRusty Russell2009-03-162-5/+5
| | * | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: sparcRusty Russell2009-03-161-1/+1
| | * | cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparcRusty Russell2009-03-161-4/+0
| | * | cpumask: remove cpu_coregroup_map: sparcRusty Russell2009-03-161-1/+0
| | * | cpumask: arch_send_call_function_ipi_mask: sparcRusty Russell2009-03-161-1/+2
| | |/
* | | cpumask: remove node_to_first_cpuRusty Russell2009-03-301-5/+0
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-261-2/+2
|\ \
| * | sparc64: Flush TLB before releasing pages.David S. Miller2009-03-261-2/+2
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-0/+1
|\ \ \ | |/ /
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-182-6/+5
| |\ \ | | |/
| * | sparc64: Reschedule KGDB capture to a software interrupt.David S. Miller2009-03-181-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-052-6/+5
|\ \ \ | | |/ | |/|
| * | x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-022-6/+5
| |/
* | net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly2009-02-151-0/+3
|/
* sparc64: Implement NMI watchdog on capable cpus.David S. Miller2009-01-305-4/+30
* sparc64: Move generic PCR support code to seperate file.David S. Miller2009-01-282-0/+31
* byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-121-0/+4
|\
| * sparc64: Fix cpumask related build failureDavid Miller2009-01-111-0/+4
* | sparc: Fix asm/signal.h for 32-bit.David S. Miller2009-01-101-0/+4
* | sparc: Kill exports of prom internal functionsJulian Calaby2009-01-082-21/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-01-072-2/+2
|\
| * sparc64: Use unsigned long long for u64.Sam Ravnborg2009-01-062-2/+2
* | sparc: introduce asm/swab.hHarvey Harrison2009-01-063-44/+48
* | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-062-5/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-01-0534-2328/+1353
|\
| * sparc: Remove reg*.h from KbuildDavid S. Miller2009-01-051-3/+0
| * sparc: Kill asm/reg*.hDavid S. Miller2009-01-043-143/+0
| * sparc: unify ipcbuf.hSam Ravnborg2009-01-044-69/+31
| * sparc: remove NO_PROC_ID - it is no longer usedSam Ravnborg2009-01-021-3/+0
| * sparc: drop get_tbr() in traps.hSam Ravnborg2009-01-021-7/+0
| * sparc: fix warning in userspace header traps.hSam Ravnborg2009-01-021-2/+2
| * sparc: fix warnings in userspace header byteorder.hSam Ravnborg2009-01-021-7/+5
| * sparc: fix warning in userspace header jsflash.hSam Ravnborg2009-01-021-1/+1
| * sparc: unify openprom.hSam Ravnborg2009-01-024-488/+273
| * sparc64: delete unused linux_prom64_ranges from openprom_64.hSam Ravnborg2009-01-021-6/+0
| * sparc: prepare openprom for unificationSam Ravnborg2009-01-022-11/+11
| * sparc: remove linux_prom_pci_assigned_addresses from openprom_32.hSam Ravnborg2009-01-021-10/+0
| * sparc: remove ebus definitions from openprom*.hSam Ravnborg2009-01-022-37/+0
| * sparc: unify siginfo.hSam Ravnborg2009-01-024-58/+36
OpenPOWER on IntegriCloud