summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman3-26/+17
2012-11-19pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman1-1/+7
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman3-13/+24
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman7-10/+10
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman3-6/+14
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-1/+1
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-1/+1
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar5-70/+20
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+38
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman1-19/+22
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney1-1/+5
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney3-3/+5
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney4-16/+498
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney12-268/+417
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov2-3/+25
2012-11-15tracing: Add a resize function to make one buffer equivalent to another bufferHiraku Toyooka1-27/+31
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso1-1/+1
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter2-2/+2
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song1-0/+4
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu1-3/+5
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman1-11/+16
2012-11-14kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu1-0/+5
2012-11-14uprobes: Flush cache after xol writeRabin Vincent1-0/+5
2012-11-14Merge tag 'v3.7-rc5' into sched/coreIngo Molnar5-48/+40
2012-11-13rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney1-1/+1
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney2-4/+33
2012-11-13rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney1-0/+4
2012-11-13rcu: Fix batch-limit size problemEric Dumazet1-7/+8
2012-11-13tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE1-6/+17
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp3-32/+65