aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: fix compilation problemsJeff Dike2007-03-292-1/+4
* [PATCH] uml: fix LVM crashJason Lunz2007-03-291-2/+1
* [PATCH] uml: irq locking fixesJeff Dike2007-03-291-5/+7
* [PATCH] uml: fix device unplug crashJeff Dike2007-03-291-0/+3
* [PATCH] uml: fix I/O hang when multiple devices are in useJeff Dike2007-03-291-7/+6
* [PATCH] x86_64 irq: Fix comments after changing IRQ0_VECTOR from 0x20 to 0x30Yinghai Lu2007-03-291-3/+3
* [POWERPC] Fix dcr_unmap()Jean-Christophe Dubois2007-03-291-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-03-281-0/+2
|\
| * [SPARC32]: Fix SMP build regressionRobert Reif2007-03-261-0/+2
* | [PATCH] MSI-X: fix resume crashEric W. Biederman2007-03-284-6/+15
* | sh: Kill bogus GCC4 symbol exports.Paul Mundt2007-03-281-3/+0
* | [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"Rafael J. Wysocki2007-03-271-1/+3
* | [PATCH] i386: Fix bogus return value in hpet_next_event()Thomas Gleixner2007-03-271-1/+1
* | [PATCH] uml: use correct register file size everywhereJeff Dike2007-03-275-14/+15
|/
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-03-261-1/+1
|\
| * [S390] kprobes: Align probe address.David Wilder2007-03-261-1/+1
* | pci: set pci=bfsort for PowerEdge R900Matt Domsch2007-03-261-0/+8
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-245-9/+60
|\
| * [ARM] 4272/1: Missing symbol h1940_pm_return fixKrzysztof Helt2007-03-202-0/+4
| * [ARM] 4271/1: iop32x: fix ep80219 detection (support iq80219 platforms)Dan Williams2007-03-172-8/+55
| * [ARM] 4270/2: mach-s3c2443/irq.c off by one error in dma irqsGraeme Gregory2007-03-171-1/+1
* | [PATCH] i386: Prevent early access to TSC to avoid crash on TSCless systemsThomas Gleixner2007-03-241-2/+7
* | [MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle2007-03-245-15/+16
* | [MIPS] SB1: Fix pile of gcc's bogus format string warnings.Ralf Baechle2007-03-241-4/+5
* | [MIPS] Jazz: Fix warning.Ralf Baechle2007-03-241-1/+2
* | [MIPS] R3000: local_flush_data_cache_page take a pointer argument.Ralf Baechle2007-03-241-1/+1
* | [MIPS] Implement flush_anon_page().Ralf Baechle2007-03-242-3/+17
* | [MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto2007-03-241-1/+1
* | [MIPS] Always use virt_to_phys() when translating kernel addressesFranck Bui-Huu2007-03-241-5/+12
* | [PATCH] x86_64: avoid sending LOCAL_TIMER_VECTOR IPI to itselfThomas Gleixner2007-03-231-0/+8
* | x86-64: add "local_apic_timer_c2_ok" here tooLinus Torvalds2007-03-231-0/+11
* | [PATCH] i386: add command line option "local_apic_timer_c2_ok"Thomas Gleixner2007-03-231-0/+10
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-03-221-0/+1
|\ \
| * \ Pull misc-for-upstream into release branchLen Brown2007-03-201-0/+1
| |\ \
| | * | ACPI: IA64: fix allnoconfig buildLen Brown2007-03-191-0/+1
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-03-224-4/+64
|\ \ \ \
| * | | | [POWERPC] Bypass hcall stats until cpu features have runAnton Blanchard2007-03-221-1/+6
| * | | | [POWERPC] Avoid hypervisor statistics calculation in real modeMohan Kumar M2007-03-223-1/+51
| * | | | [POWERPC] Fix atomicity of TIF update in flush_thread()Mathieu Desnoyers2007-03-161-2/+7
* | | | | [PATCH] setup_boot_APIC_clock() irq-enable fixIngo Molnar2007-03-221-1/+2
* | | | | [PATCH] i386: disable local apic timer via command line or dmi quirkThomas Gleixner2007-03-221-0/+52
* | | | | [PATCH] i386: clockevents fix breakage on Geode/Cyrix PIT implementationsThomas Gleixner2007-03-221-1/+9
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-03-216-38/+42
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [IA64] Fix wrong /proc/iomem on SGI AltixBernhard Walle2007-03-201-2/+10
| * | | | [IA64] Altix: ioremap vga_console_iobaseJohn Keller2007-03-201-3/+3
| * | | | [IA64] Fix typo/thinko in crash.cJay Lan2007-03-201-1/+1
| * | | | [IA64] Fix get_model_name() for mixed cpu type systemsJack Steiner2007-03-201-7/+15
| * | | | [IA64] min_low_pfn and max_low_pfn calculation fixZou Nan hai2007-03-203-27/+23
| | |/ / | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-03-194-0/+6
|\ \ \ \
| * | | | [SPARC64]: store-init needs trailing membar.David S. Miller2007-03-194-0/+6