index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
*
sched: Avoid cputime scaling overflow
Stanislaw Gruszka
2013-04-30
*
sched: Fix init NOHZ_IDLE flag
Vincent Guittot
2013-04-26
*
sched: Prevent to re-select dst-cpu in load_balance()
Joonsoo Kim
2013-04-24
*
sched: Rename load_balance_tmpmask to load_balance_mask
Joonsoo Kim
2013-04-24
*
sched: Move up affinity check to mitigate useless redoing overhead
Joonsoo Kim
2013-04-24
*
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
Joonsoo Kim
2013-04-24
*
sched: Explicitly cpu_idle_type checking in rebalance_domains()
Joonsoo Kim
2013-04-24
*
sched: Change position of resched_cpu() in load_balance()
Joonsoo Kim
2013-04-24
*
sched: Fix wrong rq's runnable_avg update with rt tasks
Vincent Guittot
2013-04-21
*
sched/cpuacct/UML: Fix header file dependency bug on the UML build
Ingo Molnar
2013-04-10
*
cgroup: Kill subsys.active flag
Li Zefan
2013-04-10
*
sched/cpuacct: No need to check subsys active state
Li Zefan
2013-04-10
*
sched/cpuacct: Initialize cpuacct subsystem earlier
Li Zefan
2013-04-10
*
sched/cpuacct: Initialize root cpuacct earlier
Li Zefan
2013-04-10
*
sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically
Li Zefan
2013-04-10
*
sched/cpuacct: Clean up cpuacct.h
Li Zefan
2013-04-10
*
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
Li Zefan
2013-04-10
*
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
Li Zefan
2013-04-10
*
sched/cpuacct: Add cpuacct_acount_field()
Li Zefan
2013-04-10
*
sched/cpuacct: Add cpuacct_init()
Li Zefan
2013-04-10
*
sched: Split cpuacct code out of sched.h
Li Zefan
2013-04-10
*
sched: Split cpuacct code out of core.c
Li Zefan
2013-04-10
*
sched: Fix comment in rebalance_domains()
Libin
2013-04-10
*
sched: Simplify can_migrate_task()
Zhang Hang
2013-04-10
*
sched: Fix typo inside comment
Viresh Kumar
2013-04-08
*
sched/tracing: Allow tracing the preemption decision on wakeup
Peter Zijlstra
2013-03-18
*
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Ingo Molnar
2013-03-18
|
\
|
*
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
2013-03-13
*
|
sched: Fix variable name misnomer, add comments
Andrei Epure
2013-03-14
|
/
*
sched: Spelling fix
Andrei Epure
2013-03-11
*
sched: Fix update_group_power() prototype placement to fix build warning when...
Li Zefan
2013-03-11
*
Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2013-03-08
|
\
|
*
cputime: Dynamically scale cputime for full dynticks accounting
Frederic Weisbecker
2013-03-07
|
*
context_tracking: Restore preempted context state after preempt_schedule_irq()
Frederic Weisbecker
2013-03-07
*
|
sched: Remove double declaration of root_task_group
Li Zefan
2013-03-06
*
|
sched: Move group scheduling functions out of include/linux/sched.h
Li Zefan
2013-03-06
*
|
sched: Make default_scale_freq_power() static
Li Zefan
2013-03-06
*
|
sched: Move struct sched_class to kernel/sched/sched.h
Li Zefan
2013-03-06
*
|
sched: Move wake flags to kernel/sched/sched.h
Li Zefan
2013-03-06
*
|
sched: Move struct sched_group to kernel/sched/sched.h
Li Zefan
2013-03-06
*
|
sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h
Li Zefan
2013-03-06
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-03
|
\
|
*
more file_inode() open-coded instances
Al Viro
2013-02-27
*
|
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-03-03
|
\
\
|
*
|
trace/ring_buffer: handle 64bit aligned structs
James Hogan
2013-03-02
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-03-02
|
\
\
\
|
*
|
|
fix compat_sys_rt_sigprocmask()
Al Viro
2013-03-02
*
|
|
|
Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...
Linus Torvalds
2013-03-02
|
\
\
\
\
|
*
|
|
|
kdb: Remove unhandled ssb command
Vincent
2013-03-02
|
*
|
|
|
kdb: Prevent kernel oops with kdb_defcmd
Jason Wessel
2013-03-02
[next]