Localizatoare GPS / urmarire masini la distanta in timp real
Puteti localiza / monitoriza una sau mai multe masini pe teritoriul Romaniei sau al intregii Europe. Minimizati consumul de carburanti. Puteti evita furtul carburantilor. Evitati furtul masinilor. Evitati folosirea neautorizata a masinilor in afara orelor de program. Verificati indeplinirea sarcinilor de catre sofe... 29 Mar 2010 02:36
rcu: don't call rcu_preempt_note_context_switch() in rcu_check_callbacks()
On Mon, Mar 29, 2010 at 10:47:59AM +0800, Lai Jiangshan wrote: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Even though in user mode or idle mode, rcu_check_callbacks() is not context switch, so we don't call rcu_preempt_note_context_switch() in rcu_check_callbacks(). ... 2 Apr 2010 12:36
rcu: remove needless struct notifier_block predeclaration
On Mon, Mar 29, 2010 at 10:33:38AM +0800, Lai Jiangshan wrote: cleanup: remove needless struct notifier_block predeclaration Good catch! These forward declarations used to be essential. ;-) If they have been made available on purpose, I am all for applying this patch. But if their appearance is acci... 29 Mar 2010 01:31
staging: winbond: wbusb_s.h Coding style fixes.
On Sun 2010-03-28 22:05:32, Lars Lindley wrote: I fixed comments and some spacing. Signed-off-by: Lars Lindley <lindley(a)coyote.org> ACK. --- drivers/staging/winbond/wbusb_s.h | 23 ++++++++--------------- 1 files changed, 8 insertions(+), 15 deletions(-) diff --git a/drivers/staging/wi... 29 Mar 2010 01:31
staging: winbond: wblinux_f.h Coding style fixes v2.
On Sun 2010-03-28 22:00:13, Lars Lindley wrote: I fixed whitespace and comments. Signed-off-by: Lars Lindley <lindley(a)coyote.org> ACK. --- drivers/staging/winbond/wblinux_f.h | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/staging/winbon... 29 Mar 2010 01:31
Overview: Docs: kernel-hacking
On Sun, 28 Feb 2010 09:50:27 pm Michael Witten wrote: I recently read through Rusty Russell's Unreliable Guide To Hacking The Linux Kernel and made changes along the way. Though there are 25 patches in this series, most provide extremely minor modifications. It's good to see someon... 29 Mar 2010 13:37
Staging: dt3155: fix parentheses and bracket spacing style issues
On Sun, Mar 28, 2010 at 09:59:37AM -0400, Jason Baldus wrote: This is a patch to the dt3155_drv.c file that removes spaces after open parentheses and brackets and before close parentheses and brackets. Signed-off-by: Jason Baldus <jason.baldus(a)gmail.com> This looks good to me. Reviewed-by: Simon Horm... 29 Mar 2010 00:26
[PATCH 12/31] lmb: Add lmb_register_active_regions() and lmb_hole_size()
lmb_register_active_regions() will be used to fill early_node_map, the result will be lmb.memory.region AND numa data lmb_hole_size will be used to find hole size on lmb.memory.region with specified range. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 4 +++ mm/lmb.c ... 28 Mar 2010 23:21
[PATCH 10/31] lmb: Add lmb_to_bootmem()
lmb_to_bootmem() will reserve lmb.reserved.region in bootmem We can use it to with all arches that support lmb. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 2 ++ mm/lmb.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) d... 28 Mar 2010 23:21
[PATCH 17/31] lmb: Add lmb_memory_size()
It will return memory size in specified range according to lmb.memory.region Try to share some code with lmb_free_memory_size() by passing get_free to __lmb_memory_size(). Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 1 + mm/lmb.c | 18 +++++++++++++++++- 2 files ... 28 Mar 2010 23:21