index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2014-04-12
1
-1
/
+19
|
\
|
*
sched: declare pid_alive as inline
Richard Guy Briggs
2014-03-20
1
-1
/
+1
|
*
pid: get pid_t ppid of task in init_pid_ns
Richard Guy Briggs
2014-03-20
1
-1
/
+19
*
|
wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space
Oleg Nesterov
2014-04-07
1
-2
/
+2
*
|
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
Oleg Nesterov
2014-04-07
1
-0
/
+1
*
|
exec: kill bprm->tcomm[], simplify the "basename" logic
Oleg Nesterov
2014-04-07
1
-1
/
+1
*
|
mm, mempolicy: remove per-process flag
David Rientjes
2014-04-07
1
-1
/
+0
*
|
mm: per-thread vma caching
Davidlohr Bueso
2014-04-07
1
-0
/
+7
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-04-01
1
-1
/
+5
|
\
\
|
*
|
timer: Remove code redundancy while calling get_nohz_timer_target()
Viresh Kumar
2014-03-20
1
-1
/
+5
*
|
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-04-01
1
-1
/
+1
|
\
\
\
|
*
|
|
cputime: Default implementation of nsecs -> cputime conversion
Frederic Weisbecker
2014-03-13
1
-1
/
+1
|
|
/
/
*
|
|
sched: Add better debug output for might_sleep()
Thomas Gleixner
2014-02-22
1
-0
/
+3
*
|
|
Merge branch 'linus' into sched/core
Thomas Gleixner
2014-02-21
1
-1
/
+2
|
\
\
\
|
*
|
|
execve: use 'struct filename *' for executable name passing
Linus Torvalds
2014-02-05
1
-1
/
+2
|
|
/
/
*
|
|
sched/fair: Track cgroup depth
Peter Zijlstra
2014-02-10
1
-0
/
+1
*
|
|
sched: Implement task_nice() as static inline function
Dongsheng Yang
2014-02-09
1
-1
/
+10
*
|
|
sched: Move the priority specific bits into a new header file
Dongsheng Yang
2014-02-09
1
-0
/
+2
*
|
|
Merge branch 'linus' into sched/core, to resolve conflicts
Ingo Molnar
2014-02-02
1
-11
/
+31
|
\
\
\
|
|
/
/
|
*
|
exec: kill task_struct->did_exec
Oleg Nesterov
2014-01-23
1
-1
/
+0
|
*
|
kernel/fork.c: make dup_mm() static
DaeSeok Youn
2014-01-23
1
-2
/
+0
|
*
|
proc: cleanup/simplify get_task_state/task_state_array
Oleg Nesterov
2014-01-23
1
-1
/
+1
|
*
|
coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h
Oleg Nesterov
2014-01-23
1
-4
/
+17
|
*
|
coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY
Oleg Nesterov
2014-01-23
1
-3
/
+1
|
*
|
introduce for_each_thread() to replace the buggy while_each_thread()
Oleg Nesterov
2014-01-21
1
-0
/
+12
*
|
|
sched/numa: Normalize faults_cpu stats and weigh by CPU use
Rik van Riel
2014-01-28
1
-0
/
+2
*
|
|
sched/numa, mm: Use active_nodes nodemask to limit numa migrations
Rik van Riel
2014-01-28
1
-0
/
+7
*
|
|
sched/numa: Track from which nodes NUMA faults are triggered
Rik van Riel
2014-01-28
1
-2
/
+7
*
|
|
sched/numa: Rename p->numa_faults to numa_faults_memory
Rik van Riel
2014-01-28
1
-4
/
+4
*
|
|
sched/numa, mm: Remove p->numa_migrate_deferred
Rik van Riel
2014-01-28
1
-1
/
+0
|
/
/
*
|
sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding
Peter Zijlstra
2014-01-13
1
-0
/
+15
*
|
sched/clock, x86: Use a static_key for sched_clock_stable
Peter Zijlstra
2014-01-13
1
-1
/
+3
*
|
sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks
Dario Faggioli
2014-01-13
1
-0
/
+1
*
|
sched/deadline: Add SCHED_DEADLINE inheritance logic
Dario Faggioli
2014-01-13
1
-1
/
+7
*
|
rtmutex: Turn the plist into an rb-tree
Peter Zijlstra
2014-01-13
1
-1
/
+3
*
|
sched/deadline: Add period support for SCHED_DEADLINE tasks
Harald Gustafsson
2014-01-13
1
-0
/
+1
*
|
sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic
Juri Lelli
2014-01-13
1
-0
/
+1
*
|
sched/deadline: Add SCHED_DEADLINE structures & implementation
Dario Faggioli
2014-01-13
1
-1
/
+45
*
|
sched: Add new scheduler syscalls to support an extended scheduling parameter...
Dario Faggioli
2014-01-13
1
-0
/
+62
*
|
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2013-12-17
1
-5
/
+2
|
\
\
|
|
/
|
*
sched/fair: Rework sched_fair time accounting
Peter Zijlstra
2013-12-11
1
-1
/
+2
|
*
sched: Remove PREEMPT_NEED_RESCHED from generic code
Peter Zijlstra
2013-12-11
1
-2
/
+0
|
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-12-02
1
-2
/
+0
|
|
\
|
|
*
sched: Remove unused variable in 'struct sched_domain'
Alex Shi
2013-11-19
1
-2
/
+0
*
|
|
tasks/exit: Remove unused task_is_dead() method
Oleg Nesterov
2013-11-27
1
-1
/
+0
|
/
/
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-11-19
1
-1
/
+1
|
\
\
|
*
|
preempt: Make PREEMPT_ACTIVE generic
Thomas Gleixner
2013-11-13
1
-1
/
+1
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-11-15
1
-0
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hung_task: add method to reset detector
Marcelo Tosatti
2013-11-06
1
-0
/
+8
*
|
|
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2013-11-13
1
-0
/
+4
[next]