messages from 2010-07-13 06:56:16 to 2010-07-13 07:54:28 UTC [more...]
MAINTAINERS: Update Laurent Pinchart email
2010-07-13 7:55 UTC (2+ messages)
Warning message when using sparse
2010-07-13 7:52 UTC (5+ messages)
` [PATCH 2/2] parser: define __builtin_unreachable
[PATCH 0/2] Graceful failures for XFS on an unconfigured loop device
2010-07-13 7:50 UTC (6+ messages)
` [PATCH 1/2] xfs: don't block on buffer read errors
` [PATCH 2/2] blkdev: check for valid request queue before issuing flush
[PATCH 1/5] pxa: Sane naming of gpios for palm platform
2010-07-13 7:51 UTC (5+ messages)
` [PATCH v2 2/5] pxa: Introduce Palm27x
` [PATCH v2 3/5] pxa: Flip Palm LD, TX, T5, Z72 to Palm27x
` [PATCH 4/5] pxa: Add core pmic support for Palm27x
` [PATCH 5/5] pxa: Modularize remnants of code in Palms
[RFC] High availability in KVM
2010-07-13 7:50 UTC (5+ messages)
[PATCH v5 1/9] KVM: MMU: fix forgot reserved bits check in speculative path
2010-07-13 7:45 UTC (15+ messages)
` [PATCH v5 6/9] KVM: MMU: introduce pte_prefetch_topup_memory_cache()
[PATCH v4] GPIO PL061: Adding Clk framework support
2010-07-13 7:44 UTC (6+ messages)
[PATCH 08/20] be2iscsi: Fix to handle request_irq failure
2010-07-13 7:46 UTC (2+ messages)
KVM Call agenda for July 13th
2010-07-13 7:40 UTC (6+ messages)
` [Qemu-devel] "
[RFC] Tight check of pfn_valid on sparsemem
2010-07-13 7:34 UTC (9+ messages)
[PATCH 1/5] pxa: Sane naming of gpios for palm platform
2010-07-13 7:38 UTC (5+ messages)
` [PATCH 2/5] pxa: Introduce Palm27x
` [PATCH 3/5] pxa: Flip Palm LD, TX, T5, Z72 to Palm27x
` [PATCH 4/5] pxa: Add core pmic support for Palm27x
` [PATCH 5/5] pxa: Modularize remnants of code in Palms
Small patch for __builtin_fabs and an attribute
2010-07-13 7:33 UTC (2+ messages)
[PATCH] powerpc: reduce the size of the defconfigs
2010-07-13 7:31 UTC (4+ messages)
[PATCH] i2c: cyttsp i2c touchscreen driver init submit
2010-07-13 7:31 UTC (2+ messages)
xenpm: provide core/package cstate residencies
2010-07-13 7:31 UTC (3+ messages)
[REGRESSION,BISECTED] Panic on ifup
2010-07-13 7:29 UTC (2+ messages)
` [PATCH] xfrm: do not assume that template resolving always returns xfrms
[PATCH 03/20] be2iscsi: Fixing the return type of functions
2010-07-13 7:33 UTC (3+ messages)
[RFC,PATCH 0/2] Allow late mdesc detection
2010-07-13 7:28 UTC (6+ messages)
ubifs : corruption after power cut test
2010-07-13 7:27 UTC (2+ messages)
about the sctpCurrEstab MIB item
2010-07-13 7:26 UTC
[PATCH, resend] reiserfs: remove unused variable wait
2010-07-13 7:26 UTC
[PATCH] input: gpio_keys: polling mode support
2010-07-13 7:26 UTC (5+ messages)
[U-Boot] USB CDC branch
2010-07-13 7:26 UTC
[PATCH -v24 00/50] Use memblock with x86
2010-07-13 7:10 UTC (152+ messages)
` [PATCH 01/50] x86, numa: fix boot without RAM on node0 again
` [PATCH 02/50] x86,mm: fix 32bit numa sparsemem
` [PATCH 03/50] lmb: rename to memblock
` [PATCH 04/50] memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region
` [PATCH 05/50] memblock: No reason to include asm/memblock.h late
` [PATCH 06/50] memblock: Introduce for_each_memblock() and new accessors, and use it
` [PATCH 07/50] memblock: Remove nid_range argument, arch provides memblock_nid_range() instead
` [PATCH 08/50] memblock: Factor the lowest level alloc function
` [PATCH 09/50] memblock: Expose MEMBLOCK_ALLOC_ANYWHERE
` [PATCH 10/50] memblock: Introduce default allocation limit and use it to replace explicit ones
` [PATCH 11/50] memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
` [PATCH 12/50] memblock: Change u64 to phys_addr_t
` [PATCH 13/50] memblock: Remove unused memblock.debug struct member
` [PATCH 14/50] memblock: Remove memblock_type.size and add memblock.memory_size instead
` [PATCH 15/50] memblock: Move memblock arrays to static storage in memblock.c and make their size a variable
` [PATCH 16/50] memblock: Add debug markers at the end of the array
` [PATCH 17/50] memblock: Make memblock_find_region() out of memblock_alloc_region()
` [PATCH 18/50] memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0
` [PATCH 19/50] memblock: Move memblock_init() to the bottom of the file
` [PATCH 20/50] memblock: split memblock_find_base() out of __memblock_alloc_base()
` [PATCH 21/50] memblock: Move functions around into a more sensible order
` [PATCH 22/50] memblock: Add array resizing support
` [PATCH 23/50] memblock: Add arch function to control coalescing of memblock memory regions
` [PATCH 24/50] memblock: Add "start" argument to memblock_find_base()
` [PATCH 25/50] memblock: NUMA allocate can now use early_pfn_map
` [PATCH 26/50] memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()
` [PATCH 27/50] memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHERE
` [PATCH 28/50] memblock: Add debugfs files to dump the arrays content
` [PATCH 29/50] memblock: Prepare x86 to use memblock to replace early_res
` [PATCH 30/50] memblock: Print new doubled array location info
` [PATCH 31/50] memblock: Export MEMBLOCK_ERROR again
` [PATCH 32/50] memblock: Prepare to include linux/memblock.h in core file
` [PATCH 33/50] memblock: Add ARCH_DISCARD_MEMBLOCK to put memblock code to .init
` [PATCH 34/50] memblock: Add memblock_find_in_range()
` [PATCH 35/50] x86, memblock: Add memblock_x86_find_in_range_size()
` [PATCH 36/50] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 37/50] x86, memblock: Add memblock_x86_to_bootmem()
` [PATCH 38/50] x86,memblock: Add memblock_x86_reserve_range/memblock_x86_free_range
` [PATCH 39/50] x86, memblock: Add get_free_all_memory_range()
` [PATCH 40/50] x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_hole_size()
` [PATCH 41/50] memblock: Add find_memory_core_early()
` [PATCH 42/50] x86, memblock: Add memblock_x86_find_in_range_node()
` [PATCH 43/50] x86, memblock: Add memblock_x86_free_memory_in_range()
` [PATCH 44/50] x86, memblock: Add memblock_x86_memory_in_range()
` [PATCH 45/50] x86, memblock: Use memblock_debug to control debug message print out
` [PATCH 46/50] x86: Use memblock to replace early_res
` [PATCH 47/50] x86: Replace e820_/_early string with memblock_
` [PATCH 48/50] x86: Remove not used early_res code
` [PATCH 49/50] x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve
` [PATCH 50/50] x86: remove old bootmem code
[PATCH][RFC] arm: Add basic support for VIA/WonderMedia SoC's
2010-07-13 7:24 UTC (5+ messages)
be2iscsi: Adding features to be2iscsi -V2
2010-07-13 7:26 UTC (2+ messages)
[Qemu-devel] Re: [OpenBIOS] [commit] r791 - in trunk/openbios-devel: fs/grubfs include/fs packages
2010-07-13 7:19 UTC
[U-Boot] One of your Facebook friends invites you to join the App of the Day
2010-07-13 7:15 UTC
[Buildroot] [PATCH/RFC] Git/Svn downloaders
2010-07-13 7:15 UTC (5+ messages)
` [Buildroot] [PATCH 1/4] Remove the spider feature
` [Buildroot] [PATCH 2/4] Implement basic non-wget download methods
` [Buildroot] [PATCH 3/4] Use the normal download method for Tremor
` [Buildroot] [PATCH 4/4] Use the normal download method for libsvgtiny
Question about 'branch -d' safety
2010-07-13 7:13 UTC (9+ messages)
LMB bits
2010-07-13 7:12 UTC (5+ messages)
[PATCH 0/4][RT] futex: fix tasks blocking on two rt_mutex locks
2010-07-13 7:12 UTC (7+ messages)
` [PATCH 4/4] futex: convert hash_bucket locks to raw_spinlock_t
[Qemu-devel] Hantera obetalda fakturor
2010-07-13 5:55 UTC
cpu softplug kernel hang
2010-07-13 7:09 UTC (2+ messages)
ARM defconfig files
2010-07-13 7:07 UTC (12+ messages)
[U-Boot] [PATCH] orion5x: allow overriding default mappings windows
2010-07-13 7:04 UTC
[PATCH] rfs: call sock_rps_record_flow() in tcp_splice_read()
2010-07-13 7:00 UTC
[Qemu-devel] how to add one pcie device to qemu
2010-07-13 7:01 UTC (5+ messages)
Rate control & USB
2010-07-13 6:59 UTC (3+ messages)
[PATCH repost] sched: export sched_set/getaffinity to modules
2010-07-13 6:59 UTC (12+ messages)
[PATCH] ARM: S3C2416: Add Power Management support for SMDK2416
2010-07-13 6:50 UTC
[PATCH] Two patches for Alsa-plugins (pulse)
2010-07-13 6:57 UTC (12+ messages)
VERY slow git format-patch (tens on minutes) during rebase and rev-list during rebase -i
2010-07-13 6:56 UTC
ipc-sock/l2cap sock/g_io_fd
2010-07-13 6:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.