aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Detect trap frames in stack backtraces.David S. Miller2008-04-242-7/+28
* [SPARC64]: %l6 trap return handling no longer necessary.David S. Miller2008-04-248-56/+38
* [SPARC64]: Use trap type stored in pt_regs to handle syscall restart.David S. Miller2008-04-242-21/+21
* [SPARC64]: Store magic cookie and trap type in pt_regs.David S. Miller2008-04-231-0/+4
* [SPARC64]: PROM debug console can be CON_ANYTIME.David S. Miller2008-04-231-1/+1
* sparc64: cleanup after SunOS/Solaris binary emulation removalAdrian Bunk2008-04-232-3/+1
* sparc: cleanup after SunOS binary emulation removalAdrian Bunk2008-04-232-6/+0
* [SPARC64]: Add NUMA support.David S. Miller2008-04-234-135/+792
* [SPARC64]: Allocate TSB node-local.David S. Miller2008-04-231-1/+2
* [SPARC64]: NUMA device infrastructure.David S. Miller2008-04-2313-22/+82
* [SPARC64]: Kill pci_iommu_table_init() declaration.David S. Miller2008-04-231-2/+0
* [SPARC64]: Once we have the boot cmdline, call parse_early_param()David S. Miller2008-04-231-0/+1
* [SPARC64]: Initialize MDESC earlier and use lmb_alloc()David S. Miller2008-04-232-15/+19
* [SPARC64]: Use lmb_alloc() for PROM device tree.David S. Miller2008-04-232-7/+11
* [SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().David S. Miller2008-04-232-5/+14
* [SPARC64]: Fully use LMB information in bootmem_init().David S. Miller2008-04-231-82/+18
* [SPARC64]: Start using LMB information in bootmem_init().David S. Miller2008-04-231-126/+6
* [SPARC64]: Initialize LMB tables.David S. Miller2008-04-231-1/+13
* [SPARC64]: Move ramdisk discovery code out to seperate function.David S. Miller2008-04-231-24/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-2143-10612/+167
|\
| * [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-2143-10612/+167
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-3/+3
|\ \
| * | arm: Storage class should be before const qualifierTobias Klauser2008-04-211-3/+3
| |/
* | frv: unexport kmap_atomic_to_pageAdrian Bunk2008-04-211-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-2116-420/+27
|\ \
| * | PCI: parisc: use generic pci_enable_resources()Bjorn Helgaas2008-04-201-17/+13
| * | PCI: ppc: use generic pci_enable_resources()Bjorn Helgaas2008-04-201-57/+2
| * | PCI: powerpc: use generic pci_enable_resources()Bjorn Helgaas2008-04-201-33/+1
| * | PCI: ia64: use generic pci_enable_resources()Bjorn Helgaas2008-04-201-43/+1
| * | PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas2008-04-201-22/+1
| * | PCI: x86: use generic pci_enable_resources()Bjorn Helgaas2008-04-203-40/+1
| * | PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas2008-04-201-2/+1
| * | PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-201-4/+4
| * | PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2008-04-202-107/+0
| * | PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-201-5/+2
| * | PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-206-88/+0
| * | PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman2008-04-201-2/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-04-218-174/+263
|\ \
| * | [CRYPTO] aes-x86-32: Remove unused return codeSebastian Siewior2008-04-211-3/+0
| * | [CRYPTO] sha384: Hardware acceleration for s390Jan Glauber2008-04-211-7/+50
| * | [CRYPTO] sha512: Hardware acceleration for s390Jan Glauber2008-04-215-4/+86
| * | [CRYPTO] s390: Generic sha_update and sha_finalJan Glauber2008-04-215-171/+138
| |/
* | Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-04-215-8/+8
|\ \
| * | [PPC] minor irq handler cleanupsJeff Garzik2008-04-202-3/+4
| * | [BLACKFIN] minor irq handler cleanupsJeff Garzik2008-04-201-3/+2
| * | [SPARC] minor irq handler cleanupsJeff Garzik2008-04-201-1/+1
| * | ARM minor irq handler cleanup: avoid passing unused info to irqJeff Garzik2008-04-201-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-21335-3888/+11125
|\ \
| * | [POWERPC] Define copy_siginfo_from_user32Roland McGrath2008-04-201-3/+16
| * | [POWERPC] Add compat handler for PTRACE_GETSIGINFOAndreas Schwab2008-04-202-0/+29