All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-12 07:09:20 to 2011-07-12 09:18:54 UTC [more...]

[PATCHSET x86/mm] memblock, x86: Allow node info in memblock and remove x86 specific memblock code
 2011-07-12  9:16 UTC  (13+ messages)
` [PATCH 02/13] memblock: Reimplement memblock_add_region()
` [PATCH 03/13] memblock: Add optional region->nid
` [PATCH 04/13] x86: Use HAVE_MEMBLOCK_NODE_MAP
` [PATCH 05/13] x86: Use __memblock_alloc_base() in early_reserve_e820()
` [PATCH 06/13] memblock: Implement for_each_free_mem_range()
` [PATCH 07/13] x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()
` [PATCH 08/13] memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
` [PATCH 09/13] memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range()
` [PATCH 10/13] memblock, x86: Reimplement memblock_find_dma_reserve() using iterators
` [PATCH 11/13] x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()
` [PATCH 12/13] memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option
` [PATCH 13/13] memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones

[RFC PATCH 2/3] conf/machine: Overhaul tune include files
 2011-07-12  8:41 UTC  (5+ messages)

[PATCH 00/26] Staticdev re-packaging - split version
 2011-07-12  9:13 UTC  (20+ messages)
` [PATCH 01/26] bitbake.conf: Add *-config to default ${PN}-dev package
` [PATCH 03/26] shared_lib.bbclass: create common class
` [PATCH 11/26] rpm: Create ${PN}-staticdev package
` [PATCH 12/26] libxft: use default bitbake.conf FILES Packaging to handle staticdev
` [PATCH 13/26] js: Use bitbake default FILES for packaging
` [PATCH 14/26] tcp-wrappers: "
` [PATCH 17/26] python: "
` [PATCH 21/26] gettext: "
` [PATCH 23/26] glibc: "

[PATCH 0/3] Preparatory perf patches for KVM PMU support
 2011-07-12  9:16 UTC  (13+ messages)
` [PATCH 1/3] perf: add context field to perf_event

[Bug 34495] New: Selecting objects in Blender 2.56 slow with gallium r600 driver
 2011-07-12  9:16 UTC  (2+ messages)
` [Bug 34495] "

[PATCH 00/11] a few more cleanups for Linux 3.1
 2011-07-12  9:15 UTC  (14+ messages)
` [PATCH 01/11] xfs: reshuffle dir2 headers
` [PATCH 03/11] xfs: factor out xfs_dir2_leaf_find_stale
` [PATCH 05/11] xfs: add a proper transaction pointer to struct xfs_buf
` [PATCH 06/11] xfs: remove wrappers around b_fspriv

hda-intel front headphone (8086:27d8 1043:83bc)
 2011-07-12  9:13 UTC  (3+ messages)

[Buildroot] [PATCH v3] New packages: acl and attr
 2011-07-12  9:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/8]: QMP: Thin provisioning support
 2011-07-12  9:12 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/8] Introduce the VMStatus type
` [Qemu-devel] [PATCH 3/8] block: Support to keep track of I/O status
` [Qemu-devel] [PATCH 7/8] QMP: query-status: Add 'io-status' key

[Qemu-devel] [PULL 0/8] Block patches
 2011-07-12  9:14 UTC  (2+ messages)

[PATCH 0/9] Random kconfig patches
 2011-07-12  9:04 UTC  (5+ messages)
` [PATCH 0/5] Random kconfig patches (second iteration)

[U-Boot] Official Notics!!!
 2011-07-12  9:04 UTC 

[lm-sensors] [PATCH] hwmon: (max1111) Avoid extra memory allocations
 2011-07-12  9:01 UTC 

[Qemu-devel] How to run realview-pbx-a9 image in qemu
 2011-07-12  9:00 UTC  (5+ messages)

[PATCH] uvcvideo: Add FIX_BANDWIDTH quirk to HP Webcam found on HP Mini 5103 netbook
 2011-07-12  8:58 UTC  (2+ messages)

[Xenomai-help] Regarding xeno test (somethign died at 3150)
 2011-07-12  8:59 UTC  (5+ messages)

[Qemu-devel] [Bug 739785] [NEW] qemu-i386 on ARM bash: fork: Invalid argument
 2011-07-12  8:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

Valgrind Support for Xen pricmds/ hypercalls
 2011-07-12  8:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] qxl: upon reset, if spice worker is stopped, the command rings can be not empty
 2011-07-12  8:51 UTC 

