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