aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15userns: Convert cgroup permission checks to use uid_eqEric W. Biederman1-3/+3
2012-05-15userns: signal remove unnecessary map_cred_nsEric W. Biederman1-15/+5
2012-05-15userns: Teach inode_capable to understand inodes whose uids map to other namespaces.Eric W. Biederman1-2/+4
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman1-8/+6
2012-05-03userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgidsEric W. Biederman3-26/+20
2012-05-03userns: Convert setting and getting uid and gid system calls to use kuid and kgidEric W. Biederman4-86/+178
2012-05-03userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman1-5/+2
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-1/+1
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman4-39/+41
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2-25/+37
2012-04-26userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2-41/+520
2012-04-26userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2-25/+24
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman3-31/+37
2012-04-07userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman1-2/+0
2012-04-07userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman1-0/+19
2012-04-07userns: Start out with a full set of capabilities.Eric W. Biederman1-0/+9
2012-04-07userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman1-3/+3
2012-04-07userns: Add an explicit reference to the parent user namespaceEric W. Biederman1-7/+6
2012-04-07cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2-8/+8
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman6-12/+12
2012-04-07userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman1-2/+2
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+7
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-108/+199
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat1-2/+2
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-15/+30
2012-03-30Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-46/+30
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu1-3/+7
2012-03-29Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2012-03-29cgroup: cgroup_attach_task() could return -errno after successTejun Heo1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+61
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-42/+59
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+4
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-124/+77
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2-4/+14
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar2-0/+4
2012-03-29futex: Mark get_robust_list as deprecatedKees Cook2-0/+4
2012-03-29futex: Do not leak robust list to unprivileged processKees Cook2-46/+26
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava1-1/+8
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev1-5/+5
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev1-6/+10
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd1-7/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-5/+141
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2-0/+42
2012-03-28sysctl: use bitmap library functionsAkinobu Mita1-5/+3
2012-03-28kexec: add further check to crashkernelZhenzhong Duan1-0/+4
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon1-0/+2
2012-03-28smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef1-0/+61
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-0/+29
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds8-6/+5