index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-26
Fix unprotected access to task credentials in waitid()
Daniel J Blueman
1
-3
/
+2
2010-09-26
sched: Fix user time incorrectly accounted as system time on 32-bit
Stanislaw Gruszka
1
-2
/
+2
2010-09-26
pid: make setpgid() system call use RCU read-side critical section
Paul E. McKenney
1
-0
/
+2
2010-09-20
sched: cpuacct: Use bigger percpu counter batch values for stats counters
Anton Blanchard
1
-1
/
+19
2010-09-20
sched: Fix select_idle_sibling() logic in select_task_rq_fair()
Suresh Siddha
1
-42
/
+40
2010-09-20
sched: Pre-compute cpumask_weight(sched_domain_span(sd))
Peter Zijlstra
2
-7
/
+8
2010-09-20
sched: Fix select_idle_sibling()
Mike Galbraith
1
-4
/
+10
2010-09-20
sched: Fix vmark regression on big machines
Mike Galbraith
1
-1
/
+1
2010-09-20
sched: More generic WAKE_AFFINE vs select_idle_sibling()
Peter Zijlstra
1
-17
/
+16
2010-09-20
sched: Cleanup select_task_rq_fair()
Peter Zijlstra
1
-22
/
+51
2010-09-20
sched: apply RCU protection to wake_affine()
Daniel J Blueman
1
-0
/
+2
2010-09-20
sched: Remove unnecessary RCU exclusion
Peter Zijlstra
1
-7
/
+2
2010-09-20
sched: Fix rq->clock synchronization when migrating tasks
Peter Zijlstra
1
-0
/
+2
2010-09-20
sched: Fix nr_uninterruptible count
Peter Zijlstra
1
-2
/
+6
2010-09-20
sched: Optimize task_rq_lock()
Peter Zijlstra
1
-8
/
+15
2010-09-20
sched: Fix TASK_WAKING vs fork deadlock
Peter Zijlstra
4
-47
/
+34
2010-09-20
sched: Make select_fallback_rq() cpuset friendly
Oleg Nesterov
2
-3
/
+43
2010-09-20
sched: _cpu_down(): Don't play with current->cpus_allowed
Oleg Nesterov
2
-13
/
+7
2010-09-20
sched: sched_exec(): Remove the select_fallback_rq() logic
Oleg Nesterov
1
-17
/
+8
2010-09-20
sched: move_task_off_dead_cpu(): Remove retry logic
Oleg Nesterov
1
-7
/
+6
2010-09-20
sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()
Oleg Nesterov
1
-15
/
+15
2010-09-20
sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...
Oleg Nesterov
2
-33
/
+4
2010-09-20
sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock
Oleg Nesterov
1
-1
/
+1
2010-09-20
sched: Queue a deboosted task to the head of the RT prio queue
Thomas Gleixner
1
-1
/
+1
2010-09-20
sched: Implement head queueing for sched_rt
Thomas Gleixner
1
-8
/
+11
2010-09-20
sched: Extend enqueue_task to allow head queueing
Thomas Gleixner
3
-8
/
+11
2010-09-20
sched: Fix race between ttwu() and task_rq_lock()
Peter Zijlstra
1
-26
/
+45
2010-09-20
sched: Fix incorrect sanity check
Peter Zijlstra
1
-1
/
+1
2010-09-20
sched: Fix fork vs hotplug vs cpuset namespaces
Peter Zijlstra
2
-27
/
+27
2010-09-20
sched: Fix hotplug hang
Peter Zijlstra
1
-1
/
+1
2010-09-20
sched: Remove the cfs_rq dependency from set_task_cpu()
Peter Zijlstra
2
-11
/
+45
2010-09-20
sched: Add pre and post wakeup hooks
Peter Zijlstra
2
-6
/
+10
2010-09-20
sched: Fix select_task_rq() vs hotplug issues
Peter Zijlstra
1
-36
/
+40
2010-09-20
sched: Fix sched_exec() balancing
Peter Zijlstra
1
-22
/
+23
2010-09-20
sched: Fix broken assertion
Peter Zijlstra
1
-1
/
+2
2010-09-20
sched: Make warning less noisy
Ingo Molnar
1
-1
/
+1
2010-09-20
sched: Ensure set_task_cpu() is never called on blocked tasks
Peter Zijlstra
1
-17
/
+66
2010-09-20
sched: Use TASK_WAKING for fork wakups
Peter Zijlstra
1
-9
/
+9
2010-09-20
sched: Fix set_cpu_active() in cpu_down()
Xiaotian Feng
1
-21
/
+3
2010-09-20
sched: Use rcu in sched_get_rr_param()
Thomas Gleixner
1
-3
/
+3
2010-09-20
sched: Use rcu in sched_get/set_affinity()
Thomas Gleixner
1
-10
/
+6
2010-09-20
sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()
Thomas Gleixner
1
-5
/
+5
2010-09-20
sched: Make wakeup side and atomic variants of completion API irq safe
Rafael J.Wysocki
1
-4
/
+6
2010-09-20
sched: Remove forced2_migrations stats
Ingo Molnar
2
-8
/
+0
2010-09-20
sched: Sanitize fork() handling
Peter Zijlstra
2
-38
/
+33
2010-09-20
sched: Clean up ttwu() rq locking
Peter Zijlstra
1
-5
/
+3
2010-09-20
sched: Remove rq->clock coupling from set_task_cpu()
Peter Zijlstra
1
-12
/
+1
2010-09-20
sched: Remove unused cpu_nr_migrations()
Hiroshi Shimamoto
1
-11
/
+0
2010-09-20
sched: Consolidate select_task_rq() callers
Peter Zijlstra
1
-3
/
+11
2010-09-20
sched: Protect sched_rr_get_param() access to task->sched_class
Thomas Gleixner
4
-8
/
+8
[next]