summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2007-03-24[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.Ralf Baechle5-15/+16
2007-03-24[MIPS] SB1: Fix pile of gcc's bogus format string warnings.Ralf Baechle1-4/+5
2007-03-24[MIPS] Jazz: Fix warning.Ralf Baechle1-1/+2
2007-03-24[MIPS] R3000: local_flush_data_cache_page take a pointer argument.Ralf Baechle1-1/+1
2007-03-24[MIPS] Implement flush_anon_page().Ralf Baechle2-3/+17
2007-03-24[MIPS] SPARSEMEM: The first pfn of zone should be min_low_pfn, not 0.Atsushi Nemoto1-1/+1
2007-03-24[MIPS] Always use virt_to_phys() when translating kernel addressesFranck Bui-Huu1-5/+12
2007-03-23[PATCH] x86_64: avoid sending LOCAL_TIMER_VECTOR IPI to itselfThomas Gleixner1-0/+8
2007-03-23x86-64: add "local_apic_timer_c2_ok" here tooLinus Torvalds1-0/+11
2007-03-23[PATCH] i386: add command line option "local_apic_timer_c2_ok"Thomas Gleixner1-0/+10
2007-03-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+1
2007-03-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds4-4/+64
2007-03-22[PATCH] setup_boot_APIC_clock() irq-enable fixIngo Molnar1-1/+2
2007-03-22[PATCH] i386: disable local apic timer via command line or dmi quirkThomas Gleixner1-0/+52
2007-03-22[PATCH] i386: clockevents fix breakage on Geode/Cyrix PIT implementationsThomas Gleixner1-1/+9
2007-03-22[POWERPC] Bypass hcall stats until cpu features have runAnton Blanchard1-1/+6
2007-03-22[POWERPC] Avoid hypervisor statistics calculation in real modeMohan Kumar M3-1/+51
2007-03-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds6-38/+42
2007-03-20[IA64] Fix wrong /proc/iomem on SGI AltixBernhard Walle1-2/+10
2007-03-20[IA64] Altix: ioremap vga_console_iobaseJohn Keller1-3/+3
2007-03-20[IA64] Fix typo/thinko in crash.cJay Lan1-1/+1
2007-03-20[IA64] Fix get_model_name() for mixed cpu type systemsJack Steiner1-7/+15
2007-03-20[IA64] min_low_pfn and max_low_pfn calculation fixZou Nan hai3-27/+23
2007-03-20Pull misc-for-upstream into release branchLen Brown1-0/+1
2007-03-19ACPI: IA64: fix allnoconfig buildLen Brown1-0/+1
2007-03-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-0/+6
2007-03-19Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds17-24/+49
2007-03-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+5
2007-03-19Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds5-9/+32
2007-03-19[SPARC64]: store-init needs trailing membar.David S. Miller4-0/+6
2007-03-19[MIPS] Export except_vec_vi_{mori,lui,ori} as text symbols.Ralf Baechle1-3/+3
2007-03-19[MIPS] mips-boards: More liberal check for mips-board consoleThiemo Seufer1-1/+1
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsThiemo Seufer13-17/+16
2007-03-19[MIPS] Qemu: Fix Symmetric Uniprocessor support.Atsushi Nemoto2-3/+19
2007-03-19[MIPS] VI: TRACE_IRQS_OFF clobbers $v0, so save & restore around call.Ralf Baechle1-0/+10
2007-03-19[S390] Wire up sys_utimes.Heiko Carstens2-0/+7
2007-03-19[S390] reboot from and dump to SCSI under z/VM fails.Michael Holzheu1-5/+4
2007-03-19[S390] Wire up compat_sys_epoll_pwait.Heiko Carstens2-1/+12
2007-03-19[S390] strlcpy is smart enoughJean Delvare1-1/+1
2007-03-19[S390] memory detection: fix off by one bug.Heiko Carstens1-2/+8
2007-03-18Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds6-30/+30
2007-03-18[PATCH] gpio_direction_output-needs-an-initial-value fixDavid Brownell1-0/+1
2007-03-18[PATCH] i386: trust the PM-Timer calibration of the local APIC timerThomas Gleixner1-51/+27
2007-03-18[PATCH] Fix atomicity of TIF update in flush_thread() for x86_64Mathieu Desnoyers1-5/+8
2007-03-18[PATCH] Fix wrong /proc/iomem on SGI AltixBernhard Walle1-2/+10
2007-03-18[PATCH] X86_P4_CLOCKMOD must select CPU_FREQ_TABLEAdrian Bunk1-0/+1
2007-03-17Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-16/+8
2007-03-17Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds11-44/+92
2007-03-17[SPARC64]: Use Kconfig.preemptDavid S. Miller2-16/+8
2007-03-16Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-3/+35