aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-13userns: Convert security/keys to the new userns infrastructureEric W. Biederman1-4/+5
2012-09-13userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman1-2/+2
2012-09-06userns: Convert ipc to use kuid and kgid where appropriateEric W. Biederman1-4/+5
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman1-1/+2
2012-08-14userns: Teach inet_diag to work with user namespacesEric W. Biederman1-0/+1
2012-08-14userns: Implement sk_user_nsEric W. Biederman1-0/+9
2012-08-14netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman1-0/+1
2012-08-14userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman1-2/+2
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman1-1/+4
2012-08-14userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman1-1/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-08-14userns: Make seq_file's user namespace accessibleEric W. Biederman1-0/+14
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-1/+1
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds1-0/+41
2012-08-02Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-0/+2
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-148/+30
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds4-45/+87
2012-08-01Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-12/+151
2012-08-01Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+6
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-23/+92
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-1/+0
2012-08-01block: add partition resize function to blkpg ioctlVivek Goyal2-0/+58
2012-08-01Merge branch 'common/irqdomain' into sh-latestPaul Mundt2-9/+34
2012-08-01dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski1-0/+2
2012-07-31Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-9/+34
2012-07-31Platform: OLPC: turn EC driver into a platform_driverAndres Salomon1-0/+6
2012-07-31Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon1-0/+6
2012-07-31Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon1-0/+29
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds30-74/+492
2012-07-31Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+445
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds4-6/+137
2012-07-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-10/+46
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-8/+16
2012-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-4/+16
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-0/+11
2012-07-31mm: remove redundant initializationMinchan Kim1-5/+0
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner1-6/+5
2012-07-31nfs: enable swap on NFSMel Gorman2-2/+5
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-0/+7
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman2-2/+9
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman2-0/+6
2012-07-31mm: add get_kernel_page[s] for pinning of kernel addresses for I/OMel Gorman3-0/+8
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman3-0/+31
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman1-0/+1
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storageMel Gorman1-0/+1
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-0/+55
2012-07-31netvm: propagate page->pfmemalloc to skbMel Gorman1-0/+11