summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-0/+1
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+11
2012-10-12vfs: define struct filename and have getname() return itJeff Layton2-8/+18
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton1-2/+1
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2-9/+15
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-5/+10
2012-10-12audit: add a new "type" field to audit_names structJeff Layton1-0/+5
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton2-13/+13
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-20/+16
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2012-10-11consitify do_mount() argumentsAl Viro2-7/+7
2012-10-11compiler-gcc4.h: correct verion check for __compiletime_errorDaniel Santos1-1/+1
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds4-2/+12
2012-10-11Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds3-7/+6
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds6-35/+249
2012-10-11memcg, kmem: fix build error when CONFIG_INET is disabledDavid Rientjes1-2/+2
2012-10-11rapidio: fix commentChad Reese1-1/+1
2012-10-11rapidio: update for destination ID allocationAlexandre Bounine1-1/+0
2012-10-11mm: compaction: fix bit ranges in {get,clear,set}_pageblock_skip()Bartlomiej Zolnierkiewicz1-3/+3
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-5/+19
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-2/+106
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds6-50/+144
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan1-1/+7
2012-10-10lglock: make the per_cpu locks staticLai Jiangshan1-1/+1
2012-10-10lglock: remove unused DEFINE_LGLOCK_LOCKDEP()Lai Jiangshan1-9/+0
2012-10-10MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro1-1/+1
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-1/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-2/+19
2012-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds150-6034/+53
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-0/+55
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+48
2012-10-09Merge tag 'disintegrate-isdn-20121009' of git://git.infradead.org/users/dhowe...David S. Miller2-116/+0
2012-10-09Merge tag 'disintegrate-net-20121009' of git://git.infradead.org/users/dhowel...David S. Miller144-5879/+21
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller61-1174/+1894
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse456-4791/+14250
2012-10-09UAPI: (Scripted) Disintegrate include/linux/tc_ematchDavid Howells5-153/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/tc_actDavid Howells8-225/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6David Howells13-519/+2
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4David Howells11-463/+2
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_bridgeDavid Howells19-783/+2
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_arpDavid Howells3-227/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells5-272/+6
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells77-3007/+8
2012-10-09UAPI: (Scripted) Disintegrate include/linux/isdnDavid Howells2-116/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/caifDavid Howells3-230/+0
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds28-404/+682
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner1-7/+7
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+1
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-0/+2
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-0/+1