summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* userns: signal remove unnecessary map_cred_nsEric W. Biederman2012-05-151-15/+5
* userns: Teach inode_capable to understand inodes whose uids map to other name...Eric W. Biederman2012-05-151-2/+4
* userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman2012-05-031-8/+6
* userns: Convert ptrace, kill, set_priority permission checks to work with kui...Eric W. Biederman2012-05-033-26/+20
* userns: Convert setting and getting uid and gid system calls to use kuid and ...Eric W. Biederman2012-05-034-86/+178
* userns: Convert sched_set_affinity and sched_set_scheduler's permission checksEric W. Biederman2012-05-031-5/+2
* userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-1/+1
* userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-034-39/+41
* userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-032-25/+37
* userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-262-41/+520
* userns: Simplify the user_namespace by making userns->creator a kuid.Eric W. Biederman2012-04-262-25/+24
* userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-073-31/+37
* userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.hEric W. Biederman2012-04-071-2/+0
* userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-071-0/+19
* userns: Start out with a full set of capabilities.Eric W. Biederman2012-04-071-0/+9
* userns: Deprecate and rename the user_namespace reference in the user_structEric W. Biederman2012-04-071-3/+3
* userns: Add an explicit reference to the parent user namespaceEric W. Biederman2012-04-071-7/+6
* cred: Refcount the user_ns pointed to by the cred.Eric W. Biederman2012-04-072-8/+8
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-076-12/+12
* userns: Remove unnecessary cast to struct user_struct when copying cred->user.Eric W. Biederman2012-04-071-2/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-312-9/+7
|\
| * sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat2012-03-311-2/+2
| * Merge branch 'sched/arch' into sched/urgentIngo Molnar2012-03-292-0/+4
| |\
| | * sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas2012-03-132-0/+4
| * | sched: Fix __schedule_bug() output when called from an interruptStephen Boyd2012-03-291-7/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-318-108/+199
|\ \ \
| * | | tracing: Fix ent_size in trace outputSteven Rostedt2012-03-271-0/+4
| * | | Merge branch 'linus' into perf/urgentIngo Molnar2012-03-2644-1385/+1391
| |\ \ \
| * | | | perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-241-0/+7
| * | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-03-242-5/+13
| |\ \ \ \
| | * | | | tracing: Fix ftrace stack trace entriesWolfgang Mauerer2012-03-222-5/+13
| | | |_|/ | | |/| |
| * | | | perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-2/+2
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-225-101/+173
| |\ \ \ \
| | * | | | tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown2012-03-131-2/+0
| | * | | | ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat2012-03-131-1/+2
| | * | | | tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt2012-03-011-0/+2
| | * | | | tracing: Do not select FRAME_POINTER on PPCGerlando Falauto2012-02-271-1/+1
| | * | | | tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-223-97/+168
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-303-15/+30
|\ \ \ \ \ \
| * | | | | | genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-03-301-3/+7
| * | | | | | genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava2012-03-291-1/+8
| * | | | | | genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev2012-03-291-5/+5
| * | | | | | genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev2012-03-291-6/+10
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-302-46/+30
|\ \ \ \ \ \ \
| * | | | | | | futex: Mark get_robust_list as deprecatedKees Cook2012-03-292-0/+4
| * | | | | | | futex: Do not leak robust list to unprivileged processKees Cook2012-03-292-46/+26
| |/ / / / / /
* | | | | | | Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cgroup: cgroup_attach_task() could return -errno after successTejun Heo2012-03-291-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-292-9/+61
|\ \ \ \ \ \ \
| * | | | | | | compat: Add helper functions to read/write struct timeval, timespecH. Peter Anvin2012-02-201-8/+60