summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-06-071-11/+6
* ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-06-072-23/+7
* futex: Prevent attaching to kernel threadsThomas Gleixner2014-06-071-0/+5
* futex: Add another early deadlock detection checkThomas Gleixner2014-06-071-13/+34
* list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2014-05-301-3/+0
* tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)2014-05-301-0/+6
* blktrace: fix accounting of partially completed requestsRoman Pen2014-05-301-9/+11
* hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2014-05-061-0/+6
* exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov2014-04-261-4/+2
* wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2014-04-261-4/+11
* pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov2014-04-261-1/+3
* user namespace: fix incorrect memory barriersMikulas Patocka2014-04-261-6/+5
* futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens2014-04-141-2/+12
* sched/autogroup: Fix race with task_groups listGerald Schaefer2014-03-311-2/+1
* tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-312-11/+2
* tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2014-03-231-2/+11
* tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-232-1/+16
* cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-03-231-1/+1
* genirq: Remove racy waitqueue_active checkChuansheng Liu2014-03-231-2/+1
* sched: Fix double normalization of vruntimeGeorge McCollister2014-03-231-4/+4
* perf: Fix hotplug splatPeter Zijlstra2014-03-061-6/+6
* workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-03-061-0/+7
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-221-0/+1
* ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-221-0/+7
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-221-0/+6
* tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-221-0/+1
* 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