summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-013-3/+3
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-10-305-31/+73
|\
| * Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo2010-10-301-4/+5
| * fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsRichard Kennedy2010-10-281-1/+1
| * fanotify: Fix FAN_CLOSE commentsStefan Hajnoczi2010-10-281-2/+2
| * fanotify: ignore events on directories unless specifically requestedEric Paris2010-10-281-2/+8
| * fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-282-12/+12
| * fanotify: limit number of listeners per userEric Paris2010-10-282-0/+4
| * fanotify: allow userspace to override max marksEric Paris2010-10-281-1/+3
| * fanotify: limit the number of marks in a single fanotify groupEric Paris2010-10-281-0/+1
| * fanotify: allow userspace to override max queue depthEric Paris2010-10-281-2/+3
| * fsnotify: implement a default maximum queue depthEric Paris2010-10-281-1/+0
| * fanotify: allow userspace to flush all marksEric Paris2010-10-281-1/+2
| * fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-282-5/+12
| * fsnotify: correctly handle return codes from listenersEric Paris2010-10-281-0/+2
| * fanotify: use __aligned_u64 in fanotify userspace metadataEric Paris2010-10-281-2/+2
| * fanotify: implement fanotify listener orderingEric Paris2010-10-281-1/+10
| * fsnotify: implement ordering between notifiersEric Paris2010-10-281-0/+8
| * fanotify: allow fanotify to be builtEric Paris2010-10-281-0/+1
| |
| \
*-. \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-301-1/+6
|\ \ \
| * | | jump label: Add work around to i386 gcc asm goto bugSteven Rostedt2010-10-291-1/+1
| * | | jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-281-0/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-10-301-0/+2
|\ \ \ \
| * | | | Add new functions for triggering inode writebackChris Mason2010-10-291-0/+2
* | | | | Merge branch 'audit.b64' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-302-4/+14
|\ \ \ \ \
| * | | | | audit mmapAl Viro2010-10-301-0/+9
| * | | | | audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner2010-10-301-4/+5
| | |_|/ / | |/| | |
* | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-307-169/+479
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-30220-2100/+7567
| |\ \ \ \
| * | | | | mtd: cfi_cmdset_0002: make sector erase command variableGuillaume LECERF2010-10-261-0/+1
| * | | | | mtd: remove junk tabs in nand.hSebastian Andrzej Siewior2010-10-251-168/+147
| * | | | | mtd: cleanup nand.hSebastian Andrzej Siewior2010-10-251-56/+99
| * | | | | mtd: nand: introduce NAND_CREATE_EMPTY_BBTSebastian Andrzej Siewior2010-10-252-1/+3
| * | | | | mtd: nand: add support for BBT without OOBSebastian Andrzej Siewior2010-10-252-2/+11
| * | | | | mtd: add init_size hook for NAND driverHuang Shijie2010-10-251-0/+6
| * | | | | mtd: prepare partition add and del functions for ioctl requestsRoman Tereshonkov2010-10-251-0/+5
| * | | | | mtd: generic FSMC NAND MTD driverLinus Walleij2010-10-251-0/+181
| * | | | | mtd: nand: add support for reading ONFI parameters from NAND deviceFlorian Fainelli2010-10-241-0/+68
| * | | | | mtd: nand: add NAND_CMD_PARAM (0xec) definitionFlorian Fainelli2010-10-241-0/+1
| * | | | | mtd: nand: Increase NAND_MAX_OOBSIZEBrian Norris2010-10-241-2/+2
| * | | | | mtd: edit comments on deprecation of ioctl ECCGETLAYOUTBrian Norris2010-10-241-4/+4
| * | | | | mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTBrian Norris2010-10-242-1/+16
| * | | | | mtd: inftl.h: fix spacing errorsBrian Norris2010-10-241-7/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-292-2/+4
|\ \ \ \ \ \
| * | | | | | net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2010-10-281-1/+1
| * | | | | | dccp: Extend CCID packet dequeueing interfaceGerrit Renker2010-10-281-1/+3
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-291-10/+3
|\ \ \ \ \ \ \
| * | | | | | | debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-10/+3
* | | | | | | | readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds2010-10-291-0/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-293-11/+19
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud