summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-01-027-15/+79
|\
| * reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker2010-01-021-1/+2
| * reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker2010-01-021-2/+3
| * reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker2010-01-021-1/+2
| * reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker2010-01-021-3/+4
| * reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker2010-01-021-2/+7
| * reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker2010-01-021-1/+2
| * reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker2010-01-021-2/+7
| * reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker2010-01-022-0/+18
| * reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker2010-01-022-1/+9
| * reiserfs: Fix remaining in-reclaim-fs <-> reclaim-fs-on locking inversionFrederic Weisbecker2009-12-291-3/+12
| * reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker2009-12-162-1/+11
| * reiserfs: Fix reiserfs lock and journal lock inversion dependencyFrederic Weisbecker2009-12-141-2/+3
| * reiserfs: Fix possible recursive lockFrederic Weisbecker2009-12-141-0/+3
| * Merge commit 'v2.6.32' into reiserfs/kill-bklFrederic Weisbecker2009-12-0710301-528451/+1091010
| |\
* | | Documentation: Rename Documentation/DMA-mapping.txtKusanagi Kouichi2010-01-022-1/+1
* | | DocBook: fix ioremap return typeH Hartley Sweeten2010-01-021-6/+6
* | | Documentation: fix ioremap return typeH Hartley Sweeten2010-01-021-1/+1
* | | writeback: add missing kernel-doc notationJaswinder Singh Rajput2010-01-021-0/+1
* | | twl4030-irq.c: fix compiler warning due to raw-spinlock conversionLinus Torvalds2010-01-011-2/+2
* | | pci: avoid compiler warning in quirks.cLinus Torvalds2010-01-011-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-01-013-6/+14
|\ \ \
| * | | [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-072-2/+5
| * | | cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2009-12-031-4/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-12-3110-106/+182
|\ \ \ \
| * | | | firewire, ieee1394: update Kconfig helpStefan Richter2009-12-293-49/+56
| * | | | firewire, ieee1394: update MAINTAINERS entriesStefan Richter2009-12-291-12/+3
| * | | | firewire: ohci: always use packet-per-buffer mode for isochronous receptionStefan Richter2009-12-291-1/+3
| * | | | firewire: cdev: fix another memory leak in an error pathStefan Richter2009-12-291-0/+1
| * | | | firewire: fix use of multiple AV/C devices, allow multiple FCP listenersClemens Ladisch2009-12-295-44/+119
* | | | | PCI: Fix build if quirks are not enabledRafael J. Wysocki2009-12-313-17/+19
* | | | | Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-311-3/+2
|\ \ \ \ \
| * | | | | dma-debug: Fix bug causing build warningIngo Molnar2009-12-311-3/+2
* | | | | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-312-4/+3
|\ \ \ \ \ \
| * | | | | | perf: Fix NULL deref in inheritance codePeter Zijlstra2009-12-311-3/+2
| * | | | | | perf: Pass appropriate frame pointer to dump_trace()Frederic Weisbecker2009-12-311-1/+1
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-3110-79/+97
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabledFUJITA Tomonori2009-12-301-4/+5
| * | | | | | x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2009-12-292-44/+54
| * | | | | | x86, kmemcheck: Use KERN_WARNING for error reportingPekka Enberg2009-12-281-10/+9
| * | | | | | x86: Use KERN_DEFAULT log-level in __show_regs()Pekka Enberg2009-12-283-21/+21
| * | | | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2009-12-284277-256749/+400904
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branches 'dma-debug/fixes' and 'amd-iommu/fixes' into iommu/fixesJoerg Roedel2009-12-211-0/+10
| | |\ \ \ \ \ \
| | | * | | | | | x86/amd-iommu: Fix initialization failure panicJoerg Roedel2009-12-211-0/+10
| | * | | | | | | dma-debug: Do not add notifier when dma debugging is disabled.Shaun Ruffell2009-12-211-0/+5
| | |/ / / / / /
| * | | | | | | x86, compress: Force i386 instructions for the decompressorH. Peter Anvin2009-12-261-0/+1
| * | | | | | | x86: Fix objdump version check in chkobjdump.awk for different formats.Masami Hiramatsu2009-12-181-3/+13
* | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-319-19/+29
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | perf kmem: Fix statistics typoWenji Huang2009-12-281-2/+2
| * | | | | | | kprobes: Fix distinct type warningHeiko Carstens2009-12-281-1/+1