summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-05-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long
2018-05-16locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-05perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski
2018-05-04bpf: export bpf_event_output()Jakub Kicinski
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski
2018-05-04bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-04bpf: add faked "ending" subprogJiong Wang