| Commit message (Expand) | Author | Age | Files | Lines |
* | h8300: defconfig update | Yoshinori Sato | 2008-02-24 | 1 | -123/+140 |
* | h8300: IRQ handling update | Yoshinori Sato | 2008-02-24 | 5 | -311/+89 |
* | h8300: signal.c typo fix | Yoshinori Sato | 2008-02-24 | 1 | -2/+2 |
* | uml: fix FP register corruption | Jeff Dike | 2008-02-24 | 6 | -0/+49 |
* | uml: fix helper_wait calls in watchdog | Johann Felix Soden | 2008-02-24 | 1 | -2/+2 |
* | uml: remove unused sigcontext accessors | Jeff Dike | 2008-02-24 | 2 | -55/+0 |
* | MN10300: define HZ as a config option | David Howells | 2008-02-24 | 1 | -0/+4 |
* | arch/um/kernel/mem.c: fix a shadowed variable | WANG Cong | 2008-02-24 | 1 | -3/+3 |
* | UML: update defconfig | Jeff Dike | 2008-02-24 | 1 | -93/+187 |
* | uml: fix initrd printk | Johann Felix Soden | 2008-02-24 | 1 | -1/+1 |
* | Mark CC_STACKPROTECTOR as being BROKEN | Linus Torvalds | 2008-02-22 | 1 | -1/+1 |
* | x86 ptrace: fix compat PTRACE_SETREGS | Roland McGrath | 2008-02-22 | 1 | -2/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-22 | 1 | -1/+18 |
|\ |
|
| * | Hibernation: Handle DEBUG_PAGEALLOC on x86 | Rafael J. Wysocki | 2008-02-21 | 1 | -1/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-02-22 | 2 | -1/+6 |
|\ \ |
|
| * | | PCI: don't load acpi_php when acpi is disabled | Yinghai Lu | 2008-02-22 | 1 | -1/+2 |
| * | | PCI: irq: patch for Intel ICH10 DeviceID's | Jason Gaston | 2008-02-22 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-02-22 | 3 | -8/+38 |
|\ \ |
|
| * | | [ARM] 4829/1: add .get method to pxa-cpufreq to silence a warning | Holger Schurig | 2008-02-17 | 1 | -1/+7 |
| * | | [ARM] 4826/1: Orion: Register the RTC interrupt on the TS-209 | Byron Bradley | 2008-02-17 | 1 | -0/+15 |
| * | | [ARM] pxa: fix clock lookup to find specific device clocks | Russell King | 2008-02-17 | 1 | -7/+16 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-02-22 | 32 | -354/+1604 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spu... | Paul Mackerras | 2008-02-21 | 4 | -20/+7 |
| |\ \ |
|
| | * | | [POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg} | Andre Detsch | 2008-02-20 | 2 | -15/+3 |
| | * | | [POWERPC] spufs: fix scheduler starvation by idle contexts | Jeremy Kerr | 2008-02-19 | 2 | -5/+4 |
| | |/ |
|
| * | | [POWERPC] pasemi: Remove warning in mpic_pasemi_msi.c | Olof Johansson | 2008-02-21 | 1 | -3/+2 |
| * | | [POWERPC] pasemi: Register i2c devices at boot | Olof Johansson | 2008-02-21 | 2 | -1/+98 |
| * | | [POWERPC] Fix warning in pseries/power.c | Stephen Rothwell | 2008-02-20 | 1 | -1/+1 |
| * | | [POWERPC] Fix bootwrapper builds with older gcc versions | Josh Boyer | 2008-02-20 | 1 | -4/+4 |
| * | | [POWERPC] Fix dt_mem_next_cell() to read the full address | Becky Bruce | 2008-02-20 | 1 | -6/+7 |
| * | | [POWERPC] Kill sparse warnings in kprobes | Ananth N Mavinakayanahalli | 2008-02-20 | 1 | -4/+5 |
| * | | [POWERPC] 44x: Add multiplatform defconfig | Josh Boyer | 2008-02-16 | 1 | -0/+904 |
| * | | [POWERPC] 44x: Fix Kconfig formatting | Josh Boyer | 2008-02-16 | 1 | -5/+5 |
| * | | [POWERPC] 4xx: Update defconfigs for 2.6.25 | Josh Boyer | 2008-02-16 | 10 | -282/+568 |
| * | | [POWERPC] 4xx: Remove "i2c" and "xxmii-interface" device_types from dts | Stefan Roese | 2008-02-16 | 8 | -25/+0 |
| * | | [POWERPC] PPC440EP Interrupt Triggering and Level Settings | Wolfgang Ocker | 2008-02-16 | 1 | -3/+3 |
| |/ |
|
* | | FRV: Change the timerfd syscalls to be the same as i386 | David Howells | 2008-02-21 | 1 | -1/+3 |
* | | FRV: Drop the .data.idt section for FRV | David Howells | 2008-02-21 | 1 | -3/+0 |
* | | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-02-20 | 1 | -0/+2 |
|\ \ |
|
| * | | fix historic ioremap() abuse in AGP | Arjan van dev Ven | 2008-02-19 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2008-02-20 | 29 | -188/+190 |
|\ \ \ |
|
| * | | | x86: fix page_is_ram() thinko | Arjan van de Ven | 2008-02-19 | 1 | -8/+7 |
| * | | | x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios da... | Arjan van de Ven | 2008-02-19 | 1 | -0/+9 |
| * | | | x86: i8259A: remove redundant irq_descinitialization | Ahmed S. Darwish | 2008-02-19 | 1 | -19/+6 |
| * | | | x86: fix vdso_install breaks user "make install" | Sam Ravnborg | 2008-02-19 | 2 | -2/+2 |
| * | | | x86: change IO delay back to 0x80 | Ingo Molnar | 2008-02-19 | 1 | -1/+1 |
| * | | | x86: lds - Use THREAD_SIZE instead of numeric constant | Cyrill Gorcunov | 2008-02-19 | 1 | -1/+1 |
| * | | | x86: lds - Use PAGE_SIZE instead of numeric constant | Cyrill Gorcunov | 2008-02-19 | 2 | -27/+27 |
| * | | | x86 cleanup: suspend_asm_64.S - use X86_CR4_PGE instead of numeric value | Cyrill Gorcunov | 2008-02-19 | 1 | -2/+3 |
| * | | | x86: fix printout ugliness in cpu info printk | Marcin Slusarz | 2008-02-19 | 1 | -1/+1 |