All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-16 16:26:21 to 2013-01-16 16:54:43 UTC [more...]

[PATCH 00/10] TTY: switch flipping functions to tty_port
 2013-01-16 16:49 UTC  (7+ messages)

[PATCH 00/11] mmc: core and driver DT and related development
 2013-01-16 16:54 UTC  (12+ messages)
` [PATCH 01/11] mmc: sdhi, tmio: only check flags in tmio-mmc driver proper
` [PATCH 02/11] mmc: deprecate redundant cd-inverted and wp-inverted DT properties
` [PATCH 03/11] mmc: provide a standard MMC device-tree binding parser centrally
` [PATCH 04/11] mmc: (cosmetic) remove "extern" from function declarations
` [PATCH 05/11] mmc: sh-mmcif: use mmc_of_parse() to parse standard MMC DT bindings
` [PATCH/RFC 06/11] mmc: tmio-mmc: define device-tree bindings
` [PATCH 07/11] mmc: tmio-mmc: parse "
` [PATCH 08/11] mmc: sh_mobile_sdhi: remove unused .pdata field

[ 3.5.y.z extended stable ] Linux 3.5.7.3 stable review
 2013-01-16 16:25 UTC  (30+ messages)
` [PATCH 077/222] ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000
` [PATCH 084/222] pnpacpi: fix incorrect TEST_ALPHA() test
` [PATCH 088/222] regmap: debugfs: Avoid overflows for very small reads
` [PATCH 092/222] bcma: mips: fix clearing device IRQ
` [PATCH 095/222] b43: fix tx path skb leaks
` [PATCH 102/222] solos-pci: fix double-free of TX skb in DMA mode
` [PATCH 106/222] NFS: avoid NULL dereference in nfs_destroy_server
` [PATCH 108/222] target/tcm_fc: fix the lockdep warning due to inconsistent lock state
` [PATCH 110/222] fix Null pointer dereference on disk error
` [PATCH 116/222] virtio: force vring descriptors to be allocated from lowmem
` [PATCH 117/222] nfs: fix wrong object type in lockowner_slab
` [PATCH 119/222] nfsd: fix v4 reply caching
` [PATCH 121/222] kbuild: Do not remove vmlinux when cleaning external module
` [PATCH 124/222] x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptops
` [PATCH 126/222] ALSA: hda - Fix pin configuration of HP Pavilion dv7
` [PATCH 130/222] ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup
` [PATCH 132/222] qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDs
` [PATCH 137/222] vfs: d_obtain_alias() needs to use "/" as default name
` [PATCH 140/222] SGI-XP: handle non-fatal traps
` [PATCH 143/222] sis900: fix sis900_set_mode call parameters
` [PATCH 148/222] inet_diag: validate byte code to prevent oops in inet_diag_bc_run()
` [PATCH 150/222] inet_diag: validate port comparison byte code to prevent unsafe reads
` [PATCH 153/222] bonding: fix race condition in bonding_store_slaves_active
` [PATCH 155/222] sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
` [PATCH 157/222] udf: don't increment lenExtents while writing to a hole
` [PATCH 162/222] staging: vt6656: 64bit fixes: key.c/h change unsigned long to u32
` [PATCH 166/222] ext4: check dioread_nolock on remount
` [PATCH 169/222] drm/radeon: add WAIT_UNTIL to evergreen VM safe reg list

Stand for FOSDEM
 2013-01-16 16:38 UTC  (4+ messages)

[PATCH] fix some clang warnings
 2013-01-16 16:53 UTC  (3+ messages)

Resend of the execbuffer/relocation improvements
 2013-01-16 16:55 UTC  (7+ messages)
