summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
2021-10-19locking/rwsem: Fix comments about reader optimistic lock stealing conditionsYanfei Xu
2021-10-19locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()Yanfei Xu
2021-10-19locking/rwsem: Disable preemption for spinning regionYanfei Xu
2021-10-19futex: Fix PREEMPT_RT buildPeter Zijlstra
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-15perf/core: Allow ftrace for functions in kernel/event/core.cSong Liu
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter
2021-10-15irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior
2021-10-15irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior
2021-10-15irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song
2021-10-15sched: Disable -Wunused-but-set-variablePeter Zijlstra
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-10-14sched/topology: Remove unused numa_distance in cpu_attach_domain()Yicong Yang
2021-10-14sched/numa: Fix a few commentsBharata B Rao
2021-10-14sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao
2021-10-14sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao
2021-10-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra
2021-10-13tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)
2021-10-13Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-11Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-11Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-11workqueue: fix state-dump console deadlockJohan Hovold
2021-10-11dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer
2021-10-11dma-mapping: fix the kerneldoc for dma_map_sgtable()Logan Gunthorpe
2021-10-10tracing: Fix missing * in comment blockColin Ian King
2021-10-10tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-07tracing: Fix missing osnoise tracer on max_latencyJackie Liu
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra
2021-10-07sched,livepatch: Use task_call_func()Peter Zijlstra
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra
2021-10-07sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra
2021-10-07futex: Implement sys_futex_waitv()André Almeida