summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-21kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh
2022-04-21workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain
2022-04-21latencytop: move sysctl to its own fileliaohua
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney
2022-04-20refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney
2022-04-20refscale: Allow refscale without RCU TasksPaul E. McKenney
2022-04-20rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney
2022-04-20rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney
2022-04-20rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney
2022-04-20rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangsZqiang
2022-04-20rcu_sync: Fix comment to properly reflect rcu_sync_exit() behaviorDavid Vernet
2022-04-20rcu: Check for successful spawn of ->boost_kthread_taskZqiang
2022-04-20rcu: Fix preemption mode check on synchronize_rcu[_expedited]()Frederic Weisbecker
2022-04-20rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney
2022-04-20rcu: Add comments to final rcu_gp_cleanup() "if" statementPaul E. McKenney
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi
2022-04-19perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-04-19Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig
2022-04-18swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is setChristoph Hellwig
2022-04-18dma-direct: use is_swiotlb_active in dma_direct_map_pageChristoph Hellwig
2022-04-17Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-17Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-16Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-04-15irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang
2022-04-15ftrace: Fix build warningYueHaibing