summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-12-131-0/+4
* sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-11-161-3/+3
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-11-161-2/+6
* workqueue: make sure delayed work run in local cpuShaohua Li2015-10-301-4/+4
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-302-7/+8
* clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-10-281-1/+1
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-281-2/+17
* task_work: remove fifo ordering guaranteeEric Dumazet2015-09-301-10/+2
* fs: create and use seq_show_option for escapingKees Cook2015-09-291-2/+3
* sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-09-281-0/+8
* unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-09-281-10/+18
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-09-031-2/+2
* signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-09-031-1/+2
* perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-09-031-20/+55
* perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-08-311-2/+10
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-08-201-6/+4
* genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-08-101-5/+13
* tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-08-102-7/+11
* security_syslog() should be called once onlyVasily Averin2015-07-151-7/+4
* perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov2015-07-151-7/+7
* sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-07-151-11/+14
* sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-151-7/+1
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-07-151-0/+6
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-07-151-1/+3
* PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-07-151-1/+1
* rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-07-151-0/+5
* genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-07-091-2/+2
* tracing: Have filter check for balanced opsSteven Rostedt2015-06-301-2/+7
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-06-301-1/+1
* module: Call module notifier on failure after complete_formation()Steven Rostedt2015-06-031-0/+3
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-282-17/+21
* sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-05-202-5/+7
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-05-061-0/+20
* ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-05-051-6/+5
* x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-05-051-0/+15
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-04-101-0/+2
* perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-04-101-0/+10
* timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-03-301-2/+9
* ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-231-3/+3
* ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-231-6/+22
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-231-4/+52
* cpuset: Fix cpuset sched_relax_domain_levelJason Low2015-03-231-3/+0
* console: Fix console name size mismatchPeter Hurley2015-03-182-1/+2
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-03-041-1/+16
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-03-021-1/+1
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-021-3/+7
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-03-021-0/+7
* locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-03-021-1/+2
* ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)2015-03-021-5/+35
* tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-03-021-1/+1