summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2022-12-132-30/+21
|\
| * mm/percpu: remove unused PERCPU_DYNAMIC_EARLY_SLOTSBaoquan He2022-11-081-4/+3
| * mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He2022-11-081-10/+2
| * mm/percpu: replace the goto with breakBaoquan He2022-11-081-2/+1
| * mm/percpu: add comment to state the empty populated pages accountingBaoquan He2022-11-081-3/+11
| * mm/percpu: Update the code comment when creating new chunkBaoquan He2022-11-081-5/+1
| * mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He2022-11-081-3/+3
| * mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He2022-11-081-3/+0
* | Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-27/+27
|\ \
| * | livepatch: Move the result-invariant calculation out of the loopZhen Lei2022-10-181-27/+27
* | | Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-136-98/+181
|\ \ \
| * | | cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian2022-11-231-2/+0
| * | | cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal2022-11-221-4/+8
| * | | kselftest/cgroup: Add cleanup() to test_cpuset_prs.shKamalesh Babulal2022-11-221-1/+16
| * | | cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long2022-11-141-1/+23
| * | | cgroup/cpuset: Skip spread flags update on v2Waiman Long2022-11-141-4/+8
| * | | kselftest/cgroup: Fix gathering number of CPUsBreno Leitao2022-11-141-1/+1
| * | | cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo2022-10-313-0/+8
| * | | cgroup: Implement DEBUG_CGROUP_REFTejun Heo2022-10-284-85/+117
* | | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-138-183/+607
|\ \ \ \
| * | | | sched: Clear ttwu_pending after enqueue_task()Tianchen Ding2022-11-161-7/+11
| * | | | sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou2022-10-303-22/+5
| * | | | sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan2022-10-302-10/+53
| * | | | sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2022-10-302-3/+30
| * | | | sched/psi: Fix possible missing or delayed pending eventHao Lee2022-10-301-3/+5
| * | | | sched: Always clear user_cpus_ptr in do_set_cpus_allowed()Waiman Long2022-10-271-1/+7
| * | | | sched: Enforce user requested affinityWaiman Long2022-10-272-0/+13
| * | | | sched: Always preserve the user requested cpumaskWaiman Long2022-10-272-55/+72
| * | | | sched: Introduce affinity_contextWaiman Long2022-10-273-47/+85
| * | | | sched: Add __releases annotations to affine_move_task()Waiman Long2022-10-271-1/+3
| * | | | sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois2022-10-271-6/+7
| * | | | sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2022-10-271-5/+9
| * | | | sched/fair: Detect capacity inversionQais Yousef2022-10-272-3/+79
| * | | | sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef2022-10-271-6/+8
| * | | | sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef2022-10-271-1/+4
| * | | | sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-271-8/+13
| * | | | sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef2022-10-271-3/+5
| * | | | sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-10-273-10/+68
| * | | | sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-272-10/+25
| * | | | sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef2022-10-271-0/+123
* | | | | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1321-1220/+1755
|\ \ \ \ \
| * | | | | perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()Xiongfeng Wang2022-11-241-0/+3
| * | | | | perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()Xiongfeng Wang2022-11-241-0/+2
| * | | | | perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()Xiongfeng Wang2022-11-241-0/+1
| * | | | | perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()Xiongfeng Wang2022-11-241-0/+2
| * | | | | perf/x86/intel/uncore: Make set_mapping() procedure voidAlexander Antonov2022-11-242-23/+20
| * | | | | perf/x86/intel/uncore: Update sysfs-devices-mapping fileAlexander Antonov2022-11-241-1/+29
| * | | | | perf/x86/intel/uncore: Enable UPI topology discovery for Sapphire RapidsAlexander Antonov2022-11-241-1/+42
| * | | | | perf/x86/intel/uncore: Enable UPI topology discovery for Icelake ServerAlexander Antonov2022-11-241-0/+75
| * | | | | perf/x86/intel/uncore: Get UPI NodeID and GroupIDAlexander Antonov2022-11-241-8/+25