summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-18bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski1-0/+29
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2-9/+11
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-3/+63
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-0/+8
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig1-1/+0
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2-6/+52
2020-09-17dma-direct: Fix potential NULL pointer dereferenceThomas Tai1-0/+11
2020-09-17Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-nextMarc Zyngier1-2/+13
2020-09-17rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney1-0/+2
2020-09-17rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney1-4/+4
2020-09-17rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney1-0/+6
2020-09-17rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney1-1/+9
2020-09-17rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney1-2/+3
2020-09-17rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney1-1/+1
2020-09-17rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney1-2/+14
2020-09-17rcu-tasks: Mark variables staticPaul E. McKenney1-3/+3
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner1-22/+48
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner1-1/+6
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner1-6/+0
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner2-5/+13
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao1-2/+2
2020-09-16softirq: Add debug check to __raise_softirq_irqoff()Jiafei Pan1-0/+1
2020-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+7
2020-09-16bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu1-0/+63
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu2-8/+23
2020-09-16bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness1-78/+20
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness2-55/+476
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness2-32/+27
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness2-16/+26
2020-09-15printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness1-2/+4
2020-09-15printk: ringbuffer: relocate get_data()John Ogness1-58/+58
2020-09-15printk: ringbuffer: avoid memcpy() on state_varJohn Ogness1-2/+7
2020-09-15printk: ringbuffer: fix setting state in desc_read()John Ogness1-7/+19
2020-09-14core/entry: Report syscall correctly for trace and auditKees Cook1-2/+4
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter4-10/+24
2020-09-14kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle1-2/+2
2020-09-13genirq: Allow interrupts to be excluded from /proc/interruptsMarc Zyngier3-1/+9
2020-09-13genirq: Add fasteoi IPI flowMarc Zyngier1-0/+27
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+18
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter2-2/+3
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang1-2/+2
2020-09-11dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig1-0/+17
2020-09-11dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.cChristoph Hellwig3-46/+53
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2-6/+6
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig1-5/+1
2020-09-11dma-direct: use phys_to_dma_direct in dma_direct_allocChristoph Hellwig1-4/+1
2020-09-11dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pagesChristoph Hellwig1-7/+5
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2-25/+16