aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-28generic sys_fork / sys_vfork / sys_cloneAl Viro
2012-11-28kill daemonize()Al Viro
2012-11-28cgroup: list_del_init() on removed eventsGreg Thelen
2012-11-28cgroup: fix lockdep warning for event_controlGreg Thelen
2012-11-28kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker
2012-11-28cgroup: move list add after list head initilizationLi Zhong
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti
2012-11-26futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct ...Eric W. Biederman
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman
2012-11-20userns: Implent proc namespace operationsEric W. Biederman
2012-11-20userns: Kill task_user_nsEric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman
2012-11-20userns: Allow setting a userns mapping to your current uid.Eric W. Biederman
2012-11-19tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_readDave Jones
2012-11-19tracing: Remove unneeded checks from the stack tracerAnton Vorontsov
2012-11-19cgroup: add cgroup->idTejun Heo
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19cgroup: allow ->post_create() to failTejun Heo
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2012-11-19vtime: No need to disable irqs on vtime_account()Frederic Weisbecker
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker