aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-10-23timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-23time: Add cycles to nanoseconds translationChristopher S. Hall
2016-10-03fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-10-03tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-10-02sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-31timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov
2016-08-19module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-19audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-19Fix broken audit tests for exec arg lenLinus Torvalds
2016-08-19audit: Fix check of return value of strnlen_user()Jan Kara
2016-08-06posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-10pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-07-10bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-07-10bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov
2016-07-10cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-07-10futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-07-10tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-07-10cgroup: set css->id to -1 during initTejun Heo
2016-07-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-07-10cgroup: remove redundant cleanup in css_createWenwei Tao
2016-06-17locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-06-06wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-06-06ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-06-06ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)
2016-06-06sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin
2016-05-17workqueue: fix rebind bound workers warningWanpeng Li
2016-05-17perf/core: Disable the event on a truncated AUX recordAlexander Shishkin
2016-05-17tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-05-17workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-05-10futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior
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-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-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