All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-01 11:47:33 to 2012-08-01 13:10:32 UTC [more...]

[Xenomai] [PATCH, Xenomai 2.5.6]
 2012-08-01 13:10 UTC  (9+ messages)

[Qemu-devel] [PATCH 00/47] Block job improvements for 1.2
 2012-08-01 13:09 UTC  (9+ messages)
` [Qemu-devel] [PATCH 13/47] block: introduce block job error

[PATCH] ARM: EXYNOS: Add clocks for EXYNOS Audio Subsystem
 2012-08-01 13:09 UTC  (4+ messages)

[PATCH] ASoC: soc-io: Only force use regmap if the codec have it implemented
 2012-08-01 13:09 UTC  (5+ messages)

[PATCH v2] Btrfs: remove superblock writing after fatal error
 2012-08-01 13:07 UTC  (3+ messages)

[Bug 51658] New: r200 (& possibly radeon) DRI fixes for gnome shell on Mesa 8.0.3
 2012-08-01 13:07 UTC  (2+ messages)
` [Bug 51658] "

[PATCH] ucm: Return NULL from get_list0() and get_list20() in case of empty lists
 2012-08-01 13:06 UTC 

[PATCH 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs
 2012-08-01 13:05 UTC  (12+ messages)
` [PATCH 1/5] usb: phy: samsung: Introducing usb phy driver for hsotg
` [PATCH 2/5] usb: s3c-hsotg: Adding phy driver support
` [PATCH 3/5] ARM: S3C64XX: Removing old phy setup code
` [PATCH 4/5] ARM: S3C64XX: Enabling sec_usbphy driver
` [PATCH 5/5] ARM: Exynos4210: "

[PATCH RESEND] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
 2012-08-01 13:05 UTC  (4+ messages)

[PATCH] uprobes: don't enable/disable signle step if the user did it
 2012-08-01 13:01 UTC  (7+ messages)
` [PATCH 1/2] uprobes: Use a helper instead of ptrace's single step enable
  ` [PATCH 2/2] x86/uprobes: implement x86 specific arch_uprobe_*_step
          ` Q: user_enable_single_step() && update_debugctlmsr()

Update VIP to videobuf2 and control framework
 2012-08-01 13:04 UTC  (3+ messages)

[Qemu-trivial] [PATCH 1/2] exec.c: Fix off-by-one error in register_subpage
 2012-08-01 13:03 UTC  (13+ messages)
` [Qemu-trivial] [PATCH 2/2] exec.c: Use subpages for large unaligned mappings
  ` [Qemu-trivial] [Qemu-devel] "
    `  "
  ` [Qemu-trivial] [Qemu-devel] [PATCH 1/2] exec.c: Fix off-by-one error in register_subpage
    ` [Qemu-devel] [Qemu-trivial] "
  ` [Qemu-devel] "

[PATCH] userns: Convert quota to user kuid/kgid where appropriate
 2012-08-01 13:03 UTC  (2+ messages)

[GIT PULL] fbdev updates for 3.6
 2012-08-01 13:03 UTC 

OT: silent data corruption reading from hard drives
 2012-08-01 13:03 UTC  (2+ messages)

[PATCH 00/12] Mesa upgrade/improvements
 2012-08-01 12:50 UTC  (19+ messages)
` [PATCH 01/12] mesa: format the packages list nicely
` [PATCH 02/12] mesa: move glu.pc to libglu-dev
` [PATCH 03/12] mesa: add --enable-shared-glapi, and package it in libglapi
` [PATCH 04/12] mesa: enable the Graphic Buffer Manager library
` [PATCH 05/12] mesa: Update to 8.0.4 (latest stable version)
` [PATCH 06/12] mesa: Use 'require' instead of 'include'
` [PATCH 07/12] mesa: enable GLESv2
` [PATCH 08/12] mesa: enable EGL, with DRM and X11 platforms
` [PATCH 09/12] mesa: respect x11 DISTRO_FEATURE
` [PATCH 10/12] poky: add EGL and OpenGLESv2 features
` [PATCH 11/12] mesa: no need to depend on python-native, the class does that
` [PATCH 12/12] mesa-demos: fix GLES2 build

[PATCH v2 0/7] KVM paravirt remote flush tlb
 2012-08-01 12:59 UTC  (11+ messages)
` [PATCH v2 6/7] kvm,x86: RCU based table free

[PATCH v4] OMAPDSS: DISPC: Improvements to DIGIT sync signal selection
 2012-08-01 12:56 UTC 

[PATCH] Read all data from socket in do_get_nl_link
 2012-08-01 12:57 UTC 

[PATCH] serial: sc26xx: Fix compile breakage
 2012-08-01 12:56 UTC  (2+ messages)

[Qemu-devel] [PULL 00/19] Net patches for QEMU 1.2
 2012-08-01 12:54 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/19] net: Add interface to bridge when SIOCBRADDIF isn't available
` [Qemu-devel] [PATCH 02/19] net: Add a hub net client
` [Qemu-devel] [PATCH 03/19] net: Use hubs for the vlan feature
` [Qemu-devel] [PATCH 04/19] net: Look up 'vlan' net clients using hubs
` [Qemu-devel] [PATCH 05/19] hub: Check that hubs are configured correctly
` [Qemu-devel] [PATCH 06/19] net: Drop vlan argument to qemu_new_net_client()
` [Qemu-devel] [PATCH 07/19] net: Convert qdev_prop_vlan to peer with hub
` [Qemu-devel] [PATCH 08/19] net: Remove vlan code from net.c
` [Qemu-devel] [PATCH 09/19] net: Remove VLANState
` [Qemu-devel] [PATCH 10/19] net: Rename non_vlan_clients to net_clients
` [Qemu-devel] [PATCH 11/19] net: Rename VLANClientState to NetClientState
` [Qemu-devel] [PATCH 12/19] net: Rename vc local variables to nc
` [Qemu-devel] [PATCH 13/19] net: Rename qemu_del_vlan_client() to qemu_del_net_client()
` [Qemu-devel] [PATCH 14/19] net: Make "info network" output more readable info
` [Qemu-devel] [PATCH 15/19] net: cleanup deliver/deliver_iov func pointers
` [Qemu-devel] [PATCH 16/19] net: determine if packets can be sent before net queue deliver packets
` [Qemu-devel] [PATCH 17/19] hub: add the support for hub own flow control
` [Qemu-devel] [PATCH 18/19] net: fix the coding style
` [Qemu-devel] [PATCH 19/19] net: add the support for -netdev socket, listen

[PATCH] drm: refcnt drm_framebuffer
 2012-08-01 12:55 UTC  (7+ messages)

[ 00/73] 3.2.25-stable review
 2012-08-01 12:55 UTC  (2+ messages)

[U-Boot] [PATCH] mx6q: mx6qsabrelite: add GPIO_0__CCM_CLKO and GPIO_3__CCM_CLKO2 pin mux
 2012-08-01 12:55 UTC  (4+ messages)

[PATCH v3 RESEND] OMAPDSS: DISPC: Improvements to DIGIT sync signal selection
 2012-08-01 12:53 UTC  (3+ messages)

[RFC PATCH 0/7] Experimental btrfs send/receive (kernel side)
 2012-08-01 12:54 UTC  (4+ messages)
` [RFC PATCH 7/7] Btrfs: introduce BTRFS_IOC_SEND for btrfs send/receive (part 2)

[PATCH] staging: drm/omap: remove reclaim_buffers callback
 2012-08-01 12:51 UTC  (3+ messages)

[md:for-next 18/18] dm-raid.c:(.text+0x11f6d5): undefined reference to `md_raid10_congested'
 2012-08-01 12:51 UTC 

[Qemu-devel] [RFC 00/27]: add new error format
 2012-08-01 12:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH 12/27] hmp: hmp_change(): don't use error_get_field()
` [Qemu-devel] [PATCH 15/27] block: block_int: include qerror.h
` [Qemu-devel] [PATCH 16/27] hmp: hmp.h: include qdict.h

[Qemu-devel] [PATCH] [RFC] libqblock draft code v1
 2012-08-01 12:49 UTC  (2+ messages)

[PATCH] perf, test: Fix parse events automated tests
 2012-08-01 12:48 UTC 

[PATCH 0/1] qt4: fix qt4-native build failure on SLED-11
 2012-08-01 12:36 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] perf, tool: Fix array sizes for binary types arrays
 2012-08-01 12:47 UTC 

awful kconfig help texts
 2012-08-01 12:46 UTC  (12+ messages)

Any reason to use put_page in slub.c?
 2012-08-01 12:42 UTC  (12+ messages)

[RFC PATCH 0/5] cputime: Generic virtual based cputime accounting
 2012-08-01 12:45 UTC  (11+ messages)
` [PATCH 1/5] user_hooks: New user hooks subsystem

u-boot do_compile should be reentrant even with ld-is-gold
 2012-08-01 12:32 UTC  (4+ messages)

[PATCH] add crtime to the snapshot list
 2012-08-01 12:43 UTC  (4+ messages)
` [PATCH] Btrfs-progs: show crtime in "

[PATCH] split emergency_shell function
 2012-08-01 12:42 UTC  (2+ messages)

[U-Boot] [PATCH v4] arm : Atmel : add at91sam9x5ek board support
 2012-08-01 12:42 UTC  (2+ messages)

[U-Boot] [PATCH] doc/git-mailrc: update at91 and avr32
 2012-08-01 12:41 UTC  (2+ messages)

Btrfs Intermittent ENOSPC Issues
 2012-08-01 12:40 UTC  (2+ messages)

[PATCH RFT] leds: lp8788: Fix updating scale configuration bits
 2012-08-01 12:40 UTC 

[PATCH 1/2] NFS: Fix a number of bugs in the idmapper
 2012-08-01 12:39 UTC  (7+ messages)

UBIFS corruption after software upgrade
 2012-08-01 12:40 UTC  (2+ messages)

[2/3][PATCH][v2] TDM Framework
 2012-08-01 12:37 UTC  (10+ messages)

Bug report about Windows 7 pro 64 bit domU on xen-unstable dom0 with qemu traditional
 2012-08-01 12:37 UTC  (3+ messages)

[PATCH] rpc.gssd: don't call poll() twice a second
 2012-08-01 12:35 UTC  (6+ messages)
` [PATCH 4/4] "

[GIT PULL] more perf updates for v3.6
 2012-08-01 12:32 UTC  (5+ messages)
` perf: commit 44f24cb3156a1e (Factor DSO symtab types) causes segfaults

SE Android ZoneInfo Errors
 2012-08-01 12:32 UTC  (3+ messages)

[PATCH -alternative] mm: hugetlbfs: Close race during teardown of hugetlbfs shared page tables V2 (resend)
 2012-08-01 12:32 UTC  (12+ messages)

[PATCH can-next v4] can: add tx/rx LED trigger support
 2012-08-01 12:30 UTC  (9+ messages)
` [PATCH can-next v5 1/2] "
  ` [PATCH can-next v5 2/2] can: flexcan: add "

mechanism to disable package management on target
 2012-08-01 12:30 UTC  (2+ messages)

missing user name
 2012-08-01 12:30 UTC  (4+ messages)

[PATCH] tools/hotplug/Linux/init.d/: added other xen kernel modules on xencommons start
 2012-08-01 12:28 UTC  (4+ messages)

persistent removed MD referrence on reboot
 2012-08-01 12:27 UTC  (5+ messages)

[PATCH V2] libxl: make libxl_device_pci_{add, remove, destroy} interfaces asynchronous
 2012-08-01 12:24 UTC 

[linux-lvm] [lvm2cmd] Heap destruction by lvm2_exit()?
 2012-08-01 12:24 UTC  (2+ messages)

[Qemu-devel] [PATCH][RFC] Add compare subcommand for qemu-img
 2012-08-01 12:22 UTC  (2+ messages)

[GIT PULL] Block driver changes for 3.6
 2012-08-01 12:20 UTC 

omap_device: query on "fck" clk alias created
 2012-08-01 12:20 UTC  (2+ messages)

[PATCH] stubdom: disable parallel build
 2012-08-01 12:18 UTC  (5+ messages)

[patch] Btrfs: fix some endian bugs handling the root times
 2012-08-01 12:17 UTC  (3+ messages)

[RFC PATCH 1/1] ASoC: soc-dapm: warn if no avaiable path found for widget kcontrol
 2012-08-01 12:15 UTC  (5+ messages)

[GIT PULL] Block IO core bits for 3.6
 2012-08-01 12:12 UTC 

[PATCH] Btrfs: unlock extent when the dio completes for reads
 2012-08-01 12:10 UTC  (3+ messages)

[PATCH 0/1] leds: Add LED driver for lm355x chips
 2012-08-01 12:05 UTC  (2+ messages)
` [PATCH 1/1] "

btrfs send/receive review by vfs folks
 2012-08-01 12:09 UTC 

[PATCH 00/22] Introducing the TI Keystone platform
 2012-08-01 12:08 UTC  (4+ messages)
` [PATCH 06/22] ARM: LPAE: use phys_addr_t in alloc_init_pud()

Proposal: Xen Test Days
 2012-08-01 12:08 UTC 

[PATCH] x86: also allow disabling LAPIC NMI watchdog on newer CPUs
 2012-08-01 12:07 UTC 

no security block - but connection still gets refused
 2012-08-01 12:06 UTC  (3+ messages)

problem with bluez-test
 2012-08-01 12:02 UTC  (3+ messages)

[Qemu-devel] [PATCH] Fixing sh4 serial abort
 2012-08-01 12:01 UTC  (6+ messages)

[PATCH] Spelling correction and formatting fixed
 2012-08-01 11:59 UTC  (2+ messages)

[RFC] mount: overwrite options from /etc/fstab when given on the commandline
 2012-08-01 11:58 UTC  (6+ messages)

master - Fix dependecy build for scripts dir
 2012-08-01 11:58 UTC 

nfsd changes for 3.6
 2012-08-01 11:56 UTC  (4+ messages)
    ` [PATCH] locks: remove unused lm_release_private

Cloning Android repo's from bitbucket
 2012-08-01 11:56 UTC  (4+ messages)

[PATCH] liburcu: Upgrade to upstream 0.7.3
 2012-08-01 11:44 UTC  (2+ messages)

[PATCH] libxl: only read script once in libxl__hotplug_*
 2012-08-01 11:52 UTC 

[Qemu-devel] [PATCH 0/2] trivial fix of qemu-sockets.c
 2012-08-01 11:50 UTC  (8+ messages)
` [Qemu-trivial] [RESEND PATCH 1/3] socket: remove redundant check
    ` [Qemu-trivial] [Qemu-devel] "
        ` [Qemu-devel] [Qemu-trivial] "

GNU patch close to next stable release (2)
 2012-08-01 11:50 UTC 

[PATCH v9] Some automatic NUMA placement documentation
 2012-08-01 11:47 UTC  (2+ messages)

[PATCH v2 0/5] NetBSD: minor fixes and hotplug execution
 2012-08-01 11:47 UTC  (12+ messages)
` [PATCH v2 1/5] tools/build: fix pygrub linking
` [PATCH v2 4/5] libxl: call hotplug scripts from xl for NetBSD
` [PATCH v2 5/5] init/NetBSD: move xenbackendd to xend init script


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.