All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-01-27 10:13:51 to 2010-01-27 12:15:35 UTC [more...]

[PATCH] ata: Disable NCQ for Crucial M225 brand SSDs
 2010-01-27 12:15 UTC  (8+ messages)

[PATCH v3] input: MXC: add mxc-keypad driver to support the Keypad Port present in the mxc application processors family
 2010-01-27 12:14 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/3] virtio-blk: rerror/werror fixes (including corruption fix)
 2010-01-27 12:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] virtio_blk: Factor virtio_blk_handle_request out
` [Qemu-devel] [PATCH 2/3] virtio-blk: Fix restart after read error
` [Qemu-devel] [PATCH 3/3] virtio-blk: Fix error cases which ignored rerror/werror

Xen 4.0 + Kernel 2.6.32 + Debian
 2010-01-27 12:12 UTC  (2+ messages)

[PATCH RFC tip/core/rcu] accelerate grace period if last non-dynticked CPU
 2010-01-27 12:11 UTC  (12+ messages)

file/extent checksums for dedup/sync
 2010-01-27 12:10 UTC 

[Qemu-devel] Re: Stop using "which" in ./configure
 2010-01-27 12:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] Check for sdl-config before calling it
  ` [Qemu-devel] [PATCH 2/3] Add and use has() and path_of() funcs
    ` [Qemu-devel] [PATCH 3/3] Solaris: test for presence of commands with has()

[PATCH] kernel/timekeeping: move xtime_cache to be in the same cache line as the lock
 2010-01-27 12:10 UTC  (3+ messages)

[Buildroot] PATCH/RFC: Move all project specific files into the output directory
 2010-01-27 12:09 UTC  (2+ messages)

2.6.32.5 regression: page allocation failure. order:1,
 2010-01-27 12:08 UTC  (2+ messages)

[PATCH 0/8] Update support for MPC512x
 2010-01-27 12:07 UTC  (11+ messages)
` [PATCH 1/8 v2] powerpc/mpc5121: Add machine restart support
` [PATCH 2/8 v2] rtc: Add MPC5121 Real time clock driver
` [PATCH 3/8 v2] mtd: Add MPC5121 NAND Flash Controller driver
` [PATCH 4/8 v2] dma: Add MPC512x DMA driver
` [PATCH 5/8 v2] powerpc/mpc5121: add USB host support
` [PATCH 6/8 v2] powerpc/mpc5121: shared DIU framebuffer support
` [PATCH 7/8 v2] powerpc/mpc5121: update mpc5121ads DTS
` [PATCH 8/8 v2] powerpc/mpc5121: Add default config for MPC5121

[Bug 26188] New: [regression] Some strange things with latest git on NV31
 2010-01-27 12:07 UTC  (2+ messages)
  ` [Bug 26188] "

[PATCHv11 00/20] git notes
 2010-01-27 12:02 UTC  (4+ messages)
` [PATCHv11 20/20] builtin-gc: Teach the new --notes option to garbage-collect notes

[PATCH 1/4] mmp2: add mask function in irq
 2010-01-27 12:01 UTC  (2+ messages)

[PATCH] tools/perf/perf.c: Clean up trivial style issues
 2010-01-27 11:59 UTC  (3+ messages)

[Buildroot] PATCH: fix build from nested makefile
 2010-01-27 11:58 UTC 

How to use VMDq in KVM?
 2010-01-27 11:57 UTC 

