summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-15mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-3/+41
2014-05-15mutex: Add support for wound/wait style locksMaarten Lankhorst1-16/+302
2014-05-15arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-18/+14
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
2014-01-09sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai1-0/+14
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2014-01-09ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2013-12-20futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2013-12-20PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-0/+4
2013-12-11irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2013-12-11time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky1-1/+1
2013-12-08ntp: Make periodic RTC update more reliableMiroslav Lichvar1-1/+2
2013-12-08clockevents: Prefer CPU local devices over global devicesStephen Boyd1-2/+7
2013-12-08clockevents: Split out selection logicThomas Gleixner2-38/+56