summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-131-1/+1
|\
| * kill signal_pt_regs()Al Viro2022-10-241-1/+1
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-138-18/+19
|\ \
| * | relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia2022-12-121-2/+2
| * | kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell2022-12-121-0/+1
| * | relay: use strscpy() is more robust and saferXu Panda2022-12-121-2/+2
| * | acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2022-12-011-0/+2
| * | acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian2022-12-011-2/+2
| * | vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan2022-12-011-0/+3
| * | sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
| * | kexec: replace crash_mem_range with rangeLi Chen2022-11-181-1/+1
| * | kexec: remove the unneeded result variableye xingchen2022-11-181-8/+2
| * | panic: use str_enabled_disabled() helperAndy Shevchenko2022-11-181-2/+3
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-135-16/+8
|\ \ \
| * | | stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
| * | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-184-7/+7
| * | | kcsan: remove rng selftestJason A. Donenfeld2022-11-171-8/+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-132-11/+45
|\ \ \ \ \
| * | | | | 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
| * | | | | 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
| * | | | | cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo2022-10-311-0/+1
| * | | | | cgroup: Implement DEBUG_CGROUP_REFTejun Heo2022-10-281-0/+5
* | | | | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-136-180/+603
|\ \ \ \ \ \
| * | | | | | 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-302-19/+5
| * | | | | | sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan2022-10-301-10/+52
| * | | | | | sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2022-10-301-3/+27
| * | | | | | 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-131-1013/+1087
|\ \ \ \ \ \ \
| * | | | | | | perf/core: Don't allow grouping events from different hw pmusRavi Bangoria2022-11-241-9/+15