summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-10-08bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer
2018-10-03bpf: Add reference tracking to verifierJoe Stringer
2018-10-03bpf: Macrofy stack state copyJoe Stringer
2018-10-03bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer
2018-10-03bpf: Generalize ptr_or_null regs checkJoe Stringer
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer
2018-10-03bpf: Add iterator for spilled registersJoe Stringer
2018-10-01bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-09-28bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend
2018-09-21bpf: remove redundant null pointer check before consume_skbzhong jiang
2018-09-20kernel/sys.c: remove duplicated includeYueHaibing
2018-09-20fork: report pid exhaustion correctlyKJ Tsanaktsidis
2018-09-19Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang
2018-09-10locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom
2018-09-09Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar