aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-05-16kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-16tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-16clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-16cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-05-16hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-05-16hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-05-16tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-16tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-16tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-16tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-16tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-16tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-05-06Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds
2013-05-06perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-05-06sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-05-06kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-05-06hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-05-06sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner
2013-05-06ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-05-06tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-05-06PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-05-06tracing: Fix double free when function profile init failedNamhyung Kim
2013-05-06ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-04-11tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-04-11userns: Don't allow creation if the user is chrootedEric W. Biederman
2013-04-11clockevents: Don't allow dummy broadcast timersMark Rutland
2013-04-11tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-04-11tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-04-11tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-04-11tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2012-12-17rcu: Fix batch-limit size problemEric Dumazet
2012-12-17ring-buffer: Fix race between integrity check and readersSteven Rostedt
2012-12-17ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-12-17workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-10Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-12-10workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-12-03watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-12-03futex: avoid wake_futex() for a PI futex_qDarren Hart
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