summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-10-20genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli-0/+2
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman-1/+0
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet-5/+2
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan-77/+97
2021-10-20Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig-2/+3
2021-10-20ucounts: Use atomic_long_sub_return for clarityEric W. Biederman-3/+3
2021-10-20ucounts: Add get_ucounts_or_wrap for clarityEric W. Biederman-4/+10
2021-10-20ucounts: Remove unnecessary test for NULL ucount in get_ucountsEric W. Biederman-1/+1
2021-10-20ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman-3/+2
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman-2/+0
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)-12/+2
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)-6/+6
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh-17/+23
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)-13/+10
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi-9/+4
2021-10-19Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki-2/+2
2021-10-19workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong-4/+11
2021-10-19ucounts: Proper error handling in set_cred_ucountsEric W. Biederman-2/+3
2021-10-19ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_credsEric W. Biederman-1/+1
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin-0/+1
2021-10-19locking/rwsem: Fix comments about reader optimistic lock stealing conditionsYanfei Xu-2/+1
2021-10-19locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()Yanfei Xu-12/+24
2021-10-19locking/rwsem: Disable preemption for spinning regionYanfei Xu-23/+30
2021-10-19futex: Fix PREEMPT_RT buildPeter Zijlstra-0/+4
2021-10-19block: don't call blk_status_to_errno in blk_update_requestChristoph Hellwig-3/+4
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song-22/+22
2021-10-18audit: return early if the filter rule has a lower priorityGaosheng Cui-2/+3
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui-1/+1
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)-2/+2
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman-19/+55
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig-2/+1
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig-3/+0
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)-1/+1
2021-10-18dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz-24/+36
2021-10-16reboot: export symbol 'reboot_mode'Shawn Guo-0/+1
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-11/+63
2021-10-15perf/core: Allow ftrace for functions in kernel/event/core.cSong Liu-5/+0
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter-0/+30
2021-10-15irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior-2/+4
2021-10-15irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior-12/+106
2021-10-15irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior-0/+10
2021-10-15sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQSebastian Andrzej Siewior-1/+1
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song-0/+5
2021-10-15sched: Disable -Wunused-but-set-variablePeter Zijlstra-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-0/+19
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-29/+47
2021-10-14pid: add pidfd_get_task() helperChristian Brauner-0/+36
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao-22/+23