summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-221-0/+1
|\
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-01-191-0/+1
* | mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-201-2/+2
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+1
|\
| * unix: properly account for FDs passed over unix socketswilly tarreau2016-01-111-0/+1
* | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-111-0/+4
|\ \
| * | watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo2015-12-081-0/+4
| |/
* | sched/core: Move sched_entity::avg into separate cache lineJiri Olsa2016-01-061-2/+7
* | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-7/+9
|\ \
| * | sched/core: Fix unserialized r-m-w scribbling stuffPeter Zijlstra2016-01-061-5/+6
| * | sched/core: Check tgid in is_global_init()Sergey Senozhatsky2016-01-061-2/+3
| |/
* | sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-041-1/+1
* | sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker2015-12-041-1/+4
* | sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2015-11-231-2/+2
|/
* Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-101-1/+3
|\
| * coredump: add DAX filtering for ELF coredumpsRoss Zwisler2015-11-091-1/+3
* | signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov2015-11-061-0/+10
* | signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-061-5/+6
* | signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov2015-11-061-6/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-7/+10
|\ \
| * | memcg: punt high overage reclaim to return-to-userland pathTejun Heo2015-11-051-0/+3
| * | memcg: flatten task_struct->memcg_oomTejun Heo2015-11-051-7/+6
| * | kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-051-0/+1
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-12/+0
|\ \ \ | |/ / |/| |
| * | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-161-12/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041-1/+1
|\ \
| * | bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-121-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-031-16/+20
|\ \
| * | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-061-5/+12
| * | sched/core: Simplify INIT_PREEMPT_COUNTPeter Zijlstra2015-10-061-6/+5
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-061-0/+12
| |\ \ | | |/
| * | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-2/+0
| * | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-131-1/+1
| * | sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann2015-09-131-3/+3
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-4/+6
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-191-4/+6
| |\ \ \ | | |_|/ | |/| |
| | * | rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-201-4/+6
| | |/
* | | posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low2015-10-151-0/+3
* | | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-151-3/+3
|/ /
* | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-161-0/+12
|/
* mm: defer flush of writable TLB entriesMel Gorman2015-09-041-0/+7
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-041-0/+16
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-55/+43
|\
| * sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-121-7/+0
| * sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-23/+18
| * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-031-6/+0
| * sched/fair: Beef up wake_wide()Mike Galbraith2015-08-031-2/+2
| * sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-031-17/+23
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-1/+5
OpenPOWER on IntegriCloud