summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-07workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan1-5/+16
2014-06-07workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan1-0/+12
2014-06-07workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn1-1/+2
2014-06-07hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar1-4/+4
2014-06-07hrtimer: Prevent remote enqueue of leftmost timersLeon Ma1-0/+5
2014-06-07hrtimer: Prevent all reprogramming if hang detectedStuart Hayes1-0/+17
2014-06-07timer: Prevent overflow in apply_slackJiri Bohac1-1/+1
2014-06-07genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-11/+6
2014-06-07ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2-23/+7
2014-06-07futex: Prevent attaching to kernel threadsThomas Gleixner1-0/+5
2014-06-07futex: Add another early deadlock detection checkThomas Gleixner1-13/+34
2014-05-30list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2014-05-30tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)1-0/+6
2014-05-30blktrace: fix accounting of partially completed requestsRoman Pen1-9/+11
2014-05-06hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua1-0/+6
2014-04-26exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov1-4/+2
2014-04-26wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-4/+11
2014-04-26pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov1-1/+3
2014-04-26user namespace: fix incorrect memory barriersMikulas Patocka1-6/+5
2014-04-14futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens1-2/+12
2014-03-31sched/autogroup: Fix race with task_groups listGerald Schaefer1-2/+1
2014-03-31tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2-11/+2
2014-03-23tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner1-2/+11
2014-03-23tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2-1/+16
2014-03-23cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-03-23genirq: Remove racy waitqueue_active checkChuansheng Liu1-2/+1
2014-03-23sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-03-06perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-03-06workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2014-02-22genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2014-02-22ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-22time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-22tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz1-7/+18
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz1-0/+2
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz1-2/+2
2014-02-13timekeeping: Fix lost updates to tai adjustmentJohn Stultz1-0/+2
2014-02-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt1-1/+44
2014-02-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt1-18/+32
2014-02-13ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt1-4/+72
2014-02-13audit: reset audit backlog wait time after error recoveryRichard Guy Briggs1-1/+4
2014-02-13tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)1-0/+6
2014-02-13tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)1-0/+2
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+1
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2014-01-09libata, freezer: avoid block device removal while system is frozenTejun Heo1-0/+6