aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-04-27sysctl: avoid forward declarationsChristoph Hellwig1-1534/+1497
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-42/+3
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig1-1/+1
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko1-4/+25
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski3-0/+17
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski1-1/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2-0/+78
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev1-17/+3
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan1-3/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-88/+122
2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutAl Viro1-16/+17
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+2
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+10
2020-04-25dma-contiguous: fix comment for dma_release_from_contiguousPeter Collingbourne1-2/+2
2020-04-25dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes1-2/+12
2020-04-25dma-pool: add pool sizes to debugfsDavid Rientjes1-0/+30
2020-04-25dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes2-10/+63
2020-04-25dma-pool: dynamically expanding atomic poolsDavid Rientjes1-38/+84
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-14/+39
2020-04-24bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen1-0/+8
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko1-2/+9
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman1-0/+1
2020-04-24Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-3/+11
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+5
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei1-1/+0
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan1-3/+3
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)1-0/+1
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi1-0/+7
2020-04-22perf/core: fix parent pid/tid in task exit eventsIan Rogers1-3/+10
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Paul Moore3-11/+9
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2-4/+4
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky1-0/+3
2020-04-21module: Harden STRICT_MODULE_RWXPeter Zijlstra1-0/+24
2020-04-21signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman1-1/+5
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn1-1/+1
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-9/+19
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2020-04-20audit: fix a net reference leak in audit_send_reply()Paul Moore1-21/+29
2020-04-20futex: get rid of a kernel-docs build warningMauro Carvalho Chehab1-0/+3
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore1-0/+3
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2-49/+83
2020-04-20dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes4-121/+130
2020-04-20dma-debug: make __dma_entry_alloc_check_leak() staticJason Yan1-1/+1
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+14
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-44/+0
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+21