summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-12-10Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2012-12-10workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-03watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-12-03futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26module: fix out-by-one error in kallsymsRusty Russell1-11/+16
2012-11-17futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner1-19/+22
2012-10-28Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo1-17/+6
2012-10-28Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo1-12/+3
2012-10-28cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-10-28use clamp_t in UNAME26 fixKees Cook1-1/+1
2012-10-28kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook1-5/+7
2012-10-28ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik1-0/+4
2012-10-21fs: handle failed audit_log_start properlySasha Levin1-0/+2
2012-10-21kdb,vt_console: Fix missed data due to pager overrunsJason Wessel1-5/+28
2012-10-21nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker1-1/+1
2012-10-21timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian1-4/+6
2012-10-21timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-10-21module: taint kernel when lve module is loadedMatthew Garrett1-0/+4
2012-10-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra1-0/+2
2012-10-13rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney1-1/+3
2012-10-13workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan1-3/+22
2012-10-13workqueue: add missing smp_wmb() in process_one_work()Tejun Heo1-0/+2
2012-10-13kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+12
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+8
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo1-17/+8
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+10
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan1-2/+10
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin1-1/+5
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2-45/+22
2012-09-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-29/+17
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-31/+44
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz1-7/+12
2012-09-12Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+89
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan1-1/+36
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan1-1/+4
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo1-2/+27
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo1-13/+13
2012-09-04workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan1-6/+11
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2-2/+11
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro1-29/+33
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap1-2/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel4-6/+6
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang1-0/+1
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra1-21/+10
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-5/+5
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+6
2012-08-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+32
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz1-2/+2