aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig1-3/+4
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-22/+22
2021-10-18audit: return early if the filter rule has a lower priorityGaosheng Cui1-2/+3
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui1-1/+1
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-2/+2
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman2-19/+55
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig2-2/+1
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig3-3/+0
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)1-1/+1
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz3-24/+36
2021-10-16reboot: export symbol 'reboot_mode'Shawn Guo1-0/+1
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-11/+63
2021-10-15perf/core: Allow ftrace for functions in kernel/event/core.cSong Liu1-5/+0
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+30
2021-10-15irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior1-2/+4
2021-10-15irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior1-12/+106
2021-10-15irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior1-0/+10
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior1-1/+1
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song1-0/+5
2021-10-15sched: Disable -Wunused-but-set-variablePeter Zijlstra1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-0/+19
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-29/+47
2021-10-14pid: add pidfd_get_task() helperChristian Brauner1-0/+36
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2-22/+23
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang1-4/+0
2021-10-14sched/numa: Fix a few commentsBharata B Rao1-2/+2
2021-10-14sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao1-7/+5
2021-10-14sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao1-1/+2
2021-10-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra1-1/+4
2021-10-13tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)1-3/+51
2021-10-13tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-13Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-0/+2
2021-10-11Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-27/+29
2021-10-11Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+16
2021-10-11workqueue: fix state-dump console deadlockJohan Hovold1-2/+16
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer1-6/+6
2021-10-11dma-mapping: fix the kerneldoc for dma_map_sgtable()Logan Gunthorpe1-6/+6
2021-10-10tracing: Fix missing * in comment blockColin Ian King1-1/+1
2021-10-10tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi1-0/+7
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-0/+5
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet1-1/+1
2021-10-08bpf: iterators: Install libbpf headers when buildingQuentin Monnet1-13/+25
2021-10-08bpf: preload: Install libbpf headers when buildingQuentin Monnet1-5/+20
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman2-10/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+44
2021-10-07Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09.15a', 'torture.2021.09.13b' and 'torturescript.2021.09.16a' into HEADPaul E. McKenney6-120/+146
2021-10-07rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra1-1/+1
2021-10-07rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra1-4/+4