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