summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-01-273-1/+77
* tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner2015-01-271-2/+0
* exit: fix race between wait_consider_task() and wait_task_zombie()Oleg Nesterov2015-01-161-3/+9
* perf: Fix events installation during moving groupJiri Olsa2015-01-161-2/+2
* sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2015-01-161-2/+7
* sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-161-18/+1
* sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-161-3/+3
* exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2015-01-081-0/+2
* audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2015-01-081-0/+10
* audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2015-01-081-13/+0
* audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2015-01-081-4/+4