aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker1-2/+16
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker2-24/+24
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker3-9/+9
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2-24/+28
2012-11-28cgroup: move list add after list head initilizationLi Zhong1-1/+1
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti1-0/+50
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti1-0/+15
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner13-262/+230
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma1-5/+3
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman5-1/+46
2012-11-20userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...Eric W. Biederman1-2/+10
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman3-7/+41
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-17/+73
2012-11-20userns: Kill task_user_nsEric W. Biederman2-4/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2-14/+17
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman2-4/+6
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman1-2/+3
2012-11-20userns: Allow setting a userns mapping to your current uid.Eric W. Biederman1-0/+15
2012-11-19tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_readDave Jones1-2/+0
2012-11-19tracing: Remove unneeded checks from the stack tracerAnton Vorontsov1-4/+0
2012-11-19cgroup: add cgroup->idTejun Heo1-1/+14
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2-48/+36
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo1-16/+12
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo5-52/+53
2012-11-19cgroup: allow ->post_create() to failTejun Heo2-11/+22
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo1-7/+14
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo1-3/+9
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo1-11/+10
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo1-23/+42
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo1-15/+25
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo1-1/+14
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo1-0/+4
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo1-3/+3
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo1-1/+1
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo1-5/+6
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo1-18/+12
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo1-25/+5
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo1-0/+1
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2012-11-19vtime: No need to disable irqs on vtime_account()Frederic Weisbecker1-6/+0
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker1-0/+13
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-6/+6
2012-11-19userns: Allow unprivileged users to create user namespaces.Eric W. Biederman1-8/+0
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-1/+1
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman3-10/+26
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman1-3/+3
2012-11-19pidns: Add setns supportEric W. Biederman1-0/+54
2012-11-19pidns: Deny strange cases when creating pid namespaces.Eric W. Biederman1-0/+2