[Qemu-devel] [PATCH 0/6] fix a few clang warnings
 2010-01-27 11:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH 6/6] fix audio_bug related failures
    ` [Qemu-devel] "

CBQ broken in 2.6
 2010-01-27 11:56 UTC  (2+ messages)

How to turn on EPT support?
 2010-01-27 11:55 UTC  (7+ messages)

git notes: notes
 2010-01-27 11:55 UTC  (4+ messages)

[Buildroot] PATCH: Ensures kernel fully patched for board before running config
 2010-01-27 11:55 UTC 

[PATCHv12 00/23] git notes
 2010-01-27 11:52 UTC  (24+ messages)
` [PATCHv12 01/23] Minor non-functional fixes to notes.c
` [PATCHv12 02/23] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
` [PATCHv12 03/23] Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
` [PATCHv12 04/23] Notes API: init_notes(): Initialize the notes tree from the given notes ref
` [PATCHv12 05/23] Notes API: add_note(): Add note objects to the internal notes tree structure
` [PATCHv12 06/23] Notes API: remove_note(): Remove note objects from the "
` [PATCHv12 07/23] Notes API: get_note(): Return the note annotating the given object
` [PATCHv12 08/23] Notes API: for_each_note(): Traverse the entire notes tree with a callback
` [PATCHv12 09/23] Notes API: write_notes_tree(): Store the notes tree in the database
` [PATCHv12 10/23] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [PATCHv12 11/23] Refactor notes concatenation into a flexible interface for combining notes
` [PATCHv12 12/23] Builtin-ify git-notes
` [PATCHv12 13/23] t3301: Verify successful annotation of non-commits
` [PATCHv12 14/23] t3305: Verify that adding many notes with git-notes triggers increased fanout
` [PATCHv12 15/23] Teach notes code to properly preserve non-notes in the notes tree
` [PATCHv12 16/23] Teach builtin-notes to remove empty notes
` [PATCHv12 17/23] builtin-notes: Add "remove" subcommand for removing existing notes
` [PATCHv12 18/23] t3305: Verify that removing notes triggers automatic fanout consolidation
` [PATCHv12 19/23] Notes API: prune_notes(): Prune notes that belong to non-existing objects
` [PATCHv12 20/23] builtin-notes: Add "prune" subcommand for removing notes for missing objects
` [PATCHv12 21/23] Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
` [PATCHv12 22/23] builtin-notes: Add "list" subcommand for listing note objects
` [PATCHv12 23/23] builtin-notes: Add "add" subcommand for appending to "

[Bug 15018] New: ext4 backtraces out of nowhere
 2010-01-27 11:51 UTC  (2+ messages)
` [Bug 15018] "

OOM-Killer kills too much with 2.6.32.2
 2010-01-27 11:50 UTC  (10+ messages)
        ` [PATCH] drm/i915: Selectively enable self-reclaim

git commit --cleanup and templates
 2010-01-27 11:48 UTC  (2+ messages)

[PATCH net-next-2.6] packet: Add GSO/checksum offload support to af_packet sockets
 2010-01-27 11:42 UTC  (2+ messages)

[Qemu-devel] [FOR 0.12 RESEND PATCH] fdc: fix drive property handling
 2010-01-27 11:43 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 1/2] radio: Add radio-timb
 2010-01-27 11:41 UTC  (4+ messages)

xen.git plans
 2010-01-27 11:41 UTC  (7+ messages)
` xen.git plans / 2.6.32 long-term stable kernel

[PATCH 0/2] @{u} updates
 2010-01-27 11:40 UTC  (7+ messages)
` [PATCH 1/2] t1506: more test for @{upstream} syntax

bug list: assigning negative values to unsigned variables
 2010-01-27 11:13 UTC  (8+ messages)

[U-Boot] What linux kernel binary do I use????
 2010-01-27 11:36 UTC 

[Ocfs2-devel] [PATCH 0/3] Ocfs2: Optimize ocfs2 truncating codes
 2010-01-27 11:36 UTC 

[PATCH/RFC v1 0/1] Platform-specific event support in the perf
 2010-01-27 11:35 UTC  (4+ messages)
` [PATCH v1 1/1] Extended events (platform-specific) support in perf

[PATCH] VT-d: improve RMRR validity checking
 2010-01-27 11:33 UTC  (11+ messages)
          ` [PATCH] VT-d: improve RMRR validity checking, documenting boot options
              ` Documentation Xen-hypervisor and Dom0 xen-related boot options (was Re: [PATCH] VT-d: improve RMRR validity checking, documenting boot options)

btrfs fsck doesn't modify a thing, and btrfs can not balance any data on a new device
 2010-01-27 11:33 UTC  (5+ messages)

help: Leadtek DTV2000 DS
 2010-01-27 11:30 UTC  (8+ messages)

[PATCH 1/2] PM: remove deprecated user ioctls
 2010-01-27 11:29 UTC  (4+ messages)
` [PATCH 2/2] PM / Hibernate: swap, remove useless check from swsusp_read

[Bug 26193] New: nouveau falls back to NoAccel on 9400M
 2010-01-27 11:29 UTC  (2+ messages)
  ` [Bug 26193] "

cvs revision number -> git commit name?
 2010-01-27 11:28 UTC  (4+ messages)
    ` git notes issues (was: cvs revision number -> git commit name?)

[GIT PULL] x86 fixes for 2.6.33-rc6
 2010-01-27 11:24 UTC  (3+ messages)

[patch] slab: fix regression in touched logic
 2010-01-27 11:27 UTC 

[PATCH 00 of 30] Transparent Hugepage support #3
 2010-01-27 11:27 UTC  (6+ messages)
` [PATCH 28 of 30] memcg huge memory

[lm-sensors] Can't get temperature sensor values on Atom N330
 2010-01-27 11:26 UTC 

[PATCH 00/10] ARM: LPC32XX: New architecture support
 2010-01-27 11:23 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 1/3] Ocfs2: Change ocfs2_remove_btree_range() a bit to consider refcount case
 2010-01-27 11:22 UTC  (3+ messages)
` [Ocfs2-devel] [PATCH 2/3] Ocfs2: Change ocfs2_prepare_refcount_change_for_del() a bit to defer blocks reservation
` [Ocfs2-devel] [PATCH 3/3] Ocfs2: Treat ocfs2 truncate as a special case of punching holes

[U-Boot] (no subject)
 2010-01-27 11:21 UTC 

linux-next: add utrace tree
 2010-01-27 11:20 UTC  (26+ messages)

[PATCH] cyclictest: Set tracing_thresh optionally
 2010-01-27 11:18 UTC 

[PATCH not-for-mainline] Implement git-vcs-p4
 2010-01-27 11:18 UTC  (2+ messages)

[PATCH 2b/4 v2] ASoC: add support for the sh7722 Migo-R board
 2010-01-27 11:15 UTC  (2+ messages)

saa7134 and μPD61151 MPEG2 coder
 2010-01-27 11:14 UTC  (2+ messages)

[Autotest PATCH] KVM-test: Add a subtest 'qemu_img'
 2010-01-27 11:13 UTC  (4+ messages)
` [Autotest] "

[PATCH 2/4] mfd: update irq handler in max8925
 2010-01-27 11:12 UTC  (8+ messages)

[Autotest PATCH] KVM-test: Add a subtest image_copy
 2010-01-27 11:11 UTC  (4+ messages)
    ` [Autotest] "

[PATCH 1/4 v3] ASoC: add a WM8978 codec driver
 2010-01-27 11:11 UTC  (2+ messages)

Xen 3.3 with kemari patch
 2010-01-27 11:10 UTC 

[PATCH 1/2] Export the symbol of getboottime and monotonic_to_bootbased
 2010-01-27 11:13 UTC  (2+ messages)
` [PATCH 2/2] kvmclock: count total_sleep_time when updating guest clock

linux-next: backlight tree build warning
 2010-01-27 11:10 UTC  (4+ messages)
  ` [PATCH] backlight: l4f00242t03: Fix module licence absence

[Rev2]Samsung: New driver for AC97 controllers
 2010-01-27 11:06 UTC  (3+ messages)

[PATCH 0/1 V4] net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver
 2010-01-27 11:01 UTC  (4+ messages)
` [PATCH 1/1 "

Deadlock in IPv6 code while garbage collection on the rwlock protecting the routing tree
 2010-01-27 11:04 UTC  (6+ messages)
  ` [PATCH] ipv6: Fix possible NULL dereference in icmp6_dst_alloc

[PATCH] kmemleak: Do not enable KMEMCHECK_PARTIAL_OK if DEBUG_KMEMLEAK
 2010-01-27 11:02 UTC  (2+ messages)

[PATCH] saa7134: Fix IR support of some ASUS TV-FM 7135 variants
 2010-01-27 11:02 UTC 

bug list: doing dma on the stack
 2010-01-27 10:58 UTC  (2+ messages)

[PATCH 0/4] Current XRC queue
 2010-01-27 10:55 UTC  (4+ messages)
