summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-08tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-04-08tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-04-08kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-04-02nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker
2013-04-02clockevents: Don't allow dummy broadcast timersMark Rutland
2013-04-02tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-04-02tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-21signal: always clear sa_restorer on execveKees Cook
2013-03-15ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-03-05debug: add parameters to prevent entering debug mode on errorsColin Cross
2013-03-05tracing: Fix annoying warning for uninit variableDan Murphy
2013-03-05sched/rt: fix SCHED_RR across cgroupsColin Cross
2013-03-05alarmtimer: Implement minimum alarm interval for allowing suspendTodd Poynor
2013-03-04cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan
2013-03-04sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-03-04posix-timer: Don't call idr_find() with out-of-range IDTejun Heo
2013-03-01futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner
2013-03-01hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2013-03-01posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-03-01genirq: Avoid deadlock in spurious handlingThomas Gleixner
2013-03-01timeconst.pl: Eliminate Perl warningH. Peter Anvin
2013-02-27printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON
2013-02-18kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke
2013-02-12sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-02-04smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-01-29wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-01-29ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-01-29ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-01-29ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-18ring-buffer: Fix race between integrity check and readersSteven Rostedt
2013-01-14cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2013-01-14genirq: Always force thread affinityThomas Gleixner
2013-01-03rcu: Fix batch-limit size problemEric Dumazet
2013-01-03ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2013-01-03workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-11Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-12-11workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith
2012-12-04timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter
2012-12-04watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-12-04futex: avoid wake_futex() for a PI futex_qDarren Hart
2012-11-27module: fix out-by-one error in kallsymsRusty Russell
2012-11-19futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner
2012-11-05Merge remote-tracking branch 'remotes/upstream-stable/linux-3.4.y' into tilt-3.4Xavier Boudet
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-24Merge tag 'v3.4.15' into tilt-3.4Andy Green