summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-12/+7
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu-0/+63
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu-8/+23
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song-1/+3
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness-78/+20
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness-55/+476
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness-32/+27
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness-16/+26
2020-09-15printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness-2/+4
2020-09-15printk: ringbuffer: relocate get_data()John Ogness-58/+58
2020-09-15printk: ringbuffer: avoid memcpy() on state_varJohn Ogness-2/+7
2020-09-15printk: ringbuffer: fix setting state in desc_read()John Ogness-7/+19
2020-09-14core/entry: Report syscall correctly for trace and auditKees Cook-2/+4
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter-10/+24
2020-09-14kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu-2/+3
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle-2/+2
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier-1/+9
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier-0/+27
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+18
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter-2/+3
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang-2/+2
2020-09-11dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig-0/+17
2020-09-11dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.cChristoph Hellwig-46/+53
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig-6/+6
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig-5/+1
2020-09-11dma-direct: use phys_to_dma_direct in dma_direct_allocChristoph Hellwig-4/+1
2020-09-11dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pagesChristoph Hellwig-7/+5
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig-25/+16
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig-0/+9
2020-09-11dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig-0/+1
2020-09-11dma-debug: remove most exportsChristoph Hellwig-10/+0
2020-09-11dma-mapping: remove the dma_dummy_ops exportChristoph Hellwig-1/+0
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry-2/+2
2020-09-10swiotlb: Mark max_segment with static keywordAndy Shevchenko-1/+1
2020-09-10swiotlb: Use %pa to print phys_addr_t variablesAndy Shevchenko-3/+1
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang-30/+17
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang-20/+31
2020-09-10timekeeping: Use seqcount_latch_tAhmed S. Darwish-5/+5
2020-09-10time/sched_clock: Use seqcount_latch_tAhmed S. Darwish-2/+2
2020-09-10time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish-1/+1
2020-09-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+3
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider-6/+6
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)-1/+1
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song-0/+4
2020-09-08seccomp: Use current_pt_regs() instead of task_pt_regs(current)Denis Efremov-7/+11
2020-09-08seccomp: kill process instead of thread for unknown actionsRich Felker-4/+4
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen-3/+8
2020-09-08seccomp: don't leak memory when filter install racesTycho Andersen-3/+10
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso-12/+8
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson-8/+14