aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-18printk: Wake up klogd using irq_workFrederic Weisbecker3-18/+21
2012-11-18irq_work: Make self-IPIs optableFrederic Weisbecker1-20/+27
2012-11-17irq_work: Warn if there's still work on cpu_downSteven Rostedt1-0/+3
2012-11-17irq_work: Flush work on CPU_DYINGSteven Rostedt1-6/+45
2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker2-1/+13
2012-11-17nohz: Add API to check tick stateFrederic Weisbecker1-1/+1
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-14irq_work: Fix racy check on work pending flagFrederic Weisbecker1-5/+11
2012-11-14irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker1-1/+4
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
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz5-29/+22
2012-11-13time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen1-1/+1
2012-11-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-19/+22
2012-11-12genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-260/+236
2012-11-09cgroup_freezer: implement proper hierarchy supportTejun Heo1-38/+123
2012-11-09cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo1-2/+40
2012-11-09cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo1-8/+47
2012-11-09cgroup_freezer: make freezer->state mask of flagsTejun Heo1-33/+27
2012-11-09cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo1-18/+30