Age | Commit message (Expand) | Author |
2015-02-01 | sched: don't cause task state changes in nested sleep debugging | Linus Torvalds |
2015-01-30 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-01-28 | perf: Tighten (and fix) the grouping condition | Peter Zijlstra |
2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-01-26 | bpf: rcu lock must not be held when calling copy_to_user() | Alexei Starovoitov |
2015-01-26 | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-01-25 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-01-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2015-01-22 | x86, mpx: Strictly enforce empty prctl() args | Dave Hansen |
2015-01-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-01-22 | cgroup: prevent mount hang due to memory controller lifetime | Johannes Weiner |
2015-01-22 | Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john... | Thomas Gleixner |
2015-01-22 | module: make module_refcount() a signed integer. | Rusty Russell |
2015-01-21 | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-01-20 | module: fix race in kallsyms resolution during module load success. | Rusty Russell |
2015-01-20 | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell |
2015-01-20 | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell |
2015-01-20 | param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC | Rusty Russell |
2015-01-17 | kernel: avoid overflow in cmp_range | Louis Langholtz |
2015-01-16 | workqueue: fix subtle pool management issue which can stall whole worker_pool | Tejun Heo |
2015-01-17 | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-01-15 | tracing: Fix enabling of syscall events on the command line | Steven Rostedt (Red Hat) |
2015-01-15 | tracing: Remove extra call to init_ftrace_syscalls() | Steven Rostedt (Red Hat) |
2015-01-15 | ftrace: Check both notrace and filter for old hash | Steven Rostedt (Red Hat) |
2015-01-15 | ftrace: Fix updating of filters for shared global_ops filters | Steven Rostedt (Red Hat) |
2015-01-11 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-01-11 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-01-11 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2015-01-09 | Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2015-01-09 | mutex: Always clear owner field upon mutex_unlock() | Chris Wilson |
2015-01-09 | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group() | Tetsuo Handa |
2015-01-09 | sched/deadline: Avoid double-accounting in case of missed deadlines | Luca Abeni |
2015-01-09 | sched/deadline: Fix migration of SCHED_DEADLINE tasks | Luca Abeni |
2015-01-09 | sched: Fix odd values in effective_load() calculations | Yuyang Du |
2015-01-09 | perf: Move task_pt_regs sampling into arch code | Andy Lutomirski |
2015-01-08 | exit: fix race between wait_consider_task() and wait_task_zombie() | Oleg Nesterov |
2015-01-07 | time: adjtimex: Validate the ADJ_FREQUENCY values | Sasha Levin |
2015-01-07 | time: settimeofday: Validate the values of tv from user | Sasha Levin |
2014-12-31 | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2014-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-12-30 | audit: create private file name copies when auditing inodes | Paul Moore |
2014-12-27 | netlink/genetlink: pass network namespace to bind/unbind | Johannes Berg |
2014-12-23 | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2014-12-23 | audit: restore AUDIT_LOGINUID unset ABI | Richard Guy Briggs |
2014-12-23 | sched: Fix KMALLOC_MAX_SIZE overflow during cpumask allocation | Alex Thorlton |
2014-12-23 | param: initialize store function to NULL if not available. | Rusty Russell |
2014-12-22 | audit: correctly record file names with different path name types | Paul Moore |
2014-12-20 | Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-12-19 | audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb | Richard Guy Briggs |
2014-12-19 | audit: don't attempt to lookup PIDs when changing PID filtering audit rules | Paul Moore |