summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-4/+4
2020-10-08bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann-4/+4
2020-10-07bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song-0/+2
2020-10-07kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap-0/+4
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki-6/+2
2020-10-07dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig-61/+39
2020-10-07dma-direct: factor out a dma_direct_alloc_from_pool helperChristoph Hellwig-19/+20
2020-10-07dma-direct check for highmem pages in dma_direct_alloc_pagesChristoph Hellwig-0/+11
2020-10-06usermodehelper: reset umask to default before executing user processLinus Torvalds-0/+9
2020-10-06Merge branch 'irq/qcom-pdc-wakeup' into irq/irqchip-nextMarc Zyngier-4/+33
2020-10-06genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah-4/+33
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-3/+1
2020-10-06dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig-2/+121
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig-3/+125
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig-1/+5
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig-5/+31
2020-10-06dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig-1/+1
2020-10-06dma-contiguous: remove dev_set_cma_areaChristoph Hellwig-2/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig-3/+6
2020-10-06cma: decrease CMA_ALIGNMENT lower limit to 2Paul Cercueil-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-12/+15
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi-38/+241
2020-10-05tracing: Save normal string variablesTom Zanussi-2/+32
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi-2/+4
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi-1/+3
2020-10-06bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu-5/+97
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-3/+3
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig-11/+0
2020-10-05block: add a bdget_part helperChristoph Hellwig-7/+2
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-10-05bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar-11/+1
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook-3/+3
2020-10-05module: Call security_kernel_post_load_data()Kees Cook-4/+10
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook-2/+2
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook-3/+3
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook-11/+10
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden-0/+2
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook-1/+1
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang-0/+9
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang-125/+134
2020-10-05tracing: Add flag to control different tracesTingwei Zhang-17/+19
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira-0/+21
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort-0/+15
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov-10/+10
2020-10-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev-1/+3
2020-10-02taskstats: move specifying netlink policy back to opsJakub Kicinski-36/+10
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo-3/+24
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo-13/+81