summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-10-04pid: pid_ns_ctl_handler: remove useless commentRong Tao
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov
2023-10-04getrusage: use __for_each_thread()Oleg Nesterov
2023-10-04getrusage: add the "signal_struct *sig" local variableOleg Nesterov
2023-10-04signal: complete_signal: use __for_each_thread()Oleg Nesterov
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak
2023-10-04__kill_pgrp_info: simplify the calculation of return valueOleg Nesterov
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-04docs: fix link s390/zfcpdump.rstCosta Shulyupin
2023-10-04rcu: dynamically allocate the rcu-kfree shrinkerQi Zheng
2023-10-04rcu: dynamically allocate the rcu-lazy shrinkerQi Zheng
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker
2023-10-04rcu: Assume IRQS disabled from rcu_report_dead()Frederic Weisbecker
2023-10-04rcu: Use rcu_segcblist_segempty() instead of open coding itFrederic Weisbecker
2023-10-04rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-03tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave
2023-10-03ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak
2023-10-03tracing: Expand all ring buffers individuallyZheng Yejian
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-10-03locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann
2023-09-29tick/nohz: Update comments some moreIngo Molnar
2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova
2023-09-29futex: make the vectored futex operations availableJens Axboe
2023-09-29futex: make futex_parse_waitv() available as a helperJens Axboe
2023-09-29futex: add wake_data to struct futex_qJens Axboe
2023-09-29futex: abstract out a __futex_wake_mark() helperJens Axboe
2023-09-29futex: factor out the futex wake handlingJens Axboe
2023-09-29futex: move FUTEX2_VALID_MASK to futex.hJens Axboe
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-09-29sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef