summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+3
2020-10-12module: statically initialize init section freeing dataDaniel Jordan1-10/+3
2020-10-12perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek6-577/+3042
2020-10-11Merge tag 'irqchip-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner7-11/+177
2020-10-11Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann3-11/+18
2020-10-10Merge branch 'irq/tegra-pmc' into irq/irqchip-nextMarc Zyngier1-4/+95
2020-10-10genirq/irqdomain: Allow partial trimming of irq_data hierarchyMarc Zyngier1-4/+95
2020-10-09bpf: Track spill/fill of bounded scalars.Yonghong Song1-1/+15
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov1-0/+50
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar6-153/+345
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar50-182/+319
2020-10-09lockdep: Fix lockdep recursionPeter Zijlstra1-40/+59
2020-10-09lockdep: Fix usage_traceoverflowPeter Zijlstra2-19/+20
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar20-291/+1109
2020-10-09perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+13
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+4
2020-10-08seccomp: Make duplicate listener detection non-racyJann Horn1-7/+31
2020-10-08tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)1-1/+1
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee1-1/+0
2020-10-08ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)1-1/+2
2020-10-08ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang1-3/+4
2020-10-08ftrace: Simplify the hash calculationSteven Rostedt (VMware)1-4/+3
2020-10-08ftrace: Use fls() to get the bits for dup_hash()Wei Yang1-2/+3
2020-10-08tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)1-1/+3
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi1-1/+6
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+4
2020-10-08bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann1-4/+4
2020-10-07bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song1-0/+2
2020-10-07kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap1-0/+4
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki1-6/+2
2020-10-07dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig1-61/+39
2020-10-07dma-direct: factor out a dma_direct_alloc_from_pool helperChristoph Hellwig1-19/+20
2020-10-07dma-direct check for highmem pages in dma_direct_alloc_pagesChristoph Hellwig1-0/+11
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds1-0/+9
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier2-4/+33
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah2-4/+33
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig3-3/+1
2020-10-06dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig3-2/+121
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig3-3/+125
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig1-1/+5
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig5-5/+31
2020-10-06dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig1-1/+1
2020-10-06dma-contiguous: remove dev_set_cma_areaChristoph Hellwig1-2/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig6-3/+6
2020-10-06cma: decrease CMA_ALIGNMENT lower limit to 2Paul Cercueil1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-12/+15
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi4-38/+241