Age | Commit message (Expand) | Author |
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 |
2016-01-31 | net: bpf: reject invalid shifts | Rabin Vincent |
2015-12-14 | bpf, array: fix heap out-of-bounds access when updating elements | Daniel Borkmann |
2015-11-09 | module: Fix locking in symbol_put_addr() | Peter Zijlstra |
2015-10-27 | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() | Konstantin Khlebnikov |
2015-10-27 | workqueue: make sure delayed work run in local cpu | Shaohua Li |
2015-10-22 | genirq: Fix race in register_irq_proc() | Ben Hutchings |
2015-10-22 | sched/fair: Prevent throttling in early pick_next_task_fair() | Ben Segall |
2015-10-22 | sched/core: Fix TASK_DEAD race in finish_task_switch() | Peter Zijlstra |
2015-10-22 | sched: access local runqueue directly in single_task_running | Dominik Dingel |
2015-10-22 | perf: Fix AUX buffer refcounting | Peter Zijlstra |
2015-10-22 | time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64() | John Stultz |
2015-09-29 | unshare: Unsharing a thread does not require unsharing a vm | Eric W. Biederman |
2015-09-21 | fs: create and use seq_show_option for escaping | Kees Cook |
2015-09-21 | sched: Fix cpu_active_mask/cpu_online_mask race | Jan H. Schönherr |
2015-09-13 | genirq: Introduce irq_chip_set_type_parent() helper | Grygorii Strashko |
2015-09-13 | genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchy | Grygorii Strashko |
2015-09-13 | cpuset: use trialcs->mems_allowed as a temp variable | Alban Crequy |
2015-09-13 | perf: Fix PERF_EVENT_IOC_PERIOD migration race | Peter Zijlstra |
2015-09-13 | perf: Fix double-free of the AUX buffer | Ben Hutchings |
2015-09-13 | perf: Fix running time accounting | Peter Zijlstra |
2015-09-13 | perf: Fix fasync handling on inherited events | Peter Zijlstra |
2015-08-16 | signal: fix information leak in copy_siginfo_from_user32 | Amanieu d'Antras |
2015-08-16 | signal: fix information leak in copy_siginfo_to_user | Amanieu d'Antras |
2015-08-10 | ftrace: Fix breakage of set_ftrace_pid | Steven Rostedt (Red Hat) |
2015-08-10 | genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD | Thomas Gleixner |
2015-08-03 | security_syslog() should be called once only | Vasily Averin |
2015-08-03 | PM / sleep: Increase default DPM watchdog timeout to 60 | Takashi Iwai |
2015-08-03 | tracing: Have branch tracer use recursive field of task struct | Steven Rostedt (Red Hat) |
2015-08-03 | tracing: Fix typo from "static inlin" to "static inline" | Steven Rostedt (Red Hat) |
2015-08-03 | tracing/filter: Do not allow infix to exceed end of string | Steven Rostedt (Red Hat) |
2015-08-03 | tracing/filter: Do not WARN on operand count going below zero | Steven Rostedt (Red Hat) |
2015-07-21 | genirq: devres: Fix testing return value of request_any_context_irq() | Axel Lin |
2015-07-21 | livepatch: add module locking around kallsyms calls | Miroslav Benes |
2015-07-21 | rcu: Correctly handle non-empty Tiny RCU callback list with none ready | Paul E. McKenney |
2015-07-21 | sysfs: Create mountpoints with sysfs_create_mount_point | Eric W. Biederman |
2015-07-21 | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman |
2015-06-29 | perf: Fix ring_buffer_attach() RCU sync, again | Oleg Nesterov |
2015-06-17 | Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-06-17 | tracing: Have filter check for balanced ops | Steven Rostedt |
2015-06-14 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2015-06-11 | Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-06-11 | ring-buffer-benchmark: Fix the wrong sched_priority of producer | Wang Long |