summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra-2/+4
2023-10-03locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant-5/+5
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar-2829/+7423
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis-4/+5
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds-0/+17
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-7/+55
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)-0/+3
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds-9/+22
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao-25/+19
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He-0/+17
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann-0/+3
2023-09-29tick/nohz: Update comments some moreIngo Molnar-76/+74
2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova-2/+2
2023-09-29futex: make the vectored futex operations availableJens Axboe-5/+10
2023-09-29futex: make futex_parse_waitv() available as a helperJens Axboe-5/+16
2023-09-29futex: add wake_data to struct futex_qJens Axboe-0/+2
2023-09-29futex: abstract out a __futex_wake_mark() helperJens Axboe-11/+23
2023-09-29futex: factor out the futex wake handlingJens Axboe-4/+10
2023-09-29futex: move FUTEX2_VALID_MASK to futex.hJens Axboe-2/+2
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef-1/+7
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef-17/+1
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