summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* security_syslog() should be called once onlyVasily Averin2015-08-041-7/+4
* tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-08-042-7/+11
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-08-041-1/+3
* perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov2015-07-131-7/+7
* tracing: Have filter check for balanced opsSteven Rostedt2015-07-131-2/+7
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-07-051-0/+6
* PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-07-051-1/+1
* rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-07-031-0/+5
* genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-07-031-2/+2
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-07-031-1/+1
* ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-07-031-1/+5
* sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman2015-06-221-1/+3
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-06-102-17/+21
* module: Call module notifier on failure after complete_formation()Steven Rostedt2015-06-091-0/+3
* ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-06-091-6/+8
* ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-06-091-2/+2
* bpf: fix 64-bit divideAlexei Starovoitov2015-05-171-6/+6
* ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-05-171-1/+4
* tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-05-171-2/+6
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-05-171-0/+20
* ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-05-171-6/+5
* bpf: fix verifier memory corruptionAlexei Starovoitov2015-04-271-1/+2
* timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-04-241-2/+9
* Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions"Rafael J. Wysocki2015-04-241-20/+1
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-04-241-0/+2
* perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-04-161-0/+10
* sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra2015-04-161-0/+61
* cpuset: Fix cpuset sched_relax_domain_levelJason Low2015-03-281-3/+0
* cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li2015-03-281-2/+2
* cpuset: initialize effective masks when clone_children is enabledZefan Li2015-03-281-0/+2
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-281-4/+52
* ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)2015-03-281-3/+3
* ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand2015-03-281-6/+22
* ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)2015-03-281-2/+6
* console: Fix console name size mismatchPeter Hurley2015-03-282-1/+2
* sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-03-232-5/+7
* sched: Fix hrtick_start() on UPWanpeng Li2015-03-231-0/+5
* locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-03-231-1/+2
* mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin2015-03-141-3/+0
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-061-3/+7
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-03-061-1/+1
* ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)2015-03-061-5/+35
* tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-03-061-1/+1
* hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-111-1/+1
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-02-111-0/+2
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-291-0/+7
* time: settimeofday: Validate the values of tv from userSasha Levin2015-01-291-0/+4
* workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-01-291-17/+8
* ftrace: Check both notrace and filter for old hashSteven Rostedt (Red Hat)2015-01-271-7/+20
* ftrace: Fix updating of filters for shared global_ops filtersSteven Rostedt (Red Hat)2015-01-271-1/+25