aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds1-9/+22
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao1-25/+19
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He1-0/+17
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann1-0/+3
2023-09-29tick/nohz: Update comments some moreIngo Molnar1-76/+74
2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova2-2/+2
2023-09-29futex: make the vectored futex operations availableJens Axboe2-5/+10
2023-09-29futex: make futex_parse_waitv() available as a helperJens Axboe2-5/+16
2023-09-29futex: add wake_data to struct futex_qJens Axboe1-0/+2
2023-09-29futex: abstract out a __futex_wake_mark() helperJens Axboe2-11/+23
2023-09-29futex: factor out the futex wake handlingJens Axboe3-4/+10
2023-09-29futex: move FUTEX2_VALID_MASK to futex.hJens Axboe2-2/+2
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef2-1/+7
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-09-29sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef1-6/+5
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider3-45/+14
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)1-0/+1
2023-09-28Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe14-191/+555
2023-09-28Merge branch 'for-6.7/io_uring' into io_uring-futexJens Axboe2-59/+102
2023-09-27tick/nohz: Don't shutdown the lowres tick from itselfFrederic Weisbecker1-11/+13
2023-09-27tick/nohz: Update obsolete commentsFrederic Weisbecker1-10/+36
2023-09-27tick/nohz: Rename the tick handlers to more self-explanatory namesFrederic Weisbecker1-4/+4
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik1-6/+20
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+3
2023-09-26PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig1-2/+2
2023-09-26PM: hibernate: Clean up sync_read handling in snapshot_write_next()Brian Geffon1-5/+1
2023-09-26srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev1-2/+2
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa1-0/+3
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa3-11/+22
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa1-0/+1
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa1-0/+1
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider3-65/+10
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-13/+15
2023-09-24rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle()Zqiang1-1/+1
2023-09-24rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20Joel Fernandes (Google)1-6/+6
2023-09-24locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writersPaul E. McKenney1-14/+14
2023-09-24locktorture: Add call_rcu_chains module parameterPaul E. McKenney1-2/+60
2023-09-24locktorture: Add new module parameters to lock_torture_print_module_parms()Paul E. McKenney1-41/+23
2023-09-24torture: Print out torture module parametersPaul E. McKenney1-0/+8
2023-09-24locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney1-2/+13
2023-09-24locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney1-3/+2
2023-09-24locktorture: Alphabetize torture_param() entriesPaul E. McKenney1-6/+6
2023-09-24rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)1-33/+12
2023-09-24locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney1-2/+62
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney3-9/+5
2023-09-24rcu: Include torture_sched_setaffinity() declarationArnd Bergmann1-0/+1
2023-09-24torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney1-6/+7
2023-09-24torture: Share torture_random_state with torture_shuffle_tasks()Paul E. McKenney1-5/+4
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao1-6/+4