Age | Commit message (Expand) | Author | Files | Lines |
2005-09-08 | [PATCH] USB: convert kcalloc to kzalloc | Pekka Enberg | 8 | -8/+8 |
2005-09-08 | [PATCH] input: convert kcalloc to kzalloc | Pekka Enberg | 20 | -22/+22 |
2005-09-08 | [PATCH] PPC64: convert kcalloc to kzalloc | Pekka Enberg | 1 | -1/+1 |
2005-09-08 | [PATCH] IA64: convert kcalloc to kzalloc | Pekka Enberg | 3 | -6/+6 |
2005-09-08 | [PATCH] introduce and use kzalloc | Pekka J Enberg | 7 | -23/+27 |
2005-09-08 | [PATCH] fix: dmi_check_system | Robert Love | 1 | -1/+1 |
2005-09-08 | [PATCH] dmi: add onboard devices discovery | Andrey Panin | 2 | -15/+123 |
2005-09-08 | [PATCH] dmi: make dmi_string() behave like strdup() | Andrey Panin | 1 | -16/+23 |
2005-09-08 | [PATCH] dmi: remove old debugging code | Andrey Panin | 1 | -21/+0 |
2005-09-08 | [PATCH] dmi: remove uneeded function | Andrey Panin | 1 | -45/+40 |
2005-09-08 | [PATCH] cifs_create() fix | Miklos Szeredi | 1 | -14/+13 |
2005-09-08 | [PATCH] remove duplicated sys_open32() code from 64bit archs | Miklos Szeredi | 10 | -122/+26 |
2005-09-08 | [PATCH] remove duplicated code from proc and ptrace | Miklos Szeredi | 3 | -44/+33 |
2005-09-08 | [PATCH] fix enum pid_directory_inos in proc/base.c | Miklos Szeredi | 1 | -2/+3 |
2005-09-08 | [PATCH] use get_fs_struct() in proc | Miklos Szeredi | 1 | -11/+12 |
2005-09-08 | [PATCH] namei cleanup | Miklos Szeredi | 1 | -28/+24 |
2005-09-08 | [PATCH] remove iattr.ia_attr_flags | Miklos Szeredi | 2 | -11/+0 |
2005-09-08 | [PATCH] Remove maintainer's bad e-mails addresses | Jiri Slaby | 1 | -8/+0 |
2005-09-08 | [PATCH] provide MODALIAS= enviroment variable to autoload ieee1394 modules vi... | Olaf Hering | 1 | -0/+8 |
2005-09-08 | [PATCH] alloc_buffer_head() and free_buffer_head() cleanup | Coywolf Qi Hunt | 1 | -6/+4 |
2005-09-08 | [PATCH] struct dentry: place d_hash close to d_parent and d_name to speedup l... | Eric Dumazet | 1 | -2/+2 |
2005-09-08 | [PATCH] cpusets: re-enable "dynamic sched domains" | John Hawkes | 1 | -12/+0 |
2005-09-08 | [PATCH] cpusets: fix the "dynamic sched domains" bug | John Hawkes | 1 | -20/+69 |
2005-09-08 | [PATCH] cpusets: Move the ia64 domain setup code to the generic code | John Hawkes | 7 | -532/+260 |
2005-09-08 | [PATCH] cpusets: confine oom_killer to mem_exclusive cpuset | Paul Jackson | 3 | -0/+44 |
2005-09-08 | [PATCH] cpusets: formalize intermediate GFP_KERNEL containment | Paul Jackson | 5 | -20/+101 |
2005-09-08 | [PATCH] cpusets: new __GFP_HARDWALL flag | Paul Jackson | 1 | -3/+5 |
2005-09-08 | [PATCH] cpusets: oom_kill tweaks | Paul Jackson | 1 | -26/+31 |
2005-09-08 | [PATCH] ia64 cpuset + build_sched_domains() mangles structures | John Hawkes | 1 | -21/+69 |
2005-09-08 | [PATCH] block: CFQ refcounting fix | Brian King | 1 | -3/+0 |
2005-09-08 | [PATCH] sunrpc: print unsigned integers in stats | Max Kellermann | 1 | -8/+8 |
2005-09-08 | [PATCH] inotify: fix event loss on hardlinked files | John McCutchan | 2 | -1/+9 |
2005-09-08 | [PATCH] Consolidate the asm-ppc*/fcntl.h files into asm-powerpc | Stephen Rothwell | 2 | -4/+3 |
2005-09-08 | [PATCH] Clean up struct flock64 definitions | Stephen Rothwell | 18 | -223/+30 |
2005-09-08 | [PATCH] Clean up struct flock definitions | Stephen Rothwell | 21 | -171/+26 |
2005-09-08 | [PATCH] Clean up the fcntl operations | Stephen Rothwell | 20 | -348/+31 |
2005-09-08 | [PATCH] Clean up the open flags | Stephen Rothwell | 21 | -239/+48 |
2005-09-08 | [PATCH] Consolidate asm-ppc*/fcntl.h | Stephen Rothwell | 2 | -72/+6 |
2005-09-08 | [PATCH] Create asm-generic/fcntl.h | Stephen Rothwell | 22 | -526/+66 |
2005-09-08 | [PATCH] tpm: fix tpm_atmel.c on ICH6 | Philipp Matthias Hahn | 1 | -0/+3 |
2005-09-08 | [PATCH] isdn_v110 warning fix | Jesper Juhl | 1 | -2/+2 |
2005-09-08 | [PATCH] hpet: fix drift and url | Alex Williamson | 1 | -2/+2 |
2005-09-08 | [PATCH] vt: fix possible memory corruption in complement_pos | Antonino A. Daplas | 1 | -6/+11 |
2005-09-08 | [PATCH] optimise 64bit unaligned access on 32bit kernel | Ralf Baechle | 1 | -6/+6 |
2005-09-08 | [PATCH] remove verify_area(): remove fs/umsdos/notes as it only contain a ver... | Jesper Juhl | 1 | -17/+0 |
2005-09-08 | [PATCH] remove verify_area(): remove or edit references to verify_area in Doc... | Jesper Juhl | 3 | -10/+3 |
2005-09-08 | [PATCH] remove verify_area(): remove verify_area() from various uaccess.h hea... | Jesper Juhl | 23 | -197/+0 |
2005-09-08 | [PATCH] pipe: remove redundant fifo_poll abstraction | Pekka Enberg | 1 | -6/+7 |
2005-09-08 | [PATCH] Remove non-arch consumers of asm/segment.h | Kumar Gala | 15 | -17/+0 |
2005-09-08 | [PATCH] blk: Use blk_queue_xxx functions to set parameters | Stuart McLaren | 1 | -2/+2 |