Age | Commit message (Expand) | Author |
2016-08-06 | posix_cpu_timer: Exit early when process has been reaped | Alexey Dobriyan |
2016-07-10 | pipe: limit the per-user amount of pages allocated in pipes | Willy Tarreau |
2016-07-10 | bpf: fix double-fdput in replace_map_fd_with_map_ptr() | Jann Horn |
2016-07-10 | bpf/verifier: reject invalid LD_ABS | BPF_DW instruction | Alexei Starovoitov |
2016-07-10 | cgroup: make sure a parent css isn't freed before its children | Tejun Heo |
2016-07-10 | futex: Acknowledge a new waiter in counter before plist | Davidlohr Bueso |
2016-07-10 | tracing: Handle NULL formats in hold_module_trace_bprintk_format() | Steven Rostedt (Red Hat) |
2016-07-10 | cgroup: set css->id to -1 during init | Tejun Heo |
2016-07-10 | kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi... | Andrey Ryabinin |
2016-07-10 | cgroup: remove redundant cleanup in css_create | Wenwei Tao |
2016-06-17 | locking/ww_mutex: Report recursive ww_mutex locking early | Chris Wilson |
2016-06-06 | wait/ptrace: assume __WALL if the child is traced | Oleg Nesterov |
2016-06-06 | ring-buffer: Prevent overflow of size in ring_buffer_resize() | Steven Rostedt (Red Hat) |
2016-06-06 | ring-buffer: Use long for nr_pages to avoid overflow failures | Steven Rostedt (Red Hat) |
2016-06-06 | ring-buffer: Move recursive check to per_cpu descriptor | Steven Rostedt (Red Hat) |
2016-06-06 | ring-buffer: Add unlikelys to make fast path the default | Steven Rostedt (Red Hat) |
2016-06-06 | sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems | Sasha Levin |
2016-05-17 | workqueue: fix rebind bound workers warning | Wanpeng Li |
2016-05-17 | perf/core: Disable the event on a truncated AUX record | Alexander Shishkin |
2016-05-17 | tracing: Don't display trigger file for events that can't be enabled | Chunyu Hu |
2016-05-17 | workqueue: fix ghost PENDING flag while doing MQ IO | Roman Pen |
2016-05-10 | futex: Handle unlock_pi race gracefully | Sebastian Andrzej Siewior |
2016-04-18 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn |
2016-04-18 | tracing: Fix trace_printk() to print when not using bprintk() | Steven Rostedt (Red Hat) |
2016-04-18 | tracing: Fix crash from reading trace_pipe with sendfile | Steven Rostedt (Red Hat) |
2016-04-18 | watchdog: don't run proc_watchdog_update if new value is same as old | Joshua Hunt |
2016-04-18 | sched/cputime: Fix steal_account_process_tick() to always return jiffies | Chris Friesen |
2016-04-13 | modules: fix longstanding /proc/kallsyms vs module insertion race. | Rusty Russell |
2016-04-13 | kernel/resource.c: fix muxed resource handling in __request_region() | Simon Guinot |
2016-04-11 | module: wrapper for symbol name. | Rusty Russell |
2016-04-11 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn |
2016-04-06 | sched: Fix crash in sched_init_numa() | Raghavendra K T |
2016-03-24 | perf/core: Fix perf_sched_count derailment | Alexander Shishkin |
2016-03-24 | perf: Cure event->pending_disable race | Peter Zijlstra |
2016-03-24 | perf: Do not double free | Peter Zijlstra |
2016-03-07 | tracing: Fix showing function event in available_events | Steven Rostedt (Red Hat) |
2016-03-04 | bpf: fix branch offset adjustment on backjumps after patching ctx expansion | Daniel Borkmann |
2016-03-04 | workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup | Tejun Heo |
2016-03-04 | workqueue: wq_pool_mutex protects the attrs-installation | Lai Jiangshan |
2016-03-04 | workqueue: split apply_workqueue_attrs() into 3 stages | Lai Jiangshan |
2016-03-04 | Revert "workqueue: make sure delayed work run in local cpu" | Tejun Heo |
2016-02-23 | cgroup: make sure a parent css isn't offlined before its children | Tejun Heo |
2016-02-15 | seccomp: always propagate NO_NEW_PRIVS on tsync | Jann Horn |
2016-02-03 | prctl: take mmap sem for writing to protect against others | Mateusz Guzik |
2016-02-03 | printk: do cond_resched() between lines while outputting to consoles | Tejun Heo |
2016-02-03 | kernel/panic.c: turn off locks debug before releasing console lock | Vitaly Kuznetsov |
2016-02-03 | panic: release stale console lock to always get the logbuf printed out | Vitaly Kuznetsov |
2016-02-01 | posix-clock: Fix return code on the poll method's error path | Richard Cochran |
2016-02-01 | futex: Drop refcount if requeue_pi() acquired the rtmutex | Thomas Gleixner |
2016-02-01 | time: Avoid signed overflow in timekeeping_get_ns() | David Gibson |