summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-1816-66/+120
|\
| * Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-181-7/+61
| |\
| | * bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann2021-06-141-4/+40
| | * bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann2021-06-141-2/+18
| | * bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann2021-06-141-1/+3
| * | Merge tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-182-14/+3
| |\ \
| | * | tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-181-3/+3
| | * | tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-181-9/+0
| | * | tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-181-2/+0
| * | | Merge tag 'printk-for-5.13-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-181-1/+1
| |\ \ \
| | * | | printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal2021-06-161-1/+1
| * | | | Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-181-1/+0
| |\ \ \ \
| | * | | | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
| * | | | | crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu2021-06-161-0/+1
| |/ / / /
| * | | | Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-125-24/+24
| |\ \ \ \
| | * | | | sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-033-13/+6
| | * | | | sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
| | * | | | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-312-2/+4
| | * | | | sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
| | * | | | sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
| * | | | | Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-122-3/+2
| |\ \ \ \ \
| | * | | | | irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra2021-06-101-3/+0
| | * | | | | perf: Fix data race between pin_count increment/decrementMarco Elver2021-05-311-0/+2
| | |/ / / /
| * | | | | Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-112-2/+8
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | tracing: Correct the length check which causes memory corruptionLiangyan2021-06-081-1/+1
| | * | | | ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-081-1/+7
| * | | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-101-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-101-0/+4
| * | | | | Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-042-22/+17
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| * | | | Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-291-14/+16
| |\ \ \ \
| | * | | | seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon2021-05-291-14/+16
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-1713-110/+476
|\ \ \ \ \ \
| * | | | | | bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-06-171-18/+43
| * | | | | | bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng2021-06-161-1/+1
| * | | | | | bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+13
| * | | | | | bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan2021-06-011-19/+22
| * | | | | | bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu2021-05-281-5/+2
| * | | | | | libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2021-05-261-1/+0
| * | | | | | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-262-3/+183
| * | | | | | bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer2021-05-261-51/+76
| * | | | | | bpf: Fix spelling mistakesZhen Lei2021-05-247-16/+16
| * | | | | | bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-242-4/+128
* | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-22/+17
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-022-22/+17
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2735-239/+467
|\| | | | | | |/ / / / |/| | | |
| * | | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-268-72/+216
| |\ \ \ \
| | * | | | bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-05-251-1/+5
| | * | | | bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-05-251-10/+12
| | * | | | bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-05-251-7/+11
| | * | | | bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann2021-05-251-0/+2