Age | Commit message (Expand) | Author |
2018-03-11 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-03-11 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-03-09 | bug: use %pB in BUG and stack protector failure | Kees Cook |
2018-03-09 | rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites | Boqun Feng |
2018-03-09 | perf/core: Fix ctx_event_type in ctx_resched() | Song Liu |
2018-03-08 | Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-03-04 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2018-03-03 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-03-02 | memremap: fix softlockup reports at teardown | Dan Williams |
2018-03-02 | signals: Move put_compat_sigset to compat.h to silence hardened usercopy | Matt Redfearn |
2018-03-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-03-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml... | Linus Torvalds |
2018-02-28 | timers: Forward timer base before migrating timers | Lingutla Chandrasekhar |
2018-02-27 | printk: Wake klogd when passing console_lock owner | Petr Mladek |
2018-02-26 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-02-25 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-02-23 | Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-02-23 | bpf: allow xadd only on aligned memory | Daniel Borkmann |
2018-02-23 | Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/... | Linus Torvalds |
2018-02-22 | genirq/matrix: Handle CPU offlining proper | Thomas Gleixner |
2018-02-22 | bpf: fix rcu lockdep warning for lpm_trie map_free callback | Yonghong Song |
2018-02-22 | bpf: add schedule points in percpu arrays management | Eric Dumazet |
2018-02-22 | Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/... | James Morris |
2018-02-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-02-22 | efivarfs: Limit the rate for non-root to read files | Luck, Tony |
2018-02-21 | ptrace, seccomp: tweak get_metadata behavior slightly | Tycho Andersen |
2018-02-21 | kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE | David Rientjes |
2018-02-21 | include/linux/sched/mm.h: re-inline mmdrop() | Andrew Morton |
2018-02-22 | Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2018-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-02-21 | extable: Make init_kernel_text() global | Josh Poimboeuf |
2018-02-21 | jump_label: Warn on failed jump_label patching attempt | Josh Poimboeuf |
2018-02-21 | jump_label: Explicitly disable jump labels in __init code | Josh Poimboeuf |
2018-02-18 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-02-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-02-16 | workqueue: Allow retrieval of current task's work struct | Lukas Wunner |
2018-02-16 | irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko |
2018-02-16 | kprobes: Propagate error from disarm_kprobe_ftrace() | Jessica Yu |
2018-02-16 | kprobes: Propagate error from arm_kprobe_ftrace() | Jessica Yu |
2018-02-15 | bpf: fix mlock precharge on arraymaps | Daniel Borkmann |
2018-02-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-02-15 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-02-14 | bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query | Daniel Borkmann |
2018-02-14 | bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() | Jason Wang |
2018-02-13 | bpf: fix sock_map_alloc() error path | Eric Dumazet |
2018-02-13 | bpf: fix memory leak in lpm_trie map_free callback function | Yonghong Song |
2018-02-13 | locking/qspinlock: Ensure node->count is updated before initialising node | Will Deacon |
2018-02-13 | locking/qspinlock: Ensure node is initialised before updating prev->next | Will Deacon |