summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* core: Reduce mutex contention in ActivityManagerSteve Kondik2015-10-281-12/+25
* add cpuset supportTim Murray2015-06-221-2/+21
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-6/+2
* Add appropriate casts for char16_t.Dan Albert2014-11-201-3/+6
* Fix check for PROC_QUOTES modeBernhard Rosenkränzer2014-11-171-1/+1
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-23/+29
* kill HAVE_SCHED_SETSCHEDULERYabin Cui2014-11-101-1/+2
* am 72d3cef8: am 708da446: Merge "Use gettid directly in frameworks JNI."Elliott Hughes2014-08-181-3/+3
|\
| * Use gettid directly in frameworks JNI.Elliott Hughes2014-08-181-3/+3
* | android.os.Process: add killProcessGroupColin Cross2014-07-101-0/+13
* | Fix some problems with proc stats collection.Dianne Hackborn2014-06-241-3/+7
* | am eacaa353: am c717179e: Merge "jni: android_util_Process 64 bit issues"Mark Salyzyn2014-04-241-16/+17
|\ \ | |/
| * jni: android_util_Process 64 bit issuesMark Salyzyn2014-04-241-16/+17
* | am f87b3a25: am 374db6c3: Merge "Remove ProcessState::mArgc,mArgV,mArgLen"Narayan Kamath2014-04-031-2/+4
|\ \ | |/
| * Remove ProcessState::mArgc,mArgV,mArgLenNarayan Kamath2014-04-031-2/+4
| * Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-221-1/+42
| |\
* | | ActivityManagerService use lmkd low memory killer daemon -- DO NOT MERGETodd Poynor2014-01-031-18/+0
* | | am 8f592378: am 69920427: Merge "Fix a variety of small publicly-reported bugs."Elliott Hughes2013-10-291-7/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Fix a variety of small publicly-reported bugs.Elliott Hughes2013-10-291-7/+7
* | resolved conflicts for merge of 368d81fe to masterElliott Hughes2013-07-311-26/+1
|\ \ | |/
| * Switch Process.myTid over to the libcore JNI too.Elliott Hughes2013-07-311-8/+1
| * Replace native Process getpid/getuid with calls to libcore equivalents.Jeff Hao2013-07-311-12/+0
* | Increase swappiness of processes when memcgroups are enabledRom Lemarchand2013-07-151-0/+28
* | Update procstats to start collecting/reporting pss.Dianne Hackborn2013-06-261-1/+14
* | Disable the AssetAtlas when running under valgrindRomain Guy2013-05-291-0/+6
|/
* Add method to get process group.Jeff Sharkey2013-01-171-1/+11
* Include important native processes in watchdog stacks.Dianne Hackborn2012-06-081-0/+88
* Add new API to find total RAM.Dianne Hackborn2012-05-091-5/+17
* Scheduling policy serviceGlenn Kasten2012-04-241-2/+10
* Scheduling group cleanupGlenn Kasten2012-04-231-13/+27
* Remove obsolete references to sched_policy.hGlenn Kasten2012-03-051-1/+0
* Fix build for SDK on MacGlenn Kasten2012-01-171-0/+4
* Merge "Add android.os.Process.setThreadScheduler"Glenn Kasten2012-01-171-9/+21
|\
| * Add android.os.Process.setThreadSchedulerGlenn Kasten2011-07-141-9/+21
* | Fix build warningsGlenn Kasten2012-01-111-1/+1
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-6/+6
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-12/+12
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-8/+0
* | Eliminate single-process mode.Jeff Brown2011-07-081-16/+8
|/
* Remove dead code related to gettidGlenn Kasten2011-06-031-12/+1
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-11/+0
* More native code cleanup.Elliott Hughes2011-04-121-5/+0
* More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-86/+86
* Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-2/+1
* Add ability to guard a thread against setting its own prio to bgChristopher Tate2010-06-301-0/+39
* Hopefully fix issue #2662536: Why is launcher being killed?Dianne Hackborn2010-05-101-1/+9
* Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-27/+12