summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)
2021-10-21PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin
2021-10-21PM: hibernate: swap: Use vzalloc() and kzalloc()Cai Huoqing
2021-10-21PM: hibernate: fix sparse warningsAnders Roxell
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)
2021-10-20Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-10-20genirq: Export irq_gc_noop()Florian Fainelli
2021-10-20genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan
2021-10-20Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20ucounts: Use atomic_long_sub_return for clarityEric W. Biederman
2021-10-20ucounts: Add get_ucounts_or_wrap for clarityEric W. Biederman
2021-10-20ucounts: Remove unnecessary test for NULL ucount in get_ucountsEric W. Biederman
2021-10-20ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman
2021-10-20ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyringEric W. Biederman
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)
2021-10-19bpf: Silence Coverity warning for find_kfunc_desc_btfKumar Kartikeya Dwivedi
2021-10-19Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki
2021-10-19workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong
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-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song
2021-10-18audit: return early if the filter rule has a lower priorityGaosheng Cui
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-16reboot: export symbol 'reboot_mode'Shawn Guo
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