summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* exit: Fix typo in comment: s/sub-theads/sub-threadsIngo Molnar2022-08-031-1/+1
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-032-4/+6
* Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-019-31/+30
|\
| * Merge tag 'irqchip-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2022-07-2818-42/+135
| |\
| | * Merge branch irq/misc-5.20 into irq/irqchip-nextMarc Zyngier2022-07-252-7/+9
| | |\
| | | * genirq: Use for_each_action_of_desc in actions_show()Paran Lee2022-07-201-1/+1
| | | * irqdomain: Use hwirq_max instead of revmap_size for NOMAP domainsXu Qiang2022-07-191-6/+6
| | | * irqdomain: Report irq number for NOMAP domainsXu Qiang2022-07-191-0/+2
| | * | Merge branch irq/loongarch into irq/irqchip-nextMarc Zyngier2022-07-201-1/+1
| | |\ \
| | | * | genirq/generic_chip: Export irq_unmap_generic_chipJianmin Lv2022-07-201-1/+1
| | | |/
| | * | Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier2022-07-105-20/+18
| | |\ \
| | | * | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-073-11/+15
| | | * | genirq: Drop redundant irq_init_effective_affinitySamuel Holland2022-07-071-9/+1
| | | * | genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMPSamuel Holland2022-07-071-0/+1
| | | * | genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland2022-07-071-0/+1
| | | |/
| | * / genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo2022-07-071-1/+2
| | |/
| * | genirq/PM: Unexport {suspend,resume}_device_irqs()Lukas Wunner2022-06-131-2/+0
* | | Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-012-4/+22
|\ \ \
| * | | perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2022-06-282-4/+22
| |/ /
* | | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-012-38/+10
|\ \ \
| * | | locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra2022-06-241-3/+4
| * | | jump_label: make initial NOP patching the special caseArd Biesheuvel2022-06-241-9/+5
| * | | jump_label: mips: move module NOP patching into arch codeArd Biesheuvel2022-06-241-26/+1
| | |/ | |/|
* | | Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-0113-448/+837
|\ \ \
| * | | rseq: Kill process when unknown flags are encountered in ABI structuresMathieu Desnoyers2022-08-011-2/+2
| * | | rseq: Deprecate RSEQ_CS_FLAG_NO_RESTART_ON_* flagsMathieu Desnoyers2022-08-011-15/+8
| * | | sched/core: Fix the bug that task won't enqueue into core tree when update co...Cruz Zhao2022-07-211-4/+5
| * | | nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-07-211-6/+9
| * | | sched/core: Always flush pending blk_plugJohn Keeping2022-07-131-2/+6
| * | | sched/fair: fix case with reduced capacity CPUVincent Guittot2022-07-131-12/+42
| * | | sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak2022-07-041-15/+9
| * | | sched/core: add forced idle accounting for cgroupsJosh Don2022-07-043-7/+58
| * | | sched/fair: Remove the energy margin in feec()Vincent Donnefort2022-06-281-15/+8
| * | | sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort2022-06-281-63/+139
| * | | sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann2022-06-281-9/+13
| * | | sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann2022-06-282-7/+7
| * | | sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann2022-06-284-20/+19
| * | | sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort2022-06-283-34/+172
| * | | sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort2022-06-282-71/+54
| * | | sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-06-282-1/+89
| * | | sched: only perform capability check on privileged operationChristian Göttsche2022-06-281-55/+83
| * | | sched: Remove unused function group_first_cpu()Zhang Qiao2022-06-281-9/+0
| * | | sched/fair: Remove redundant word " *"Zhang Qiao2022-06-281-1/+1
| * | | sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-06-132-13/+14
| * | | sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-06-131-1/+5
| * | | sched: Allow newidle balancing to bail out of load_balanceJosh Don2022-06-131-1/+7
| * | | sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng2022-06-131-2/+4
| * | | sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou2022-06-131-64/+28
| * | | sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak2022-06-131-3/+13
| * | | sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman2022-06-131-8/+15