| Commit message (Expand) | Author | Age | Files | Lines |
* | During VM oom condition, kill all threads in process group | Will Schmidt | 2007-10-16 | 18 | -18/+18 |
* | slub.c:early_kmem_cache_node_alloc() shouldn't be __init | Adrian Bunk | 2007-10-16 | 1 | -2/+2 |
* | ppc64: SPARSEMEM_VMEMMAP support | Andy Whitcroft | 2007-10-16 | 3 | -0/+76 |
* | SPARC64: SPARSEMEM_VMEMMAP support | David Miller | 2007-10-16 | 4 | -1/+72 |
* | IA64: SPARSEMEM_VMEMMAP 16K page size support | Christoph Lameter | 2007-10-16 | 3 | -0/+15 |
* | x86_64: SPARSEMEM_VMEMMAP 2M page size support | Christoph Lameter | 2007-10-16 | 5 | -0/+49 |
* | vmemmap: generify initialisation via helpers | Andy Whitcroft | 2007-10-16 | 3 | -98/+83 |
* | Generic Virtual Memmap support for SPARSEMEM | Christoph Lameter | 2007-10-16 | 5 | -4/+211 |
* | sparsemem: record when a section has a valid mem_map | Andy Whitcroft | 2007-10-16 | 3 | -9/+22 |
* | sparsemem: clean up spelling error in comments | Andy Whitcroft | 2007-10-16 | 1 | -1/+1 |
* | x86: optimize page faults like all other achitectures and kill notifier cruft | Christoph Hellwig | 2007-10-16 | 20 | -192/+44 |
* | Convert cpu_sibling_map to be a per cpu variable | Mike Travis | 2007-10-16 | 26 | -82/+107 |
* | x86: Convert cpu_core_map to be a per cpu variable | Mike Travis | 2007-10-16 | 12 | -46/+63 |
* | Add support for Wacom WACF007 and WACF008 to serial pnp driver | Maik Broemme | 2007-10-16 | 1 | -0/+2 |
* | serial_txx9: Use UPF_FIXED_PORT | Atsushi Nemoto | 2007-10-16 | 1 | -21/+5 |
* | wake up from a serial port | Guennadi Liakhovetski | 2007-10-16 | 2 | -2/+41 |
* | provide stubs for enable_irq_wake() and disable_irq_wake() | Guennadi Liakhovetski | 2007-10-16 | 1 | -0/+9 |
* | 8250_pci: Autodetect mainpine cards | Alan Cox | 2007-10-16 | 2 | -0/+122 |
* | serial_txx9: cleanup includes | Atsushi Nemoto | 2007-10-16 | 1 | -4/+0 |
* | pcmcia: use DMA_MASK_NONE for the default for all pcmcia devices | James Bottomley | 2007-10-16 | 2 | -0/+5 |
* | introduce DMA_MASK_NONE as a signal for unable to do DMA | James Bottomley | 2007-10-16 | 1 | -0/+7 |
* | Add support for PCMCIA card Sierra WIreless AC850 | Eric Leblond | 2007-10-16 | 1 | -0/+1 |
* | pcmcia: cistpl: use get_unaligned() in CIS parsing | Daniel Ritz | 2007-10-16 | 1 | -20/+28 |
* | move a few definitions to au1000_xxs1500.c | Yoichi Yuasa | 2007-10-16 | 2 | -36/+4 |
* | pxa2xx PCMCIA timing issue on iPAQ H5550 | Milan Plzik | 2007-10-16 | 1 | -1/+1 |
* | Use menuconfig objects: PCMCIA | Jan Engelhardt | 2007-10-16 | 1 | -5/+1 |
* | Add assembler equivalents to __init{,date}_refok | Ralf Baechle | 2007-10-16 | 1 | -0/+2 |
* | slow down printk during boot | Randy Dunlap | 2007-10-16 | 5 | -1/+85 |
* | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 19 | -83/+3 |
* | docbook: fix filesystems content | Randy Dunlap | 2007-10-15 | 2 | -6/+36 |
* | docbook: fix usb content | Randy Dunlap | 2007-10-15 | 2 | -3/+7 |
* | docbook: fix libata content | Randy Dunlap | 2007-10-15 | 1 | -1/+1 |
* | docbook: fix kernel-api content | Randy Dunlap | 2007-10-15 | 1 | -7/+3 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-10-15 | 171 | -1136/+13123 |
|\ |
|
| * | Merge branch 'pxa' into devel | Russell King | 2007-10-15 | 66 | -519/+7135 |
| |\ |
|
| | * | [ARM] 4578/1: CM-x270: PCMCIA support | Mike Rapoport | 2007-10-15 | 2 | -0/+176 |
| | * | [ARM] 4577/1: ITE 8152 PCI bridge support | Mike Rapoport | 2007-10-15 | 6 | -3/+520 |
| | * | [ARM] 4576/1: CM-X270 machine support | Mike Rapoport | 2007-10-15 | 14 | -0/+2517 |
| | * | [ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put() | Russell King | 2007-10-15 | 2 | -10/+40 |
| | * | [ARM] pxa: move pxa_set_mode() from pxa2xx_mainstone.c to mainstone.c | Russell King | 2007-10-15 | 2 | -18/+19 |
| | * | [ARM] pxa: move pxa_set_mode() from pxa2xx_lubbock.c to lubbock.c | Russell King | 2007-10-15 | 2 | -30/+20 |
| | * | [ARM] pxa: Make cpu_is_pxaXXX dependent on configuration symbols | Russell King | 2007-10-15 | 1 | -0/+21 |
| | * | [ARM] pxa: PXA3xx base support | eric miao | 2007-10-15 | 21 | -9/+2942 |
| | * | [NET] smc91x: fix PXA DMA support code | Russell King | 2007-10-15 | 2 | -56/+63 |
| | * | [SERIAL] Fix console initialisation ordering | Russell King | 2007-10-15 | 1 | -9/+9 |
| | * | [ARM] pxa: tidy up arch/arm/mach-pxa/Makefile | Russell King | 2007-10-15 | 1 | -16/+16 |
| | * | [ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.c | eric miao | 2007-10-12 | 4 | -73/+116 |
| | * | [ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable | eric miao | 2007-10-12 | 4 | -7/+5 |
| | * | [ARM] 4558/1: pxa: remove MACH_TYPE_LUBBOCK assignment and leave it to boot l... | eric miao | 2007-10-12 | 1 | -4/+0 |
| | * | [ARM] pxa: add PXA3 cpu_is_xxx() macros | eric miao | 2007-10-12 | 1 | -0/+65 |