summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-02-08tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)-12/+13
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)-3/+7
2024-02-08PM: EM: Add em_dev_compute_costs()Lukasz Luba-0/+18
2024-02-08PM: EM: Remove old tableLukasz Luba-39/+7
2024-02-08PM: EM: Change debugfs configuration to use runtime EM table dataLukasz Luba-8/+59
2024-02-08PM: EM: Optimize em_cpu_energy() and remove divisionLukasz Luba-4/+3
2024-02-08PM: EM: Support late CPUs booting and capacity adjustmentLukasz Luba-0/+124
2024-02-08PM: EM: Add performance field to struct em_perf_state and optimizeLukasz Luba-0/+27
2024-02-08PM: EM: Introduce em_dev_update_perf_domain() for EM updatesLukasz Luba-0/+44
2024-02-08PM: EM: Add functions for memory allocations for new EM tablesLukasz Luba-5/+33
2024-02-08PM: EM: Introduce runtime modifiable tableLukasz Luba-0/+53
2024-02-08PM: EM: Split the allocation and initialization of the EM tableLukasz Luba-22/+33
2024-02-08PM: EM: Check if the get_cost() callback is present in em_compute_costs()Lukasz Luba-1/+1
2024-02-08PM: EM: Introduce em_compute_costs()Lukasz Luba-29/+43
2024-02-08PM: EM: Find first CPU active while updating OPP efficiencyLukasz Luba-2/+9
2024-02-08PM: EM: Extend em_cpufreq_update_efficiencies() argument listLukasz Luba-6/+4
2024-02-08PM: EM: Add missing newline for the message logLukasz Luba-1/+1
2024-02-07exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov-7/+3
2024-02-07getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov-3/+13
2024-02-07getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov-15/+19
2024-02-07bpf: Merge two CONFIG_BPF entriesMasahiro Yamada-0/+1
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness-1/+0
2024-02-07panic: Flush kernel log buffer at the endJohn Ogness-0/+8
2024-02-07printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness-20/+6
2024-02-07printk: Disable passing console lock owner completely during panic()Petr Mladek-0/+29
2024-02-07printk: ringbuffer: Skip non-finalized records in panicJohn Ogness-2/+26
2024-02-07printk: Wait for all reserved records with pr_flush()John Ogness-1/+107
2024-02-07printk: ringbuffer: Cleanup reader terminologyJohn Ogness-7/+9
2024-02-07printk: Add this_cpu_in_panic()John Ogness-20/+24
2024-02-07printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness-2/+1
2024-02-07printk: ringbuffer: Clarify special lpos valuesJohn Ogness-5/+31
2024-02-07printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness-41/+127
2024-02-07printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness-5/+5
2024-02-07printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior-1/+1
2024-02-07printk: nbcon: Relocate 32bit seq macrosJohn Ogness-37/+37
2024-02-07timekeeping: Evaluate system_counterval_t.cs_id instead of .csPeter Hilber-4/+5
2024-02-07clockevents: Make clockevents_subsys constRicardo B. Marliere-1/+1
2024-02-07clocksource: Make clocksource_subsys constRicardo B. Marliere-1/+1
2024-02-07pidfd: getfd should always report ESRCH if a task is exitingTycho Andersen-1/+20
2024-02-06pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD togetherOleg Nesterov-3/+4
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov-24/+0
2024-02-06pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))Oleg Nesterov-3/+4
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker-0/+3
2024-02-05bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi-2/+1
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi-3/+8
2024-02-05Merge branch 'for-6.8-fixes' into for-6.9Tejun Heo-6/+2
2024-02-05Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo-6/+2
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo-18/+4
2024-02-05backtracetest: Convert from tasklet to BH workqueueTejun Heo-11/+7
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee-12/+9