summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-09-29sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef-6/+5
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider-45/+14
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)-0/+1
2023-09-28Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe-191/+555
2023-09-28Merge branch 'for-6.7/io_uring' into io_uring-futexJens Axboe-59/+102
2023-09-27tick/nohz: Don't shutdown the lowres tick from itselfFrederic Weisbecker-11/+13
2023-09-27tick/nohz: Update obsolete commentsFrederic Weisbecker-10/+36
2023-09-27tick/nohz: Rename the tick handlers to more self-explanatory namesFrederic Weisbecker-4/+4
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik-6/+20
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+3
2023-09-26PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig-2/+2
2023-09-26PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon-5/+1
2023-09-26srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev-2/+2
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa-0/+3
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa-11/+22
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa-0/+1
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa-0/+1
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider-65/+10
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-13/+15
2023-09-24rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle()Zqiang-1/+1
2023-09-24rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20Joel Fernandes (Google)-6/+6
2023-09-24locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writersPaul E. McKenney-14/+14
2023-09-24locktorture: Add call_rcu_chains module parameterPaul E. McKenney-2/+60
2023-09-24locktorture: Add new module parameters to lock_torture_print_module_parms()Paul E. McKenney-41/+23
2023-09-24torture: Print out torture module parametersPaul E. McKenney-0/+8
2023-09-24locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney-2/+13
2023-09-24locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney-3/+2
2023-09-24locktorture: Alphabetize torture_param() entriesPaul E. McKenney-6/+6
2023-09-24rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)-33/+12
2023-09-24locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney-2/+62
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney-9/+5
2023-09-24rcu: Include torture_sched_setaffinity() declarationArnd Bergmann-0/+1
2023-09-24torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney-6/+7
2023-09-24torture: Share torture_random_state with torture_shuffle_tasks()Paul E. McKenney-5/+4
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao-6/+4
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don-11/+25
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don-6/+0
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds-1/+2
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian-13/+15
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2023-09-22hardening: Provide Kconfig fragments for basic optionsKees Cook-0/+98
2023-09-22sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu-2/+1
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz-4/+5
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz-8/+12
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz-2/+17
2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik-11/+15
2023-09-21bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich-1/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-36/+184
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-20/+142
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon-4/+6