summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-26module: fix out-by-one error in kallsymsRusty Russell
2012-11-17futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-10-28Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-28Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-28cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-28use clamp_t in UNAME26 fixKees Cook
2012-10-28kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-28ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik
2012-10-21fs: handle failed audit_log_start properlySasha Levin
2012-10-21kdb,vt_console: Fix missed data due to pager overrunsJason Wessel
2012-10-21nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker
2012-10-21timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian
2012-10-21timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter
2012-10-21module: taint kernel when lve module is loadedMatthew Garrett
2012-10-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra
2012-10-13rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney
2012-10-13workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2012-10-13workqueue: add missing smp_wmb() in process_one_work()Tejun Heo
2012-10-13kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds
2012-09-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz
2012-09-12Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo
2012-09-04workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-08-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz
2012-08-21Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet