aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-19sched/fair: Propagate enqueue flags into place_entity()Gravatar Peter Zijlstra 2-5/+6
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_sliceGravatar Peter Zijlstra 4-10/+10
2023-07-19sched/fair: Commit to EEVDFGravatar Peter Zijlstra 4-450/+38
2023-07-19sched/smp: Use lag to simplify cross-runqueue placementGravatar Peter Zijlstra 1-126/+19
2023-07-19sched/fair: Commit to lag based placementGravatar Peter Zijlstra 2-66/+1
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyGravatar Peter Zijlstra 6-48/+308
2023-07-19rbtree: Add rb_add_augmented_cached() helperGravatar Peter Zijlstra 1-0/+26
2023-07-19sched/fair: Add lag based placementGravatar Peter Zijlstra 4-39/+141
2023-07-19sched/fair: Remove sched_feat(START_DEBIT)Gravatar Peter Zijlstra 2-26/+1
2023-07-19sched/fair: Add cfs_rq::avg_vruntimeGravatar Peter Zijlstra 3-20/+154
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesGravatar Ingo Molnar 296-1629/+2858
2023-07-19sched/headers: Rename task_struct::state to task_struct::__state in the comme...Gravatar Chin Yik Ming 1-6/+6
2023-07-16Linux 6.5-rc2v6.5-rc2Gravatar Linus Torvalds 1-1/+1
2023-07-16Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 3-22/+18
2023-07-16Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+7
2023-07-16Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-2/+2
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-12/+29
2023-07-16Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 4-55/+63
2023-07-16Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-31/+43
2023-07-16Merge tag 'powerpc-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-46/+51
2023-07-16Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-10/+11
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-29/+24
2023-07-15Merge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-2/+12
2023-07-15Merge tag 'regmap-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-07-15Merge tag 'iommu-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-14/+16
2023-07-14Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-75/+120
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 18-131/+193
2023-07-14Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxGravatar Linus Torvalds 15-50/+136
2023-07-14Merge tag 'io_uring-6.5-2023-07-14' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+13
2023-07-14Merge tag 'riscv-for-linus-6.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-12/+4
2023-07-14Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 4-4/+10
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Gravatar Rafael J. Wysocki 2-2/+8
2023-07-14cifs: fix mid leak during reconnection after timeout thresholdGravatar Shyam Prasad N 1-4/+15
2023-07-14cifs: is_network_name_deleted should return a boolGravatar Shyam Prasad N 3-7/+14
2023-07-14Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 48-266/+318
2023-07-14Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-15/+26
2023-07-14block: queue data commands from the flush state machine at the headGravatar Christoph Hellwig 1-1/+1
2023-07-14iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()Gravatar Dan Carpenter 1-1/+2
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeGravatar Jason Gunthorpe 1-13/+14
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Gravatar Masami Hiramatsu (Google) 3-12/+14
2023-07-14Merge tag 'amd-drm-fixes-6.5-2023-07-12' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 12-141/+101
2023-07-14Merge tag 'drm-intel-fixes-2023-07-13' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 4-6/+11
2023-07-14Merge tag 'drm-misc-fixes-2023-07-13' of ssh://git.freedesktop.org/git/drm/dr...Gravatar Dave Airlie 32-119/+206
2023-07-13Merge tag 'erofs-for-6.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-23/+21
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 91-521/+1011
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-40/+268
2023-07-13Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-16/+23
2023-07-13Merge tag 'sh-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-10/+10
2023-07-13Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org/nvme into block-6.5Gravatar Jens Axboe 8-25/+89
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqGravatar Chengming Zhou 1-17/+30