aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-7/+12
2014-01-30zsmalloc: add copyrightMinchan Kim1-0/+1
2014-01-30zsmalloc: move it under mmMinchan Kim1-0/+50
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig2-5/+6
2014-01-30memblock, bootmem: restore goal for alloc_lowYinghai Lu1-2/+2
2014-01-30can: add destructor for self generated skbsOliver Hartkopp1-0/+38
2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li1-0/+3
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-137/+208
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+8
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-17/+18
2014-01-29Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-16/+20
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+15
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2014-01-29Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-11/+9
2014-01-29fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens1-1/+1
2014-01-29fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens1-8/+8
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-2/+0
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-29fsnotify: Do not return merged event from fsnotify_add_notify_event()Jan Kara1-4/+4
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-0/+16
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds8-17/+49
2014-01-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds3-19/+34
2014-01-28Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds3-16/+300
2014-01-29Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie3-9/+22
2014-01-28rwsem: add rwsem_is_contendedJosef Bacik1-0/+11
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-90/+192
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+4
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-82/+73
2014-01-28blk-mq: for_each_* macro correctnessJose Alonso1-6/+6
2014-01-27Merge branch 'akpm' (incoming from Andrew)Linus Torvalds7-6/+43
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-1/+2
2014-01-27softirq: use const char * const for softirq_to_name, whitespace neateningJoe Perches1-1/+1
2014-01-27splice: fix unexpected size truncationXiao Guangrong1-1/+2
2014-01-27ipc: delete seq_max field in struct ipc_idsDavidlohr Bueso1-1/+0
2014-01-27ipc: whitespace cleanupManfred Spraul2-2/+2
2014-01-27ipc: change kern_ipc_perm.deleted type to boolRafael Aquini1-1/+1
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu1-0/+37
2014-01-27leds: kirkwood: Cleanup in header filesSachin Kamat2-10/+6
2014-01-27leds: leds-mc13783: Remove duplicate field in platform dataAlexander Shiyan1-9/+28
2014-01-27NVMe: Abort timed out commandsKeith Busch1-0/+1
2014-01-27NVMe: Schedule reset for failed controllersKeith Busch1-0/+1
2014-01-27libceph: support CEPH_FEATURE_OSD_CACHEPOOL featureIlya Dryomov1-0/+1
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov1-0/+6
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov1-2/+2
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov1-0/+2
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov1-0/+3
2014-01-27libceph: CEPH_OSD_FLAG_* enum updateIlya Dryomov1-0/+4