summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-05exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov
2014-05-05wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2014-05-05pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov
2014-05-05user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-13futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens
2014-03-31printk: fix syslog() overflowing user bufferLinus Torvalds
2014-03-31tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-26cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan
2014-03-22tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-03-22cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan
2014-03-22cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan
2014-03-22genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-03-22sched: Fix double normalization of vruntimeGeorge McCollister
2014-03-12sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer
2014-03-12sched/rt: Add missing rmb()Peter Zijlstra
2014-03-12sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman
2014-03-12sched: Initialize power_orig for overlapping groupsPeter Zijlstra
2014-03-12sched: Avoid NULL dereference on sd_busyPeter Zijlstra
2014-03-12sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2014-03-12rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney
2014-03-12rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney
2014-03-12sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2014-03-12NOHZ: Check for nohz active instead of nohz enabledThomas Gleixner
2014-03-12nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2014-03-12futex: move user address verification up to common codeLinus Torvalds
2014-03-12blktrace: Send BLK_TN_PROCESS events to all running tracesJan Kara
2014-03-05perf: Fix hotplug splatPeter Zijlstra
2014-03-05workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2014-03-05cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-03-05cgroup: fix locking in cgroup_cfts_commit()Tejun Heo
2014-03-05cgroup: fix error return from cgroup_create()Tejun Heo
2014-03-05cgroup: fix error return value in cgroup_mount()Tejun Heo
2014-02-26perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen
2014-02-22genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2014-02-22ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-02-22time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-02-22tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-20genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2014-02-133.13.y: timekeeping: Fix clock_set/clock_was_set think-oJohn Stultz
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz
2014-02-13timekeeping: Fix potential lost pv notification of time changeJohn Stultz
2014-02-13timekeeping: Fix lost updates to tai adjustmentJohn Stultz
2014-02-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)
2014-02-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-02-13ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)
2014-02-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs
2014-02-13tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)
2014-02-13tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)