All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-07-19 22:44:36 to 2010-07-20 00:09:50 UTC [more...]

[PATCH] Tight check of pfn_valid on sparsemem - v2
 2010-07-20  0:04 UTC  (4+ messages)

[PATCH -v25 00/49] Use memblock with x86
 2010-07-19 23:56 UTC  (147+ messages)
  ` [PATCH 01/49] x86, numa: fix boot without RAM on node0 again
  ` [PATCH 02/49] x86,mm: fix 32bit numa sparsemem
  ` [PATCH 04/49] memblock: No reason to include asm/memblock.h late
  ` [PATCH 05/49] memblock: Introduce for_each_memblock() and new accessors, and use it
  ` [PATCH 06/49] memblock: Remove nid_range argument, arch provides memblock_nid_range() instead
  ` [PATCH 07/49] memblock: Factor the lowest level alloc function
  ` [PATCH 08/49] memblock: Expose MEMBLOCK_ALLOC_ANYWHERE
  ` [PATCH 09/49] memblock: Introduce default allocation limit and use it to replace explicit ones
  ` [PATCH 10/49] memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
  ` [PATCH 11/49] memblock: Change u64 to phys_addr_t
  ` [PATCH 12/49] memblock: Remove unused memblock.debug struct member
  ` [PATCH 13/49] memblock: Remove memblock_type.size and add memblock.memory_size instead
  ` [PATCH 14/49] memblock: Move memblock arrays to static storage in memblock.c and make their size a variable
  ` [PATCH 15/49] memblock: Add debug markers at the end of the array
  ` [PATCH 16/49] memblock: Make memblock_find_region() out of memblock_alloc_region()
  ` [PATCH 17/49] memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0
  ` [PATCH 18/49] memblock: Move memblock_init() to the bottom of the file
  ` [PATCH 19/49] memblock: split memblock_find_base() out of __memblock_alloc_base()
  ` [PATCH 20/49] memblock: Move functions around into a more sensible order
  ` [PATCH 21/49] memblock: Add array resizing support
  ` [PATCH 22/49] memblock: Add arch function to control coalescing of memblock memory regions
  ` [PATCH 23/49] memblock: Add "start" argument to memblock_find_base()
  ` [PATCH 24/49] memblock: NUMA allocate can now use early_pfn_map
  ` [PATCH 25/49] memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()
  ` [PATCH 26/49] memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHERE
  ` [PATCH 27/49] memblock: Add debugfs files to dump the arrays content
  ` [PATCH 28/49] memblock: Prepare x86 to use memblock to replace early_res
  ` [PATCH 29/49] memblock: Print new doubled array location info
  ` [PATCH 30/49] memblock: Export MEMBLOCK_ERROR again
  ` [PATCH 31/49] memblock: Prepare to include linux/memblock.h in core file
  ` [PATCH 32/49] memblock: Add ARCH_DISCARD_MEMBLOCK to put memblock code to .init
  ` [PATCH 33/49] memblock: Add memblock_find_in_range()
  ` [PATCH 34/49] x86, memblock: Add memblock_x86_find_in_range_size()
  ` [PATCH 35/49] bootmem, x86: Add weak version of reserve_bootmem_generic
  ` [PATCH 36/49] x86, memblock: Add memblock_x86_to_bootmem()
  ` [PATCH 37/49] x86,memblock: Add memblock_x86_reserve_range/memblock_x86_free_range
  ` [PATCH 38/49] x86, memblock: Add get_free_all_memory_range()
  ` [PATCH 39/49] x86, memblock: Add memblock_x86_register_active_regions() and memblock_x86_hole_size()
  ` [PATCH 40/49] memblock: Add find_memory_core_early()
  ` [PATCH 41/49] x86, memblock: Add memblock_x86_find_in_range_node()
  ` [PATCH 42/49] x86, memblock: Add memblock_x86_free_memory_in_range()
  ` [PATCH 43/49] x86, memblock: Add memblock_x86_memory_in_range()
  ` [PATCH 44/49] x86, memblock: Use memblock_debug to control debug message print out
  ` [PATCH 45/49] x86: Use memblock to replace early_res
  ` [PATCH 46/49] x86: Replace e820_/_early string with memblock_
  ` [PATCH 47/49] x86: Remove not used early_res code
  ` [PATCH 48/49] x86, memblock: Use memblock_memory_size()/memblock_free_memory_size() to get correct dma_reserve
  ` [PATCH 49/49] x86: remove old bootmem code

