index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-27
sched: Remove unused struct sched_group_capacity::capacity_orig
Vincent Guittot
3
-23
/
+4
2015-03-27
sched: Replace capacity_factor by usage
Vincent Guittot
1
-67
/
+72
2015-03-27
sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::group_usage
Vincent Guittot
1
-0
/
+29
2015-03-27
sched: Add struct rq::cpu_capacity_orig
Vincent Guittot
3
-2
/
+9
2015-03-27
sched: Make scale_rt invariant with frequency
Vincent Guittot
2
-13
/
+8
2015-03-27
sched: Make sched entity usage tracking scale-invariant
Morten Rasmussen
1
-7
/
+14
2015-03-27
sched: Remove frequency scaling from cpu_capacity
Vincent Guittot
1
-7
/
+0
2015-03-27
sched: Track group sched_entity usage contributions
Morten Rasmussen
2
-0
/
+5
2015-03-27
sched: Add sched_avg::utilization_avg_contrib
Vincent Guittot
3
-20
/
+72
2015-03-23
sched/rt: Use IPI to trigger RT task push migration instead of pulling
Steven Rostedt
3
-0
/
+202
2015-03-23
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patches
Ingo Molnar
87
-798
/
+2134
2015-03-23
sched: Fix RLIMIT_RTTIME when PI-boosting to RT
Brian Silverman
1
-0
/
+2
2015-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Linus Torvalds
1
-4
/
+26
2015-03-17
Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2015-03-17
livepatch: Fix subtle race with coming and going modules
Petr Mladek
1
-4
/
+26
2015-03-13
perf: Fix context leak in put_event()
Leon Yu
1
-1
/
+1
2015-03-12
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
1
-2
/
+0
2015-03-10
sched/deadline: Add rq->clock update skip for dl task yield
Wanpeng Li
1
-0
/
+6
2015-03-09
Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-10
/
+30
2015-03-09
Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-5
/
+4
2015-03-09
Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-4
/
+52
2015-03-09
ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled
Steven Rostedt (Red Hat)
1
-3
/
+3
2015-03-09
ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl
Pratyush Anand
1
-6
/
+22
2015-03-09
ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl
Steven Rostedt (Red Hat)
1
-2
/
+6
2015-03-08
Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-1
/
+2
2015-03-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+2
2015-03-07
console: Fix console name size mismatch
Peter Hurley
2
-1
/
+2
2015-03-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Linus Torvalds
1
-1
/
+2
2015-03-06
kernel/module.c: Update debug alignment after symtable generation
Laura Abbott
1
-0
/
+2
2015-03-06
Merge branch 'irq-pm'
Rafael J. Wysocki
2
-2
/
+12
2015-03-05
Merge branch 'suspend-to-idle'
Rafael J. Wysocki
1
-21
/
+33
2015-03-05
cpuidle / sleep: Use broadcast timer for states that stop local timer
Rafael J. Wysocki
1
-9
/
+21
2015-03-05
workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE
Tejun Heo
1
-4
/
+52
2015-03-04
genirq / PM: Add flag for shared NO_SUSPEND interrupt lines
Rafael J. Wysocki
2
-2
/
+12
2015-03-03
livepatch: fix RCU usage in klp_find_external_symbol()
Peter Zijlstra
1
-1
/
+2
2015-03-02
cpuidle: Clean up fallback handling in cpuidle_idle_call()
Rafael J. Wysocki
1
-14
/
+15
2015-03-02
cpuset: Fix cpuset sched_relax_domain_level
Jason Low
1
-3
/
+0
2015-03-02
cpuset: fix a warning when clearing configured masks in old hierarchy
Zefan Li
1
-2
/
+2
2015-03-02
cpuset: initialize effective masks when clone_children is enabled
Zefan Li
1
-0
/
+2
2015-03-01
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2015-03-01
locking/rtmutex: Set state back to running on error
Sebastian Andrzej Siewior
1
-0
/
+1
2015-02-28
idle / sleep: Avoid excessive disabling and enabling interrupts
Rafael J. Wysocki
1
-1
/
+0
2015-02-28
kernel/sys.c: fix UNAME26 for 4.0
Jon DeVree
1
-1
/
+2
2015-02-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Linus Torvalds
1
-5
/
+5
2015-02-22
livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_handler()
Petr Mladek
1
-3
/
+3
2015-02-21
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-0
/
+12
2015-02-21
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+7
2015-02-21
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2015-02-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-99
/
+148
2015-02-21
Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
[next]