summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-15tcp, ulp: remove ulp bits from sockmapDaniel Borkmann
2018-10-12bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione
2018-10-09bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole
2018-10-09bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole
2018-10-09bpf: btf: Fix a missing check bugWenwen Wang
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-08bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet
2018-10-08bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-10-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2018-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck
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-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-10-02perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
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-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-09-28perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman 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-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig
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