` [PATCH 09/11] drm/i915: Use the reloc.handle as an index into the execbuffer array
` [PATCH 10/11] drm/i915: Skip holding a reference to the execbuffer objects
` [PATCH 11/11] drm/i915: Allow userspace to request an object at a specific offset

[PATCH v2] makedumpfile: request the kernel do page scans
 2013-01-16 12:51 UTC  (3+ messages)

[Qemu-devel] [RFC V5 00/36] QCOW2 deduplication core functionality
 2013-01-16 16:53 UTC  (26+ messages)
` [Qemu-devel] [RFC V5 03/36] qcow2: Add qcow2_dedup_read_missing_and_concatenate
` [Qemu-devel] [RFC V5 14/36] qcow2: Load and save deduplication table header extension
` [Qemu-devel] [RFC V5 15/36] qcow2: Extract qcow2_do_table_init
` [Qemu-devel] [RFC V5 16/36] qcow2-cache: Allow to choose table size at creation
` [Qemu-devel] [RFC V5 17/36] qcow2: Extract qcow2_add_feature and qcow2_remove_feature
` [Qemu-devel] [RFC V5 18/36] block: Add qemu-img dedup create option
` [Qemu-devel] [RFC V5 19/36] qcow2: Add a deduplication boolean to update_refcount
` [Qemu-devel] [RFC V5 20/36] qcow2: Drop hash for a given cluster when dedup makes refcount > 2^16/2
` [Qemu-devel] [RFC V5 21/36] qcow2: Remove hash when cluster is deleted
` [Qemu-devel] [RFC V5 22/36] qcow2: Add qcow2_dedup_is_running to probe if dedup is running
` [Qemu-devel] [RFC V5 23/36] qcow2: Integrate deduplication in qcow2_co_writev loop
` [Qemu-devel] [RFC V5 24/36] qcow2: Serialize write requests when deduplication is activated
` [Qemu-devel] [RFC V5 25/36] qcow2: Add verification of dedup table
` [Qemu-devel] [RFC V5 26/36] qcow2: Adapt checking of QCOW_OFLAG_COPIED for dedup
` [Qemu-devel] [RFC V5 27/36] qcow2: Add check_dedup_l2 in order to check l2 of dedup table
` [Qemu-devel] [RFC V5 28/36] qcow2: Do not overwrite existing entries with QCOW_OFLAG_COPIED
` [Qemu-devel] [RFC V5 29/36] qcow2: Integrate SKEIN hash algorithm in deduplication
` [Qemu-devel] [RFC V5 30/36] qcow2: Add lazy refcounts to deduplication to prevent qcow2_cache_set_dependency loops
` [Qemu-devel] [RFC V5 31/36] qcow2: Use large L2 table for deduplication
` [Qemu-devel] [RFC V5 32/36] qcow: Set large dedup hash block size
` [Qemu-devel] [RFC V5 33/36] qemu-iotests: Filter dedup=on/off so existing tests don't break
` [Qemu-devel] [RFC V5 34/36] qcow2: Add qcow2_dedup_init and qcow2_dedup_close
` [Qemu-devel] [RFC V5 35/36] qcow2: Add qcow2_co_dedup_resume to restart deduplication
` [Qemu-devel] [RFC V5 36/36] qcow2: Enable the deduplication feature

Recovery/Access of imsm raid via mdadm?
 2013-01-16 16:53 UTC  (8+ messages)

[PATCH] kvm: close opened file
 2013-01-16 16:52 UTC  (4+ messages)
  ` [PATCH v2] kvm tools: "
  ` [PATCH v2] kvm tools: remove redundant "if" condition

[Qemu-devel] [RFC qom-cpu 00/15] CPUState QOM realizefn support
 2013-01-16 16:04 UTC  (5+ messages)
` [Qemu-devel] [RFC qom-cpu 02/15] target-arm: Update CPU to QOM realizefn
` [Qemu-devel] [RFC qom-cpu 03/15] target-i386: "

[Qemu-devel] [PATCH 0/8] -numa option parsing fixes (v2)
 2013-01-16 15:24 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/8] cutils: unsigned int parsing functions
` [Qemu-devel] [PATCH 2/8] vl.c: Fix off-by-one bug when handling "-numa node" argument
` [Qemu-devel] [PATCH 3/8] vl.c: Abort on unknown -numa option type
` [Qemu-devel] [PATCH 4/8] vl.c: Check for NUMA node limit inside numa_add()
` [Qemu-devel] [PATCH 5/8] vl.c: numa_add(): Validate nodeid before using it
` [Qemu-devel] [PATCH 6/8] vl.c: Use parse_uint_full() for NUMA nodeid
` [Qemu-devel] [PATCH 7/8] vl.c: Extract -numa "cpus" parsing to separate function
` [Qemu-devel] [PATCH 8/8] vl.c: validate -numa "cpus" parameter properly

[Bug 59477] New: libdrm 2.4.41 build failure
 2013-01-16 16:51 UTC 

[Qemu-devel] [PATCH] virtio-pci: fix irqfd cleanup argument order
 2013-01-16  8:46 UTC  (2+ messages)

[PATCH net-next 09/10] bnx2x: Added FW GRO bridging support
 2013-01-16 16:50 UTC  (10+ messages)
        ` [PATCH net-next] bnx2x: fix GRO parameters

[Qemu-devel] Patch Round-up for stable 1.3.1, freeze Monday
 2013-01-16 16:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/21] Fix semaphores fallback code
` [Qemu-devel] [PATCH 02/21] Disable semaphores fallback code for OpenBSD
` [Qemu-devel] [PATCH 03/21] Fix off-by-1 error in RAM migration code

Transparent Hugepage Nit
 2013-01-16 15:50 UTC  (3+ messages)

Using gnome icons
 2013-01-16 16:49 UTC  (5+ messages)

[PATCH 00/12] Multiqueue virtio-net
 2013-01-16 16:48 UTC  (8+ messages)
            ` [Qemu-devel] "

