aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet2-5/+2
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan2-77/+97
2021-10-20Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-2/+3
2021-10-20ucounts: Use atomic_long_sub_return for clarityEric W. Biederman1-3/+3
2021-10-20ucounts: Add get_ucounts_or_wrap for clarityEric W. Biederman1-4/+10
2021-10-20ucounts: Remove unnecessary test for NULL ucount in get_ucountsEric W. Biederman1-1/+1
2021-10-20ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman1-3/+2
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman1-2/+0
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2-12/+2
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)1-6/+6
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-13/+10
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi1-9/+4
2021-10-19Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki1-2/+2
2021-10-19workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong1-4/+11
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman1-2/+3
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman1-1/+1
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin1-0/+1
2021-10-19locking/rwsem: Fix comments about reader optimistic lock stealing conditionsYanfei Xu1-2/+1
2021-10-19locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()Yanfei Xu2-12/+24
2021-10-19locking/rwsem: Disable preemption for spinning regionYanfei Xu1-23/+30
2021-10-19futex: Fix PREEMPT_RT buildPeter Zijlstra1-0/+4
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