index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-05
1
-7
/
+10
|
\
|
*
memcg: punt high overage reclaim to return-to-userland path
Tejun Heo
2015-11-05
1
-0
/
+3
|
*
memcg: flatten task_struct->memcg_oom
Tejun Heo
2015-11-05
1
-7
/
+6
|
*
kernel/watchdog.c: add sysctl knob hardlockup_panic
Don Zickus
2015-11-05
1
-0
/
+1
*
|
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2015-11-05
1
-12
/
+0
|
\
\
|
|
/
|
/
|
|
*
sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem
Tejun Heo
2015-09-16
1
-12
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-11-04
1
-1
/
+1
|
\
\
|
*
|
bpf: charge user for creation of BPF maps and programs
Alexei Starovoitov
2015-10-12
1
-1
/
+1
|
|
/
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-03
1
-16
/
+20
|
\
\
|
*
|
sched/core: Create preempt_count invariant
Peter Zijlstra
2015-10-06
1
-5
/
+12
|
*
|
sched/core: Simplify INIT_PREEMPT_COUNT
Peter Zijlstra
2015-10-06
1
-6
/
+5
|
*
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2015-10-06
1
-0
/
+12
|
|
\
|
|
*
|
sched/core: Make 'sched_domain_topology' declaration static
Juergen Gross
2015-09-23
1
-2
/
+0
|
*
|
sched/fair: Make utilization tracking CPU scale-invariant
Dietmar Eggemann
2015-09-13
1
-1
/
+1
|
*
|
sched/fair: Make load tracking frequency scale-invariant
Dietmar Eggemann
2015-09-13
1
-3
/
+3
*
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-03
1
-4
/
+6
|
\
\
\
|
*
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2015-10-19
1
-4
/
+6
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
rcu: Use single-stage IPI algorithm for RCU expedited grace period
Paul E. McKenney
2015-09-20
1
-4
/
+6
|
|
|
/
*
|
|
posix_cpu_timer: Reduce unnecessary sighand lock contention
Jason Low
2015-10-15
1
-0
/
+3
*
|
|
posix_cpu_timer: Convert cputimer->running to bool
Jason Low
2015-10-15
1
-3
/
+3
|
/
/
*
/
Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...
Tejun Heo
2015-09-16
1
-0
/
+12
|
/
*
mm: defer flush of writable TLB entries
Mel Gorman
2015-09-04
1
-0
/
+7
*
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
2015-09-04
1
-0
/
+16
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-08-31
1
-55
/
+43
|
\
|
*
sched: Fix a race between __kthread_bind() and sched_setaffinity()
Peter Zijlstra
2015-08-12
1
-7
/
+0
|
*
sched/fair: Rewrite runnable load and utilization average tracking
Yuyang Du
2015-08-03
1
-23
/
+18
|
*
sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()
Konstantin Khlebnikov
2015-08-03
1
-6
/
+0
|
*
sched/fair: Beef up wake_wide()
Mike Galbraith
2015-08-03
1
-2
/
+2
|
*
sched/cputime: Guarantee stime + utime == rtime
Peter Zijlstra
2015-08-03
1
-17
/
+23
*
|
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
2015-07-18
1
-1
/
+5
*
|
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
2015-07-18
1
-2
/
+10
|
/
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-07-04
1
-5
/
+3
|
\
|
*
sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h
Srikar Dronamraju
2015-07-04
1
-2
/
+0
|
*
sched/stat: Simplify the sched_info accounting dependency
Naveen N. Rao
2015-07-04
1
-3
/
+3
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-06-27
1
-1
/
+0
|
\
\
|
*
|
signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()
Oleg Nesterov
2015-06-04
1
-1
/
+0
*
|
|
Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2015-06-26
1
-48
/
+17
|
\
\
\
|
*
|
|
sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem
Tejun Heo
2015-05-26
1
-12
/
+0
|
*
|
|
sched, cgroup: reorganize threadgroup locking
Tejun Heo
2015-05-26
1
-36
/
+17
|
|
/
/
*
|
/
clone: support passing tls argument via C rather than pt_regs magic
Josh Triplett
2015-06-25
1
-0
/
+15
|
|
/
|
/
|
*
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
1
-0
/
+3
|
\
\
|
*
|
context_tracking: Inherit TIF_NOHZ through forks instead of context switches
Frederic Weisbecker
2015-05-07
1
-0
/
+3
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
1
-5
/
+1
|
\
\
\
|
*
|
|
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
1
-5
/
+1
|
|
/
/
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
1
-27
/
+91
|
\
\
\
|
*
|
|
sched/wait: Introduce TASK_NOLOAD and TASK_IDLE
Peter Zijlstra
2015-05-19
1
-3
/
+7
|
*
|
|
sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled
David Hildenbrand
2015-05-19
1
-0
/
+1
|
*
|
|
sched/preempt: Merge preempt_mask.h into preempt.h
Frederic Weisbecker
2015-05-19
1
-1
/
+1
|
*
|
|
sched: Remove redundant #ifdef
Nikolay Borisov
2015-05-14
1
-2
/
+0
|
*
|
|
sched, timer: Fix documentation for 'struct thread_group_cputimer'
Jason Low
2015-05-10
1
-2
/
+1
[next]