| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fixes-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/ga... | Paul Mackerras | 2007-10-17 | 2 | -5/+10 |
|\ |
|
| * | [POWERPC] Add missing semicolon for fsl_pci.c | Tony Li | 2007-10-16 | 1 | -1/+1 |
| * | [POWERPC] Fix handling of stfiwx math emulation | Kumar Gala | 2007-10-16 | 1 | -4/+9 |
* | | [POWERPC] Fix vmemmap warning in init_64.c | Tony Breeds | 2007-10-17 | 1 | -1/+1 |
* | | [POWERPC] Fix 64 bits vDSO DWARF info for CR register | Benjamin Herrenschmidt | 2007-10-17 | 1 | -4/+7 |
* | | [POWERPC] Add 1TB workaround for PA6T | Olof Johansson | 2007-10-17 | 3 | -1/+9 |
* | | [POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configs | Anton Blanchard | 2007-10-17 | 2 | -0/+8 |
* | | [POWERPC] Quieten cache information at boot | Anton Blanchard | 2007-10-17 | 1 | -5/+8 |
* | | [POWERPC] Quieten clockevent printk | Anton Blanchard | 2007-10-17 | 1 | -1/+1 |
* | | [POWERPC] Enable SLUB in *_defconfig | Anton Blanchard | 2007-10-17 | 38 | -106/+143 |
* | | [POWERPC] Fix 1TB segment detection | Olof Johansson | 2007-10-17 | 1 | -1/+1 |
* | | [POWERPC] Fix iSeries_hpte_insert prototype | Stephen Rothwell | 2007-10-17 | 1 | -2/+2 |
* | | [POWERPC] Fix copyright symbol | Stephen Rothwell | 2007-10-17 | 1 | -1/+1 |
* | | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e... | Joachim Fenkes | 2007-10-17 | 1 | -13/+15 |
* | | [POWERPC] ibmebus: Add device creation and bus probing based on of_device | Joachim Fenkes | 2007-10-17 | 1 | -18/+82 |
* | | [POWERPC] ibmebus: Remove bus match/probe/remove functions | Joachim Fenkes | 2007-10-17 | 1 | -193/+6 |
* | | [POWERPC] Move of_device allocation into of_device.[ch] | Joachim Fenkes | 2007-10-17 | 2 | -68/+82 |
* | | Update PowerPC vmemmap code for 1TB segments | Anton Blanchard | 2007-10-16 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 3 | -19/+19 |
|\ \ |
|
| * | | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 2007-10-15 | 1 | -1/+1 |
| * | | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 1 | -2/+2 |
| * | | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 1 | -12/+12 |
| * | | kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" | Adrian Bunk | 2007-10-12 | 2 | -4/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2007-10-16 | 4 | -19/+27 |
|\ \ \ |
|
| * | | | PPC: sg chaining support | Jens Axboe | 2007-10-16 | 3 | -16/+23 |
| * | | | PS3: sg chaining support | Jens Axboe | 2007-10-16 | 1 | -3/+4 |
| | |/
| |/| |
|
* | | | powerpc32 vDSO: linker script indentation | Roland McGrath | 2007-10-16 | 1 | -101/+118 |
* | | | powerpc64 vDSO: linker script indentation | Roland McGrath | 2007-10-16 | 1 | -103/+122 |
* | | | kprobes: support kretprobe blacklist | Masami Hiramatsu | 2007-10-16 | 1 | -0/+2 |
* | | | fix memory hot remove not configured case. | KAMEZAWA Hiroyuki | 2007-10-16 | 1 | -45/+0 |
* | | | ppc64: SPARSEMEM_VMEMMAP support | Andy Whitcroft | 2007-10-16 | 2 | -0/+68 |
* | | | Convert cpu_sibling_map to be a per cpu variable | Mike Travis | 2007-10-16 | 4 | -7/+22 |
* | | | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -4/+0 |
|/ / |
|
* | | Remove msic_dcr_read() in axon_msi.c | Michael Ellerman | 2007-10-15 | 1 | -7/+2 |
* | | Use dcr_host_t.base in dcr_unmap() | Michael Ellerman | 2007-10-15 | 1 | -2/+2 |
* | | Add dcr_host_t.base in dcr_read()/dcr_write() | Michael Ellerman | 2007-10-15 | 2 | -4/+4 |
* | | PS3 system bus add_uevent_var() fallout | Geert Uytterhoeven | 2007-10-15 | 1 | -1/+0 |
* | | Lite5200 shouldn't mess with ROOT_DEV | Grant Likely | 2007-10-14 | 1 | -12/+0 |
* | | missing includes in arch/powerpc/platforms/52xx/lite5200.c | Al Viro | 2007-10-13 | 1 | -0/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-10-12 | 3 | -46/+16 |
|\ \ |
|
| * | | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 3 | -46/+16 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2007-10-12 | 4 | -6/+0 |
|\ \
| |/
|/| |
|
| * | [CPUFREQ] move policy's governor initialisation out of low-level drivers into... | Thomas Renninger | 2007-10-04 | 4 | -6/+0 |
* | | missed bio_endio() in axonram | Al Viro | 2007-10-11 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-10-11 | 384 | -7936/+24185 |
|\ \ |
|
| * | | [POWERPC] Add memchr() to the bootwrapper | David Gibson | 2007-10-12 | 2 | -0/+14 |
| * | | [POWERPC] Implement logging of unhandled signals | Olof Johansson | 2007-10-12 | 4 | -1/+70 |
| * | | [POWERPC] Add legacy serial support for OPB with flattened device tree | Valentine Barshak | 2007-10-12 | 1 | -2/+3 |
| * | | [POWERPC] Use 1TB segments | Paul Mackerras | 2007-10-12 | 18 | -209/+400 |
| * | | [POWERPC] PCI: Add 64-bit physical address support to setup_indirect_pci | Valentine Barshak | 2007-10-12 | 1 | -2/+4 |