messages from 2010-04-08 23:45:30 to 2010-04-09 09:24:25 UTC [more...]
[PATCH tip/core/urgent] rcu: updates for RCU lockdep
2010-04-09 9:24 UTC (11+ messages)
` [PATCH tip/core/urgent 1/4] rcu: add rcu_access_pointer and rcu_dereference_protected
` [PATCH tip/core/urgent 2/4] RCU: Better explain the condition parameter of rcu_dereference_check()
` [PATCH tip/core/urgent 3/4] rcu: Update docs for rcu_access_pointer and rcu_dereference_protected
` [PATCH tip/core/urgent 4/4] rcu: fix syntax error in rcu_dereference_check() example in comment
atomic RAM ?
2010-04-09 9:23 UTC (3+ messages)
[PATCH 00/13] mm: preemptibility -v2
2010-04-09 9:22 UTC (41+ messages)
` [PATCH 01/13] powerpc: Add rcu_read_lock() to gup_fast() implementation
` [PATCH 02/13] mm: Revalidate anon_vma in page_lock_anon_vma()
` [PATCH 05/13] mm: Make use of the anon_vma ref count
` [PATCH 06/13] mm: Preemptible mmu_gather
` [PATCH 07/13] powerpc: "
` [PATCH 09/13] mm, powerpc: Move the RCU page-table freeing into generic code
` [PATCH 13/13] mm: Optimize page_lock_anon_vma
[PATCH 0/1] uio_pci_generic: extensions to allow access for non-privileged processes
2010-04-09 9:08 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"
2010-04-09 8:31 UTC (5+ messages)
[GIT PULL] block bits for 2.6.34
2010-04-09 7:45 UTC
Ooops when working with USB MIDI (2.6.33.1)
2010-04-09 7:29 UTC (6+ messages)
[PATCH] cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch
2010-04-09 7:29 UTC (2+ messages)
[RFC] What are the goals for the architecture of an in-kernel IR system?
2010-04-09 7:21 UTC (4+ messages)
linux-next: manual merge of the v4l-dvb tree with Linus' tree
2010-04-09 7:13 UTC (3+ messages)
re-adding clocksource_get_next ?
2010-04-09 6:53 UTC
[PATCH]vmscan: handle underflow for get_scan_ratio
2010-04-09 6:51 UTC (6+ messages)
[PATCH 0/5] sched: asymmetrical packing for POWER7 SMT4
2010-04-09 6:48 UTC (7+ messages)
` [PATCH 2/5] sched: add asymmetric packing option for sibling domain
` [PATCH 1/5] sched: fix capacity calculations for SMT4
` [PATCH 3/5] powerpc: enabled asymmetric SMT scheduling on POWER7
` [PATCH 4/5] sched: Mark the balance type for use in need_active_balance()
` [PATCH 5/5] sched: make fix_small_imbalance work with asymmetric packing
[PATCH 0/3] blkio: More IO controller stats - always-on and debug-only
2010-04-09 6:36 UTC (5+ messages)
` [PATCH 1/3] blkio: Add io_merged stat
` [PATCH 2/3] blkio: Add io_queued and avg_queue_size stats
` [PATCH 3/3] blkio: Add more debug-only per-cgroup stats
[PATCH] blkio: Changes to IO controller additional stats patches
2010-04-09 6:31 UTC (2+ messages)
[PATCH] slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING
2010-04-09 6:28 UTC (3+ messages)
[PATCH] memcg: update documentation v3
2010-04-09 5:50 UTC (9+ messages)
` [PATCH] memcg: update documentation v4
[PATCH -v12 00/39] use lmb with x86
2010-04-09 6:04 UTC (40+ messages)
` [PATCH 01/39] swiotlb: Use page alignment for early buffer allocation
` [PATCH 02/39] x86: Add sanitize_e820_map()
` [PATCH 03/39] x86: Align e820 ram range to page
` [PATCH 04/39] lmb: Move lmb.c to mm/
` [PATCH 05/39] lmb: Seperate region array from lmb_region struct
` [PATCH 06/39] lmb: Seperate __lmb_find_base() from __lmb_alloc_base()
` [PATCH 07/39] lmb: Add lmb_find_area()
` [PATCH 08/39] lmb: Add lmb_reserve_area/lmb_free_area
` [PATCH 09/39] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/39] lmb: Add lmb_to_bootmem()
` [PATCH 11/39] lmb: Add get_free_all_memory_range()
` [PATCH 12/39] lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 13/39] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 14/39] lmb: Add find_memory_core_early()
` [PATCH 15/39] lmb: Add lmb_find_area_node()
` [PATCH 16/39] lmb: Add lmb_free_memory_size()
` [PATCH 17/39] lmb: Add lmb_memory_size()
` [PATCH 18/39] lmb: Add lmb_reserve_area_overlap_ok()
` [PATCH 19/39] lmb: Use lmb_debug to control debug message print out
` [PATCH 20/39] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 21/39] lmb: Add __free/__reserve/__clear_lmb_reserved_region_array()
` [PATCH 22/39] x86, lmb: Add lmb_find_area_size()
` [PATCH 23/39] x86, lmb: Add x86 version of __lmb_find_area()
` [PATCH 24/39] x86: Use lmb to replace early_res
` [PATCH 25/39] x86: Replace e820_/_early string with lmb_
` [PATCH 26/39] nobootmem: use lmb.default_alloc_limit in alloc_bootmem path
` [PATCH 27/39] x86, lmb: turn off ARCH_LMB_FIND_AREA
` [PATCH 28/39] x86: Remove not used early_res code
` [PATCH 29/39] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 30/39] x86: put 64 bit numa node memmap above 16M
` [PATCH 31/39] x86: Use wake_system_ram_range() instead of e820_any_mapped() in agp path
` [PATCH 32/39] x86: Add get_centaur_ram_top()
` [PATCH 33/39] x86: Change e820_any_mapped() to __init
` [PATCH 34/39] x86: Use walk_system_ream_range() instead of referring e820.map directly for tboot
` [PATCH 35/39] x86: make e820 to be __initdata
` [PATCH 36/39] bootmem: Add nobootmem.c to reduce the #ifdef
` [PATCH 37/39] mm: move contig_page_data define to bootmem.c/nobootmem.c
` [PATCH 38/39] lmb: move __alloc_memory_core_early() to nobootmem.c
` [PATCH 39/39] x86: have nobootmem version setup_bootmem_allocator()
2.6.33: libata issues with VIA SATA/PATA controller
2010-04-09 6:04 UTC (4+ messages)
USB transfer_buffer allocations on 64bit systems
2010-04-09 6:04 UTC (2+ messages)
[PATCH V2 0/6][RFC] futex: FUTEX_LOCK with optional adaptive spinning
2010-04-09 5:52 UTC (22+ messages)
` [PATCH 4/6] futex: Add "
[PATCH] Security: Fix coding style in security/
2010-04-09 11:30 UTC (2+ messages)
[RFC] Initial OLPC Viafb merge
2010-04-09 5:43 UTC (8+ messages)
` [PATCH 04/16] viafb: Retain GEMODE reserved bits
` [PATCH 05/16] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 06/16] viafb: complete support for VX800/VX855 accelerated framebuffer
[RFC] [PATCH v2 3/3] Let host NIC driver to DMA to guest user space
2010-04-09 0:52 UTC (4+ messages)
[v3 Patch 1/3] netpoll: add generic support for bridge and bonding devices
2010-04-09 5:43 UTC (4+ messages)
` [v3 Patch 2/3] bridge: make bridge support netpoll
[PATCH] loop: Update mtime when writing using aops
2010-04-09 5:22 UTC (4+ messages)
[PATCH V5 0/4][RFC] futex: FUTEX_LOCK with optional adaptive spinning
2010-04-09 5:15 UTC (5+ messages)
` [PATCH 1/4] futex: replace fshared and clockrt with combined flags
` [PATCH 2/4] futex: add futex_q static initializer
` [PATCH 3/4] futex: refactor futex_lock_pi_atomic
` [PATCH 4/4] futex: Add FUTEX_LOCK with optional adaptive spinning
[PATCH 2/3] flex_array: export some symbols for nfnetlink_queue use
2010-04-09 5:09 UTC (3+ messages)
[PATCH 1/3] flex_array: fix the panic issue when calling flex_array_alloc() without __GFP_ZERO
2010-04-09 4:05 UTC
[PATCH v3] x86: let 'reservetop' functioning right
2010-04-09 3:52 UTC (5+ messages)
email list
2010-04-09 3:31 UTC
[RFC] CFS scheduler latencies in 2.6.33.x (Xorg-triggered)
2010-04-09 3:43 UTC
linux-next: Tree for April 9
2010-04-09 3:34 UTC
[PATCH] fix cgroup procs documentation
2010-04-09 3:31 UTC (4+ messages)
[PATCH] blkio: Changes to IO controller additional stats patches
2010-04-09 3:25 UTC (2+ messages)
Config NO_BOOTMEM breaks my amd64 box
2010-04-09 2:43 UTC (11+ messages)
2.6.34-rc3-git8: Reported regressions 2.6.32 -> 2.6.33
2010-04-09 2:36 UTC (14+ messages)
` [Bug #15036] soft lockup in dmesg after suspend/resume
` [Bug #15246] BUG: Bad page state in process portageq
` [Bug #15317] Lockdep report while running aplay with pulse as the default
` [Bug #15305] Dell video dies when booting
` [Bug #15278] lockdep warning for iscsi in 2.6.33-rc6
` [Bug #15277] 2.6.33-rc6 crashes on resume
` [Bug #15392] The kernel does not start up
` [Bug #15418] battery status info broken; missing entry in ec_dmi_table for specific MSI hardware (notebook)
` [Bug #15454] r8169 exits with error -22 since 2.6.33
` [Bug #15534] 07ca:b808 crashing and breaking usb's
[PATCH 3/3 ] SCSI: Support Type C RAID controller
2010-04-09 2:27 UTC
High priority threads causing severe CPU load imbalances
2010-04-09 2:20 UTC (4+ messages)
[PATCH 2/3 ] SCSI: Support several features in arcmsr driver
2010-04-09 2:26 UTC
[PATCH 1/3 ] SCSI: Support several features in arcmsr driver
2010-04-09 2:24 UTC
[PATCH 02/13] mm: Revalidate anon_vma in page_lock_anon_vma()
2010-04-09 2:19 UTC (3+ messages)
[REVERT] be6b38bcb175613f239e0b302607db346472c6b6. v2.6.34-rc3-406 oops with 4965AGN wireless
2010-04-09 3:15 UTC (4+ messages)
contact us
2010-04-07 12:21 UTC
[PATCH -v2] rmap: make anon_vma_prepare link in all the anon_vmas of a mergeable VMA
2010-04-09 1:45 UTC (12+ messages)
linux-next: manual merge of the wireless tree with the wireless-current tree
2010-04-09 1:05 UTC
[watchdog] combine nmi_watchdog and softlockup
2010-04-09 1:02 UTC (9+ messages)
[PATCH 2/4] sparc64: Use RCU page table freeing
2010-04-09 1:00 UTC
[PATCH 4/4] sparc64: Implement get_user_pages_fast()
2010-04-09 1:00 UTC
[PATCH 3/4] sparc64: Add support for _PAGE_SPECIAL
2010-04-09 1:00 UTC
[PATCH 1/4] sparc64: Kill page table quicklists
2010-04-09 1:00 UTC
mmotm 2010-04-05-16-09 uploaded
2010-04-09 0:50 UTC (7+ messages)
` mmotm 2010-04-05 - another RCU whinge (not network this time)
linux-next: manual merge of the net tree with Linus' tree
2010-04-09 0:41 UTC
+ x86-fix-handling-of-the-reservetop-boot-option.patch added to -mm tree
2010-04-09 0:28 UTC (11+ messages)
` [LKML] "
[PATCH 0/6] pci/dmar: small cleanup
2010-04-09 0:16 UTC (7+ messages)
` [PATCH 4/6] pci/dmar/sriov: use physfn to search drhd for VF
linux-next: powerpc boot failure
2010-04-09 0:08 UTC (7+ messages)
[PATCH #3] reiserfs: Fix permissions on .reiserfs_priv
2010-04-09 0:04 UTC (4+ messages)
USB transfer_buffer allocations on 64bit systems
2010-04-09 0:01 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox