All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-26 12:01:49 to 2012-11-26 13:17:10 UTC [more...]

build regressions 2012-10-23
 2012-11-26 13:17 UTC  (2+ messages)

[RFC v2 0/8] Support for Tegra 2D hardware
 2012-11-26 13:19 UTC  (6+ messages)
` [RFC v2 2/8] video: tegra: Add syncpoint wait and interrupts
` [RFC v2 3/8] video: tegra: host: Add channel and client support
` [RFC v2 6/8] gpu: drm: tegra: Remove redundant host1x
` [RFC v2 7/8] gpu: drm: tegra: Prime support
` [RFC v2 8/8] drm: tegra: Add gr2d device

[PATCH v2 0/5] Add movablecore_map boot option
 2012-11-26 13:15 UTC  (10+ messages)
` [PATCH v2 5/5] page_alloc: Bootmem limit with movablecore_map

[PATCH] ARM: OMAP: Conditionally compile counter_32k
 2012-11-26 13:15 UTC  (3+ messages)

[PATCH 0/5] KVM: PPC: Fix various bugs and vulnerabilities in HV KVM
 2012-11-26 13:15 UTC  (18+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
` [PATCH 3/5] KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations
` [PATCH 4/5] KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages

[GIT PULL] ARM: ixp4xx: fixes for v3.7
 2012-11-26 13:14 UTC 

[PATCH 0/2] nfsd: containerise NFSv4 recovery state
 2012-11-26 13:16 UTC  (3+ messages)
` [PATCH 1/2] nfsd: recovery - make rec_file per net
` [PATCH 2/2] nfsd: recovery - make in_grace "

[Bug 50921] New: kvm hangs booting Windows 2000
 2012-11-26 13:13 UTC  (3+ messages)
` [Bug 50921] "

Shared regulator usage
 2012-11-26 13:13 UTC 

linux-next: manual merge of the akpm tree with the userns tree
 2012-11-26 13:13 UTC 

Python extension commands in git - request for policy change
 2012-11-26 13:11 UTC  (10+ messages)

[PATCH 3.7] spi/bcm63xx: fix transfer bits_per_words check
 2012-11-26 13:11 UTC  (3+ messages)

commit gone after merge - how to debug?
 2012-11-26 13:10 UTC  (2+ messages)

[PATCH RFC] stubdom: Change vTPM shared page ABI
 2012-11-26 13:11 UTC  (6+ messages)

[PATCH BlueZ 01/11] audio: Remove AudioSink interface
 2012-11-26 13:09 UTC  (11+ messages)
` [PATCH BlueZ 02/11] audio: Remove AudioSource interface
` [PATCH BlueZ 03/11] audio: Remove Audio interface
` [PATCH BlueZ 04/11] audio: Remove Control.Connect and Control.Disconnect
` [PATCH BlueZ 05/11] input: Remove Input interface
` [PATCH BlueZ 06/11] network: Make use of D-Bus Properties interface
` [PATCH BlueZ 07/11] network: Remove Network.Connect and Network.Disconnect
` [PATCH BlueZ 08/11] network: Fix not responding to Device.ConnectProfile
` [PATCH BlueZ 09/11] network: Fix trying to register NetworkServer interface multiple times
` [PATCH BlueZ 10/11] network: Fix always attempting to connect to PANU service
` [PATCH BlueZ 11/11] network: Fix invalid read on exit

#599161: Xen debug patch for the "clock shifts by 50 minutes" bug
 2012-11-26 13:08 UTC  (5+ messages)

[patch 00/16] sched: per-entity load-tracking
 2012-11-26 13:08 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/7] gpt: GUID Partition Table (GPT) restoration
 2012-11-26 13:08 UTC  (12+ messages)
` [U-Boot] [PATCH v4 4/7] gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>
  ` [U-Boot] [PATCH v4 5/7] gpt: Support for GPT (GUID Partition Table) restoration
  ` [U-Boot] [PATCH v4 6/7] gpt: Support for new "gpt" command

[PATCH] gspca - ov534: Fix the light frequency filter
 2012-11-26 13:08 UTC  (4+ messages)

linux-next: manual merge of the akpm tree with the signal tree
 2012-11-26 13:08 UTC 

[Qemu-devel] [RFC V3 00/24] QCOW2 deduplication
 2012-11-26 13:05 UTC  (25+ messages)
` [Qemu-devel] [RFC V3 01/24] qcow2: Add deduplication to the qcow2 specification
` [Qemu-devel] [RFC V3 02/24] qcow2: Add deduplication structures and fields
` [Qemu-devel] [RFC V3 03/24] qcow2: Add qcow2_dedup_read_missing_and_concatenate
` [Qemu-devel] [RFC V3 04/24] qcow2: Make update_cluster_refcount public
` [Qemu-devel] [RFC V3 05/24] qcow2: Create a way to link to l2 tables in dedup
` [Qemu-devel] [RFC V3 06/24] qcow2: Add qcow2_dedup and related functions
` [Qemu-devel] [RFC V3 07/24] qcow2: Add qcow2_dedup_write_new_hashes
` [Qemu-devel] [RFC V3 08/24] qcow2: Implement qcow2_compute_cluster_hash
` [Qemu-devel] [RFC V3 09/24] qcow2: Extract qcow2_dedup_grow_table
` [Qemu-devel] [RFC V3 10/24] qcow2: create function to load deduplication hashes at startup
` [Qemu-devel] [RFC V3 11/24] qcow2: Load and save deduplication table header extension
` [Qemu-devel] [RFC V3 12/24] qcow2: Extract qcow2_do_table_init
` [Qemu-devel] [RFC V3 13/24] qcow2: Add qcow2_dedup_init and qcow2_dedup_close
` [Qemu-devel] [RFC V3 14/24] qcow2: Extract qcow2_add_feature and qcow2_remove_feature
` [Qemu-devel] [RFC V3 15/24] block: Add dedup image create option
` [Qemu-devel] [RFC V3 16/24] qcow2: Allow creation of images using deduplication
` [Qemu-devel] [RFC V3 17/24] qcow2: Behave correctly when refcount reach 0 or 2^16
` [Qemu-devel] [RFC V3 18/24] qcow2: Integrate deduplication in qcow2_co_writev loop
` [Qemu-devel] [RFC V3 19/24] qcow2: Add verification of dedup table
` [Qemu-devel] [RFC V3 20/24] qcow2: Adapt checking of QCOW_OFLAG_COPIED for dedup
` [Qemu-devel] [RFC V3 21/24] qcow2: Add check_dedup_l2 in order to check l2 of dedup table
` [Qemu-devel] [RFC V3 22/24] qcow2: Do not overwrite existing entries with QCOW_OFLAG_COPIED
` [Qemu-devel] [RFC V3 23/24] qcow2: init and cleanup deduplication
` [Qemu-devel] [RFC V3 24/24] qemu-iotests: Filter dedup=on/off so existing tests don't break

[GIT PULL 1/5] ARM: orion: fixes for v3.8
 2012-11-26 13:06 UTC  (7+ messages)
` [GIT PULL 5/5] ARM: mvebu: changes "

[PATCH v3 0/3] ACPI: container hot remove support
 2012-11-26 13:04 UTC  (6+ messages)

3.7-rc6 soft lockup in kswapd0
 2012-11-26 13:05 UTC  (3+ messages)

Can I zip a git repo without losing anything?
 2012-11-26 13:04 UTC  (2+ messages)

[PATCH] usb: add USB_QUIRK_RESET_RESUME for M-Audio 49
 2012-11-26 13:04 UTC  (5+ messages)
              ` [alsa-devel] "

[Qemu-devel] [RFC PATCH v5 0/4] reload images from host rootfs once reset to save footprint
 2012-11-26 13:03 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH v5 4/4] free the memory malloced by load_at()

[PATCH] watchdog: da9052: Fix invalid free of devm_ allocated data
 2012-11-26 13:01 UTC  (2+ messages)

linux-next: manual merge of the akpm tree with the devicetree tree
 2012-11-26 13:01 UTC 

[PATCH 0/2] P2P GO powersave configuration
 2012-11-26 12:59 UTC  (3+ messages)
` [PATCH 2/2] mac80211: support "

[PATCH v2] spi: Add Lattice ECP3 FPGA configuration via SPI
 2012-11-26 12:58 UTC  (3+ messages)

[PATCH 1/5] service: Fix not unreferencing adapter in case of error
 2012-11-26 12:57 UTC  (5+ messages)
` [PATCH 4/5] adaptername: Remove not needed empty remove callback

[RFC] mac80211: add debugfs file for mic failure
 2012-11-26 12:56 UTC 

[PATCH v2 1/2] adaptername: Remove not needed empty remove callback
 2012-11-26 12:56 UTC  (2+ messages)

[PATCH] arch_check_bp_in_kernelspace: fix the range check
 2012-11-26 12:55 UTC  (6+ messages)
  ` vdso && cr (Was: arch_check_bp_in_kernelspace: fix the range check)

[PATCH 0/7] ARM: mach-shmobile: kzm9g: Reference DT implementation
 2012-11-26 12:54 UTC  (8+ messages)
` [PATCH 3/7] sh: pfc: Allow device tree registration
` [PATCH 6/7] ARM: mach-shmobile: sh73a0: Minimal setup using DT

linux-next: manual merge of the akpm tree with Linus' tree
 2012-11-26 12:52 UTC 

[PATCH] oprofile: Add X7542 and E7-8837 to the list of supported cpus
 2012-11-26 12:52 UTC 

[PATCH] kernel.bbclass: include PE in KERNEL_IMAGE_BASE_NAME
 2012-11-26 12:37 UTC  (2+ messages)
` [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

[PATCH V7 1/2] i2c/adapter: Add bus recovery infrastructure
 2012-11-26 12:51 UTC  (5+ messages)

a question about how to repair raid5
 2012-11-26 12:50 UTC  (2+ messages)

[Qemu-devel] [PATCH 1.3 0/2] "drive_add NN if=scsi" fixes
 2012-11-26 12:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1.3 2/2] hmp: do not crash on invalid SCSI hotplug

