summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: fix rebind bound workers warningWanpeng Li2016-05-181-0/+11
* perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-181-1/+9
* bpf: fix check_map_func_compatibility logicAlexei Starovoitov2016-05-181-21/+32
* bpf: fix refcnt overflowAlexei Starovoitov2016-05-183-11/+31
* bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-05-181-1/+0
* bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2016-05-181-0/+1
* tracing: Don't display trigger file for events that can't be enabledChunyu Hu2016-05-111-2/+7
* locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra2016-05-041-1/+7
* cgroup: make sure a parent css isn't freed before its childrenTejun Heo2016-05-041-3/+4
* cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-05-042-4/+7
* workqueue: fix ghost PENDING flag while doing MQ IORoman Pen2016-05-041-0/+29
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-05-041-1/+1
* futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior2016-05-041-3/+22
* sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-05-041-21/+14
* perf: Cure event->pending_disable racePeter Zijlstra2016-04-201-3/+3
* perf: Do not double freePeter Zijlstra2016-04-201-1/+6
* bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-04-201-1/+1
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-04-122-0/+14
* PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner2016-04-121-0/+1
* tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)2016-04-121-0/+3
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-04-121-1/+4
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-04-121-2/+6
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-121-1/+1
* cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo2016-04-121-2/+18
* watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt2016-04-121-1/+8
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-04-121-7/+7
* perf/core: Fix perf_sched_count derailmentAlexander Shishkin2016-04-121-4/+3
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-03-091-43/+69
* tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2016-03-092-12/+15
* kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-03-031-2/+3
* tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)2016-03-031-1/+2
* cgroup: make sure a parent css isn't offlined before its childrenTejun Heo2016-03-031-5/+17
* cpuset: make mm migration asynchronousTejun Heo2016-03-032-23/+51
* Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo2016-03-031-4/+4
* workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo2016-03-031-0/+10
* tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-03-031-2/+2
* seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2016-03-031-11/+11
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-03-031-2/+1
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-03-031-2/+2
* genirq: Validate action before dereferencing it in handle_irq_event_percpu()Thomas Gleixner2016-03-031-2/+3
* devm_memremap: Fix error value when memremap failedToshi Kani2016-03-031-1/+3
* bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann2016-03-031-1/+1
* modules: fix modparam async_probe requestLuis R. Rodriguez2016-02-251-1/+1
* module: wrapper for symbol name.Rusty Russell2016-02-251-11/+15
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* prctl: take mmap sem for writing to protect against othersMateusz Guzik2016-02-251-10/+10
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-251-0/+5
* devm_memremap_release(): fix memremap'd addr handlingToshi Kani2016-02-251-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-255-13/+36