summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-03-20mutex: Add w/w mutex slowpath debuggingDaniel Vetter1-3/+41
2014-03-20mutex: Add support for wound/wait style locksMaarten Lankhorst1-16/+302
2014-03-20arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-18/+14
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
2013-12-08clockevents: Add module refcountThomas Gleixner3-0/+8
2013-12-08clockevents: Get rid of the notifier chainThomas Gleixner4-63/+14
2013-12-04cgroup: use a dedicated workqueue for cgroup destructionTejun Heo1-2/+26
2013-12-04cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-12-04workqueue: fix ordered workqueues in NUMA setupsTejun Heo1-2/+22
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-12-04audit: log the audit_names record typeJeff Layton1-0/+20
2013-12-04audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2-3/+10
2013-12-04audit: fix info leak in AUDIT_GET requestsMathias Krause1-0/+1
2013-12-04audit: use nlmsg_len() to get message payload lengthMathias Krause1-2/+2
2013-12-04audit: printk USER_AVC messages when audit isn't enabledTyler Hicks1-1/+1
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu1-1/+5
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2