aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-02reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker1-2/+7
2010-01-02reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker2-0/+18
2010-01-02reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker2-1/+9
2010-01-01ext4: Calculate metadata requirements more accuratelyTheodore Ts'o5-44/+73
2010-01-01ext4: Fix accounting of reserved metadata blocksTheodore Ts'o1-4/+4
2009-12-31twl4030-irq.c: fix compiler warning due to raw-spinlock conversionLinus Torvalds1-2/+2
2009-12-31pci: avoid compiler warning in quirks.cLinus Torvalds1-1/+1
2009-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-6/+14
2009-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds10-106/+182
2009-12-31PCI: Fix build if quirks are not enabledRafael J. Wysocki3-17/+19
2009-12-31Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2009-12-31Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+3
2009-12-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-79/+97
2009-12-31Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-19/+29
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-197/+179
2009-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds14-96/+94
2009-12-31dma-debug: Fix bug causing build warningIngo Molnar1-3/+2
2009-12-31perf: Fix NULL deref in inheritance codePeter Zijlstra1-3/+2
2009-12-31perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker1-1/+1
2009-12-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds13-44/+207
2009-12-30Merge branch 'resume-sci-force-bootparam' into releaseLen Brown4-13/+24
2009-12-30ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui4-13/+24
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds12-159/+341
2009-12-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds15-94/+189
2009-12-30Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-2/+2
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds21-38/+135
2009-12-30Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-34/+59
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds9-31/+64
2009-12-30kfifo: Fix typo in commentRolf Eike Beer1-1/+1
2009-12-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds14-299/+115
2009-12-30dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it should follow 0/-E conventionLen Brown1-4/+5
2009-12-30wmi: check find_guid() return value to prevent oopsPaul Rolland1-4/+2
2009-12-30Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-31/+11
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds90-813/+863
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2009-12-30generic_permission: MAY_OPEN is not write accessSerge E. Hallyn1-0/+1
2009-12-30x86_64 SGI UV: Fix writes to led registers on remote uv hubs.Mike Travis2-7/+25
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins3-44/+65
2009-12-30libsrp: fix compile failureJames Bottomley1-0/+1
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2-0/+4
2009-12-30ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o1-73/+84
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2-6/+8
2009-12-30tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan1-1/+1
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan1-3/+4
2009-12-30x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabledFUJITA Tomonori1-4/+5
2009-12-30Merge branch 'video-error-case' into releaseLen Brown1-1/+3
2009-12-30Merge branch 'bugzilla-13671' into releaseLen Brown1-0/+4
2009-12-30Merge branch 'thinkpad' into releaseLen Brown3-22/+123
2009-12-30Merge branch 'wmi' into releaseLen Brown4-14/+58
2009-12-30ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho1-0/+30