[PATCH v6 0/8] push: update remote tags only with force
 2013-01-16 16:48 UTC  (4+ messages)

USB device cannot be reconnected and khubd "blocked for more than 120 seconds"
 2013-01-16 16:48 UTC  (11+ messages)
          ` [PATCH] module, async: async_synchronize_full() on module init iff async is used

what is the function of do_softirq() ?
 2013-01-16 16:47 UTC  (3+ messages)
` Kernel documentation

[RFC PATCH v4 0/8] s390: channel I/O support in qemu
 2013-01-16 16:46 UTC  (5+ messages)
` [PATCH 8/8] s390: Add new channel I/O based virtio transport
    ` [Qemu-devel] "

[U-Boot] Flash Not Erased for M29W128GL
 2013-01-16 16:45 UTC  (4+ messages)
    ` [U-Boot] FW: "

[PATCH v2 1/2] drm: constify edid handling functions
 2013-01-16 16:44 UTC  (2+ messages)

[Qemu-devel] [RFC V5 00/62] QCOW2 deduplication
 2013-01-16 16:43 UTC  (7+ messages)
` [Qemu-devel] [RFC V5 01/62] qcow2: Add deduplication to the qcow2 specification
` [Qemu-devel] [RFC V5 02/62] qcow2: Add deduplication structures and fields

[PATCH v5 06/14] ARM: EXYNOS: add System MMU definition to DT
 2013-01-16 16:43 UTC  (5+ messages)

[PATCH 0/3] signalfd: a kernel interface for dumping/restoring pending signals (v3)
 2013-01-16 16:00 UTC  (2+ messages)

Kernel recieves DNS reply, but doesn't deliver it to a waiting application
 2013-01-16 16:36 UTC  (13+ messages)
` [BUG] "

[PATCH v2] dw_dmac: allocate dma descriptors from DMA_COHERENT memory
 2013-01-16 16:43 UTC  (5+ messages)
` [PATCH v3] dw_dmac: don't exceed AHB master number in dwc_get_data_width

[xen-4.1-testing test] 15088: regressions - FAIL
 2013-01-16 16:42 UTC  (3+ messages)

[PATCH 00/10] goldfish: still swimming
 2013-01-16 17:00 UTC  (11+ messages)
` [PATCH 01/10] goldfish: definitions for Goldfish on x86 platforms
` [PATCH 02/10] goldfish: add the goldfish virtual bus
` [PATCH 03/10] goldfish: tty driver
` [PATCH 04/10] goldfish: virtual input event driver
` [PATCH 05/10] goldfish: framebuffer
` [PATCH 06/10] goldfish: emulated MMC device
` [PATCH 07/10] goldfish: power device
` [PATCH 08/10] goldfish: real time clock
` [PATCH 09/10] goldfish: add QEMU pipe driver
` [PATCH 10/10] goldfish: NAND flash driver

Structs of registers in Xen code
 2013-01-16 16:40 UTC 

REMINDER: all argonaut users should upgrade to v0.48.3argonaut
 2013-01-16 16:39 UTC  (3+ messages)

pandaboard building with nfs client support
 2013-01-16 16:38 UTC 

[Bug 27704] New: [KMS] fbo_firecube broken on rv280 and current mesa
 2013-01-16 16:37 UTC  (3+ messages)
` [Bug 27704] "

[lm-sensors] [PATCH 1/3] hwmon: (w83627ehf) Use fixed attributes for SYSTIN, CPUTIN, and AUXTIN on N
 2013-01-16 16:37 UTC  (2+ messages)
` [lm-sensors] [PATCH 1/3] hwmon: (w83627ehf) Use fixed attributes for SYSTIN, CPUTIN, and AUXTIN

[PATCH 0/5] W1: Support onewire master on i.MX53
 2013-01-16 16:36 UTC  (3+ messages)
` [PATCH 1/5] W1: Add device tree support to MXC onewire master

[PATCH v4] hwmon: Driver for Maxim MAX6697 and compatibles
 2013-01-16 16:35 UTC  (4+ messages)
  ` [lm-sensors] "

[PATCH 0/3] ELF executable signing and verification
 2013-01-16 16:34 UTC  (9+ messages)
` [PATCH 2/3] binfmt_elf: Verify signature of signed elf binary

[Community Review] Mirage Incubation Project Proposal
 2013-01-16 16:34 UTC 

[RFC PATCH 0/3] Improve kexec support in Xen hypervisor
 2013-01-16 16:33 UTC  (9+ messages)
` [PATCH 1/3] kexec: extend hypercall with improved load/unload ops
` [PATCH 2/3] kexec: remove kexec_load and kexec_unload ops
` [PATCH 3/3] libxc: add API for kexec hypercall

[Bug 59474] New: fedora 18 X server crashes after boot
 2013-01-16 16:33 UTC  (5+ messages)
  ` [Bug 59474] "

