summaryrefslogtreecommitdiffstats
path: root/libcutils/sched_policy.c
Commit message (Expand)AuthorAgeFilesLines
* sched_policy: zero proc_name buffer before populatingScott Mertz2016-03-301-0/+1
* sched_policy: split add_tid_to_cgroupPat Erley2016-03-241-11/+38
* sched_policy: Split cpuset/cgroup initPat Erley2016-03-241-3/+18
* libcutils: Add process name to logsPat Erley2016-03-241-10/+22
* libcutils: make sched_policy more robustPat Erley2016-03-181-1/+45
* Fix logspam from system-background cpuset.Tim Murray2015-12-171-3/+0
* Improve cpuset support for surfaceflinger.Tim Murray2015-11-181-0/+9
* Merge "Fix janky navbar ripples -- incorrect timerslack values" into mnc-devTodd Kjos2015-06-291-1/+3
|\
| * Fix janky navbar ripples -- incorrect timerslack valuesTodd Kjos2015-06-251-1/+3
* | Don't set cgroup policy when updating cpusets.Tim Murray2015-06-221-4/+1
|/
* add cpuset support to libcutilsTim Murray2015-06-111-31/+86
* am fae953eb: Merge "HAVE_ANDROID_OS implies that you have <pthread.h> and <sc...Elliott Hughes2014-12-151-1/+1
|\
| * HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>.Elliott Hughes2014-12-141-1/+1
* | am 33b33549: Merge "Make the default cgroup, the foreground cgroup." into lmp...Riley Andrews2014-10-081-23/+3
|\ \ | |/ |/|
| * Make the default cgroup, the foreground cgroup.Riley Andrews2014-10-071-23/+3
* | am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid."Elliott Hughes2014-08-181-4/+0
|\ \ | |/ |/|
| * Remove androidGetTid.Elliott Hughes2014-08-181-4/+0
* | Move sched_policy.c off bionic's PR_SET_TIMERSLACK_PID.Elliott Hughes2014-07-171-0/+3
* | Use <sys/prctl.h> instead of <linux/prctl.h>.Elliott Hughes2014-07-111-10/+2
* | am a0a461d3: am 82e1b89f: am a32e01d2: Merge "libcutils: turn on -Werror"Mark Salyzyn2014-05-021-9/+10
|\ \ | |/
| * libcutils: turn on -WerrorMark Salyzyn2014-05-011-9/+10
* | Fix build problems caused by commit:Ruchi Kandoi2014-04-241-1/+1
* | Set timer slack value according to thread foreground/background state.Ruchi Kandoi2014-04-231-0/+6
|/
* cutils: sched_policy: remove audio app/sys groups, merge into fgDima Zavin2012-06-041-31/+4
* cutils: sched_policy: make bg group be nested under fgDima Zavin2012-06-041-4/+4
* Revert "Revert "Use O_CLOEXEC when opening cgroup fds.""Jeff Brown2012-05-081-5/+5
* Add stubs for host builds.Jeff Brown2012-05-081-17/+30
* Revert "Use O_CLOEXEC when opening cgroup fds."Jeff Brown2012-05-081-5/+5
* Use O_CLOEXEC when opening cgroup fds.Jeff Brown2012-05-081-5/+5
* Add more SP_ constantsGlenn Kasten2012-04-231-14/+80
* Scheduling group cleanup - add comment, SP_DEFAULTGlenn Kasten2012-04-201-0/+21
* Add get_sched_policy_name() and use in ps and topGlenn Kasten2012-03-151-0/+12
* fix windows SDK buildBrad Fitzpatrick2010-05-081-1/+3
* More fixes to Binder perf regression from EclairBrad Fitzpatrick2010-05-071-32/+47
* Optimize set_sched_policy(), which gets called in every binder call.Brad Fitzpatrick2010-05-061-16/+22
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-251-7/+7
* cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple cont...San Mehat2010-03-021-20/+44
* system: sched_policy: Don't return an error when the thread we're trying to m...San Mehat2009-12-031-1/+10
* cutils: sched_policy: Fix bug where we were unable to move backgrounded threa...San Mehat2009-10-291-3/+5
* cutils: schedpolicy: Add debug code to log sched policy transitionsSan Mehat2009-10-291-0/+37
* cutils: Add support for reading a processes scheduler policySan Mehat2009-10-271-3/+88
* Disable sched_policy under Windows.Raphael2009-09-151-0/+6
* libcutils: Dont include kernel header + add definesSan Mehat2009-09-141-1/+8
* libcutils: Add abstracted support for setting scheduler policiesSan Mehat2009-09-121-0/+84