| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Support for relocatable kdump kernel | Mohan Kumar M | 2008-10-22 | 11 | -66/+121 |
* | powerpc: Don't use a 16G page if beyond mem= limits | Jon Tollefson | 2008-10-22 | 1 | -2/+4 |
* | powerpc: Add del_node() for early boot code to prune inapplicable devices. | Mike Ditto | 2008-10-22 | 2 | -0/+12 |
* | powerpc: Further compile fixup for STRICT_MM_TYPECHECKS | David Gibson | 2008-10-22 | 1 | -1/+2 |
* | powerpc: Remove empty #else from signal_64.c | Michael Neuling | 2008-10-22 | 1 | -2/+0 |
* | powerpc: Move memory size print into common show_cpuinfo for 32-bit | Becky Bruce | 2008-10-22 | 13 | -40/+7 |
* | hvc_console: Remove __devexit annotation of hvc_remove() | Hendrik Brueckner | 2008-10-22 | 2 | -2/+2 |
* | hvc_console: Add support for tty window resizing | Hendrik Brueckner | 2008-10-22 | 2 | -0/+64 |
* | hvc_console: Fix loop if put_char() returns 0 | Hendrik Brueckner | 2008-10-22 | 1 | -9/+11 |
* | hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS | Hendrik Brueckner | 2008-10-22 | 1 | -1/+1 |
* | hvc_console: Add a hangup notifier for backends | Hendrik Brueckner | 2008-10-22 | 7 | -3/+14 |
* | Merge commit 'origin' into master | Benjamin Herrenschmidt | 2008-10-21 | 2652 | -43486/+278314 |
|\ |
|
| * | binfmt_elf_fdpic: Update for cputime changes. | Paul Mundt | 2008-10-21 | 1 | -12/+7 |
| * | mm: remove duplicated #include's | Huang Weiyi | 2008-10-21 | 2 | -3/+0 |
| * | Export tiny shmem_file_setup for DRM-GEM | Hugh Dickins | 2008-10-21 | 2 | -1/+2 |
| * | misc: replace remaining __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-21 | 5 | -8/+8 |
| * | fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c | Thomas Gleixner | 2008-10-21 | 1 | -2/+3 |
| * | fix WARN() for PPC | Arjan van de Ven | 2008-10-21 | 1 | -1/+1 |
| * | kexec: fix crash_save_vmcoreinfo_init build problem | Luck, Tony | 2008-10-21 | 1 | -0/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2008-10-20 | 138 | -318/+457 |
| |\ |
|
| | * | parisc: convert to generic compat_sys_ptrace | Helge Deller | 2008-10-17 | 3 | -258/+183 |
| | * | parisc: add rtc platform driver | Kyle McMartin | 2008-10-10 | 5 | -1/+141 |
| | * | parisc: initialize unwinder much earlier | James Bottomley | 2008-10-10 | 3 | -3/+5 |
| | * | parisc: add new syscalls | Kyle McMartin | 2008-10-10 | 2 | -2/+14 |
| | * | parisc: hijack jump to start_kernel | Kyle McMartin | 2008-10-10 | 2 | -2/+27 |
| | * | parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked | Kyle McMartin | 2008-10-10 | 2 | -21/+46 |
| | * | parisc: move include/asm-parisc to arch/parisc/include/asm | Kyle McMartin | 2008-10-10 | 123 | -0/+0 |
| | * | parisc: move pdc_result to real2.S | Kyle McMartin | 2008-10-10 | 4 | -2/+20 |
| | * | parisc: unify CCIO_COLLECT_STATS implementation | Kyle McMartin | 2008-10-10 | 1 | -26/+17 |
| | * | parisc: add arch/parisc/kernel/.gitignore | Kyle McMartin | 2008-10-10 | 1 | -0/+1 |
| | * | parisc: ropes.h - fix <asm-parisc/*> -> <asm/*> | Kyle McMartin | 2008-10-10 | 1 | -1/+1 |
| | * | parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*> | Kyle McMartin | 2008-10-10 | 1 | -2/+2 |
| * | | USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c | Linus Torvalds | 2008-10-20 | 1 | -1/+1 |
| * | | i915: cleanup coding horrors in i915_gem_gtt_pwrite() | Linus Torvalds | 2008-10-20 | 1 | -23/+36 |
| * | | Fix sprintf format warnings in drm_proc.c | Linus Torvalds | 2008-10-20 | 1 | -2/+2 |
| * | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-10-20 | 1 | -6/+8 |
| |\ \ |
|
| | * | | UIO: BKL removal | Jonathan Corbet | 2008-10-16 | 1 | -6/+8 |
| * | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-10-20 | 47 | -679/+1024 |
| |\ \ \ |
|
| | * | | | PCI: fix pci_ioremap_bar() on s390 | Heiko Carstens | 2008-10-20 | 1 | -0/+2 |
| | * | | | PCI: fix AER capability check | Yu Zhao | 2008-10-20 | 4 | -12/+5 |
| | * | | | PCI: use pci_find_ext_capability everywhere | Jesse Barnes | 2008-10-20 | 5 | -65/+20 |
| | * | | | PCI: remove #ifdef DEBUG around dev_dbg call | Jesse Barnes | 2008-10-20 | 1 | -2/+0 |
| | * | | | PCI hotplug: fix get_##name return value problem | Kenji Kaneshige | 2008-10-20 | 1 | -1/+1 |
| | * | | | PCI: document the pcie_aspm kernel parameter | Chuck Ebbert | 2008-10-20 | 1 | -0/+6 |
| | * | | | PCI: introduce an pci_ioremap(pdev, barnr) function | Arjan van de Ven | 2008-10-20 | 1 | -0/+13 |
| | * | | | powerpc/PCI: Add legacy PCI access via sysfs | Benjamin Herrenschmidt | 2008-10-20 | 3 | -1/+153 |
| | * | | | PCI: Add ability to mmap legacy_io on some platforms | Benjamin Herrenschmidt | 2008-10-20 | 5 | -82/+102 |
| | * | | | PCI: probing debug message uniformization | Vincent Legoll | 2008-10-20 | 2 | -16/+15 |
| | * | | | PCI: support PCIe ARI capability | Yu Zhao | 2008-10-20 | 5 | -0/+62 |
| | * | | | PCI: centralize the capabilities code in probe.c | Zhao, Yu | 2008-10-20 | 1 | -7/+20 |