aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-04-07userns: Add an explicit reference to the parent user namespaceGravatar Eric W. Biederman 1-0/+1
2012-04-07cred: Refcount the user_ns pointed to by the cred.Gravatar Eric W. Biederman 1-1/+1
2012-04-07cred: Add forward declaration of init_user_ns in all cases.Gravatar Eric W. Biederman 1-1/+1
2012-04-03userns: Kill bogus declaration of function release_uidsGravatar Eric W. Biederman 1-1/+0
2012-03-31Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...Gravatar Linus Torvalds 1-1/+0
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-2137/+10
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-16/+94
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Gravatar Linus Torvalds 3-3/+21
2012-03-31ext3: move headers to fs/ext3/Gravatar Al Viro 4-1451/+0
2012-03-31migrate ext2_fs.h guts to fs/ext2/ext2.hGravatar Al Viro 2-646/+1
2012-03-31new helper: ext2_image_size()Gravatar Al Viro 1-0/+22
2012-03-31ext2: No longer export ext2_fs.h to user spaceGravatar Thierry Reding 2-63/+10
2012-03-31virtio: drop thaw PM operationGravatar Amit Shah 1-1/+0
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 9-378/+319
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 12-89/+515
2012-03-30Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 6-11/+1002
2012-03-30Merge branch 'tboot' into releaseGravatar Len Brown 3-1/+11
2012-03-30Merge branch 'd3' into releaseGravatar Len Brown 1-0/+7
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Gravatar Len Brown 2-3/+45
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+44
2012-03-30cpuidle: power_usage should be declared signed integerGravatar Boris Ostrovsky 1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesGravatar Boris Ostrovsky 1-0/+5
2012-03-30ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreGravatar Lin Ming 1-0/+5
2012-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+2
2012-03-30cpuidle: remove unused 'governor_data' fieldGravatar Daniel Lezcano 1-1/+0
2012-03-30cpuidle: remove useless array definition in cpuidle_structureGravatar Daniel Lezcano 1-1/+1
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.Gravatar ShuoX Liu 1-0/+1
2012-03-30ACPI: Add interface to register/unregister device to/from power resourcesGravatar Lin Ming 1-0/+2
2012-03-30ACPICA: Update to version 20120320Gravatar Bob Moore 1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-119/+105
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Gravatar Linus Torvalds 1-1/+1
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-0/+17
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 4-50/+34
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-3/+76
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 2-2/+12
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+2
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-3/+3
2012-03-28Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-66/+62
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 6-4/+254
2012-03-28radix-tree: introduce bit-optimized iteratorGravatar Konstantin Khlebnikov 1-0/+196
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallGravatar Daniel Lezcano 1-1/+7
2012-03-28lib/cpumask.c: remove __any_online_cpu()Gravatar Srivatsa S. Bhat 1-2/+1
2012-03-28smp: add func to IPI cpus based on parameter funcGravatar Gilad Ben-Yossef 1-0/+24
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGravatar Gilad Ben-Yossef 1-0/+22
2012-03-28swapon: check validity of swap_flagsGravatar Hugh Dickins 1-0/+3
2012-03-28mm for fs: add truncate_pagecache_range()Gravatar Hugh Dickins 1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 26-167/+189
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+18
2012-03-28Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Gravatar Linus Torvalds 1-10/+87