| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] coverity: sunrpc/xprt task null check | KAMBAROV, ZAUR | 2005-07-07 | 1 | -2/+0 |
* | [PATCH] coverity: fs/locks.c flp null check | KAMBAROV, ZAUR | 2005-07-07 | 1 | -1/+3 |
* | [PATCH] coverity: fix fbsysfs null pointer check | KAMBAROV, ZAUR | 2005-07-07 | 1 | -1/+1 |
* | [PATCH] cond_resched(): fix bogus might_sleep() warning | Ingo Molnar | 2005-07-07 | 1 | -0/+7 |
* | [PATCH] Keys: Base keyring size on key pointer not key struct | David Howells | 2005-07-07 | 1 | -7/+8 |
* | [PATCH] autofs4: mistake in debug print | Ian Kent | 2005-07-07 | 1 | -2/+2 |
* | [PATCH] put_compat_shminfo() warning fix | Jesse Millan | 2005-07-07 | 1 | -0/+1 |
* | [PATCH] ext3 xattr: Don't write to the in-inode xattr space of reserved inodes | Andreas Gruenbacher | 2005-07-07 | 1 | -1/+1 |
* | [PATCH] mostly_read data section | Christoph Lameter | 2005-07-07 | 11 | -18/+31 |
* | [PATCH] propagate __nocast annotations | Alexey Dobriyan | 2005-07-07 | 5 | -11/+13 |
* | [PATCH] acl kconfig cleanup | Andreas Gruenbacher | 2005-07-07 | 1 | -2/+6 |
* | [PATCH] page_uptodate locking scalability | Nick Piggin | 2005-07-07 | 2 | -8/+20 |
* | [PATCH] tty output lossage fix | Roman Zippel | 2005-07-07 | 1 | -18/+15 |
* | [PATCH] xtensa: remove old syscalls | Arnd Bergmann | 2005-07-07 | 3 | -277/+30 |
* | [PATCH] uml: remove winch sem | Paolo 'Blaisorblade' Giarrusso | 2005-07-07 | 1 | -13/+24 |
* | [PATCH] uml: restore hppfs support | Paolo 'Blaisorblade' Giarrusso | 2005-07-07 | 2 | -6/+7 |
* | [PATCH] uml: Proper clone support for skas0 | Bodo Stroesser | 2005-07-07 | 10 | -3/+231 |
* | [PATCH] uml: skas0 - separate kernel address space on stock hosts | Jeff Dike | 2005-07-07 | 38 | -265/+853 |
* | [PATCH] pm: clean up process.c | Pavel Machek | 2005-07-07 | 1 | -4/+2 |
* | [PATCH] swsusp: fix error handling | Pavel Machek | 2005-07-07 | 1 | -12/+11 |
* | [PATCH] pm: Fix resume from initrd | Pavel Machek | 2005-07-07 | 2 | -10/+10 |
* | [PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreq | Bernard Blackham | 2005-07-07 | 3 | -4/+4 |
* | [PATCH] pm: more u32 vs. pm_message_t fixes | Pavel Machek | 2005-07-07 | 7 | -26/+14 |
* | [PATCH] Fix up non-NUMA breakage in mmzone.h | Dave Jones | 2005-07-07 | 1 | -2/+2 |
* | [PATCH] Clean up numa defines in mmzone.h | Dave Jones | 2005-07-07 | 1 | -11/+9 |
* | [PATCH] MTRR suspend/resume cleanup | Shaohua Li | 2005-07-07 | 9 | -35/+90 |
* | [PATCH] FRV: Add defconfig | Adrian Bunk | 2005-07-07 | 1 | -0/+627 |
* | [PATCH] ppc64: silence perfmon exception warnings | Anton Blanchard | 2005-07-07 | 1 | -13/+1 |
* | [PATCH] ppc64: Be consistent about printing which idle loop we're using | Michael Ellerman | 2005-07-07 | 2 | -3/+8 |
* | [PATCH] ppc64: fix compile warning | Anton Blanchard | 2005-07-07 | 1 | -1/+0 |
* | [PATCH] ppc64: idle fixups | Anton Blanchard | 2005-07-07 | 1 | -11/+12 |
* | [PATCH] ppc64: pSeries idle fixups | Anton Blanchard | 2005-07-07 | 1 | -51/+62 |
* | [PATCH] ppc64: iSeries idle fixups | Anton Blanchard | 2005-07-07 | 1 | -37/+47 |
* | [PATCH] ppc64: Remove obsolete idle_setup() | Michael Ellerman | 2005-07-07 | 1 | -41/+0 |
* | [PATCH] ppc64: Fixup platforms for new ppc_md.idle | Michael Ellerman | 2005-07-07 | 4 | -1/+26 |
* | [PATCH] ppc64: Move pSeries idle functions into pSeries_setup.c | Michael Ellerman | 2005-07-07 | 2 | -131/+127 |
* | [PATCH] ppc64: Move iSeries_idle() into iSeries_setup.c | Michael Ellerman | 2005-07-07 | 2 | -86/+81 |
* | [PATCH] ppc64: Make idle_loop a ppc_md function | Michael Ellerman | 2005-07-07 | 3 | -6/+13 |
* | [PATCH] hvc_console: Use hvc_get_chars in hvsi code | Milton Miller | 2005-07-07 | 1 | -5/+3 |
* | [PATCH] hvc_console: Separate the NUL character filtering from get_hvc_chars | Milton Miller | 2005-07-07 | 2 | -18/+25 |
* | [PATCH] hvc_console: Register ops when setting up hvc_console | Milton Miller | 2005-07-07 | 3 | -12/+27 |
* | [PATCH] hvc_console: Separate hvc_console and vio code 2 | Milton Miller | 2005-07-07 | 5 | -74/+145 |
* | [PATCH] hvc_console: Separate hvc_console and vio code | Milton Miller | 2005-07-07 | 3 | -7/+25 |
* | [PATCH] hvc_console: Add some sanity checks | Milton Miller | 2005-07-07 | 1 | -0/+18 |
* | [PATCH] hvc_console: Statically initialize the vtermnos array | Milton Miller | 2005-07-07 | 1 | -6/+2 |
* | [PATCH] hvc_console: remove num_vterms and some dead code | Milton Miller | 2005-07-07 | 1 | -6/+2 |
* | [PATCH] hvc_console: Add missing include | Milton Miller | 2005-07-07 | 1 | -0/+1 |
* | [PATCH] hvc_console: Unregister the console in the exit routine. | Milton Miller | 2005-07-07 | 1 | -2/+4 |
* | [PATCH] hvc_console: MAGIC_SYSRQ should only be on console channel | Milton Miller | 2005-07-07 | 1 | -8/+11 |
* | [PATCH] hvc_console: Dont always kick the poll thread in interrupt | Milton Miller | 2005-07-07 | 1 | -3/+7 |