aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-01-049-302/+254
|\
| * [S390] Update default configuration.Martin Schwidefsky2010-01-041-11/+75
| * [S390] Have param.h simply include <asm-generic/param.h>.Robert P. J. Day2010-01-041-26/+2
| * [S390] qdio: convert global statistics to per-device statsJan Glauber2010-01-047-265/+177
* | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-0453-884/+3029
|\ \
| * | binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA2010-01-041-2/+2
| * | sh: update defconfigs.Paul Mundt2010-01-0449-871/+3005
| * | sh: Don't default enable PMB support.Paul Mundt2010-01-041-1/+0
| * | sh: Disable PMB for SH4AL-DSP CPUs.Paul Mundt2010-01-041-3/+3
| * | sh: Only provide a PCLK definition for legacy CPG CPUs.Paul Mundt2009-12-292-7/+19
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-01-045-48/+77
|\ \ \
| * | | ext4: Calculate metadata requirements more accuratelyTheodore Ts'o2010-01-015-44/+73
| * | | ext4: Fix accounting of reserved metadata blocksTheodore Ts'o2010-01-011-4/+4
* | | | tosh: Use non bkl ioctlAlan Cox2010-01-041-5/+7
* | | | i2o: propogate the BKL down into the ioctl methodAlan Cox2010-01-041-7/+6
* | | | sony_pi: Remove the BKL from open and ioctlJohn Kacur2010-01-041-6/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-01-046-26/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | nilfs2: update mailing list addressRyusuke Konishi2010-01-022-2/+2
| * | | nilfs2: Storage class should be before const qualifierTobias Klauser2009-12-251-1/+1
| * | | nilfs2: trivial coding style fixJiro SEKIBA2009-12-253-23/+29
| | |/ | |/|
* | | 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-0710308-529306/+1091865
| |\ \ \
* | | | | 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 Torvalds2009-12-311-2/+2
* | | | | pci: avoid compiler warning in quirks.cLinus Torvalds2009-12-311-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-12-313-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
| | |_|_|/ / | |/| | | |