summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-06-02Merge remote-tracking branch 'v4.4/topic/coresight' into linux-linaro-lsk-v4.4Alex Shi
2016-06-01perf/ring_buffer: Document AUX API usageAlexander Shishkin
2016-06-01perf/core: Free AUX pages in unmap pathAlexander Shishkin
2016-06-01perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin
2016-06-01perf/core: Disable the event on a truncated AUX recordAlexander Shishkin
2016-06-01perf/core: Don't leak event in the syscall error pathAlexander Shishkin
2016-06-01perf/core: Fix perf_sched_count derailmentAlexander Shishkin
2016-06-01perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin
2016-05-20 Merge tag 'v4.4.11' into linux-linaro-lsk-v4.4Alex Shi
2016-05-18workqueue: fix rebind bound workers warningWanpeng Li
2016-05-18perf/core: Disable the event on a truncated AUX recordAlexander Shishkin
2016-05-18bpf: fix check_map_func_compatibility logicAlexei Starovoitov
2016-05-18bpf: fix refcnt overflowAlexei Starovoitov
2016-05-18bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-05-18bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov
2016-05-12 Merge tag 'v4.4.10' into linux-linaro-lsk-v4.4Alex Shi
2016-05-11tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-05-05Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2016-05-04locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra
2016-05-04cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-05-04cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-05-04workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-05-04futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-05-04futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior
2016-05-04sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra
2016-04-21 Merge tag 'v4.4.8' into linux-linaro-lsk-v4.4Alex Shi
2016-04-20perf: Cure event->pending_disable racePeter Zijlstra
2016-04-20perf: Do not double freePeter Zijlstra
2016-04-20bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov
2016-04-13 Merge tag 'v4.4.7' into linux-linaro-lsk-v4.4Alex Shi
2016-04-12sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner
2016-04-12PM / sleep: Clear pm_suspend_global_flags upon hibernateLukas Wunner
2016-04-12tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-04-12tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-04-12tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-12cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo
2016-04-12watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt
2016-04-12sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-04-12perf/core: Fix perf_sched_count derailmentAlexander Shishkin
2016-03-18Merge tag 'v4.4.5' into linux-linaro-lsk-v4.4Mark Brown
2016-03-17Merge remote-tracking branch 'lsk/v4.4/topic/ro-vdso' into linux-linaro-lsk-v4.4Mark Brown
2016-03-17mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook
2016-03-09modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-03-09tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2016-03-03kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot
2016-03-03tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-03-03cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-03-03cpuset: make mm migration asynchronousTejun Heo
2016-03-03Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo