summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-287-18/+216
|\
| * sched: add wait_for_completion_io[_timeout]Vladimir Davydov2013-02-151-0/+3
| * writeback: add more tracepointsTejun Heo2013-01-141-0/+116
| * block: add block_{touch|dirty}_buffer tracepointTejun Heo2013-01-141-0/+51
| * buffer: make touch_buffer() an exported functionTejun Heo2013-01-141-1/+1
| * block: add @req to bio_{front|back}_merge tracepointsTejun Heo2013-01-141-11/+34
| * block: add missing block_bio_complete() tracepointTejun Heo2013-01-142-4/+5
| * Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-01-111-0/+2
| |\
| | * block: RCU free request_queueTejun Heo2013-01-091-0/+2
| * | block: Remove should_sort judgement when flush blk_plugJianpeng Ma2013-01-111-1/+0
| * | block,elevator: use new hashtable implementationSasha Levin2013-01-111-1/+4
* | | Merge branch 'akpm' (final batch from Andrew)Linus Torvalds2013-02-2724-236/+299
|\ \ \
| * | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-2712-115/+103
| * | | include/linux/eventfd.h: fix incorrect filename is a commentMartin Sustrik2013-02-271-1/+1
| * | | nbd: support FLUSH requestsAlex Bligh2013-02-271-1/+2
| * | | ipmi: remove superfluous kernel/userspace explanationRobert P. J. Day2013-02-272-13/+1
| * | | idr: implement lookup hintTejun Heo2013-02-271-1/+24
| * | | idr: add idr_layer->prefixTejun Heo2013-02-271-0/+1
| * | | idr: make idr_layer largerTejun Heo2013-02-271-8/+7
| * | | idr: remove length restriction from idr_layer->bitmapTejun Heo2013-02-271-11/+1
| * | | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-10/+0
| * | | idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2013-02-271-0/+14
| * | | idr: remove _idr_rc_to_errno() hackTejun Heo2013-02-271-6/+0
| * | | idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2013-02-271-12/+35
| * | | idr: cosmetic updates to struct / initializer definitionsTejun Heo2013-02-271-16/+12
| * | | idr: deprecate idr_remove_all()Tejun Heo2013-02-271-1/+13
| * | | lockdep: check that no locks held at freeze timeMandeep Singh Baines2013-02-272-2/+5
| * | | coredump: remove redundant defines for dumpable statesKees Cook2013-02-271-5/+0
| * | | fat: mark fs as dirty on mount and clean on umountOleksij Rempel2013-02-271-0/+2
| * | | fat: add extended fileds to struct fat_boot_sectorOleksij Rempel2013-02-271-8/+28
| * | | hfsplus: add osx.* prefix for handling namespace of Mac OS X extended attributesVyacheslav Dubeyko2013-02-271-5/+8
| * | | lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-271-3/+3
| * | | lib/scatterlist: add simple page iteratorImre Deak2013-02-271-0/+35
| * | | backlight: add new lp8788 backlight driverKim, Milo2013-02-271-19/+5
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-271-49/+9
|\ \ \ \ | |/ / / |/| | |
| * | | mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-241-49/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-267-12/+21
|\ \ \ \
| * | | | fs/exec.c: make bprm_mm_init() staticYuanhan Liu2013-02-261-1/+0
| * | | | export kernel_write(), convert open-coded instancesAl Viro2013-02-261-0/+1
| * | | | kill f_vfsmntAl Viro2013-02-261-1/+0
| * | | | vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-262-1/+3
| * | | | switch vfs_getattr() to struct pathAl Viro2013-02-261-1/+1
| * | | | default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-0/+4
| * | | | constify d_lookup() argumentsAl Viro2013-02-221-1/+1
| * | | | constify __d_lookup() argumentsAl Viro2013-02-221-1/+1
| * | | | vfs: remove d_path_with_unreachableJeff Layton2013-02-221-1/+0
| * | | | new helper: file_inode(file)Al Viro2013-02-224-5/+10
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-261-4/+4
|\ \ \ \ \
| * | | | | asm-generic: io: Fix ioread16/32be and iowrite16/32beMichal Simek2013-02-121-4/+4
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-262-2/+1
|\ \ \ \ \ \