| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | | | | | | | | binfmt_misc.c: avoid potential kernel stack overflow | Pavel Emelyanov | 2008-04-29 | |
| * | | | | | | | | | proper extern for late_time_init | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | exec: remove argv_len from struct linux_binprm | Tetsuo Handa | 2008-04-29 | |
| * | | | | | | | | | Remove the macro get_personality | WANG Cong | 2008-04-29 | |
| * | | | | | | | | | Misc: phantom, consistent whitespace | jan sonnek | 2008-04-29 | |
| * | | | | | | | | | Misc: phantom, add compat ioctl | Jiri Slaby | 2008-04-29 | |
| * | | | | | | | | | proper __do_softirq() prototype | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | remove mca_is_adapter_used() | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | remove generic_commit_write() | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | fs/aio.c: make 3 functions static | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | fs/drop_caches.c: make 2 functions static | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | fs/fs-writeback.c: make 2 functions static | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | make vfs_ioctl() static | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | make __put_super() static | Adrian Bunk | 2008-04-29 | |
| * | | | | | | | | | cpu: fix section mismatch warnings in hotcpu_register | Sam Ravnborg | 2008-04-29 | |
| * | | | | | | | | | add RUSAGE_THREAD | Sripathi Kodi | 2008-04-29 | |
| * | | | | | | | | | Taint kernel after WARN_ON(condition) | Nur Hussein | 2008-04-29 | |
| * | | | | | | | | | fs/coda: remove static inline forward declarations | Ilpo Järvinen | 2008-04-29 | |
| * | | | | | | | | | Avoid divides in BITS_TO_LONGS | Eric Dumazet | 2008-04-29 | |
| * | | | | | | | | | mm: fix misleading __GFP_REPEAT related comments | Nishanth Aravamudan | 2008-04-29 | |
| |/ / / / / / / / | ||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-04-28 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | ide: remove ->dma_prdtable field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: remove ->dma_vendor{1,3} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: add ide_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: remove ->INW and ->OUTW methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: factor out debugging code from ide_tf_load() | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: remove ->INS{W,L} and ->OUTS{W,L} methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: add IDE_HFLAG_MMIO host flag (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | * | | | | | | | | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | |
| | |/ / / / / / / | ||||
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2008-04-28 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| | * | | | | | | | slub: Fallback to minimal order during slab page allocation | Christoph Lameter | 2008-04-27 | |
| | * | | | | | | | slub: Update statistics handling for variable order slabs | Christoph Lameter | 2008-04-27 | |
| | * | | | | | | | slub: Add kmem_cache_order_objects struct | Christoph Lameter | 2008-04-27 | |
| | * | | | | | | | slub: Store max number of objects in the page struct. | Christoph Lameter | 2008-04-27 | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-04-28 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | SELinux: include/security.h whitespace, syntax, and other cleanups | Eric Paris | 2008-04-28 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||
| * | | | | | | | | usbhid endianness annotations and fixes | Al Viro | 2008-04-28 | |
| * | | | | | | | | FAT_VALID_MEDIA(): remove pointless test | Andrew Morton | 2008-04-28 | |
| * | | | | | | | | fat: Update free_clusters even if it is untrusted | OGAWA Hirofumi | 2008-04-28 | |
| * | | | | | | | | fat: Add allow_utime option | OGAWA Hirofumi | 2008-04-28 | |
| * | | | | | | | | fat: fat_notify_change() and check_mode() cleanup | OGAWA Hirofumi | 2008-04-28 | |
| * | | | | | | | | reiserfs: unpack tails on quota files | Jan Kara | 2008-04-28 | |
| * | | | | | | | | md: introduce get_priority_stripe() to improve raid456 write performance | Dan Williams | 2008-04-28 | |
| * | | | | | | | | PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switch | Andres Salomon | 2008-04-28 | |
| * | | | | | | | | fb: add support for foreign endianness | Anton Vorontsov | 2008-04-28 | |
| * | | | | | | | | i2o: remove static inline forward declarations | Ilpo Järvinen | 2008-04-28 | |
| * | | | | | | | | quota: convert stub functions from macros into inlines | Andrew Morton | 2008-04-28 | |