wanting clarification on overrides, _append, += and combinations of those
 2012-11-26 12:35 UTC  (4+ messages)

Missed IRQs on IVB while running intel_gpu_top
 2012-11-26 12:48 UTC 

linux-next: manual merge of the akpm tree with Linus' tree
 2012-11-26 12:48 UTC  (2+ messages)

[PATCH 0/2] drm/i915: Ring buffer stuff
 2012-11-26 12:48 UTC  (3+ messages)
` [PATCH 1/2] drm/i915: Don't allow ring tail to reach the same cacheline as head
` [PATCH 2/2] drm/i915: Warn if ring tail is not qword aligned

[patch review 01/02] add driver for Masterkit MA901 usb radio
 2012-11-26 12:47 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Use common Jenkins Hash implementation
 2012-11-26 12:46 UTC  (6+ messages)

[RFC PATCH 0/5] Device Paths introduced and applied to generic hub and panda
 2012-11-26 12:45 UTC  (6+ messages)
` [RFC PATCH 1/5] drivers : introduce device_path api
  ` [RFC PATCH 2/5] usb: omap ehci: remove all regulator control from ehci omap
` [RFC PATCH 3/5] usb: hub: add device_path regulator control to generic hub
` [RFC PATCH 4/5] omap4: panda: add smsc95xx regulator and reset dependent on root hub
` [RFC PATCH 5/5] config omap2plus add ehci bits

[PATCH] Add no_new_privs
 2012-11-26 12:45 UTC  (4+ messages)

[PATCH 1/2] meta-oe: add python-mako, a templating library
 2012-11-26 12:28 UTC  (2+ messages)
` [PATCH 2/2] python-numpy: add missing runtime dependencies

[Qemu-devel] [PATCH v3 1/1] atapi: make change media detection for guests easier
 2012-11-26 12:43 UTC  (3+ messages)

[Qemu-devel] [PATCH 1.3] qapi: handle visitor->type_size() in QapiDeallocVisitor
 2012-11-26 12:43 UTC  (2+ messages)

[RFC/PATCH] Option to revert order of parents in merge commit
 2012-11-26 12:42 UTC  (3+ messages)

linux-next: manual merge of the akpm tree with the tty tree
 2012-11-26 12:42 UTC 

[PATCHv15 0/7] of: add display helper
 2012-11-26 12:37 UTC  (5+ messages)
` [PATCHv15 2/7] video: add display_timing and videomode

[RFC] pack-objects: compression level for non-blobs
 2012-11-26 12:35 UTC  (2+ messages)

OSD daemon changes port no
 2012-11-26 12:35 UTC  (8+ messages)

linux-next: manual merge of the akpm tree with Linus' tree
 2012-11-26 12:34 UTC 

[PATCH v3] Perf on Android
 2012-11-26 12:22 UTC 

[PATCH] ARM: Fix Kconfig symbols typo for LEDS
 2012-11-26 12:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/2] qemu-ga: add hook to quiesce the guest on fsfreeze-freeze/thaw
 2012-11-26 12:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/2] qemu-ga: execute "

[PATCH] HID: hid-input: battery quirk for Apple keyboard
 2012-11-26 12:32 UTC  (2+ messages)

[PATCH v2 0/6] x86, apicv: Add APIC virtualizatin support
 2012-11-26 12:29 UTC  (6+ messages)
` [PATCH v2 6/6] x86, apicv: Add Posted Interrupt supporting

[PATCH 0/3] Patches for compat-drivers/linux-3.6.y
 2012-11-26 12:29 UTC  (4+ messages)
