summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song-28/+40
2018-03-12error-injection: Fix to prohibit jump optimizationMasami Hiramatsu-0/+10
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-16/+26
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+6
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+10
2018-03-02memremap: fix softlockup reports at teardownDan Williams-5/+10
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-16/+26
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-1/+2
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar-0/+6
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek-1/+2
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+23
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-9/+14
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-22/+34
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+4
2018-02-23bpf: allow xadd only on aligned memoryDaniel Borkmann-16/+26
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds-0/+16
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner-9/+14
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song-2/+1
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet-1/+4
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris-2/+4
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-14/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony-0/+3
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen-2/+4
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes-1/+1
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton-13/+2
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+16
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-19/+29
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf-4/+2
2018-02-21jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf-5/+8
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf-0/+16
2018-02-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-50/+128
2018-02-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+4
2018-02-16workqueue: Allow retrieval of current task's work structLukas Wunner-0/+16
2018-02-16irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko-14/+4
2018-02-16kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu-25/+53
2018-02-16kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu-25/+75
2018-02-15bpf: fix mlock precharge on arraymapsDaniel Borkmann-12/+16
2018-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-16/+22
2018-02-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+15
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann-1/+3
2018-02-14bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang-1/+1
2018-02-13bpf: fix sock_map_alloc() error pathEric Dumazet-1/+2
2018-02-13bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song-4/+7
2018-02-13locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon-0/+8
2018-02-13locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon-6/+7
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan-2/+0
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra-11/+16
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang-1/+2
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang-2/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-12/+12