aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness1-17/+43
2022-04-22printk: refactor and rework printing logicJohn Ogness1-213/+228
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness1-6/+7
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness1-3/+4
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness1-4/+6
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness1-12/+16
2022-04-22printk: wake up all waitersJohn Ogness1-1/+1
2022-04-22printk: add missing memory barrier to wake_up_klogd()John Ogness1-3/+36
2022-04-22printk: rename cpulock functionsJohn Ogness1-35/+36
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-0/+12
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-0/+1
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou1-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou1-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng1-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu1-1/+2
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2-4/+18
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni7-30/+35
2022-04-21kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh1-2/+5
2022-04-21workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang1-1/+1
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain1-0/+6
2022-04-21latencytop: move sysctl to its own fileliaohua2-22/+29
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain1-37/+34
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi1-38/+38
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi1-31/+89
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney2-3/+11
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney2-2/+11
2022-04-20refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney2-3/+11
2022-04-20refscale: Allow refscale without RCU TasksPaul E. McKenney2-2/+11
2022-04-20rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney3-9/+26
2022-04-20rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney3-7/+25
2022-04-20rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney3-53/+71
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney3-1/+4
2022-04-20rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangsZqiang1-1/+7
2022-04-20rcu_sync: Fix comment to properly reflect rcu_sync_exit() behaviorDavid Vernet1-1/+1
2022-04-20rcu: Check for successful spawn of ->boost_kthread_taskZqiang1-1/+2
2022-04-20rcu: Fix preemption mode check on synchronize_rcu[_expedited]()Frederic Weisbecker1-1/+3
2022-04-20rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney1-4/+4
2022-04-20rcu: Add comments to final rcu_gp_cleanup() "if" statementPaul E. McKenney1-5/+20
2022-04-20kernel/smp: Provide boot-time timeout for CSD lock diagnosticsPaul E. McKenney1-2/+5
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh3-14/+23
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi1-0/+54
2022-04-19perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie3-6/+6
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang1-5/+5
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2-18/+111
2022-04-19Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier1-0/+1
2022-04-19gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier1-0/+1
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil10-715/+615
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig1-57/+20