aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-20Merge branch 'x86/mm' into x86/dma, to pick up dependenciesGravatar Ingo Molnar 27-178/+294
2018-03-14jump_label: Fix sparc64 warningGravatar Josh Poimboeuf 1-1/+2
2018-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+3
2018-03-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+3
2018-03-09bug: use %pB in BUG and stack protector failureGravatar Kees Cook 1-1/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesGravatar Boqun Feng 1-2/+3
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Gravatar Song Liu 1-1/+3
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+0
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-16/+26
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+6
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+10
2018-03-02memremap: fix softlockup reports at teardownGravatar Dan Williams 1-5/+10
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyGravatar Matt Redfearn 1-19/+0
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-16/+26
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-1/+2
2018-02-28timers: Forward timer base before migrating timersGravatar Lingutla Chandrasekhar 1-0/+6
2018-02-27printk: Wake klogd when passing console_lock ownerGravatar Petr Mladek 1-1/+2
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-6/+23
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+14
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-22/+34
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+4
2018-02-23bpf: allow xadd only on aligned memoryGravatar Daniel Borkmann 1-16/+26
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Gravatar Linus Torvalds 1-0/+16
2018-02-22genirq/matrix: Handle CPU offlining properGravatar Thomas Gleixner 1-9/+14
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackGravatar Yonghong Song 1-2/+1
2018-02-22bpf: add schedule points in percpu arrays managementGravatar Eric Dumazet 1-1/+4
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar James Morris 1-2/+4
2018-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-14/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesGravatar Luck, Tony 1-0/+3
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyGravatar Tycho Andersen 1-2/+4
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEGravatar David Rientjes 1-1/+1
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Gravatar Andrew Morton 1-13/+2
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+16
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 6-19/+29
2018-02-21extable: Make init_kernel_text() globalGravatar Josh Poimboeuf 2-4/+2
2018-02-21jump_label: Warn on failed jump_label patching attemptGravatar Josh Poimboeuf 1-5/+8
2018-02-21jump_label: Explicitly disable jump labels in __init codeGravatar Josh Poimboeuf 1-0/+16
2018-02-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-50/+128
2018-02-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+4
2018-02-16workqueue: Allow retrieval of current task's work structGravatar Lukas Wunner 1-0/+16
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-14/+4
2018-02-16kprobes: Propagate error from disarm_kprobe_ftrace()Gravatar Jessica Yu 1-25/+53
2018-02-16kprobes: Propagate error from arm_kprobe_ftrace()Gravatar Jessica Yu 1-25/+75
2018-02-15bpf: fix mlock precharge on arraymapsGravatar Daniel Borkmann 1-12/+16
2018-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-16/+22
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-6/+15
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryGravatar Daniel Borkmann 2-1/+3
2018-02-14bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Gravatar Jason Wang 1-1/+1
2018-02-13bpf: fix sock_map_alloc() error pathGravatar Eric Dumazet 1-1/+2
2018-02-13bpf: fix memory leak in lpm_trie map_free callback functionGravatar Yonghong Song 1-4/+7