summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Slab: Do not fallback to nodes that have not been bootstrapped yetChristoph Lameter2006-10-211-4/+7
* [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft2006-10-214-0/+18
* [PATCH] ibmveth: Fix index increment calculationDavid Gibson2006-10-211-4/+6
* [PATCH] pci: declare pci_get_device_reverse()Andrew Morton2006-10-211-2/+11
* [PATCH] clocksource: acpi_pm: add another greylist chipsetDaniel Walker2006-10-211-2/+4
* [PATCH] md: endian annotations for the bitmap superblockNeilBrown2006-10-212-15/+15
* [PATCH] md: endian annotation for v1 superblock accessNeilBrown2006-10-212-34/+35
* [PATCH] md: add another COMPAT_IOCTL for mdNeilBrown2006-10-211-0/+1
* [PATCH] md: fix calculation of ->degraded for multipath and raid10NeilBrown2006-10-212-2/+2
* [PATCH] drivers/ide/pci/generic.c: re-add the __setup("all-generic-ide",...)Adrian Bunk2006-10-211-0/+13
* [PATCH] Char: correct pci_get_device changesJiri Slaby2006-10-213-0/+19
* Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-10-214-30/+148
|\
| * [PATCH] Remove SUID when splicing into an inodeJens Axboe2006-10-191-4/+15
| * [PATCH] Add lockless helpers for remove_suid()Jens Axboe2006-10-192-8/+24
| * [PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh2006-10-192-14/+68
| * [PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh2006-10-193-13/+50
* | [PATCH] fix PXA2xx UDC compilation errorNicolas Pitre2006-10-211-1/+1
* | [PATCH] Fix up rpaphp driver for pci hotplug header moveOlaf Hering2006-10-211-1/+1
* | configfs: handle kzalloc() failure in check_perm()Chandra Seetharaman2006-10-211-6/+8
* | ocfs2: cond_resched() in ocfs2_zero_extend()Mark Fasheh2006-10-211-0/+7
* | ocfs2: fix page zeroing during simple extendsMark Fasheh2006-10-211-20/+24
* | ocfs2: remove spurious d_count check in ocfs2_rename()Sunil Mushran2006-10-211-8/+0
* | ocfs2: delete redundant memcmp()Akinobu Mita2006-10-211-4/+6
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-2021-227/+845
|\ \
| * | [MIPS] Fix iounmap argument to const volatile.Ralf Baechle2006-10-192-3/+3
| * | [MIPS] Reserve syscall numbers for kexec_load.Ralf Baechle2006-10-195-7/+14
| * | [MIPS] Update tb0287_defconfigYoichi Yuasa2006-10-191-83/+99
| * | [MIPS] Update pnx8550-v2pci_defconfigYoichi Yuasa2006-10-191-59/+382
| * | [MIPS] Update pnx8500-jbs_defconfigYoichi Yuasa2006-10-191-54/+330
| * | [MIPS] More vr41xx pt_regs fixupsYoichi Yuasa2006-10-191-1/+1
| * | [MIPS] save_context_stack fixAtsushi Nemoto2006-10-191-1/+1
| * | [MIPS] Use compat_sys_mount.Ralf Baechle2006-10-192-2/+2
| * | [MIPS] Fix O32 personality(2) call with 0xffffffff argument.Thiemo Seufer2006-10-191-1/+3
| * | [MIPS] A few more pt_regs fixups.Ralf Baechle2006-10-195-7/+6
| * | [MIPS] Malta: Fix uninitialized regs pointer.Ralf Baechle2006-10-191-1/+2
| * | [MIPS] Delete unneeded pt_regs forward declaration.Ralf Baechle2006-10-191-2/+0
| * | [MIPS] Use kallsyms_lookup_size_offset() instead of kallsyms_lookup()Franck Bui-Huu2006-10-191-6/+2
| |/
* | Revert "[mv643xx] Add pci device table for auto module loading."Linus Torvalds2006-10-201-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-10-202-8/+11
|\ \
| * | [CRYPTO] api: Select cryptomgr where neededHerbert Xu2006-10-161-1/+3
| * | [CRYPTO] api: fix crypto_alloc_base() return valueAkinobu Mita2006-10-111-7/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2006-10-209-28/+27
|\ \ \
| * | | [GFS2] gfs2_dir_read_data(): fix uninitialized variable usageAdrian Bunk2006-10-201-3/+1
| * | | [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereferenceAdrian Bunk2006-10-201-2/+2
| * | | [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variableAdrian Bunk2006-10-201-1/+1
| * | | [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variableAdrian Bunk2006-10-201-3/+0
| * | | [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead codeAdrian Bunk2006-10-201-2/+0
| * | | [GFS2] gfs2 endianness bug: be16 assigned to be32 fieldAl Viro2006-10-201-1/+1
| * | | [GFS2] Fix bmap to map extents properlySteven Whitehouse2006-10-206-16/+21
| * | | [DLM] fix iovec length in recvmsgPatrick Caulfield2006-10-201-0/+1
| | |/ | |/|