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