All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-01 12:02:25 to 2012-11-01 13:13:58 UTC [more...]

[PATCH] modem: Make it possible to identify the physical device of the modemy
 2012-11-01 16:16 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/qxl: qxl_send_events: nop if stopped
 2012-11-01 13:09 UTC  (2+ messages)

[RFC] Second attempt at kernel secure boot support
 2012-11-01 13:18 UTC  (8+ messages)

[Qemu-devel] usb input pipelining patches v3
 2012-11-01 13:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/8] usb: Add packet combining functions

make error
 2012-11-01 13:13 UTC  (2+ messages)

[PATCH 0/3] capebus moving omap_devices to mach-omap2
 2012-11-01 13:06 UTC  (18+ messages)

Kdump with signed images
 2012-11-01 13:10 UTC  (12+ messages)

xfstest 179 ASSERT
 2012-11-01 13:08 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/29] QIDL: First Batch of Device Conversions
 2012-11-01 13:04 UTC  (30+ messages)
` [Qemu-devel] [PATCH 01/29] qemu-timer: add QEMUTimer visitor
` [Qemu-devel] [PATCH 02/29] qidl: qidl.h, mark common immutable types as q_immutable by default
` [Qemu-devel] [PATCH 03/29] isa: qidl_declare ISADevice
` [Qemu-devel] [PATCH 04/29] rtc: qidl_declare RTCState
` [Qemu-devel] [PATCH 05/29] rtc: use qidl-generated properties
` [Qemu-devel] [PATCH 06/29] rtc: add qom property for RTCState state
` [Qemu-devel] [PATCH 07/29] pci: qidl_declare PCIDevice + PCIBus
` [Qemu-devel] [PATCH 08/29] pci: use qidl_declare'd properties for TYPE_PCI_DEVICE
` [Qemu-devel] [PATCH 09/29] pci: add qom property for PCIBus instances
` [Qemu-devel] [PATCH 10/29] vga: qidl_declare VGACommonState
` [Qemu-devel] [PATCH 11/29] cirrus: qidl_declare PCICirrusVGAState + CirrusVGAState
` [Qemu-devel] [PATCH 12/29] cirrus: add qom property for cirrus-vga state
` [Qemu-devel] [PATCH 13/29] cirrus: qidl_declare ISACirrusVGAState
` [Qemu-devel] [PATCH 14/29] cirrus: add qom property for isa-cirrus-vga
` [Qemu-devel] [PATCH 15/29] i440fx: qidl_declare PCII440FXState
` [Qemu-devel] [PATCH 16/29] i440fx: a qom property for i440FX state
` [Qemu-devel] [PATCH 17/29] piix3: qidl_declare PIIX3State
` [Qemu-devel] [PATCH 18/29] piix3: add qom property for PIIX3 state
` [Qemu-devel] [PATCH 19/29] shpc: qidl_declare SHPCDevice
` [Qemu-devel] [PATCH 20/29] pci_bridge: qidl_declare PCIBridge
` [Qemu-devel] [PATCH 21/29] pci_bridge_dev: qidl_declare PCIBridgeDev
` [Qemu-devel] [PATCH 22/29] pci_bridge_dev: add qom property for pci-bridge state
` [Qemu-devel] [PATCH 23/29] ide: qidl_declare IDEBus + IDEState + IDEDevice
` [Qemu-devel] [PATCH 24/29] ide: qidl_declare ISAIDEState
` [Qemu-devel] [PATCH 25/29] ide: add qom property for isa-ide state
` [Qemu-devel] [PATCH 26/29] ide: qidl_declare BMDMAState + PCIIDEState
` [Qemu-devel] [PATCH 27/29] ide: add qom property for piix3/piix4-ide state
` [Qemu-devel] [PATCH 28/29] hpet: qidl_declare HPETState + HPETTimer
` [Qemu-devel] [PATCH 29/29] hpet: add qom property for hpet state

[Qemu-devel] [PULL 00/22] console cleanups & pixman rendering
 2012-11-01 13:04 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/22] console: QLIST-ify display change listeners
` [Qemu-devel] [PATCH 02/22] console: add unregister_displaychangelistener
` [Qemu-devel] [PATCH 03/22] console: move set_mouse + cursor_define callbacks
` [Qemu-devel] [PATCH 04/22] console: s/TextConsole/QemuConsole/
` [Qemu-devel] [PATCH 05/22] console: untangle gfx & txt updates
` [Qemu-devel] [PATCH 06/22] console: init displaychangelisteners on register
` [Qemu-devel] [PATCH 07/22] vga: fix text mode updating
` [Qemu-devel] [PATCH 08/22] console: remove dpy_gfx_fill
` [Qemu-devel] [PATCH 09/22] console: remove DisplayAllocator
` [Qemu-devel] [PATCH 10/22] pixman: add submodule
` [Qemu-devel] [PATCH 11/22] pixman: windup in configure & makefiles
` [Qemu-devel] [PATCH 12/22] pixman: helper functions
` [Qemu-devel] [PATCH 13/22] pixman: add pixman image to DisplaySurface
` [Qemu-devel] [PATCH 14/22] console: make qemu_alloc_display static
` [Qemu-devel] [PATCH 15/22] console: don't set PixelFormat alpha fields for 32bpp
` [Qemu-devel] [PATCH 16/22] qxl: stop direct access to DisplaySurface fields
` [Qemu-devel] [PATCH 17/22] vga: "
` [Qemu-devel] [PATCH 18/22] pixman: switch screendump function
` [Qemu-devel] [PATCH 19/22] pixman/vnc: use pixman images in vnc
` [Qemu-devel] [PATCH 20/22] pixman/vnc: remove rgb_prepare_row* functions
` [Qemu-devel] [PATCH 21/22] pixman/vnc: remove dead code
` [Qemu-devel] [PATCH 22/22] pixman: drop obsolete fields from DisplaySurface

