| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 4 | -5/+4 |
* | fix spufs build after ->fault changes | Christoph Hellwig | 2007-07-19 | 1 | -11/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-07-19 | 2 | -1/+11 |
|\ |
|
| * | powerpc: add missing DATA_DATA to powerpc | Mathieu Desnoyers | 2007-07-17 | 1 | -1/+3 |
| * | powerpc: Refuse to build 64-bit with GCC-4.2.0 and CONFIG_MODULES | Segher Boessenkool | 2007-07-16 | 1 | -0/+8 |
* | | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 2 | -4/+2 |
* | | powerpc: Put allocated ELF notes in read-only data segment | Roland McGrath | 2007-07-19 | 1 | -0/+2 |
* | | define new percpu interface for shared data | Fenghua Yu | 2007-07-19 | 1 | -0/+1 |
* | | jprobes: make jprobes a little safer for users | Michael Ellerman | 2007-07-19 | 1 | -3/+8 |
* | | mm: fault feedback #2 | Nick Piggin | 2007-07-19 | 2 | -30/+24 |
* | | Fix RGMII-ID handling in gianfar | Andy Fleming | 2007-07-18 | 1 | -0/+9 |
* | | Add phy-connection-type to gianfar nodes | Andy Fleming | 2007-07-18 | 1 | -0/+4 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2007-07-18 | 1 | -0/+7 |
|\ \ |
|
| * | | sys_fallocate() implementation on i386, x86_64 and powerpc | Amit Arora | 2007-07-17 | 1 | -0/+7 |
* | | | Revert "[POWERPC] Do firmware feature fixups after features are initialised" | Tony Breeds | 2007-07-18 | 1 | -8/+4 |
* | | | Fix compile failure in arch/powerpc/kernel/pci-common.c | Tony Breeds | 2007-07-18 | 1 | -2/+5 |
|/ / |
|
* | | Cell: Draw SPE helper penguin logos | Geert Uytterhoeven | 2007-07-17 | 3 | -4/+21 |
* | | Kprobes on select architectures no longer EXPERIMENTAL | Ananth N Mavinakayanahalli | 2007-07-17 | 1 | -2/+2 |
* | | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -5/+1 |
* | | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -10/+2 |
* | | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
* | | powerpc: 8xx: fix whitespace and indentation | Vitaly Bordug | 2007-07-17 | 1 | -67/+58 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-07-16 | 208 | -5489/+7987 |
|\ \
| |/
|/| |
|
| * | Merge branch 'for-2.6.23' into merge | Paul Mackerras | 2007-07-11 | 208 | -5489/+7987 |
| |\ |
|
| | * | [POWERPC] Create add_rtc() function to enable the RTC CMOS driver | Wade Farnsworth | 2007-07-11 | 2 | -0/+50 |
| | * | [POWERPC] Oprofile support for Power 5++ | Mike Wolf | 2007-07-11 | 1 | -0/+15 |
| | * | [POWERPC] Remove unnecessary #undef printk from prom.c | Mathieu Desnoyers | 2007-07-10 | 1 | -2/+0 |
| | * | [POWERPC] Fix typo in Ebony default DTS | Li Yang | 2007-07-10 | 1 | -2/+2 |
| | * | [POWERPC] Check for NULL ppc_md.init_IRQ() before calling | Sonny Rao | 2007-07-10 | 1 | -1/+2 |
| | * | [POWERPC] Remove extra return statement | Manish Ahuja | 2007-07-10 | 1 | -2/+0 |
| | * | [POWERPC] pasemi: Don't auto-select CONFIG_EMBEDDED | Olof Johansson | 2007-07-10 | 1 | -1/+0 |
| | * | [POWERPC] pasemi: Rename platform | Olof Johansson | 2007-07-10 | 1 | -1/+1 |
| | * | [POWERPC] arch/powerpc/kernel/sysfs.c: Move NUMA exports | Johannes Berg | 2007-07-10 | 1 | -3/+2 |
| | * | [POWERPC] Add __read_mostly support for powerpc | Tony Breeds | 2007-07-10 | 1 | -0/+6 |
| | * | [POWERPC] Modify sched_clock() to make CONFIG_PRINTK_TIME more sane | Tony Breeds | 2007-07-10 | 1 | -3/+6 |
| | * | [POWERPC] Create a dummy zImage if no valid platform has been selected | Tony Breeds | 2007-07-10 | 1 | -0/+10 |
| | * | [POWERPC] PS3: Bootwrapper support. | Geoff Levand | 2007-07-10 | 7 | -11/+542 |
| | * | [POWERPC] powermac i2c: Use mutex | Johannes Berg | 2007-07-10 | 1 | -11/+12 |
| | * | [POWERPC] Oprofile enhanced instruction sampling support | will schmidt | 2007-07-10 | 1 | -0/+14 |
| | * | [POWERPC] Make two xmon variables static | Olaf Hering | 2007-07-10 | 1 | -1/+1 |
| | * | [POWERPC] Make the debugfs "powerpc" dir globally accessible | Michael Ellerman | 2007-07-10 | 2 | -6/+16 |
| | * | [POWERPC] Add a check for keyboard/mouse device nodes in check_legacy_ioport() | Wade Farnsworth | 2007-07-10 | 1 | -0/+8 |
| | * | [POWERPC] Add a warning to help trackdown device_node refcounting bugs | Michael Ellerman | 2007-07-10 | 1 | -0/+11 |
| | * | [POWERPC] Generalise device_node flag interface | Michael Ellerman | 2007-07-10 | 2 | -2/+2 |
| | * | [POWERPC] Check for the root node in of_detach_node() | Michael Ellerman | 2007-07-10 | 1 | -0/+3 |
| | * | [POWERPC] Add cputable entry for PowerPC 440SPe Rev. B | Roland Dreier | 2007-07-10 | 1 | -5/+15 |
| | * | [POWERPC] Remove unused do_signal export | Christoph Hellwig | 2007-07-10 | 1 | -1/+0 |
| | * | [POWERPC] dts: kill hardcoded phandles | Vitaly Bordug | 2007-07-10 | 3 | -75/+43 |
| | * | [POWERPC] 8xx: mpc885ads pcmcia support | Vitaly Bordug | 2007-07-10 | 5 | -2/+109 |
| | * | [POWERPC] Move inline asm eieio to using eieio inline function | Kumar Gala | 2007-07-10 | 3 | -9/+9 |