summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2014-02-131-7/+18
* timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2014-02-131-0/+2
* timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2014-02-131-2/+2
* timekeeping: Fix lost updates to tai adjustmentJohn Stultz2014-02-131-0/+2
* ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt2014-02-131-1/+44
* ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt2014-02-131-18/+32
* ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt2014-02-131-4/+72
* audit: reset audit backlog wait time after error recoveryRichard Guy Briggs2014-02-131-1/+4
* tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)2014-02-131-0/+6
* tracing: Have trace buffer point back to trace_arraySteven Rostedt (Red Hat)2014-02-131-0/+2
* sched: Guarantee new group-entities always have weightPaul Turner2014-01-151-1/+2
* sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall2014-01-151-4/+11
* sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall2014-01-151-3/+11
* sched: Fix race on toggling cfs_bandwidth_usedBen Segall2014-01-153-9/+19
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2014-01-091-0/+1
* sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov2014-01-091-1/+13
* libata, freezer: avoid block device removal while system is frozenTejun Heo2014-01-091-0/+6
* sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai2014-01-091-0/+14
* sched: numa: skip inaccessible VMAsMel Gorman2014-01-091-0/+7
* ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2014-01-091-1/+1
* sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2013-12-202-0/+10
* futex: fix handling of read-only-mapped hugepagesLinus Torvalds2013-12-201-1/+1
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-201-0/+4
* irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-12-111-1/+1
* time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-12-111-1/+1
* ntp: Make periodic RTC update more reliableMiroslav Lichvar2013-12-081-1/+2
* clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-12-081-2/+7
* clockevents: Split out selection logicThomas Gleixner2013-12-082-38/+56
* clockevents: Add module refcountThomas Gleixner2013-12-083-0/+8
* clockevents: Get rid of the notifier chainThomas Gleixner2013-12-084-63/+14
* cgroup: use a dedicated workqueue for cgroup destructionTejun Heo2013-12-041-2/+26
* cpuset: Fix memory allocator deadlockPeter Zijlstra2013-12-041-2/+6
* workqueue: fix ordered workqueues in NUMA setupsTejun Heo2013-12-041-2/+22
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-12-041-29/+35
* audit: log the audit_names record typeJeff Layton2013-12-041-0/+20
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-12-042-3/+10
* audit: fix info leak in AUDIT_GET requestsMathias Krause2013-12-041-0/+1
* audit: use nlmsg_len() to get message payload lengthMathias Krause2013-12-041-2/+2
* audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-12-041-1/+1
* PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-12-041-1/+5
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-12-041-2/+2
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-1/+2
* perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt2013-11-291-1/+1
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-11-291-5/+4
* perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-11-201-4/+27
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-201-1/+4
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-131-15/+50
* cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar2013-11-131-3/+3
* irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-131-3/+12
* audit: fix endless wait in audit_log_start()Konstantin Khlebnikov2013-10-011-2/+3