summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-0912-28/+80
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-092-4/+16
| |\
| | * bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-061-2/+7
| | * bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin2020-01-061-2/+9
| * | Merge tag 'trace-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-01-066-6/+27
| |\ \
| | * | tracing: Fix indentation issueColin Ian King2020-01-031-1/+1
| | * | kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-031-1/+3
| | * | ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-021-3/+3
| | * | tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-021-0/+5
| | * | tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)2020-01-021-0/+14
| | * | tracing: Initialize val to zero in parse_entry of inject codeSteven Rostedt (VMware)2020-01-021-1/+1
| * | | memcg: account security cred as well to kmemcgShakeel Butt2020-01-041-3/+3
| * | | Merge tag 'for-linus-2020-01-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-032-15/+27
| |\ \ \
| | * | | exit: panic before exit_mm() on global init exitchenqiwu2019-12-211-4/+8
| | * | | taskstats: fix data-raceChristian Brauner2019-12-041-11/+19
| * | | | Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-021-0/+7
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon2020-01-021-0/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-312-39/+35
|\| | | |
| * | | | ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-18/+13
| * | | | bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann2019-12-221-21/+22
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-2710-194/+332
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-193-8/+31
| * | | bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov2019-12-191-3/+2
| * | | bpf: Simplify __cgroup_bpf_attachAndrey Ignatov2019-12-191-39/+23
| * | | xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-18/+18
| * | | xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-22/+13
| * | | xsk: Make xskmap flush_list common for all map instancesBjörn Töpel2019-12-191-15/+3
| * | | xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel2019-12-191-3/+3
| * | | xdp: Simplify cpumap cleanupBjörn Töpel2019-12-191-29/+5
| * | | xdp: Simplify devmap cleanupBjörn Töpel2019-12-191-38/+5
| * | | bpf: Remove unnecessary assertion on fp_oldAditya Pakki2019-12-191-2/+0
| * | | bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-8/+18
| * | | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-132-0/+159
| * | | bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-7/+17
| * | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-2/+2
| * | | bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-12-111-0/+33
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-225-38/+92
|\ \ \ \
| * | | | bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann2019-12-191-1/+7
| * | | | bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-173-15/+14
| * | | | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-162-16/+12
| * | | | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-6/+58
| * | | | bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
| |/ / /
* | | | Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-12-215-8/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
| * | | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-212-4/+12
| * | | tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-191-2/+2
| * | | tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-191-1/+1
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-12-212-3/+15
|\ \ \ \
| * | | | sched/cfs: fix spurious active migrationVincent Guittot2019-12-171-1/+8
| * | | | sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot2019-12-171-0/+4