summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] iounmap debuggingAndrew Morton2005-07-081-2/+4
* [PATCH] uml: kill some useless vmalloc tlb flushingJeff Dike2005-07-081-1/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2005-07-0722-1163/+589Star
|\
| * [IA64] - Disable tiocx driver on non-SN systemsJack Steiner2005-07-071-0/+4
| * [IA64] fix generic/up buildsTony Luck2005-07-075-65/+110
| * [IA64] memory-less-nodes repostbob.picco2005-07-072-228/+169Star
| * [IA64] Make ia64 die() preempt safe2005-07-071-2/+4
| * Auto merge with /home/aegl/GIT/linusTony Luck2005-07-07110-1798/+2569
| |\
| * | [IA64] restore_sigcontext is not preempt safeKeith Owens2005-07-071-0/+2
| * | [IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver codePrarit Bhargava2005-07-073-48/+129
| * | [IA64] hotplug/ia64: SN Hotplug Driver - new SN PROM version codePrarit Bhargava2005-07-072-9/+7Star
| * | [IA64] hotplug/ia64: SN Hotplug Driver: moving of header filesPrarit Bhargava2005-07-0711-699/+31Star
| * | [IA64] hotplug/ia64: SN Hotplug Driver: SN IRQ FixesPrarit Bhargava2005-07-062-134/+155
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-07-071-2/+5
|\ \ \
| * | | [SPARC64]: Fix set_intr_affinity()Eddie C. Dost2005-07-071-2/+5
| | |/ | |/|
* | | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-07-074-1/+522
|\ \ \
| * | | [CRYPTO] Add x86_64 asm AESAndreas Steinmetz2005-07-064-1/+522
| |/ /
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-07-075-16/+23
|\ \ \
| * | | [PATCH] ARM: 2792/1: IXP4xx iomap API implementationDeepak Saxena2005-07-071-2/+2
| * | | [PATCH] ARM: 2791/1: Add CRCs for aliased ARM symbolsTodd Poynor2005-07-071-0/+3
| * | | [PATCH] ARM: 2790/1: Properly terminate plat_serial8250_port arrays on ixdp42...Stefan Sorensen2005-07-072-13/+17
| * | | [PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6Catalin Marinas2005-07-071-1/+1
| |/ /
* / / [PATCH] openfirmware: generate device table for userspaceJeff Mahoney2005-07-062-14/+16
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-07-061-2/+3
|\ \
| * | [SPARC64]: Fix UltraSPARC-III fallout from membar changes.David S. Miller2005-07-061-2/+3
* | | [PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch2005-07-065-4/+9
* | | [PATCH] ppc32: explicitly disable 440GP IRQ compatibility mode in 440GX setupEugene Surovegin2005-07-061-0/+4
* | | [PATCH] ppc32: stop misusing NTP's time_offset valuejohn stultz2005-07-061-5/+8
* | | [PATCH] ppc32: add Freescale MPC885ADS board supportAndrei Konovalov2005-07-066-15/+1515
|/ /
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-07-057-443/+306Star
|\ \
| * | [SPARC64]: Fix IRQ retry interval timer value on sparc64 PCI controllers.David S. Miller2005-07-052-5/+2Star
| * | [SPARC64]: Small Schizo PCI controller programming tweaks.David S. Miller2005-07-041-15/+8Star
| * | [SPARC64]: Do proper DMA IRQ syncing on TomatilloDavid S. Miller2005-07-041-0/+51
| * | [SPARC64]: Add support for IRQ pre-handlers.David S. Miller2005-07-044-423/+227Star
| * | [SPARC64/COMPAT]: Add some compat ioctl for ppdevRaphael Assenat2005-07-041-0/+18
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2005-07-053-4/+10
|\ \ \
| * | | [PATCH] PCI: clean up dynamic pci id logicGreg Kroah-Hartman2005-07-011-1/+1
| * | | [PATCH] PCI: pci_assign_unassigned_resources() on x86Ivan Kokshaysky2005-07-012-3/+9
* | | | [PATCH] ARM: Fix non-standard PXA io_pg_offst initialisersRussell King2005-07-045-7/+7
* | | | [PATCH] ARM: Change 'param_offset' to 'boot_params'Russell King2005-07-041-2/+2
| |/ / |/| |
* | | [PATCH] ARM: 2784/1: Fix the block cache flush operation rangeCatalin Marinas2005-07-031-1/+2
* | | [PATCH] ARM: Remove machine description macrosRussell King2005-07-0371-453/+607
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-07-026-818/+53Star
|\ \ \
| * | | [PATCH] ARM: replace schedule_timeout() with msleep()Nishanth Aravamudan2005-07-011-2/+1Star
| * | | [PATCH] ARM: Make the magic values in head.S more obviousRussell King2005-07-011-12/+8Star
| * | | [PATCH] ARM: 2783/1: Remove omnimeter_defconfig as there is no kernel supportBen Dooks2005-07-011-803/+0Star
| * | | [PATCH] ARM: 2781/2: PXA27x Standby mode take 2Todd Poynor2005-07-013-1/+44
* | | | [PATCH] alpha smp fix (part #2)Ivan Kokshaysky2005-07-011-0/+2
| |/ / |/| |
* | | [PATCH] alpha smp fixIvan Kokshaysky2005-07-011-1/+1
|/ /
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-07-015-50/+47Star
|\ \ | |/ |/|