[balbi-usb:xceiv 3/3] drivers/usb/phy/rcar-phy.c:75:3: error: implicit declaration of function 'iowrite32'
 2012-11-01 13:04 UTC  (3+ messages)

linux-next: manual merge of the tmem tree with the xen-two tree
 2012-11-01 13:03 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/qxl: qxl_send_events: nop if stopped
 2012-11-01 12:56 UTC 

[lm-sensors] [PATCH 9/9] hwmon: (it87) Report thermal sensor type as Intel PECI if appropriate
 2012-11-01 12:56 UTC  (2+ messages)

Better support for (desktop) file search / indexing applications
 2012-11-01 12:55 UTC  (3+ messages)
` [Nepomuk] "

[PATCH] PCI/portdrv: Fix regression introduced by commit 2dcfaf85
 2012-11-01 12:53 UTC  (2+ messages)

[Qemu-devel] Subject: [PATCH 00/27] Fix APIC-ID-based CPU topology, take 3
 2012-11-01 12:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()

[REGRESSION] 3.7-rc2 kernel BUG at kernel/power/snapshot.c:517!
 2012-11-01 12:48 UTC  (5+ messages)

[patch] x86, xen: fix build dependency when USB_SUPPORT is not enabled
 2012-11-01 12:49 UTC  (2+ messages)

[Qemu-devel] [RFC] hw/qxl: inject interrupts in any state
 2012-11-01 12:47 UTC  (4+ messages)

Issue when upgrading from 1.0.22 to 1.0.25
 2012-11-01 12:49 UTC 

hda: Cirrus: fixes for CS4207 coef setup
 2012-11-01 12:42 UTC  (3+ messages)
` [PATCH 1/2] hda: Cirrus: Fix coefficient index for beep configuration
` [PATCH 2/2] hda: Cirrus: Fix wrong ADC config

[PATCH v3 00/11] common clk drivers migration for DaVinci SoCs
 2012-11-01 12:41 UTC  (4+ messages)
` [PATCH v3 03/11] clk: davinci - common clk utilities to init clk driver