[PATCH v2 0/5] btrfs-progs: scrub interface
 2011-07-12  8:49 UTC  (8+ messages)
` [PATCH v2 4/5] scrub userland implementation

[U-Boot] [PATCH v1 (WIP) 00/16] [Timer]API Rewrite
 2011-07-12  8:49 UTC  (6+ messages)

[Xenomai-core] ESA SOCIS initiative
 2011-07-12  8:49 UTC  (2+ messages)

[U-Boot] General gpio interface?
 2011-07-12  8:48 UTC 

[PATCHSET x86/mm] memblock, x86: Implement for_each_mem_pfn_range() and use it to improve memblock allocator
 2011-07-12  8:46 UTC  (9+ messages)
` [PATCH 1/8] bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
` [PATCH 2/8] bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range()
` [PATCH 3/8] bootmem: Use for_each_mem_pfn_range() in page_alloc.c
` [PATCH 4/8] memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()
` [PATCH 5/8] memblock: Don't allow archs to override memblock_nid_range()
` [PATCH 6/8] memblock: Make memblock_alloc_[try_]nid() top-down
` [PATCH 7/8] memblock: Separate out memblock_find_in_range_node()
` [PATCH 8/8] memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls

[U-Boot] [PATCH v2 0/2] ORIGEN Board Support
 2011-07-12  8:48 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung ORIGEN board
` [U-Boot] [PATCH v2 2/2] ORIGEN: Add MMC SPL support

[LTP] [PATCH] Added proper return code (TPASS) in case of exit without errors
 2011-07-12  8:45 UTC 

Menu configuration
 2011-07-12  8:43 UTC  (2+ messages)

extremely slow syncing on btrfs with 2.6.39.1
 2011-07-12  8:44 UTC  (4+ messages)

[PATCH] ipv4: Inline neigh binding
 2011-07-12  8:44 UTC 

[PATCH] OMAP: Keypad: Make keypad_data initdata
 2011-07-12  8:43 UTC  (3+ messages)

[PATCH v2] Input: cy8ctmg110_ts - fix checking return value of i2c_master_send
 2011-07-12  8:43 UTC 

[git pull] mkfs.bfs fixes
 2011-07-12  8:43 UTC 

[Ocfs2-devel] [PATCH] ocfs2: make direntry invalid when deleting it
 2011-07-12  8:43 UTC 

[PATCH] OMAP4: Keypad: Make keypad_data initdata
 2011-07-12  8:42 UTC 

perf error codes
 2011-07-12  8:41 UTC 

Remaining omap pull requests
 2011-07-12  8:41 UTC  (3+ messages)

[PATCH v3] MAX1111: Fix Race condition causing NULL pointer exception
 2011-07-12  8:40 UTC  (9+ messages)
` [lm-sensors] [PATCH v3] MAX1111: Fix Race condition causing
    ` [lm-sensors] [PATCH v3] MAX1111: Fix Race condition
      ` [lm-sensors] [PATCH v3] MAX1111: Fix Race condition causing NULL pointer exception

[PATCH v4 00/18] KVM: optimize for MMIO handled
 2011-07-12  8:39 UTC  (2+ messages)

3.0-rc6-git6: Reported regressions 2.6.38 -> 2.6.39
 2011-07-12  8:35 UTC  (8+ messages)
` [Bug #37472] Lenovo U160 (i915 black screen)

[PATCH] HID: fix horizontal wheel for ms comfort mouse 4500
 2011-07-12  8:33 UTC  (3+ messages)

[PATCH] ARM: fix regression in IXP4xx clocksource
 2011-07-12  8:32 UTC  (5+ messages)

[PATCH 0/7] ARM: S5P: Use generic DMA APIs
 2011-07-12  8:32 UTC  (5+ messages)
` [PATCH 3/7] DMA: PL330: Add DMA capabilities

[PATCH] mmc: sdhci-s3c: add quirk about BROKEN_ADMA_ZEROLEN_DESC
 2011-07-12  8:30 UTC 

Union mount and lockdep design issues
 2011-07-12  8:30 UTC  (21+ messages)
` Union mount and overlayfs bake off?
  ` Unionmount status?

ia64: replace old cpumask functions with new one
 2011-07-12  8:27 UTC  (4+ messages)

[PATCH] [PATCH] Fix deadlock in af_packet while stressing raw ethernet socket interface
 2011-07-12  8:26 UTC  (6+ messages)

[PATCH] ARM: mach-shmobile: sh7372 A3SP prototype support V2
 2011-07-12  8:24 UTC 

[Xenomai-help] Compiling Library files over Xenomai
 2011-07-12  8:23 UTC  (4+ messages)

[PATCH] Input: TPS6507X - define MFD dependencies for touch and regulator unit
 2011-07-12  8:23 UTC  (5+ messages)

HI
 2011-07-12  8:23 UTC 

qc timeout on a marvell 88F6282 board
 2011-07-12  8:19 UTC  (9+ messages)

[ patch 00/21 ] support multiple, pending ddebugs at kernel-boot
 2011-07-12  8:16 UTC  (6+ messages)

[PATCH hcidump 1/2] Add check to verify AVRCP pdu length matches frame length
 2011-07-12  8:07 UTC  (2+ messages)
` [PATCH hcidump 2/2] Add parsing for AVRCP GetCapabilities

[PATCH v4 3/4] ASoC: SAMSUNG: Modify I2S driver to support idma
 2011-07-12  8:06 UTC  (3+ messages)
` [PATCH v4 4/4] ASoC: SAMSUNG: Add I2S0 internal dma driver

[PATCH 0/3] ACPI / Battery: fix NULL pointer dereference from battery
 2011-07-12  8:03 UTC  (5+ messages)
` [PATCH 1/3] power_supply: scrub device pointer if registration fails
` [PATCH 2/3] ACPI / Battery: avoid acpi_battery_add() use-after-free
` [PATCH 3/3] ACPI / Battery: propagate sysfs error in acpi_battery_add()

[Qemu-devel] live block copy/stream/snapshot discussion
 2011-07-12  8:06 UTC  (5+ messages)

[PATCH] [media] videobuf2-dma-contig: return NULL if alloc fails
 2011-07-12  8:03 UTC  (3+ messages)

Checkpatch.pl generates false alarm
 2011-07-12  8:03 UTC  (3+ messages)

[PATCH] modpost: Fix modpost's license checking
 2011-07-12  7:00 UTC  (2+ messages)
` [PATCH] modpost: Fix modpost's license checking V2

Kindly Read the Attached Letter of Notice
 2011-07-12  8:00 UTC 

[PATCH 1/2] ASoC: Implement DC servo completion IRQ handling for wm_hubs devices
 2011-07-12  7:59 UTC  (2+ messages)
` [PATCH 2/2] ASoC: Hook up DC servo completion IRQ for WM8994 and WM8958

[PATCHSET x86/mm] memblock, x86: Misc cleanups
 2011-07-12  7:58 UTC  (7+ messages)
` [PATCH 1/6] x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()
` [PATCH 2/6] bootmem: Fix __free_pages_bootmem() to use @order properly
` [PATCH 3/6] memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc_try_nid()
` [PATCH 4/6] memblock: Use round_up/down() instead of memblock_align_up/down()
` [PATCH 5/6] memblock: Kill MEMBLOCK_ERROR
` [PATCH 6/6] memblock: Replace memblock_find_base() with memblock_find_in_range()

[PATCH] mmc: dw_mmc: Supply clocks for both host and card
 2011-07-12  7:55 UTC  (6+ messages)

[PATCH] mtab: handle ENOSPC condition properly when altering mtab
 2011-07-12  7:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/9] exec: add endian specific phys ld/st functions
 2011-07-12  7:52 UTC  (2+ messages)

patch to fix potential problem with wiphy_update_regulatory
 2011-07-12  7:52 UTC  (4+ messages)
` [PATCH] cfg80211: hold reg_mutex when updating regulatory
` patch to fix potential problem with wiphy_update_regulatory (update)

[Xenomai-core] [Xenomai-git] Jan Kiszka : nucleus: Fix race between gatekeeper and thread deletion
 2011-07-12  7:49 UTC  (12+ messages)

[Qemu-devel] [PATCH v2 0/5] xen mapcache fixes and improvements
 2011-07-12  7:48 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 4/5] exec.c: refactor cpu_physical_memory_map
        `  "

[Qemu-devel] [PATCH] usb-hid: Fix 0/0 position for Windows in tablet mode
 2011-07-12  7:47 UTC  (7+ messages)
          ` [Qemu-devel] [PATCH v2] "

[PATCH] powerpc/85xx: fix mpic configuration in CAMP mode
 2011-07-12  7:49 UTC  (6+ messages)
  ` [PATCH v2] "

x86: interrupt routing question
 2011-07-12  7:27 UTC 

[PATCH x86/mm 1/2] x86: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/
 2011-07-12  7:45 UTC  (2+ messages)
` [PATCH x86/mm 2/2] x86: Implement pfn -> nid mapping granularity check

[PATCH v6 0/9] Steal time for KVM
 2011-07-12  7:45 UTC  (2+ messages)

[PATCH 1/1] ARM: i.MX50/53: debug-macro: fix UART_PADDR
 2011-07-12  7:44 UTC  (2+ messages)

[xen-unstable test] 8034: tolerable FAIL
 2011-07-12  7:39 UTC 

[ath9k-devel] AR9380 - Transmit power control per packet
 2011-07-12  7:39 UTC  (13+ messages)

[SPAM] Téléchargez le guide des radiateurs à inertie
 2011-07-12  7:37 UTC 

[RFC] Improving scalability of smp_mb__[before|after]_clear_bit
 2011-07-12  7:34 UTC 

[PATCH 1/2] arch: arm: Correct the dependency of HAVE_ARM_TWD
 2011-07-12  7:34 UTC  (6+ messages)

Reverting rc6 by default
 2011-07-12  7:33 UTC  (11+ messages)

[PATCH 3.1 0/4] ARM: simpad: Add support for GPIO attached hardware
 2011-07-12  7:32 UTC  (3+ messages)
` [PATCH 3.1 3/4] ARM:simpad: add GPIO based device definitions

[PATCH 00/48] Handling more corner cases in merge-recursive.c
 2011-07-12  7:27 UTC  (4+ messages)
` [PATCH 22/48] merge-recursive: Fix sorting order and directory change assumptions

[PATCH 00/17] Introduce a led trigger for CPU activity
 2011-07-12  7:30 UTC  (6+ messages)
` [PATCH 16/17] mach-sa1100: retire custom LED code

[Buildroot] [pull request] Pull request for branch for-2011.08/debugging-improvements
 2011-07-12  7:27 UTC  (2+ messages)

[Buildroot] [pull request v5] Pull request for branch for-2011.08/bootloaders
 2011-07-12  7:25 UTC  (4+ messages)

[Xenomai-help] Problem with periodic posix thread
 2011-07-12  7:25 UTC  (3+ messages)

[Xenomai-help] 32 bits libraries for x86_64 architecture
 2011-07-12  7:24 UTC  (5+ messages)

[PATCH 0/1] Fix for GCC missing liblto_plugin.so
 2011-07-12  7:20 UTC  (2+ messages)
` [PATCH 1/1] gcc: Fix packaging correctly

[U-Boot] [PATCH 0/2] ORIGEN Board Support
 2011-07-12  7:22 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ORIGEN: Add MMC SPL support

kernel NULL pointer dereference in lbs_set_11d_domain_info (3.0-rc6)
 2011-07-12  7:22 UTC  (3+ messages)

ARM: kprobes: Add support for Thumb-2
 2011-07-12  7:20 UTC  (7+ messages)
` [PATCH 19/51] ARM: kprobes: Infrastructure for table driven decoding of CPU instructions
` [PATCH 37/51] ARM: kprobes: Optimise emulation of LDM and STM

[U-Boot] [PATCH v2] SMDKV310: Fix host compilation of mkv310_image
 2011-07-12  7:20 UTC  (2+ messages)

[PATCH v2 0/8] x86-64 vDSO changes for 3.1
 2011-07-12  7:18 UTC  (5+ messages)
` [PATCH v2 1/8] x86-64: Improve vsyscall emulation CS and RIP handling

[Buildroot] [PATCH] pcsc-lite and ccid support
 2011-07-12  7:17 UTC  (4+ messages)

[Adeos-main] [PATCH] ipipe: Prevent unwritable pages after mprotect
 2011-07-12  7:15 UTC  (5+ messages)

[RFC v3 00/56] Memory API
 2011-07-12  7:14 UTC  (8+ messages)
` [RFC v3 31/56] ac97: convert to memory API
  ` [Qemu-devel] "

[PATCH] Input: intel-mid-touch - remove pointless checking for variable 'found'
 2011-07-12  7:13 UTC 

[Buildroot] [PATCH] sysvinit: package name typo
 2011-07-12  7:13 UTC  (2+ messages)

data transfer from kernel to user space
 2011-07-12  7:12 UTC  (4+ messages)

[Buildroot] [git commit] sysvinit: package name typo
 2011-07-12  7:11 UTC 

[Buildroot] /tmp puzzle
 2011-07-12  7:10 UTC  (4+ messages)

[PATCH RESEND] serial/8250_pci: delete duplicate data definition
 2011-07-12  7:08 UTC 


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.