Found 64 matching messages (0.031 seconds). Page 1 of 4.
... 4-7, the effected nodemask is 5-7 (the second, third, and fourth ... rientjes@google.com> --- include/linux/mempolicy.h | 3 ++- mm/mempolicy.c | 33 ... need_bar++ ? "|" : ""); } if (!nodes_empty(nodes)) { diff --git a/mm/shmem.c b/ ...
linux-kernel - David Rientjes - Mar 5 2008 - 18:16
Because of remove refcnt patch, it's very rare case to that
...
linux-kernel - KAMEZAWA Hiroyuki - May 15 2008 - 05:34
... include/linux/sched.h | 5 +++++
kernel/fork.c | 6 +++++-
mm/page-writeback.c ... blk-io-throttle.h>
#include
linux-kernel - Andrea Righi - Sep 17 2008 - 07:05
... numa.c | 113 +++++++++++++++++++++++++++-------------- arch/x86_64/mm/srat.c | 9 +++- include/asm ... bcad062 100644 --- a/arch/x86_64/mm/k8topology.c +++ b/arch/x86_64 ... asm-x86_64/topology.h @@ -68,5 +68,6 @@ extern int __node_distance ...
linux-kernel - David Rientjes - Jan 31 2007 - 11:18
... sched.h | 7 +++++++
kernel/fork.c | 8 +++++++-
mm/page-writeback.c | 4 ++++ ... blk-io-throttle.h>
#include
linux-kernel - Andrea Righi - Oct 7 2008 - 06:03
... disable page reclaim. Based on a patch by Nick Piggin and some of ... deletions(-) Index: linux-2.6.21/mm/page_io.c =================================================================== --- linux-2.6.21 ... +0100 +++ linux-2.6.21/mm/page_io.c 2007-06-04 11 ...
linux-kernel - Richard Purdie - Jun 4 2007 - 11:37
... : David Rientjes
linux-kernel - David Rientjes - Mar 1 2007 - 13:13
... int has_mm(struct task_struct *p) +{ + return (p->mm && !(p->flags & PF_BORROWED_MM)); +} + +/** + * freeze_task - send a ... - * occuring. - */ - task_lock(p); - if (!p->mm || (p->flags & PF_BORROWED_MM)) { - task_unlock(p); - ...
linux-kernel - Rafael J. Wysocki - Jul 18 2007 - 03:39
...
linux-kernel - KAMEZAWA Hiroyuki - Aug 20 2008 - 06:05
... E. Hallyn
linux-kernel - Serge E. Hallyn - Jan 4 2007 - 14:12
... specifies the signal notification mechanism. This patch is built on support provided by the aio signal notification patch by Sebastien. The following two ... void FASTCALL(exit_aio(struct mm_struct *mm)); extern struct kioctx *lookup_ioctx(unsigned ...
linux-kernel - Sébastien Dugué - Jan 17 2007 - 05:55
... .harrison@gmail.com>
> ---
> Depends on the byteorder consolidation in -mm.
Acked-by: David S. Miller
linux-netdev - David Miller - Nov 27 2008 - 04:11
... patchset for leaks like this. Well, this particular patch did not have much review so far (contrary to the the other patches in the patchset). That's why I posted it ... and not expecting it to make it to -mm so soon. > > Please also do not do ...
linux-kernel - Sébastien Dugué - Jan 24 2007 - 07:51
... fine.
Signed-off-by: Harvey Harrison
linux-netdev - Harvey Harrison - Nov 26 2008 - 17:12
... , 4) +#define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5) +#define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9) +#define ... , 4) -#define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5) -#define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9) -# ...
linux-kernel - Rafael J. Wysocki - Sep 9 2007 - 17:18
... they clear the addr field of the probe.
+
+4.5 register_*probes
+
+#include
linux-kernel - Masami Hiramatsu - Mar 14 2008 - 16:41
... #if defined(CONFIG_SUN_OPENPROMFS) || defined(CONFIG_SUN_OPENPROMFS_MODULE) @@ -235,5 +235,4 @@ EXPORT_SYMBOL(create_proc_entry); EXPORT_SYMBOL(proc_create) ... ; extern struct proc_dir_entry *proc_root_kcore; -- 1.5.4.3 -- To unsubscribe from ...
linux-kernel - Alexey Dobriyan - Mar 30 2008 - 10:50
... iv16, rc4key); + tkip_mixing_phase2(key, &key->u.tkip.rx[queue], iv16, rc4key); #ifdef CONFIG_TKIP_DEBUG { int i; -- 1.5.5.144.g3e42 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message ...
linux-kernel - Harvey Harrison - Apr 16 2008 - 19:24
... 0x30 /* R Pin status */ /* * ASIC3 GPIO config @@ -137,7 +137,7 @@ struct asic3_platform_data { #define LED_AUTOSTOP (1 << 5) /* LED ON/OFF auto stop 0:disable, 1:enable */ #define LED_ALWAYS (1 << 6) /* LED Interrupt Mask 0:No mask, 1: ...
linux-kernel - Samuel Ortiz - May 11 2008 - 13:36
... potential for a use-after-free here? Right again, this patch definitely needs more eyes peering over. > > The ... . In the meantime, maybe you should drop this one patch entirely. Thanks, Sébastien. - To unsubscribe from this list: send ...
linux-kernel - Sébastien Dugué - Jan 24 2007 - 08:02