summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+7
|\
| * PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-04-271-0/+7
* | bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko2020-05-011-6/+7
* | bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-012-1/+92
* | bpf: Fix unused variable warningArnd Bergmann2020-04-301-1/+1
* | bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki2020-04-291-10/+35
* | bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-284-21/+181
* | bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko2020-04-281-0/+49
* | bpf: Allocate ID for bpf_linkAndrii Nakryiko2020-04-282-53/+104
* | bpf: Refactor bpf_link update handlingAndrii Nakryiko2020-04-283-36/+32
* | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-2818-1636/+1485
|\ \
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-2718-207/+132
| * | sysctl: avoid forward declarationsChristoph Hellwig2020-04-271-1534/+1497
| * | sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-42/+3
| * | mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig2020-04-271-1/+1
* | | bpf, cgroup: Remove unused exportsChristoph Hellwig2020-04-271-4/+0
* | | bpf: Make verifier log more relevant by defaultAndrii Nakryiko2020-04-261-4/+25
* | | bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-263-0/+17
* | | net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski2020-04-261-1/+1
* | | bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2020-04-262-0/+78
* | | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev2020-04-261-17/+3
* | | bpf: Remove set but not used variable 'dst_known'Mao Wenan2020-04-261-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-2517-88/+122
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-251-0/+1
| |\ \
| | * | proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-0/+1
| * | | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-251-7/+2
| |\ \ \
| | * | | sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-04-221-7/+2
| * | | | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-251-3/+10
| |\ \ \ \
| | * | | | perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-04-221-3/+10
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-243-14/+39
| |\ \ \ \
| | * | | | bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
| | * | | | bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-241-0/+8
| | * | | | bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
| | * | | | bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-201-1/+1
| | * | | | bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-201-9/+19
| | * | | | cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1
| * | | | | Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-243-3/+11
| |\ \ \ \ \
| | * | | | | tracing: Convert local functions in tracing_map.c to staticJason Yan2020-04-221-3/+3
| | * | | | | ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-04-221-0/+1
| | * | | | | tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-04-221-0/+7
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-231-1/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-211-1/+5
| | | |_|/ | | |/| |
| * | | | audit: check the length of userspace generated audit recordsPaul Moore2020-04-201-0/+3
| | |/ / | |/| |
| * | | Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-191-1/+14
| |\ \ \
| | * | | proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
| | |/ /
| * | | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-191-44/+0
| |\ \ \
| | * | | genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
| | |/ /
| * | | Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-192-4/+21
| |\ \ \
| | * | | sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-04-151-2/+2
| | * | | sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-04-151-2/+19
| | |/ /