index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-14
sched: Add documentation for bandwidth control
Bharata B Rao
1
-0
/
+122
2011-08-14
sched: Return unused runtime on group dequeue
Paul Turner
2
-1
/
+122
2011-08-14
sched: Add exports tracking cfs bandwidth control statistics
Nikhil Rao
2
-0
/
+28
2011-08-14
sched: Throttle entities exceeding their allowed bandwidth
Paul Turner
1
-2
/
+50
2011-08-14
sched: Migrate throttled tasks on HOTPLUG
Paul Turner
1
-0
/
+27
2011-08-14
sched: Prevent buddy interactions with throttled entities
Paul Turner
1
-1
/
+17
2011-08-14
sched: Prevent interactions with throttled entities
Paul Turner
2
-7
/
+94
2011-08-14
sched: Allow for positional tg_tree walks
Paul Turner
1
-13
/
+37
2011-08-14
sched: Add support for unthrottling group entities
Paul Turner
2
-4
/
+126
2011-08-14
sched: Add support for throttling group entities
Paul Turner
2
-4
/
+92
2011-08-14
sched: Expire invalid runtime
Paul Turner
2
-10
/
+84
2011-08-14
sched: Add a timer to handle CFS bandwidth refresh
Paul Turner
2
-24
/
+123
2011-08-14
sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth
Paul Turner
4
-3
/
+94
2011-08-14
sched: Validate CFS quota hierarchies
Paul Turner
1
-14
/
+98
2011-08-14
sched: Introduce primitives to account for CFS bandwidth tracking
Paul Turner
3
-4
/
+220
2011-08-14
sched: Implement hierarchical task accounting for SCHED_OTHER
Paul Turner
4
-5
/
+14
2011-08-14
sched/cpupri: Remove cpupri->pri_active
Yong Zhang
2
-4
/
+1
2011-08-14
sched/cpupri: Fix memory barriers for vec updates to always be in order
Steven Rostedt
1
-3
/
+25
2011-08-14
sched/cpupri: Remove the vec->lock
Steven Rostedt
2
-26
/
+41
2011-08-14
sched: Use pushable_tasks to determine next highest prio
Steven Rostedt
1
-43
/
+18
2011-08-14
sched: Balance RT tasks when forked as well
Steven Rostedt
1
-3
/
+6
2011-08-14
sched: Remove resetting exec_start in put_prev_task_rt()
Hillf Danton
1
-1
/
+0
2011-08-14
sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task()
Hillf Danton
1
-7
/
+8
2011-08-14
sched: Remove noop in lowest_flag_domain()
Hillf Danton
1
-1
/
+1
2011-08-14
sched: Remove noop in next_prio()
Hillf Danton
1
-1
/
+1
2011-08-14
sched: fix broken SCHED_RESET_ON_FORK handling
Mike Galbraith
1
-13
/
+12
2011-08-14
sched: Kill WAKEUP_PREEMPT
Yong Zhang
2
-13
/
+1
2011-08-14
sched: Remove rq->avg_load_per_task
Jan H. Schönherr
1
-6
/
+2
2011-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-6
/
+7
2011-08-12
sparc: Don't do hypervisor calls on non-sun4v in DS driver.
David S. Miller
1
-6
/
+7
2011-08-12
pnfs: Automatically select blocks & objects layouts
Boaz Harrosh
1
-14
/
+4
2011-08-12
ext4: Properly count journal credits for long symlinks
Eric Sandeen
1
-2
/
+4
2011-08-12
ext3: Properly count journal credits for long symlinks
Eric Sandeen
1
-2
/
+4
2011-08-11
move RLIMIT_NPROC check from set_user() to do_execve_common()
Vasiliy Kulikov
5
-8
/
+32
2011-08-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-68
/
+239
2011-08-11
MAINTAINERS: Update linus' git repository
Tracey Dent
1
-1
/
+1
2011-08-11
Revert "EDAC: Correct Kconfig dependencies"
Linus Torvalds
1
-2
/
+3
2011-08-11
NFS41: make PNFS_BLOCK selectable
Peng Tao
1
-5
/
+9
2011-08-11
Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
6
-19
/
+50
2011-08-10
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
19
-77
/
+99
2011-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
4
-12
/
+33
2011-08-10
EDAC: Correct Kconfig dependencies
Borislav Petkov
1
-3
/
+2
2011-08-10
powerpc: Really fix build without CONFIG_PCI
Benjamin Herrenschmidt
1
-1
/
+1
2011-08-10
ARM: drop experimental status for ARM_PATCH_PHYS_VIRT
Russell King
1
-2
/
+1
2011-08-10
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...
Ingo Molnar
3
-12
/
+50
2011-08-10
Ecryptfs: Add mount option to check uid of device being mounted = expect uid
John Johansen
1
-2
/
+21
2011-08-10
cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warning
Jonathan Nieder
1
-2
/
+4
2011-08-10
Revert "memcg: get rid of percpu_charge_mutex lock"
Michal Hocko
1
-2
/
+10
2011-08-09
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2011-08-09
eCryptfs: Fix payload_len unitialized variable warning
Tyler Hicks
1
-1
/
+1
[next]