summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-193-29/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-191-8/+2
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-141-8/+2
| | |\
| | | * xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-10-111-8/+2
| * | | Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-10-182-21/+13
| |\ \ \ | | |/ / | |/| |
| | * | tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)2018-10-171-5/+5
| | * | tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers2018-10-171-16/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-158-2644/+29
|\ \ \ \
| * | | | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-154-2620/+3
| * | | | tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-29/+10
| * | | | bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-10-121-0/+13
| * | | | bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-094-4/+4
| * | | | bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-091-2/+7
| * | | | bpf: btf: Fix a missing check bugWenwen Wang2018-10-091-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-122-9/+22
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-10-121-0/+6
| |\ \ \
| | * | | Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-011-0/+6
| * | | | Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2018-10-111-9/+16
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-041-9/+16
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-087-184/+767
|\ \ \ \ \
| * | | | | bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| * | | | | bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-082-0/+21
| * | | | | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+7
| * | | | | bpf: Add reference tracking to verifierJoe Stringer2018-10-031-19/+287
| * | | | | bpf: Macrofy stack state copyJoe Stringer2018-10-031-46/+60
| * | | | | bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-14/+106
| * | | | | bpf: Generalize ptr_or_null regs checkJoe Stringer2018-10-031-18/+25
| * | | | | bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-4/+3
| * | | | | bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-12/+10
| * | | | | bpf: Add iterator for spilled registersJoe Stringer2018-10-031-9/+7
| * | | | | bpf: don't allow create maps of per-cpu cgroup local storagesRoman Gushchin2018-10-011-1/+2
| * | | | | bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-014-27/+157
| * | | | | bpf: rework cgroup storage pointer passingRoman Gushchin2018-10-012-3/+8
| * | | | | bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-015-39/+85
| * | | | | bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id()Yonghong Song2018-09-281-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-068-29/+118
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-062-2/+13
| |\ \ \ \ \
| | * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-052-2/+13
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-051-1/+9
| | | * | | | bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin2018-10-021-0/+3
| | | * | | | bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin2018-09-281-1/+1
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-051-7/+4
| |\ \ \ \ \ \
| | * | | | | | perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-10-021-0/+2
| | * | | | | | perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-10-021-7/+2
| | |/ / / / /
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-10-054-16/+95
| |\ \ \ \ \ \
| | * | | | | | sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman2018-10-021-1/+11
| | * | | | | | sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju2018-10-021-5/+18
| | * | | | | | sched/numa: Limit the conditions where scan period is resetMel Gorman2018-10-021-2/+23
| | * | | | | | sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju2018-10-021-7/+19
| | * | | | | | sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-024-4/+4