summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-045197-289167/+470226
|\
| * Merge branch 'limits_cleanup' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-01-043-3/+29
| |\
| | * resource: add helpers for fetching rlimitsJiri Slaby2010-01-041-0/+22
| | * resource: move kernel function inside __KERNEL__Jiri Slaby2010-01-041-2/+6
| | * SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby2010-01-041-1/+1
| * | Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-01-048-1/+57
| |\ \
| | * \ ARM: Merge s3c24xx-updates2Ben Dooks2010-01-040-0/+0
| | |\ \
| | | * | ARM: S3C24XX: touchscreen device definitionArnaud Patard2009-12-234-0/+41
| | * | | ARM: Merge next-simtecBen Dooks2010-01-048-1/+57
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | ARM: S3C: Fix NAND device registration by s3c_nand_set_platdata().Ben Dooks2009-12-231-1/+3
| | | * | ARM: S3C24XX: touchscreen device definitionArnaud Patard2009-12-235-0/+49
| | | * | ARM: mach-bast: add NAND_SCAN_SILENT_NODEV to optional devicesBen Dooks2009-12-231-0/+3
| | | * | ARM: mach-osiris: add NAND_SCAN_SILENT_NODEV to optional devicesBen Dooks2009-12-231-0/+2
| | | |/
| * | | sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2010-01-042-2/+27
| * | | lguest: fix bug in setting guest GDT entryRusty Russell2010-01-041-1/+3
| * | | 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
| | |\ \ \ \