` [PATCH 1/3] compat-drivers: Remove few cherry-pick patches
` [PATCH 2/3] compat-drivers: Add next-pending patches
` [PATCH 3/3] compat-drivers: Add a crap patch for AR9565

[PATCH 1/3] balancenuma: add stats for huge pmd numa faults
 2012-11-26 12:28 UTC  (5+ messages)

[Bug 50981] New: ext4 : DATA CORRUPTION read and write on same 4096 page range
 2012-11-26 12:26 UTC  (5+ messages)
` [Bug 50981] "
` [Bug 50981] generic_file_aio_read ?: No locking means "

[RFC 1/1] ath9k: Add radiotap vendor specific data example
 2012-11-26 12:18 UTC  (5+ messages)

USB 2.0: No giveback comes for one submitted URB
 2012-11-26 12:23 UTC  (3+ messages)

[PATCH] ARM: dts: add initial dts file for ORIGEN4QUAD
 2012-11-26 12:23 UTC  (4+ messages)

[PATCH] rootfs_rpm.bbclass: normalize arch output of list_installed_packages
 2012-11-26  2:24 UTC 

[GIT PULL]: spear-for-3.8 (was earlier: Re: [PATCH 00/14] ARM: SPEAr: DT updates)
 2012-11-26 12:20 UTC  (3+ messages)

[PATCH 0/5] nfsd: more NFSv4 state containerization
 2012-11-26 12:22 UTC  (6+ messages)
` [PATCH 1/5] nfsd: make client_lock per net
` [PATCH 2/5] nfsd: make delegations shutdown network namespace aware
` [PATCH 3/5] nfsd: cleanup NFSd state shutdown a bit
` [PATCH 4/5] nfsd: cleanup NFSd state start "
` [PATCH 5/5] nfsd: call state init and shutdown twice

[RFC] mac80211: re-organize the rx rate calculation logic
 2012-11-26 12:17 UTC 

[PATCH v5 00/15] fast-export and remote-testgit improvements
 2012-11-26 12:16 UTC  (10+ messages)
` [PATCH v5 15/15] fast-export: don't handle uninteresting refs

[PATCH 0/5] Input related patches
 2012-11-26 12:16 UTC  (8+ messages)
` [PATCH 1/5] Input: bu21013_ts - Request a regulator that actually exists
` [PATCH 2/5] Input: bu21013_ts - Move GPIO init and exit functions into the driver
      ` [PATCH 2/5 v2] "

Does Perf support AMD cpu perfectly?
 2012-11-26 12:15 UTC  (2+ messages)

[PATCH V2 0/4] perf, amd: Enable AMD family 15h northbridge counters
 2012-11-26 12:15 UTC  (7+ messages)
` [PATCH 4/4] perf, amd: Enable northbridge performance counters on AMD family 15h

[PATCH 1/2] fs2dt: fix basename string compares
 2012-11-26 12:14 UTC  (2+ messages)
` [PATCH 2/2] fs2dt: check for initrd_size != 0 when adding initrd entries

OMAP4430 produces boot warnings
 2012-11-26 12:14 UTC  (9+ messages)

[PATCH] initramfs-framework: init: Stop mount warnings during boot
 2012-11-25 19:27 UTC 

iputils-s20121126
 2012-11-26 12:13 UTC 

[RFC 0/2] ARM: S3C24XX: Add devicetree support
 2012-11-26 12:13 UTC  (5+ messages)
` [RFC 1/2] ARM: S3C24XX: add devicetree support for interrupts

[PATCH V3 RFC 0/2] kvm: Improving undercommit scenarios
 2012-11-26 12:08 UTC  (3+ messages)
` [PATCH V3 RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task
` [PATCH V3 RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

[Bug 50941] Kernel does not compile
 2012-11-26 12:12 UTC 

linux-next: build failure after merge of the v4l-dvb tree
 2012-11-26 12:10 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/5] RFC: Efficient VM backup for qemu (v1)
 2012-11-26 12:07 UTC  (11+ messages)

[PATCH net-next] cpts: add missing kconfig dependency
 2012-11-26 12:07 UTC  (2+ messages)

[Qemu-devel] [RFC 00/34] QOM realize, device-only plus ISA conversion
 2012-11-26 12:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/34] qdev: Eliminate qdev_free() in favor of QOM

[PATCH RFC] i2c: omap: Remove the OMAP_I2C_IP_VERSION_*
 2012-11-26 12:03 UTC  (4+ messages)

[Qemu-devel] X-Window under Mac OSX
 2012-11-26 12:02 UTC  (2+ messages)

[PATCH 1/7] mmc: omap_hsmmc: Fix Oops in case of data errors
 2012-11-26 12:02 UTC  (3+ 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.