First  |  Prev |  Next  |  Last
Pages: 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347
cpqarray: check put_user() result
-----Original Message----- From: Kulikov Vasiliy [mailto:segooon(a)gmail.com] Sent: Thursday, July 29, 2010 10:55 AM To: kernel-janitors(a)vger.kernel.org Cc: Chirag Kantharia; Jens Axboe; Andrew Morton; Alexey Dobriyan; Christoph Hellwig; Arnd Bergmann; ISS StorageDev; linux-kernel(a)vger.kernel.... 3 Aug 2010 08:08
[tip:x86/asm] x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu()
Commit-ID: a378d9338e8dde78314b3a6ae003de351936c729 Gitweb: http://git.kernel.org/tip/a378d9338e8dde78314b3a6ae003de351936c729 Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Wed, 28 Jul 2010 17:05:11 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 28 Jul 2010 17:05:11 -07... 29 Jul 2010 17:24
[tip:x86/asm] x86, asm: Move cmpxchg emulation code to arch/x86/lib
Commit-ID: 90c8f92f5c807807ca74d5f2f313794925174e6b Gitweb: http://git.kernel.org/tip/90c8f92f5c807807ca74d5f2f313794925174e6b Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Wed, 28 Jul 2010 16:53:49 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 28 Jul 2010 16:53:49 -07... 29 Jul 2010 17:24
[PATCH 15/17] x86: Remove not used early_res code
and some functions in e820.c that are not used anymore Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/e820.h | 14 - arch/x86/kernel/e820.c | 52 ---- include/linux/early_res.h | 23 -- kernel/Makefile | 1 - kernel/early_res.c | 590 -------------... 29 Jul 2010 16:18
[PATCH 3/3] cgroup : remove the ns_cgroup
The ns_cgroup is an annoying cgroup at the namespace / cgroup frontier. For example, a single process can not handle a big amount of namespaces without interacting with this cgroup and falling in an exponential creation time due to the nested cgroup directory depth (eg. /cgroup/<pid>/.../<pid>/...). That was sp... 29 Jul 2010 16:18
[PATCH 17/17] x86: remove old bootmem code
Requested by Ingo, Thomas and HPA. it mean 2.6.34 and 2.6.35 have them bootmem and nobootmem for x86. and later for x86 will only have nobootmem Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/Kconfig | 10 +------- arch/x86/kernel/setup.c | 4 --- arch/x86/mm/init_32.c | 56 ----... 29 Jul 2010 16:18
[PATCH 08/17] memblock: Add find_memory_core_early()
According to node range in early_node_map[] with __memblock_find_in_range to find free range. Will be used by memblock_x86_find_in_range_node() memblock_x86_find_in_range_node will be used to find right buffer for NODE_DATA Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/mm.h | 2 ++ m... 29 Jul 2010 16:18
[PATCH 04/17] x86, memblock: Add memblock_x86_to_bootmem()
memblock_x86_to_bootmem() will reserve memblock.reserved.region in bootmem after bootmem is set up. We can use it to with all arches that support memblock later. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/include/asm/memblock.h | 1 + arch/x86/mm/memblock.c | 28 +++++++++++++++... 29 Jul 2010 16:18
[PATCH 1/3] cgroup : add clone_children control file
This patch is sent as an answer to a previous thread around the ns_cgroup. https://lists.linux-foundation.org/pipermail/containers/2009-June/018627.html It adds a control file 'clone_children' for a cgroup. This control file is a boolean specifying if the child cgroup should be a clone of the parent cgroup or n... 29 Jul 2010 16:18
[PATCH 2/3] cgroup : make the mount options parsing more accurate
The actual code does not detect 'all' with one subsystem name, which is IMHO mutually exclusive and when an option is specified even if it is not a subsystem name, we have to specify the 'all' option with the other option. eg: not detected : mount -t cgroup -o all,freezer cgroup /cgroup not flexible : mount -t ... 29 Jul 2010 16:18
First  |  Prev |  Next  |  Last
Pages: 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347