summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-06-09futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-09futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-09futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-09futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-06-09futex: Prevent attaching to kernel threadsThomas Gleixner
2014-06-09futex: Add another early deadlock detection checkThomas Gleixner
2014-06-09perf: Prevent false warning in perf_swevent_addJiri Olsa
2014-06-09perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra
2014-06-09hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar
2014-06-09sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-06-09timer: Prevent overflow in apply_slackJiri Bohac
2014-06-09hrtimer: Prevent remote enqueue of leftmost timersLeon Ma
2014-06-09hrtimer: Prevent all reprogramming if hang detectedStuart Hayes
2014-06-09ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-06-09tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)
2014-04-30wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2014-04-30audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs
2014-04-30blktrace: fix accounting of partially completed requestsRoman Pen
2014-04-02printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2014-04-02timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross
2014-04-02ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt
2014-04-02tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-04-02cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan
2014-04-02perf: Fix hotplug splatPeter Zijlstra
2014-04-02sched: Fix double normalization of vruntimeGeorge McCollister
2014-04-02genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-04-02cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-04-02workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2014-04-02ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-04-02time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-04-02ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-04-02ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt
2014-02-15sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2014-02-15sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2014-02-15sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith
2014-02-15sched/rt: Fix SCHED_RR across cgroupsColin Cross
2014-02-15sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2014-02-15ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie
2014-01-03ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2014-01-03ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2014-01-03ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt
2014-01-03ftrace: Fix ftrace hash record update with notraceSteven Rostedt
2014-01-03sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2014-01-03futex: fix handling of read-only-mapped hugepagesLinus Torvalds
2014-01-03cpuset: Fix memory allocator deadlockPeter Zijlstra
2014-01-03irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2014-01-03exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2014-01-03PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu
2014-01-03audit: use nlmsg_len() to get message payload lengthMathias Krause
2014-01-03audit: fix info leak in AUDIT_GET requestsMathias Krause