mmotm 2010-07-19-16-37 uploaded
 2010-07-19 23:38 UTC 

[PATCH] Topcliff PHUB: Generate PacketHub driver
 2010-07-20  0:05 UTC  (5+ messages)
` [PATCH] I2C driver of Topcliff PCH

[Qemu-devel] [Autotest PATCH 00/14] Patchset of network related subtests
 2010-07-20  0:03 UTC  (2+ messages)
`  "

[PATCH] ds2782_battery: Rename get_current and get_voltage operations
 2010-07-20  0:02 UTC 

[net-next-2.6 PATCH 1/5] ixgbe: dcb, set DPF bit when PFC is enabled
 2010-07-20  0:00 UTC  (5+ messages)
` [net-next-2.6 PATCH 2/5] ixgbe: drop support for UDP in RSS hash generation
` [net-next-2.6 PATCH 3/5] ixgbe: properly toggling netdev feature flags when disabling FCoE
` [net-next-2.6 PATCH 4/5] ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool
` [net-next-2.6 PATCH 5/5] ixgbe: fix version string for ixgbe

[PATCH 0/4] Finer granularity and task/cgroup irq time accounting
 2010-07-19 23:57 UTC  (5+ messages)
` [PATCH 1/4] sched: Track and export per task [hard|soft]irq time
` [PATCH 2/4] x86: Add IRQ_TIME_ACCOUNTING, finer accounting of irq time to task
` [PATCH 3/4] sched: Generalize cpuacct usage tracking making it simpler to add new stats
` [PATCH 4/4] sched: Export irq times through cpuacct cgroup

iwlagn and many firmware restarts with Fedora kernel
 2010-07-19 23:56 UTC  (6+ messages)

rdtsc strangeness on upstream kernel
 2010-07-19 23:55 UTC  (4+ messages)

[PATCH v3 01/13] parse-options: stop when encounter a non-option
 2010-07-19 23:53 UTC  (5+ messages)
` [PATCH v3 05/13] parse the -L options

[PATCH 2/2] SPI: make the moved loopback test work
 2010-07-19 23:53 UTC  (4+ messages)
` [spi-devel-general] "

+ gpio-sx150x-add-semtech-i2c-sx150x-gpio-expander-driver-disable.patch added to -mm tree
 2010-07-19 23:22 UTC 

[Ocfs2-devel] [PATCH] ocfs2/dlm: correct the refmap on recovery master
 2010-07-19 23:52 UTC  (3+ messages)

[Bug 29156] New: [regression] 3D apps in Wine hangs on start
 2010-07-19 23:51 UTC  (2+ messages)
` [Bug 29156] "

[PATCH v2] gpio: sx150x: Add Semtech I2C sx150x gpio expander driver
 2010-07-19 23:50 UTC  (3+ messages)

Changing Chunk Size on Array
 2010-07-19 23:49 UTC  (2+ messages)

linux-next: Tree for July 19
 2010-07-19 23:49 UTC  (2+ messages)
` [PATCH -next/resend] writeback.h: needs linux/device.h

[net-next-2.6 PATCH] e1000: allow option to limit number of descriptors down to 48 per ring
 2010-07-19 23:43 UTC 

Raise initial congestion window size / speedup slow start?
 2010-07-19 23:42 UTC  (9+ messages)

[Bug 16401] New: 2.6.35-r5 ext3 corruptions
 2010-07-19 23:41 UTC  (2+ messages)
` [Bug 16401] "

write_ports delfd case
 2010-07-19 23:41 UTC  (4+ messages)

[PATCH] viafb: Depends on X86
 2010-07-19 23:40 UTC 

Very low latency TCP for clusters
 2010-07-19 23:37 UTC  (5+ messages)

Playback open error: Inappropriate ioctl for device
 2010-07-19 23:37 UTC  (4+ messages)

+ gpio-sx150x-add-semtech-i2c-sx150x-gpio-expander-driver-fix.patch added to -mm tree
 2010-07-19 23:02 UTC 

[PATCH] cfg80211: fix WEXT ioctl GIWFREQ for monitor interfaces
 2010-07-19 23:28 UTC  (4+ messages)

mdadm "hang", 100% CPU usage when trying to create RAID-1 array with external bitmap
 2010-07-19 23:26 UTC  (4+ messages)

[http] Git error messages reveal password encoded in the URL
 2010-07-19 23:25 UTC  (6+ messages)

Compiler errors in alsa-lib-1.0.22/test/*.c
 2010-07-19 23:25 UTC  (9+ messages)

NULL pointer dereference in rdma_ucm
 2010-07-19 23:20 UTC 

making QoS for FTP traffic using tc HTB
 2010-07-19 23:17 UTC 

Multiple Codec Problem With Intel HD Audio
 2010-07-19 23:17 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2/dlm: remove potential deadlock -V2
 2010-07-19 23:14 UTC  (3+ messages)

[PATCH 1/2] Documentation spelling fixes
 2010-07-19 23:11 UTC  (2+ messages)

Getting GUI to work with Xen PVMs
 2010-07-19 23:11 UTC  (2+ messages)

[patch 0/5] x86: xsaveopt kernel enabling patches - v2
 2010-07-19 23:05 UTC  (6+ messages)
` [patch 1/5] x86: track the offset, size of features state in the xsave layout
` [patch 2/5] x86: sync xsave memory layout with its header for user handling
` [patch 3/5] x86: extend init_scattered_cpuid_features() to consider cpuid subleaves
` [patch 4/5] x86: Add xsaveopt cpufeature
` [patch 5/5] x86: use xsaveopt in context-switch path when supported

[PATCH] xfs:negative_icount.patch
 2010-07-19 23:11 UTC  (3+ messages)

[Ocfs2-devel] [PATCH 1/1] ocfs2 fix o2dlm dlm run purgelist (rev 3)
 2010-07-19 23:04 UTC 

[U-Boot] [PATCH v2] net, fec: fix "Warning: eth device name has a space!" for FEC devices
 2010-07-19 23:02 UTC  (3+ messages)

Which project to choose?
 2010-07-19 22:52 UTC  (15+ messages)

[PATCH 1/3] DMAENGINE: generic slave channel control
 2010-07-19 22:51 UTC  (6+ messages)

[PATCH] sane-toolchain.inc: THUMB_INTERWORK should not be defined for armv4 and add armv4 to ARM EABI supporting architectures
 2010-07-19 22:49 UTC  (3+ messages)

[PATCH 0/8] Reduce writeback from page reclaim context V4
 2010-07-19 22:48 UTC  (6+ messages)
` [PATCH 8/8] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages

[RFC][PATCH] distro: Move thumb into distro features
 2010-07-19 22:46 UTC  (2+ messages)

[PATCH v4 2.6.35-rc3] drivers/net: ks8842 driver
 2010-07-19 22:45 UTC  (5+ messages)

[BUG] multipath-tools: uuid has become meaningless
 2010-07-19 22:45 UTC 

2.6.35-r5 ext3 corruptions
 2010-07-19 22:45 UTC  (2+ messages)

gitk: add "grep diff" selection criterion (Re: find commit adding/removing could use changing option)
 2010-07-19 22:44 UTC  (2+ messages)

[Buildroot] [PATCH 0/5] Preparatory work on toolchains - v3
 2010-07-19 22:44 UTC  (4+ messages)
` [Buildroot] [PATCH 5/5] toolchain: rename base target for external toolchains


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.