[PATCH] stkwebcam: Fix sparse warning on undeclared symbol
 2012-11-01 12:42 UTC 

[RFC/PATCH v2 2/2]block:row: Add support for urgent request handling
 2012-11-01 12:41 UTC  (2+ messages)

[RFC/PATCH v2 1/2] block:row: Adding support for reinsert already dispatched req
 2012-11-01 12:41 UTC  (2+ messages)

[RFC/PATCH v2 0/2] block:row: Adding support for urgent requests handling
 2012-11-01 12:40 UTC 

[RFC PATCH v2 0/3] mm/fs: Implement faster stable page writes on filesystems
 2012-11-01 12:36 UTC  (6+ messages)
` [PATCH 3/3] fs: Fix remaining filesystems to wait for stable page writeback

[PATCH] infiniband-diags/ibsysstat.c: Fix non default OUI operation
 2012-11-01 12:35 UTC 

master - systemd: do not remove lvm2-activation.service
 2012-11-01 12:35 UTC 

[PATCH] Btrfs-progs: check block group used count and fix if specified
 2012-11-01 12:34 UTC 

[Qemu-trivial] [PATCH] e1000: pre-initialize RAH/RAL registers
 2012-11-01 12:28 UTC  (5+ messages)
` [Qemu-trivial] [Qemu-devel] "
  ` [Qemu-trivial] [PATCH v2] "
      ` [Qemu-devel] "

[PATCH 01/15] ARM: clps711x: Load serial driver from boards
 2012-11-01 12:27 UTC  (2+ messages)

[PATCH 0/6] rbd: version 2 parent probing
 2012-11-01 12:26 UTC  (7+ messages)
` [PATCH 5/6] rbd: get additional info in parent spec
` [PATCH 6/6] rbd: probe the parent of an image if present

[Qemu-devel] [PATCH] qxl: make sure we don't have a stale ds_mirror hanging around
 2012-11-01 12:24 UTC 

[PATCH] lpc32xx: irq - Set the chain handlers after setting up the IRQ domain
 2012-11-01 12:23 UTC 

[RFC/PATCH v2 2/2] block: Add API for urgent request handling
 2012-11-01 12:22 UTC  (2+ messages)

[RFC/PATCH v2 1/2] block: Add support for reinsert a dispatched req
 2012-11-01 12:21 UTC  (2+ messages)

[RFC/PATCH v2 0/2] Adding support for urgent requests handling
 2012-11-01 12:21 UTC 

[libnftables - v2 PATCH 0/2] Fixed chain name and add support for NFTA_CHAIN_NEW_NAME attribute
 2012-11-01 12:20 UTC  (3+ messages)
` [libnftables - v2 PATCH 1/2] chain: Handle fixed sized name
` [libnftables - v2 PATCH 2/2] chain: Add support for NFTA_CHAIN_NEW_NAME attribute

[PATCH 00/31] numa/core patches
 2012-11-01 12:20 UTC  (4+ messages)
` [PATCH 17/31] mm/migrate: Introduce migrate_misplaced_page()

[Bug 56615] New: Unable to start X on ThinkPad T420s laptop
 2012-11-01 12:17 UTC  (2+ messages)
  ` [Bug 56615] [NVD9] "

[GIT PULL] ARM: OMAP: second set of PRCM cleanups for 3.8
 2012-11-01 12:17 UTC  (2+ messages)

[PATCH 3/9] net: xfrm: use this_cpu_ptr per-cpu helper
 2012-11-01 12:15 UTC  (5+ messages)

[PATCH] drm: exynos: fix for mapping non contig dma buffers
 2012-11-01 12:34 UTC 

Nouveau soft lockup after switcheroo'd
 2012-11-01 12:16 UTC  (4+ messages)

[PATCH v6 00/29] kmem controller for memcg
 2012-11-01 12:07 UTC  (60+ messages)
` [PATCH v6 01/29] memcg: Make it possible to use the stock for more than one page
` [PATCH v6 02/29] memcg: Reclaim when more than one page needed
` [PATCH v6 03/29] memcg: change defines to an enum
` [PATCH v6 04/29] kmem accounting basic infrastructure
` [PATCH v6 05/29] Add a __GFP_KMEMCG flag
` [PATCH v6 06/29] memcg: kmem controller infrastructure
` [PATCH v6 07/29] mm: Allocate kernel pages to the right memcg
` [PATCH v6 08/29] res_counter: return amount of charges after res_counter_uncharge
` [PATCH v6 09/29] memcg: kmem accounting lifecycle management
` [PATCH v6 10/29] memcg: use static branches when code not in use
` [PATCH v6 11/29] memcg: allow a memcg with kmem charges to be destructed
` [PATCH v6 12/29] execute the whole memcg freeing in free_worker
` [PATCH v6 13/29] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
` [PATCH v6 14/29] Add documentation about the kmem controller
` [PATCH v6 15/29] slab/slub: struct memcg_params
` [PATCH v6 16/29] slab: annotate on-slab caches nodelist locks
` [PATCH v6 17/29] consider a memcg parameter in kmem_create_cache
` [PATCH v6 18/29] Allocate memory for memcg caches whenever a new memcg appears
` [PATCH v6 19/29] memcg: infrastructure to match an allocation to the right cache
` [PATCH v6 20/29] memcg: skip memcg kmem allocations in specified code regions
` [PATCH v6 21/29] sl[au]b: always get the cache from its page in kmem_cache_free
` [PATCH v6 22/29] sl[au]b: Allocate objects from memcg cache
` [PATCH v6 23/29] memcg: destroy memcg caches
` [PATCH v6 24/29] memcg/sl[au]b Track all the memcg children of a kmem_cache
` [PATCH v6 25/29] memcg/sl[au]b: shrink dead caches
` [PATCH v6 26/29] Aggregate memcg cache values in slabinfo
` [PATCH v6 27/29] slab: propagate tunables values
` [PATCH v6 28/29] slub: slub-specific propagation changes
` [PATCH v6 29/29] Add slab-specific documentation about the kmem controller

[PATCH 14/20] MIPS: Use the UM bit instead of the CU0 enable bit in the status register to figure out the stack for saving regs
 2012-11-01 12:11 UTC  (3+ messages)

[PATCH] ASoC: mxs-saif: Fix channel swap for 24-bit format
 2012-11-01 12:11 UTC  (3+ messages)

[PATCH 15/20] MIPS: If KVM is enabled then use the KVM specific routine to flush the TLBs on a ASID wrap
 2012-11-01 12:08 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] ppc patch queue 2012-11-01
 2012-11-01 12:07 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] Revert "PPC: pseries: Remove hack for PIO window"
` [Qemu-devel] [PATCH 2/5] target-ppc: Rework storage of VPA registration state
` [Qemu-devel] [PATCH 3/5] target-ppc: Extend FPU state for newer POWER CPUs
` [Qemu-devel] [PATCH 4/5] pseries: Clean up inconsistent variable name in xics.c
` [Qemu-devel] [PATCH 5/5] pseries: Cleanup duplications of ics_valid_irq() code

[PATCHv2] Input: omap4-keypad: Add pinctrl support
 2012-11-01 12:07 UTC  (11+ messages)

SDK install path and versioning
 2012-11-01 11:51 UTC  (3+ messages)

[PATCH 1/2] drm: add helper to sort panels to the head of the connector list
 2012-11-01 12:02 UTC  (4+ messages)
` [PATCH 1/4] drm/doc: Helpers are not a Midlayer!
  ` [PATCH 4/4] drm/doc: add new dp helpers into drm DocBook


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.