summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-24rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle()Zqiang
2023-09-24rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20Joel Fernandes (Google)
2023-09-24locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writersPaul E. McKenney
2023-09-24locktorture: Add call_rcu_chains module parameterPaul E. McKenney
2023-09-24locktorture: Add new module parameters to lock_torture_print_module_parms()Paul E. McKenney
2023-09-24torture: Print out torture module parametersPaul E. McKenney
2023-09-24locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney
2023-09-24locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney
2023-09-24locktorture: Alphabetize torture_param() entriesPaul E. McKenney
2023-09-24rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)
2023-09-24locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney
2023-09-24rcu: Include torture_sched_setaffinity() declarationArnd Bergmann
2023-09-24torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney
2023-09-24torture: Share torture_random_state with torture_shuffle_tasks()Paul E. McKenney
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-22hardening: Provide Kconfig fragments for basic optionsKees Cook
2023-09-22sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz
2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik
2023-09-21bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon
2023-09-21exit: add internal include file with helpersJens Axboe
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe
2023-09-21exit: move core of do_wait() into helperJens Axboe
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add flags2 argument to futex_requeue()peterz@infradead.org
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: FLAGS_STRICTpeterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-21futex: Validate futex value against futex sizepeterz@infradead.org
2023-09-21futex: Flag conversionpeterz@infradead.org
2023-09-21futex: Extend the FUTEX2 flagspeterz@infradead.org
2023-09-21futex: Clarify FUTEX2 flagspeterz@infradead.org
2023-09-21printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness