aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-19userns: Allow unprivileged users to create user namespaces.Eric W. Biederman
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman
2012-11-19pidns: Add setns supportEric W. Biederman
2012-11-19pidns: Deny strange cases when creating pid namespaces.Eric W. Biederman
2012-11-19pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1Eric W. Biederman
2012-11-19pidns: Don't allow new processes in a dead pid namespace.Eric W. Biederman
2012-11-19pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney
2012-11-16rcu: Separate accounting of callbacks from callback-free CPUsPaul E. McKenney
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-11-16uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() raceOleg Nesterov
2012-11-15tracing: Add a resize function to make one buffer equivalent to another bufferHiraku Toyooka
2012-11-15ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso
2012-11-15PM / sysfs: replace strict_str* with kstrto*Daniel Walter
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu
2012-11-14Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman
2012-11-14kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu
2012-11-14uprobes: Flush cache after xol writeRabin Vincent
2012-11-14Merge tag 'v3.7-rc5' into sched/coreIngo Molnar
2012-11-13rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney
2012-11-13rcu: Add new rcutorture module parameters to start/end test messagesPaul E. McKenney
2012-11-13rcu: Fix batch-limit size problemEric Dumazet
2012-11-13tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...Yoshihiro YUNOMAE
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-11-12genirq: Always force thread affinityThomas Gleixner
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09cgroup_freezer: implement proper hierarchy supportTejun Heo
2012-11-09cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo
2012-11-09cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo
2012-11-09cgroup_freezer: make freezer->state mask of flagsTejun Heo
2012-11-09cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo
2012-11-09cgroup_freezer: trivial cleanupsTejun Heo
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo