aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-6/+2
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 22-463/+4605
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-6/+4
2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 10-55/+93
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-95/+182
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-14/+7
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 3-6/+4
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-48/+94
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 6-395/+512
2018-06-05tracing: Use match_string() instead of open coding it in trace_set_options()Gravatar Yisheng Xie 1-10/+5
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 10-53/+169
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-95/+210
2018-06-05printk: drop in_nmi check from printk_safe_flush_on_panic()Gravatar Sergey Senozhatsky 1-1/+1
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-41/+34
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-96/+114
2018-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-17/+27
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-68/+111
2018-06-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-22/+22
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-256/+198
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-483/+411
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-129/+52
2018-06-04ring-buffer: Fix a bunch of typos in commentsGravatar Steven Rostedt (VMware) 1-10/+10
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-0/+2
2018-06-04bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSGravatar Yonghong Song 1-0/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 11-248/+27
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+7
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Gravatar Rafael J. Wysocki 4-11/+30
2018-06-04Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-83/+179
2018-06-04Merge branches 'pm-qos' and 'pm-core'Gravatar Rafael J. Wysocki 2-1/+1
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperGravatar Yonghong Song 3-0/+18
2018-06-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-18/+35
2018-06-03bpf/xdp: devmap can avoid calling ndo_xdp_flushGravatar Jesper Dangaard Brouer 1-13/+6
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIGravatar Jesper Dangaard Brouer 1-1/+1
2018-06-03bpf: fix context access in tracing progs on 32 bit archsGravatar Daniel Borkmann 2-3/+10
2018-06-03bpf: avoid retpoline for lookup/update/delete calls on mapsGravatar Daniel Borkmann 2-22/+58
2018-06-03bpf: show prog and map id in fdinfoGravatar Daniel Borkmann 1-4/+8
2018-06-03bpf: fixup error message from gpl helpers on license mismatchGravatar Daniel Borkmann 1-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-15/+31
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDGravatar Martin KaFai Lau 1-1/+20
2018-06-02bpf: btf: Check array t->sizeGravatar Martin KaFai Lau 1-0/+5
2018-05-31Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 4-27/+72
2018-05-31sched/headers: Fix typoGravatar Davidlohr Bueso 1-1/+1
2018-05-31sched/deadline: Fix missing clock updateGravatar Juri Lelli 1-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksGravatar Paul Burton 1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsGravatar Peter Zijlstra 1-12/+30
2018-05-30bpf: devmap: remove redundant assignment of dev = devGravatar Colin Ian King 1-1/+1
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Gravatar Sean Young 1-0/+7
2018-05-30bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundGravatar Sean Young 2-2/+11
2018-05-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+9