Re: [android-kernel] Re: Android CFS Scheduling

2010-12-07 Thread Arun K. Singh
Linux kernel could be more complicated when evaluating priorities and defining "runnable" processes. While "nice" values only impact the base/static priorities of the process, these may not be the actual priorities, "dynamic priorities" as defined and used by scheduler. Further the class of schedu

Re: [android-kernel] android kernel

2010-12-07 Thread sanjeev sharma
Don't post incomplete information. Sanjeev Sharma On Tue, Dec 7, 2010 at 7:40 PM, amit wrote: > Where to get latest new android kernel like android 2.3. > > -- > unsubscribe: > android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel -- unsubscrib

[android-kernel] Re: Android CFS Scheduling

2010-12-07 Thread Brad Davis
Yes and no. If all the processes were active and runnable (not blocked waiting for something else to happen) then yes, you would be sharing the CPU with all of them. However, most of them are blocked for one reason or another (disk read, message, signal, UI interaction, another process, ...). On

[android-kernel] Android CFS Scheduling

2010-12-07 Thread Yu
Hi, If you use 'ps' command, you will get a list of all the current processes in the system - let us assume that we have n processes. My question is if a new application is lauched - say Process-A, will A share the CPU with all the exisiting processes in the system? So the fraction of CPU for A is

[android-kernel] public key for repo init ?

2010-12-07 Thread ykohno
Hello all, Recently I have been in trouble to get source.. Please help me to shoot this problem. (I guess I need public key for 920F5C65, but I cannot find it in key server; like pgp.mit.edu..) Regards, Kohno - o...@t61:~/mydroid$ repo init -u git://android.git.kernel.org/platform/manife

Re: [android-kernel] Linux for alwaysinnovating board

2010-12-07 Thread Amit Pundir
Check arowboat.org Regards, Amit Pundir On Mon, Dec 6, 2010 at 7:40 AM, ravi wrote: > I need to install fresh linux on alwaysinnovating board. It has > omap3530. Pls help. > > -- > unsubscribe: > android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-ker

[android-kernel] android kernel

2010-12-07 Thread amit
Where to get latest new android kernel like android 2.3. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel