summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner
2021-04-07irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier
2021-04-06bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum
2021-04-05lockdep: Allow tuning tracing capacity constants.Tetsuo Handa
2021-04-04svm/sev: Register SEV and SEV-ES ASIDs to the misc controllerVipin Sharma
2021-04-04cgroup: Add misc cgroup controllerVipin Sharma
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing
2021-04-04workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang
2021-04-03bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-02dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen
2021-04-02dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang
2021-04-01bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky
2021-04-01ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)
2021-04-01ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds
2021-04-01swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli
2021-04-01tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)
2021-04-01Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-03-31Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-30seccomp: Fix "cacheable" typo in commentsCui GaoSheng
2021-03-30bpf: Remove redundant assignment of variable idColin Ian King
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-03-30kernel/printk.c: Fixed mundane typosBhaskar Chowdhury
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes
2021-03-30genirq/irq_sim: Shrink devm_irq_domain_create_sim()Bartosz Golaszewski
2021-03-30livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructureMiroslav Benes
2021-03-29timekeeping: Allow runtime PM from change_clocksource()Niklas Söderlund
2021-03-29locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()Thomas Gleixner
2021-03-29locking/rtmutex: Restrict the trylock WARN_ON() to debugThomas Gleixner
2021-03-29locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()Thomas Gleixner
2021-03-29locking/rtmutex: Consolidate the fast/slowpath invocationThomas Gleixner
2021-03-29locking/rtmutex: Make text section and inlining consistentThomas Gleixner
2021-03-29locking/rtmutex: Move debug functions as inlines into common headerThomas Gleixner
2021-03-29locking/rtmutex: Decrapify __rt_mutex_init()Thomas Gleixner
2021-03-29locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubsThomas Gleixner
2021-03-29locking/rtmutex: Inline chainwalk depth checkThomas Gleixner
2021-03-29locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.cThomas Gleixner
2021-03-29locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior
2021-03-29locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior
2021-03-29Merge tag 'v5.12-rc5' into locking/core, to pick up fixesIngo Molnar
2021-03-29module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOADJessica Yu
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-27Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe