- Nov 11, 2008
-
-
Nick Pelly authored
groups_search is not exported from sys.c which causes problems for module builds. in_egroup_p is exported and is just what we need.
-
- Oct 29, 2008
-
-
Mike Lockwood authored
Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- Oct 17, 2008
-
-
Nick Pelly authored
Following the pattern from hci_*.c, turn off BT_DBG messages unless they have been requested via HCI_UART_DEBUG Signed-off-by:
Brian Swetland <swetland@google.com>
-
Nick Pelly authored
Signed-off-by:
Rebecca Schultz <rschultz@google.com>
-
- Oct 10, 2008
-
-
Arve Hjønnevåg authored
-
Arve Hjønnevåg authored
This prevents retired blocks from being played back when there is no checkpoint and the nand driver could not mark the block as bad.
-
Arve Hjønnevåg authored
-
- Sep 02, 2008
-
-
Arve Hjønnevåg authored
Without this we will crash in fput if the first mmap gets unmapped before the second mmap starts. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
They may exit without processing them. This causes a node leak until the process goes away. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
- Aug 18, 2008
-
-
Brian Swetland authored
Being in the AID_NET_RAW group will provide the same ability to create a raw IP socket as having the capability CAP_NET_RAW. Signed-off-by:
Brian Swetland <swetland@google.com>
-
Robert Love authored
Signed-off-by:
Robert Love <rlove@google.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Brian Swetland <swetland@google.com>
-
- Aug 11, 2008
-
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
This could cause the node to be deleted while the driver still had pointers to it. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Add debug mask module parameter. Add wall time to user state change and suspend exit messages. Signed-off-by:
Brian Swetland <swetland@google.com>
-
Robert Love authored
Add a family of knobs to /sys/kernel/ipv4 for controlling the TCP window size: tcp_wmem_min tcp_wmem_def tcp_wmem_max tcp_rmem_min tcp_rmem_def tcp_rmem_max This six values mirror the sysctl knobs in /proc/sys/net/ipv4/tcp_wmem and /proc/sys/net/ipv4/tcp_rmem. Sysfs, unlike sysctl, allows us to set and manage the files' permissions and owners. Signed-off-by:
Robert Love <rlove@google.com>
-
Robert Love authored
Signed-off-by:
Robert Love <rlove@google.com>
-
Arve Hjønnevåg authored
If 0 only checkpoint on unmount. If 1 checkpoint on sync. If 2 checkpoint on write_super and sync. Default is 1. Signed-off-by:
Brian Swetland <swetland@google.com>
-
Arve Hjønnevåg authored
The code was there to checkpoint in sync and writesuper but it did not checkpint no since s_dirt never got set. Signed-off-by:
Brian Swetland <swetland@google.com>
-
Arve Hjønnevåg authored
When we resume we only know how many whole seconds has elapsed. These errors would accumulate in delta. We now only set the delta if it would change by more than two seconds. If we drift back by by more than a second add one in resume. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
- Jul 26, 2008
-
-
Arve Hjønnevåg authored
Signed-off-by:
Brian Swetland <swetland@google.com>
-
Robert Love authored
Backport of 0bbd3336: The wakeup buddy logic didn't use the same wakeup granularity logic as the wakeup preemption did, this might cause the ->next buddy to be selected past the point where we would have preempted had the task been a single running instance. Signed-off-by:
Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Robert Love authored
Backport of 46151122: The conversion between virtual and real time is as follows: dvt = rw/w * dt <=> dt = w/rw * dvt Since we want the fair sleeper granularity to be in real time, we actually need to do: dvt = - rw/w * l This bug could be related to the regression reported by Yanmin Zhang: | Comparing with kernel 2.6.25, sysbench+mysql(oltp, readonly) has lots | of regressions with 2.6.26-rc1: | | 1) 8-core stoakley: 28%; | 2) 16-core tigerton: 20%; | 3) Itanium Montvale: 50%. Reported-by:
"Zhang, Yanmin" <yanmin_zhang@linux.intel.com> Signed-off-by:
Mike Galbraith <efault@gmx.de> Signed-off-by:
Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Robert Love authored
Backport of 112f53f5: Signed-off-by:
Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Rebecca Schultz authored
Power driver was sometimes returning the wrong error code to userspace breaking suspend and resume. Signed-off-by:
Rebecca Schultz <rschultz@google.com>
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Author: charles <charles> Date: Thu Jul 3 20:06:05 2008 +0000 Some cleanups, Linux 2.6.25 handling, fix handing of root permissions
-
Arve Hjønnevåg authored
This reverts commit c8350378220d4b3f939a983e8a2f069d5c2b6e43.
-
Arve Hjønnevåg authored
Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
Also, code style cleanup of header. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Rebecca Schultz authored
Signed-off-by:
Rebecca Schultz <rschultz@google.com>
-
Arve Hjønnevåg authored
Calling bcINCREFS or bcACQUIRE with a 0 descriptor will create a reference to the context manager node. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
We access user pages with the binder lock held. This can cause a deadlock if we also grab our lock from mmap. The mmap sem now protects proc->vma. Signed-off-by:
Arve Hjønnevåg <arve@android.com>
-
Arve Hjønnevåg authored
This reverts commit bb1cb177d5750ce242ec4073b524506d8fc2c2ea.
-