summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* HID: Fix race condition between driver core and ll-driverDavid Herrmann2011-08-101-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-07-231-0/+82
|\
| * regmap: Add SPI bus supportMark Brown2011-07-231-0/+4
| * regmap: Add I2C bus supportMark Brown2011-07-231-0/+4
| * regmap: Add generic non-memory mapped register access APIMark Brown2011-07-231-0/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-231-3/+13
|\ \
| * \ Merge branch 'scsi-fixes'James Bottomley2011-07-2310-25/+62
| |\ \
| * | | [SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime managementMike Christie2011-06-291-3/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-07-231-0/+1
|\ \ \ \
| * | | | ALSA: ctxfi: Add support for Creative Titanium HDHarry Butterworth2011-06-141-0/+1
* | | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-07-231-0/+56
|\ \ \ \ \
| * | | | | clocksource: apb: Share APB timer code with other platformsJamie Iles2011-06-271-0/+56
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds2011-07-231-5/+0
|\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | / / | | | | | |_|/ / | | | | |/| | |
| | | * | | | | genirq: Remove unused CHECK_IRQ_PER_CPU()Thomas Gleixner2011-06-221-5/+0
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-2218-94/+168
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/truncate.c: fix build for CONFIG_BLOCK not enabledRandy Dunlap2011-07-221-0/+4
| * | | | | | | | fs:update the NOTE of the file_operations structureWanlong Gao2011-07-201-5/+0
| * | | | | | | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-203-6/+8
| * | | | | | | | fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik2011-07-201-1/+3
| * | | | | | | | fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-202-1/+1
| * | | | | | | | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-5/+4
| * | | | | | | | rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig2011-07-201-10/+0
| * | | | | | | | fs: kill i_alloc_semChristoph Hellwig2011-07-201-2/+9
| * | | | | | | | anonfd: fix missing declarationTomasz Stanislawski2011-07-201-0/+2
| * | | | | | | | superblock: add filesystem shrinker operationsDave Chinner2011-07-201-0/+2
| * | | | | | | | superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-203-39/+50
| * | | | | | | | inode: move to per-sb LRU locksDave Chinner2011-07-201-1/+2
| * | | | | | | | inode: Make unused inode LRU per superblockDave Chinner2011-07-201-0/+4
| * | | | | | | | vmscan: add customisable shrinker batch sizeDave Chinner2011-07-201-0/+1
| * | | | | | | | btrfs: kill magical embedded struct superblockAl Viro2011-07-201-0/+2
| * | | | | | | | switch vfs_path_lookup() to struct pathAl Viro2011-07-201-1/+1
| * | | | | | | | kill lookup_create()Al Viro2011-07-201-1/+0
| * | | | | | | | make sure that nsproxy_cache is initialized early enoughAl Viro2011-07-201-0/+1
| * | | | | | | | new helpers: kern_path_create/user_path_createAl Viro2011-07-201-0/+2
| * | | | | | | | kill LOOKUP_CONTINUEAl Viro2011-07-201-1/+0
| * | | | | | | | nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-2/+2
| * | | | | | | | kill IPERM_FLAG_RCUAl Viro2011-07-201-2/+0
| * | | | | | | | ->permission() sanitizing: don't pass flags to exec_permission()Al Viro2011-07-201-7/+0
| * | | | | | | | ->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro2011-07-201-1/+1
| * | | | | | | | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-203-3/+3
| * | | | | | | | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
| * | | | | | | | ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-203-3/+3
| * | | | | | | | ->permission() sanitizing: MAY_NOT_BLOCKAl Viro2011-07-201-0/+1
| * | | | | | | | kill check_acl callback of generic_permission()Al Viro2011-07-202-2/+3
| * | | | | | | | lockless get_write_access/deny_write_accessAl Viro2011-07-202-3/+52
| * | | | | | | | kill file_permission() completelyAl Viro2011-07-201-1/+0
| * | | | | | | | consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-201-0/+1
| * | | | | | | | new helper: iterate_supers_type()Al Viro2011-07-201-0/+2
| * | | | | | | | fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-201-0/+7
* | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-7/+18
|\ \ \ \ \ \ \ \ \