[PATCH V5 00/30] loop: Issue O_DIRECT aio using bio_vec
 2013-01-16 16:32 UTC  (2+ messages)

[Bug 59475] New: GL programs crash with glxbadcontext or other errors in Fedora 18 on this machine
 2013-01-16 16:32 UTC 

[PATCH v13 1/9] scsi: sr: support runtime pm
 2013-01-16 16:31 UTC  (2+ messages)

[PATCH v2 00/10] Make XPS usable within ixgbe
 2013-01-16 16:30 UTC  (4+ messages)
` [RFC PATCH v2 10/10] ixgbe: Add support for set_channels ethtool operation

[dm-crypt] Memory errors and and 3TB RAID5 partition
 2013-01-16 16:30 UTC  (4+ messages)

iio: STMicroelectronics iio drivers
 2013-01-16 16:30 UTC  (4+ messages)
` [PATCH 1/9] iio:common: Add STMicroelectronics common library

[Qemu-devel] [RFC V1 00/12] QCOW2 asynchronous deduplication
 2013-01-16 16:25 UTC  (13+ messages)
` [Qemu-devel] [RFC V1 01/12] block: Add BlockDriver function prototype to pause and resume deduplication
` [Qemu-devel] [RFC V1 02/12] qcow2: Add code to deduplicate cluster flagged with QCOW_OFLAG_TO_DEDUP
` [Qemu-devel] [RFC V1 03/12] block: Add bdrv_has_dedup
` [Qemu-devel] [RFC V1 04/12] block: Add bdrv_is_dedup_running
` [Qemu-devel] [RFC V1 05/12] block: Add bdrv_resume_dedup
` [Qemu-devel] [RFC V1 06/12] block: Add bdrv_pause_dedup
` [Qemu-devel] [RFC V1 07/12] qcow2: Add qcow2_pause_dedup
` [Qemu-devel] [RFC V1 08/12] qcow2: Add qcow2_resume_dedup
` [Qemu-devel] [RFC V1 09/12] qcow2: Make dedup status persists
` [Qemu-devel] [RFC V1 10/12] qerror: Add QERR_DEVICE_NOT_DEDUPLICATED
` [Qemu-devel] [RFC V1 11/12] qmp: Add block-pause-dedup
` [Qemu-devel] [RFC V1 12/12] qmp: Add block_resume_dedup

[Qemu-devel] [PULL 0/2] alpha-linux-user patch queue
 2013-01-16 16:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] alpha-linux-user: Translate fcntl l_type
` [Qemu-devel] [PATCH 2/2] alpha-linux-user: Correct select

[RFC PATCH 0/3] Improve kexec support in Xen hypervisor
 2013-01-16 16:29 UTC 

[Qemu-devel] [RFC V1 00/14] QCOW2 deduplication metrics
 2013-01-16 16:25 UTC  (15+ messages)
` [Qemu-devel] [RFC V1 01/14] qcow2: Add deduplication metrics structures
` [Qemu-devel] [RFC V1 02/14] qcow2: Initialize deduplication metrics
` [Qemu-devel] [RFC V1 03/14] qcow2: Collect unaligned writes missing data reads metric
` [Qemu-devel] [RFC V1 04/14] qcow2: Collect deduplicated cluster metric
` [Qemu-devel] [RFC V1 05/14] qcow2: Collect undeduplicated "
` [Qemu-devel] [RFC V1 06/14] qcow2: Count QCowHashNode creation metrics
` [Qemu-devel] [RFC V1 07/14] qcow2: Count QCowHashNode removal from tree for metrics
` [Qemu-devel] [RFC V1 08/14] qcow2: Count cluster deleted metric
` [Qemu-devel] [RFC V1 09/14] qcow2: Count deduplication refcount overflow metric
` [Qemu-devel] [RFC V1 10/14] qapi: Add support for deduplication infos in qapi-schema.json
` [Qemu-devel] [RFC V1 11/14] block: Add deduplication metrics to BlockDriverInfo
` [Qemu-devel] [RFC V1 12/14] qcow2: Add qcow2_dedup_update_metrics to compute dedup RAM usage
` [Qemu-devel] [RFC V1 13/14] qcow2: returns deduplication metrics and status via bdrv_get_info()
` [Qemu-devel] [RFC V1 14/14] qapi: Return virtual block device deduplication metrics in QMP

linux-next: manual merge of the tegra tree with the arm-soc tree
 2013-01-16 16:27 UTC  (6+ messages)

Fatal crash on xen4.2 HVM + qemu-xen dm + NFS
 2013-01-16 16:27 UTC  (6+ 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.