| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h> | Geert Uytterhoeven | 2009-04-28 | 1 | -0/+1 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2009-04-28 | 9 | -49/+53 |
|\ |
|
| * | powerpc/ps3: Fix build error on UP | Geoff Levand | 2009-04-28 | 1 | -4/+0 |
| * | powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEB | Michael Ellerman | 2009-04-28 | 1 | -1/+4 |
| * | powerpc: ppc32 needs elf_read_implies_exec() | Kumar Gala | 2009-04-28 | 1 | -0/+1 |
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer... | Paul Mackerras | 2009-04-28 | 1 | -13/+43 |
| |\ |
|
| | * | powerpc/44x: Correct memory size calculation for denali-based boards | Valentine Barshak | 2009-04-24 | 1 | -13/+43 |
| * | | powerpc/86xx: Add device_type entry to soc for ppc9a | Martyn Welch | 2009-04-27 | 1 | -0/+1 |
| * | | powerpc: fix for long standing bug noticed by gcc 4.4.0 | Stephen Rothwell | 2009-04-23 | 1 | -1/+1 |
| * | | Revert "powerpc: Add support for early tlbilx opcode" | Kumar Gala | 2009-04-23 | 4 | -30/+3 |
| |/ |
|
* | | powerpc: Revert switch to TEXT_TEXT in linker script | Tim Abbott | 2009-04-28 | 1 | -2/+2 |
* | | sparc: cleanup references to deprecated .text.init* sections. | Tim Abbott | 2009-04-27 | 2 | -2/+2 |
* | | sh: Use __INIT macro instead of .text.init. | Tim Abbott | 2009-04-27 | 1 | -2/+3 |
* | | powerpc: Use __REF macro instead of old .text.init.refok. | Tim Abbott | 2009-04-27 | 1 | -2/+3 |
* | | powerpc: Use TEXT_TEXT macro in linker script. | Tim Abbott | 2009-04-27 | 1 | -1/+2 |
* | | arm: Use __INIT macro instead of .text.init. | Tim Abbott | 2009-04-27 | 4 | -4/+8 |
* | | FRV: Use __INIT macro instead of .text.init. | Tim Abbott | 2009-04-27 | 4 | -4/+8 |
* | | FRV: Remove unused header asm/init.h. | Tim Abbott | 2009-04-27 | 1 | -12/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-04-27 | 5 | -6/+17 |
|\ \ |
|
| * | | x86/PCI: don't bother with root quirks if _CRS is used | Yinghai Lu | 2009-04-22 | 1 | -0/+4 |
| * | | x86/PCI: set_pci_bus_resources_arch_default cleanups | Yinghai Lu | 2009-04-22 | 4 | -7/+9 |
| * | | x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 | Matthew Wilcox | 2009-04-22 | 1 | -1/+6 |
| * | | x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case | Yinghai Lu | 2009-04-22 | 1 | -3/+3 |
* | | | Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-04-27 | 2 | -21/+38 |
|\ \ \ |
|
| * | | | sh: Fix up unsigned syscall_nr in SH-5 pt_regs. | Paul Mundt | 2009-04-27 | 1 | -1/+1 |
| * | | | sh: sh7785lcr: fix defconfig for 29-bit mode | Yoshihiro Shimoda | 2009-04-27 | 1 | -20/+37 |
* | | | | FRV: Stop gcc from generating uninitialised variable warnings after BUG() | David Howells | 2009-04-27 | 1 | -2/+3 |
* | | | | FRV: Wire up new syscalls | David Howells | 2009-04-27 | 2 | -1/+5 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-26 | 11 | -14/+58 |
|\ \ \ \ |
|
| * | | | | x86, hpet: Stop soliciting hpet=force users on ICH4M | Len Brown | 2009-04-24 | 1 | -2/+0 |
| * | | | | x86: check boundary in setup_node_bootmem() | Yinghai Lu | 2009-04-23 | 1 | -0/+3 |
| * | | | | uv_time: add parameter to uv_read_rtc() | Coly Li | 2009-04-22 | 1 | -5/+5 |
| * | | | | x86: hpet: fix periodic mode programming on AMD 81xx | Andreas Herrmann | 2009-04-22 | 1 | -1/+17 |
| * | | | | Merge commit 'v2.6.30-rc3' into x86/urgent | Ingo Molnar | 2009-04-22 | 64 | -151/+170 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86: more than 8 32-bit CPUs requires X86_BIGSMP | Michael K. Johnson | 2009-04-21 | 1 | -0/+1 |
| * | | | | x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=y | Rusty Russell | 2009-04-21 | 1 | -1/+1 |
| * | | | | x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APIC | Rusty Russell | 2009-04-21 | 1 | -1/+2 |
| * | | | | x86-64: fix FPU corruption with signals and preemption | Suresh Siddha | 2009-04-20 | 1 | -1/+3 |
| * | | | | x86/uv: fix for no memory at paddr 0 | Jack Steiner | 2009-04-20 | 1 | -0/+1 |
| * | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-04-20 | 692 | -2694/+46421 |
| |\ \ \ \ |
|
| * | | | | | x86: mm/numa_32.c calculate_numa_remap_pages should use __init | Jaswinder Singh Rajput | 2009-04-17 | 1 | -1/+1 |
| * | | | | | x86, kbuild: make "make install" not depend on vmlinux | H. Peter Anvin | 2009-04-17 | 1 | -1/+5 |
| * | | | | | x86/uv: fix init of cpu-less nodes | Jack Steiner | 2009-04-17 | 1 | -0/+14 |
| * | | | | | x86/uv: fix init of memory-less nodes | Jack Steiner | 2009-04-17 | 1 | -1/+5 |
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-26 | 2 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/irq: mark NUMA_MIGRATE_IRQ_DESC broken | Yinghai Lu | 2009-04-17 | 1 | -0/+1 |
| * | | | | | | x86, irq: Remove IRQ_DISABLED check in process context IRQ move | Pallipadi, Venkatesh | 2009-04-14 | 1 | -0/+2 |
* | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-04-26 | 1 | -0/+3 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | lockdep, x86: account for irqs enabled in paranoid_exit | Steven Rostedt | 2009-04-18 | 1 | -0/+3 |
| |/ / / / / |
|
* | | | | | | sparc: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-04-26 | 2 | -2/+2 |