` [PATCH 2/4] IB/uverbs: Support for XRC

cp --reflink with Btrfs
 2010-01-27 10:53 UTC 

Read errors on raid5 ignored, array still clean .. then disaster !!
 2010-01-27 10:50 UTC  (4+ messages)

Building of compat-wireless-old in 2.6.25 BSP kernel for PowerPC architecture
 2010-01-27 10:48 UTC  (3+ messages)

[PATCH v4 4/8] ARM: S5PV210: Update Kconfig and Makefiles
 2010-01-27 10:47 UTC  (3+ messages)

Duplicate wake-ups in pcm_lib.c
 2010-01-27 10:46 UTC  (10+ messages)

[PATCHv2 08/10] ARM: SMDK2443: Enable AC97 device
 2010-01-27 10:46 UTC  (3+ messages)

[U-Boot] [PATCH] OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
 2010-01-27 10:46 UTC 

[PATCHv2 06/10] ARM: SMDK64XX: Enable AC97 device
 2010-01-27 10:45 UTC  (3+ messages)

[PATCH v2] opensm: Multicast root switch calculation
 2010-01-27 10:45 UTC  (5+ messages)

Question about raid robustness when disk fails
 2010-01-27 10:43 UTC  (8+ messages)

[PATCH 1/2] ad1836: use soc-cache framework for codec registers access
 2010-01-27 10:43 UTC  (3+ messages)
` [PATCH 2/2] ad1938: "

Proposal for richer list text
 2010-01-27 10:42 UTC  (2+ messages)

show/diff --check clarification needed
 2010-01-27 10:41 UTC 

[Bug 23993] OpenGL app crashes randomly with 'drmRadeonCmdBuffer: -12'
 2010-01-27 10:40 UTC 

[PATCHv2 03/10] ARM: S3C24XX: Update AC97 platform resources
 2010-01-27 10:40 UTC  (3+ messages)

[PATCHv2 02/10] ARM: S3C64XX: Add AC97 platform resources
 2010-01-27 10:38 UTC  (3+ messages)

[PATCHv2 01/10] ARM: S3C2443: GPIO: Correct AC97 pin defines
 2010-01-27 10:37 UTC  (7+ messages)

[PATCH] OMAP: UART: fix full-fifo write abort
 2010-01-27 10:36 UTC 

KMS/Radeon rainbow colors when booting .33 kernel
 2010-01-27 10:34 UTC  (2+ messages)

[PATCH] opensm/osm_vl_arb_rcv.c: fix double mutex release bug
 2010-01-27 10:33 UTC  (2+ messages)

[ath9k-devel] 80.11n Performance Tunning
 2010-01-27 10:32 UTC  (3+ messages)

[RFC Patch 2/2][Bugfix][x86][hw-breakpoint] Fix return-code to notifier chain in hw_breakpoint_handler
 2010-01-27 10:29 UTC  (13+ messages)

[RFC] perf_events: support for uncore a.k.a. nest units
 2010-01-27 10:28 UTC  (8+ messages)

Radeon HDMI audio in 2.6.33 kernel ???
 2010-01-27 10:17 UTC 

[PATCH 1/3] ARM: S3C64XX: Add AC97 platform resources
 2010-01-27 10:25 UTC  (7+ messages)
` [PATCH 2/3] ASoC: AC97: S3C: Add controller driver

[Bug 26051] New: Regression in 7.6.1, glxgears locks the machine (rv280)
 2010-01-27 10:25 UTC  (2+ messages)
` [Bug 26051] Regression in 7.6, "

[RFC] [PATCH 1/7] User Space Breakpoint Assistance Layer (UBP)
 2010-01-27 10:23 UTC  (11+ messages)

Testing if a certain commit is in the current branch
 2010-01-27 10:19 UTC  (4+ messages)

wlan/eth bridge stops working after a while: how to diagnose?
 2010-01-27 10:18 UTC 

[Qemu-devel] [RFC] gPXE fw_cfg file interface support
 2010-01-27 10:15 UTC  (2+ messages)

[PATCH] Use full path to dnsdomainname and domainname in scripts/mkcompile_h
 2010-01-27 10:14 UTC  (9+ messages)


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.