summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-07bpf: Merge two CONFIG_BPF entriesMasahiro Yamada
2024-02-07dump_stack: Do not get cpu_sync for panic CPUJohn Ogness
2024-02-07panic: Flush kernel log buffer at the endJohn Ogness
2024-02-07printk: Avoid non-panic CPUs writing to ringbufferJohn Ogness
2024-02-07printk: Disable passing console lock owner completely during panic()Petr Mladek
2024-02-07printk: ringbuffer: Skip non-finalized records in panicJohn Ogness
2024-02-07printk: Wait for all reserved records with pr_flush()John Ogness
2024-02-07printk: ringbuffer: Cleanup reader terminologyJohn Ogness
2024-02-07printk: Add this_cpu_in_panic()John Ogness
2024-02-07printk: For @suppress_panic_printk check for other CPU in panicJohn Ogness
2024-02-07printk: ringbuffer: Clarify special lpos valuesJohn Ogness
2024-02-07printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness
2024-02-07printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness
2024-02-07printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior
2024-02-07printk: nbcon: Relocate 32bit seq macrosJohn Ogness
2024-02-07timekeeping: Evaluate system_counterval_t.cs_id instead of .csPeter Hilber
2024-02-07clockevents: Make clockevents_subsys constRicardo B. Marliere
2024-02-07clocksource: Make clocksource_subsys constRicardo B. Marliere
2024-02-07pidfd: getfd should always report ESRCH if a task is exitingTycho Andersen
2024-02-06pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD togetherOleg Nesterov
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov
2024-02-06pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))Oleg Nesterov
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-02-05bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi
2024-02-05Merge branch 'for-6.8-fixes' into for-6.9Tejun Heo
2024-02-05Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo
2024-02-05workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo
2024-02-05backtracetest: Convert from tasklet to BH workqueueTejun Heo
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long
2024-02-05workqueue: fix a typo in commentWang Jinchao
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V
2024-02-05PM: hibernate: Rename lzo* to make it genericNikhil V
2024-02-05PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo
2024-02-04workqueue: Update lock debugging codeTejun Heo
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo
2024-02-02bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko
2024-02-02bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds