Age | Commit message (Expand) | Author |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2009-09-14 | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2009-09-14 | Merge branch 'docs-next' of git://git.lwn.net/linux-2.6 | Linus Torvalds |
2009-09-14 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2009-09-14 | fix undefined reference to user_shm_unlock | Hugh Dickins |
2009-09-14 | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2009-09-14 | cleanup console_print() | Anirban Sinha |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds |
2009-09-14 | Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2009-09-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/... | Linus Torvalds |
2009-09-14 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2009-09-14 | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2009-09-14 | Merge branches 'slab/cleanups' and 'slab/fixes' into for-linus | Pekka Enberg |
2009-09-14 | udf: Fix possible corruption when close races with write | Jan Kara |
2009-09-14 | udf: Perform preallocation only for regular files | Jan Kara |
2009-09-14 | udf: Remove wrong assignment in udf_symlink | Jan Kara |
2009-09-14 | udf: Remove dead code | Jan Kara |
2009-09-14 | x86, mce: do not compile mcelog message on AMD | Borislav Petkov |
2009-09-14 | EDAC, AMD: decode FR MCEs | Borislav Petkov |
2009-09-14 | EDAC, AMD: decode load store MCEs | Borislav Petkov |
2009-09-14 | EDAC, AMD: decode bus unit MCEs | Borislav Petkov |
2009-09-14 | EDAC, AMD: decode instruction cache MCEs | Borislav Petkov |
2009-09-14 | EDAC, AMD: decode data cache MCEs | Borislav Petkov |
2009-09-14 | EDAC, AMD: carve out decoding of MCi_STATUS ErrorCode | Borislav Petkov |
2009-09-14 | EDAC, AMD: carve out MCi_STATUS decoding | Borislav Petkov |
2009-09-14 | x86, mce: pass mce info to EDAC for decoding | Borislav Petkov |
2009-09-14 | amd64_edac: cleanup amd64_decode_bus_error | Borislav Petkov |
2009-09-14 | amd64_edac: remove memory and GART TLB error decoders | Borislav Petkov |
2009-09-14 | amd64_edac: cleanup/complete NB MCE decoding | Borislav Petkov |
2009-09-14 | amd64_edac: cleanup amd64_process_error_info | Borislav Petkov |
2009-09-14 | EDAC: beef up ErrorCodeExt error signatures | Borislav Petkov |
2009-09-14 | EDAC: move MCE error descriptions to EDAC core | Borislav Petkov |
2009-09-14 | fsync: wait for data writeout completion before calling ->fsync | Christoph Hellwig |
2009-09-14 | vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() | Jan Kara |
2009-09-14 | fat: Opencode sync_page_range_nolock() | Jan Kara |
2009-09-14 | pohmelfs: Use new syncing helper | Jan Kara |
2009-09-14 | xfs: Convert sync_page_range() to simple filemap_write_and_wait_range() | Jan Kara |
2009-09-14 | ocfs2: Update syncing after splicing to match generic version | Jan Kara |
2009-09-14 | ntfs: Use new syncing helpers and update comments | Jan Kara |
2009-09-14 | ext4: Remove syncing logic from ext4_file_write | Jan Kara |
2009-09-14 | ext3: Remove syncing logic from ext3_file_write | Jan Kara |
2009-09-14 | ext2: Update comment about generic_osync_inode | Jan Kara |
2009-09-14 | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN... | Jan Kara |