login
Header Space

 
 

Mailing list archives

Search results

Found 64 matching messages (0.031 seconds). Page 1 of 4.

[patch -mm 5/6] mempolicy: add MPOL_F_RELATIVE_NODES flag

... 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

[PATCH -mm 5/5] memcg: remove a redundant check

Because of remove refcnt patch, it's very rare case to that ... --- mm/memcontrol.c | 53 +++++++++++++++++++++++++---------------------------- 1 file ... , 25 insertions(+), 28 deletions(-) Index: mm-2.6.26-rc2-mm1/mm ...

linux-kernel - KAMEZAWA Hiroyuki - May 15 2008 - 05:34

[PATCH -mm 5/6] i/o controller instrumentation: accounting and throttling

... include/linux/sched.h | 5 +++++ kernel/fork.c | 6 +++++- mm/page-writeback.c ... blk-io-throttle.h> #include mm.h> #include ... , PAGE_CACHE_SIZE, 1); } return ret; } -- 1.5.4.3 -- To unsubscribe from this ...

linux-kernel - Andrea Righi - Sep 17 2008 - 07:05

[patch -mm 5/7] x86_64: map fake nodes to real nodes

... 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

[PATCH -mm 5/6] i/o controller instrumentation: accounting and throttling

... sched.h | 7 +++++++ kernel/fork.c | 8 +++++++- mm/page-writeback.c | 4 ++++ ... blk-io-throttle.h> #include mm.h> #include ... , PAGE_CACHE_SIZE, 1); } return ret; } -- 1.5.4.3 -- To unsubscribe from ...

linux-kernel - Andrea Righi - Oct 7 2008 - 06:03

[PATCH -mm 5/5] swap: Catch pages with errors and mark as bad

... 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

[patch -mm 5/7] x86_64: disable alien cache for fake numa

... : David Rientjes --- arch/x86_64/mm/numa.c | 2 ... diff --git a/arch/x86_64/mm/numa.c b/arch/x86_64/ ... /numa.c --- a/arch/x86_64/mm/numa.c +++ b/arch/x86_64/ ... = 0; numa_init_array(); return 0; } diff --git a/mm/slab.c b/ ...

linux-kernel - David Rientjes - Mar 1 2007 - 13:13

[PATCH -mm 5/5] Freezer: Do not send signals to kernel threads

... 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

[RFC][PATCH -mm 5/7] memcg: prefetch mem cgroup per zone

... --- mm/memcontrol.c | 3 ++- 1 file changed ... : mmtom-2.6.27-rc3+/mm/memcontrol.c =================================================================== --- mmtom-2.6. ... mmtom-2.6.27-rc3+/mm/memcontrol.c @@ -694,6 +694,8 ...

linux-kernel - KAMEZAWA Hiroyuki - Aug 20 2008 - 06:05

[PATCH -mm 5/8] user ns: prepare copy_tree, copy_mnt, and their callers to handle errs

... E. Hallyn Subject: [PATCH -mm 5/8] user ns: prepare copy_tree, copy_mnt, and their callers to handle errs ... fs/namespace.c | 20 ++++++++++++-------- fs/pnode.c | 5 +++-- 2 files changed, 15 insertions(+), 10 ...

linux-kernel - Serge E. Hallyn - Jan 4 2007 - 14:12

[PATCH -mm 5/5][AIO] - Add listio syscall support

... 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

Re: [PATCH-mm 5/8] typhoon: remove uses of __constant_{endian} helpers

... .harrison@gmail.com> > --- > Depends on the byteorder consolidation in -mm. Acked-by: David S. Miller Andrew please merge this into -mm since it has this dependency. > > drivers/net/typhoon.c | ...

linux-netdev - David Miller - Nov 27 2008 - 04:11

Re: [PATCH -mm 5/5][AIO] - Add listio syscall support

... 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

[PATCH-mm 5/8] typhoon: remove uses of __constant_{endian} helpers

... fine. Signed-off-by: Harvey Harrison --- Depends on the byteorder consolidation in -mm. drivers/net/typhoon.c | 2 +- drivers/net/typhoon.h | 234 ++++++++++++++++++++++++------------------------ 2 files changed, ...

linux-netdev - Harvey Harrison - Nov 26 2008 - 17:12

[PATCH -mm 5/5] Hibernation: Introduce exportable suspend ioctls header (rev. 2)

... , 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

[PATCH -mm 5/5] kprobes: update document about batch registration

... they clear the addr field of the probe. + +4.5 register_*probes + +#include +int register_kprobes ... , other probes in the array are +unregistered correctly. + 5. Kprobes Features and Limitations Kprobes allows multiple probes at ...

linux-kernel - Masami Hiramatsu - Mar 14 2008 - 16:41

[PATCH -mm 5/3] proc: remove proc_root_fs

... #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

[PATCH-mm 5/5] mac80211: tkip.c use struct tkip_ctx in phase 2 key mixing

... 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

[PATCH -mm 5/5] asic3: Use uppercase only for macros and defines.

... 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

Re: [PATCH -mm 5/5][AIO] - Add listio syscall support

... 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

speck-geostationary