summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney
2022-05-11rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki
2022-05-11PM: EM: Decrement policy counterPierre Gondois
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra
2022-05-11locking/qrwlock: Change "queue rwlock" to "queued rwlock"Waiman Long
2022-05-11genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle
2022-05-08Merge tag 'timers-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-08Merge tag 'irq-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-08stackleak: add on/off stack variantsMark Rutland
2022-05-08stackleak: rework poison scanningMark Rutland
2022-05-08stackleak: rework stack high bound handlingMark Rutland
2022-05-08stackleak: clarify variable namesMark Rutland
2022-05-08stackleak: rework stack low bound handlingMark Rutland
2022-05-08stackleak: remove redundant checkMark Rutland
2022-05-08stackleak: move skip_erasing() check earlierMark Rutland
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-05-07kdump: return -ENOENT if required cmdline option does not existZhen Lei
2022-05-06printk, tracing: fix console tracepointMarco Elver
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-05cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff
2022-05-03seccomp: Add wait_killable semantic to seccomp user notifierSargun Dhillon
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney
2022-05-03srcu: Drop needless initialization of sdp in srcu_gp_start()Lukas Bulwahn
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney
2022-05-02kthread: unexport kthread_blkcgChristoph Hellwig
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig
2022-05-02time/sched_clock: Fix formatting of frequency reporting codeMaciej W. Rozycki
2022-05-02time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHzMaciej W. Rozycki
2022-05-02time/sched_clock: Round the frequency reported to nearest rather than downMaciej W. Rozycki
2022-05-02genirq: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi
2022-05-02timekeeping: Consolidate fast timekeeperThomas Gleixner
2022-05-02timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Thomas Gleixner
2022-05-01mm: Fix PASID use-after-free issueFenghua Yu
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner
2022-05-01sched: Fix missing prototype warningsThomas Gleixner
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe
2022-04-29seccomp: Use FIFO semantics to order notificationsSargun Dhillon
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou