aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-04-21Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidlsk-v4.1-16.04-androidAlex Shi
2016-04-21Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.04Alex Shi
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-18tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-04-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-04-18watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt
2016-04-18sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-04-13modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-04-13kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot
2016-04-11module: wrapper for symbol name.Rusty Russell
2016-04-11ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-04-07Merge remote-tracking branch 'linux-linaro-lsk-v4.1-android-test' into linux-...Alex Shi
2016-04-07Merge remote-tracking branch 'v4.1/topic/ro-vDSO' into linux-linaro-lsk-v4.1Alex Shi
2016-04-06sched: Fix crash in sched_init_numa()Raghavendra K T
2016-03-24perf/core: Fix perf_sched_count derailmentAlexander Shishkin
2016-03-24perf: Cure event->pending_disable racePeter Zijlstra
2016-03-24perf: Do not double freePeter Zijlstra
2016-03-22Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-03-22Merge branch 'v4.1/vdso' of https://git.linaro.org/people/david.brown/linux-l...Alex Shi
2016-03-18mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook
2016-03-18Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidlsk-v4.1-16.03-androidAlex Shi
2016-03-18 Merge tag 'v4.1.20' into linux-linaro-lsk-v4.1lsk-v4.1-16.03Alex Shi
2016-03-14Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-03-14 Merge tag 'v4.1.19' into linux-linaro-lsk-v4.1Alex Shi
2016-03-07tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-03-04bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann
2016-03-04workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo
2016-03-04workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan
2016-03-04workqueue: split apply_workqueue_attrs() into 3 stagesLai Jiangshan
2016-03-04Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo
2016-02-29Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-02-29 Merge tag 'v4.1.18' into linux-linaro-lsk-v4.1Alex Shi
2016-02-23cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-02-15seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn
2016-02-10Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidMark Brown
2016-02-10Merge branch 'android-4.1' of https://android.googlesource.com/kernel/commonAmit Pundir
2016-02-05Merge tag 'v4.1.17' into linux-linaro-lsk-v4.1Mark Brown
2016-02-03prctl: take mmap sem for writing to protect against othersMateusz Guzik
2016-02-03printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-02-03kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov
2016-02-03panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov
2016-02-01posix-clock: Fix return code on the poll method's error pathRichard Cochran
2016-02-01futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner
2016-02-01time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2016-01-14Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-01-14Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1Alex Shi
2016-01-12FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2015-12-22sched: add sched blocked tracepoint which dumps out context of sleep.Riley Andrews
2015-12-14bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann