Age | Commit message (Expand) | Author | Files | Lines |
2008-02-09 | ide: introduce HAVE_IDE | Sam Ravnborg | 21 | -5/+34 |
2008-02-09 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 5 | -77/+202 |
2008-02-08 | [IA64] Fix large MCA bootmem allocation | Russ Anderson | 1 | -29/+26 |
2008-02-08 | [IA64] Simplify cpu_idle_wait | Tony Luck | 1 | -29/+15 |
2008-02-08 | [IA64] Synchronize RBS on PTRACE_ATTACH | Petr Tesarik | 1 | -0/+57 |
2008-02-08 | [IA64] Synchronize kernel RSE to user-space and back | Petr Tesarik | 2 | -0/+88 |
2008-02-08 | [IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUME | Petr Tesarik | 2 | -18/+12 |
2008-02-08 | [IA64] Wire up timerfd_{create,settime,gettime} syscalls | Tony Luck | 1 | -1/+4 |
2008-02-08 | [Blackfin] arch: fix build fails only include header files when enabled | Mike Frysinger | 3 | -0/+6 |
2008-02-08 | Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 1 | -0/+4 |
2008-02-08 | SLUB: Alternate fast paths using cmpxchg_local | Christoph Lameter | 1 | -0/+4 |
2008-02-08 | Fix compilation of powerpc asm-offsets.c with old gcc | Tony Breeds | 1 | -1/+1 |
2008-02-08 | m68k: correct setting of struct user.u_ar0 | Geert Uytterhoeven | 1 | -1/+1 |
2008-02-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -0/+43 |
2008-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 7 | -922/+1066 |
2008-02-07 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 7 | -67/+34 |
2008-02-07 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds | Linus Torvalds | 3 | -9/+9 |
2008-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 6 | -27/+55 |
2008-02-07 | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 68 | -725/+1516 |
2008-02-07 | I8K: add i8k driver to the x86_64 Kconfig | Bradley Smith | 1 | -1/+0 |
2008-02-07 | m32r: build fix of arch/m32r/kernel/smpboot.c | Mathieu Desnoyers | 1 | -0/+1 |
2008-02-07 | Sanitize the type of struct user.u_ar0 | H. Peter Anvin | 1 | -2/+1 |
2008-02-07 | vmcoreinfo: fix the configuration dependencies | Ken'ichi Ohmichi | 3 | -3/+9 |
2008-02-07 | vmcoreinfo: rename vmcoreinfo's macros returning the size | Ken'ichi Ohmichi | 1 | -1/+1 |
2008-02-07 | Use BOOTMEM_EXCLUSIVE for kdump | Bernhard Walle | 2 | -26/+39 |
2008-02-07 | Introduce flags for reserve_bootmem() | Bernhard Walle | 40 | -95/+145 |
2008-02-07 | [SPARC32]: Use regsets in arch_ptrace(). | David S. Miller | 1 | -68/+47 |
2008-02-07 | [SPARC64]: Use regsets in arch_ptrace(). | David S. Miller | 1 | -132/+77 |
2008-02-07 | [SPARC64]: Use regsets for ELF core dumping. | David S. Miller | 1 | -27/+4 |
2008-02-07 | [SPARC64]: Remove unintentional ptrace debugging messages. | David S. Miller | 1 | -5/+0 |
2008-02-07 | [SPARC]: Move over to arch_ptrace(). | David S. Miller | 4 | -700/+172 |
2008-02-07 | [SPARC]: Remove PTRACE_SUN* handling. | David S. Miller | 2 | -28/+2 |
2008-02-07 | [SPARC]: Kill DEBUG_PTRACE code. | David S. Miller | 2 | -89/+0 |
2008-02-07 | [SPARC32]: Add user regset support. | David S. Miller | 1 | -1/+284 |
2008-02-07 | [SPARC64]: Add user regsets. | David S. Miller | 1 | -1/+581 |
2008-02-07 | [SPARC64]: Fix booting on non-zero cpu. | David S. Miller | 2 | -0/+28 |
2008-02-07 | leds: Standardise LED naming scheme | Richard Purdie | 3 | -9/+9 |
2008-02-07 | [POWERPC] Add SPE registers to core dumps | Roland McGrath | 1 | -1/+1 |
2008-02-07 | [POWERPC] Use regset code for compat PTRACE_*REGS* calls | Roland McGrath | 1 | -71/+25 |
2008-02-07 | [POWERPC] Use generic compat_sys_ptrace | Roland McGrath | 1 | -28/+5 |
2008-02-07 | [POWERPC] Use generic compat_ptrace_request | Roland McGrath | 1 | -32/+2 |
2008-02-07 | [POWERPC] Use generic ptrace peekdata/pokedata | Roland McGrath | 1 | -12/+0 |
2008-02-07 | [POWERPC] Use regset code for PTRACE_*REGS* requests | Roland McGrath | 1 | -175/+59 |
2008-02-07 | [POWERPC] Switch to generic compat_binfmt_elf code | Roland McGrath | 3 | -70/+2 |
2008-02-07 | [POWERPC] Add user_regset compat support | Roland McGrath | 1 | -0/+162 |
2008-02-07 | [POWERPC] Add user_regset_view definitions | Roland McGrath | 2 | -0/+54 |
2008-02-07 | [POWERPC] Use user_regset accessors for GPRs | Roland McGrath | 1 | -0/+91 |
2008-02-07 | [POWERPC] ptrace accessors for special regs MSR and TRAP | Roland McGrath | 1 | -15/+30 |
2008-02-07 | [POWERPC] Use user_regset accessors for SPE regs | Roland McGrath | 1 | -33/+57 |
2008-02-07 | [POWERPC] Use user_regset accessors for altivec regs | Roland McGrath | 1 | -34/+78 |