All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-06 15:49:17 to 2013-12-06 16:46:45 UTC [more...]

[PATCH V4 00/10] perf: New conditional branch filter
 2013-12-06 16:46 UTC  (3+ messages)
` [PATCH V4 04/10] x86, perf: Add conditional branch filtering support

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2013-12-06 16:46 UTC 

[net-next PATCH 0/6] some cleanups
 2013-12-06 16:46 UTC  (4+ messages)
` [net-next PATCH 3/6] macvtap: remove the dead branch

[PATCH] ARM: mcpm: remove redundant dsb instructions prior to sev
 2013-12-06 16:45 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/13] target-arm: A64 decoder set 2: misc logic and bit ops
 2013-12-06 16:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/13] target-arm: A64: add support for conditional select

[PATCH 3.4-stable][CVE] HID: picolcd_core: validate output report details
 2013-12-06 16:44 UTC  (2+ messages)

Converting relative path to absolute path
 2013-12-06 16:42 UTC  (2+ messages)

[PATCH] ARM: clean-up common multi-platform kconfig options
 2013-12-06 16:41 UTC  (4+ messages)

No trace files are generated for UST
 2013-12-06 16:41 UTC  (2+ messages)

[U-Boot] Stale references in the u-boot-samsung repo
 2013-12-06 16:41 UTC  (3+ messages)

[PATCH V12 0/3] Add watchdog DT nodes and use syscon regmap interface to configure pmu registers
 2013-12-06 16:41 UTC  (5+ messages)
` [PATCH V12 1/3] ARM: dts: Add pmu sysreg node to exynos5250 and exynos5420 dtsi files
` [PATCH V12 2/3] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

post-receive: pub/scm/linux/kernel/git/snitzer/linux
 2013-12-06 16:40 UTC 

[Qemu-devel] [PATCH] net: QEMU_NET_PACKET_FLAG_MORE introduced
 2013-12-06 16:39 UTC  (2+ messages)

[Qemu-devel] [PULL 00/48] Block patches
 2013-12-06 16:36 UTC  (49+ messages)
` [Qemu-devel] [PULL 01/48] coroutine: remove qemu_co_queue_wait_insert_head
` [Qemu-devel] [PULL 02/48] coroutine: remove unused CoQueue AioContext
` [Qemu-devel] [PULL 03/48] vmdk: Fix creating big description file
` [Qemu-devel] [PULL 04/48] block: generalize BlockLimits handling to cover bdrv_aio_discard too
` [Qemu-devel] [PULL 05/48] block: add flags to BlockRequest
` [Qemu-devel] [PULL 06/48] block: add flags argument to bdrv_co_write_zeroes tracepoint
` [Qemu-devel] [PULL 07/48] block: add bdrv_aio_write_zeroes
` [Qemu-devel] [PULL 08/48] block: handle ENOTSUP from discard in generic code
` [Qemu-devel] [PULL 09/48] block: make bdrv_co_do_write_zeroes stricter in producing aligned requests
` [Qemu-devel] [PULL 10/48] vpc, vhdx: add get_info
` [Qemu-devel] [PULL 11/48] block drivers: add discard/write_zeroes properties to bdrv_get_info implementation
` [Qemu-devel] [PULL 12/48] block drivers: expose requirement for write same alignment from formats
` [Qemu-devel] [PULL 13/48] block/iscsi: remove .bdrv_has_zero_init
` [Qemu-devel] [PULL 14/48] block/iscsi: updated copyright
` [Qemu-devel] [PULL 15/48] block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP
` [Qemu-devel] [PULL 16/48] raw-posix: implement write_zeroes with MAY_UNMAP for files
` [Qemu-devel] [PULL 17/48] raw-posix: implement write_zeroes with MAY_UNMAP for block devices
` [Qemu-devel] [PULL 18/48] raw-posix: add support for write_zeroes on XFS and "
` [Qemu-devel] [PULL 19/48] qemu-iotests: 033 is fast
` [Qemu-devel] [PULL 20/48] scsi-disk: catch write protection errors in UNMAP
` [Qemu-devel] [PULL 21/48] scsi-disk: reject ANCHOR=1 for UNMAP and WRITE SAME commands
` [Qemu-devel] [PULL 22/48] scsi-disk: correctly implement WRITE SAME
` [Qemu-devel] [PULL 23/48] block: Close backing file early in bdrv_img_create
` [Qemu-devel] [PULL 24/48] qcow2: Zero-initialise first cluster for new images
` [Qemu-devel] [PULL 25/48] qemu-iotests: Add "-c <cache-mode>" option
` [Qemu-devel] [PULL 26/48] qemu-iotests: Honour cache mode in iotests.py
` [Qemu-devel] [PULL 27/48] qemu-iotests: Add _default_cache_mode and _supported_cache_modes
` [Qemu-devel] [PULL 28/48] qemu-iotests: Change default cache mode to "writeback"
` [Qemu-devel] [PULL 29/48] qemu-iotests: Clean up spaces in usage output
` [Qemu-devel] [PULL 30/48] qemu-iotests: Split qcow2 only cases in 048
` [Qemu-devel] [PULL 31/48] snapshot: distinguish id and name in load_tmp
` [Qemu-devel] [PULL 32/48] qemu-nbd: support internal snapshot export
` [Qemu-devel] [PULL 33/48] qemu-iotests: add 058 internal snapshot export with qemu-nbd case
` [Qemu-devel] [PULL 34/48] qemu-img: add -l for snapshot in convert
` [Qemu-devel] [PULL 35/48] qemu-iotests: add test for snapshot in qemu-img convert
` [Qemu-devel] [PULL 36/48] qemu-nbd: add doc for option -f
` [Qemu-devel] [PULL 37/48] qemu-img: add support for skipping zeroes in input during convert
` [Qemu-devel] [PULL 38/48] qemu-img: fix usage instruction for qemu-img convert
` [Qemu-devel] [PULL 39/48] block/iscsi: set bdi->cluster_size
` [Qemu-devel] [PULL 40/48] block: add opt_transfer_length to BlockLimits
` [Qemu-devel] [PULL 41/48] block/iscsi: set bs->bl.opt_transfer_length
` [Qemu-devel] [PULL 42/48] qemu-img: dynamically adjust iobuffer size during convert
` [Qemu-devel] [PULL 43/48] qemu-img: round down request length to an aligned sector
` [Qemu-devel] [PULL 44/48] qemu-img: decrease progress update interval on convert
` [Qemu-devel] [PULL 45/48] qcow2: use start_of_cluster() and offset_into_cluster() everywhere
` [Qemu-devel] [PULL 46/48] block: clean up bdrv_drain_all() throttling comments
` [Qemu-devel] [PULL 47/48] aio: make aio_poll(ctx, true) block with no fds
` [Qemu-devel] [PULL 48/48] qemu-iotests: filter QEMU monitor \r\n

[U-Boot] [PATCH] t2080qds/ddr: update ddr parameters
 2013-12-06 16:38 UTC  (2+ messages)

[PATCH 00/11] ARM: support for ICP DAS LP-8x4x
 2013-12-06 16:38 UTC  (5+ messages)
` [PATCH 02/11] arm: pxa27x: support "

[PATCH net-next] tcp: auto corking
 2013-12-06 16:30 UTC  (4+ messages)

[Buildroot] [pull request] Pull request for branch yem/host-packages
 2013-12-06 16:37 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] package/lvm2: remove uninstall commands

[net-next v2] xen-netback: improve guest-receive-side flow control
 2013-12-06 16:36 UTC 

[net-next v2] xen-netback: improve guest-receive-side flow control
 2013-12-06 16:36 UTC 

[PATCH] mips/include/asm/mipsregs.h: s/u16/unsigned short/
 2013-12-06 16:35 UTC  (3+ messages)

[BUG] QWLE900V5-18 - cannot achievie 3 spatial streams link
 2013-12-06 16:33 UTC 

[RFC 0/1] wait queue head; locking considerations
 2013-12-06 16:34 UTC  (2+ messages)

[refpolicy] [PATCH 01/39] mount: fs_list_auto_mountpoint() is now redundant because autofs_t is covered by files_list_all_mountpoints()
 2013-12-06 16:32 UTC  (5+ messages)
` [refpolicy] [PATCH 38/39] xserver: review this

[PATCH v3 0/5] iio: mxs-lradc: add support to optional divider_by_two
 2013-12-06 16:32 UTC  (4+ messages)
` [PATCH v3 5/5] iio: mxs-lradc: add write_raw function to modify scale

[PATCH v2] ARM: add support for the Cortex-A12 processor
 2013-12-06 16:31 UTC  (2+ messages)

[U-Boot] please pull u-boot-samsung master
 2013-12-06 16:31 UTC  (4+ messages)
  ` [U-Boot] please pull u-boot-samsung master (v2)

[Buildroot] [PATCH] sawman: Link using gcc instead of ld
 2013-12-06 16:30 UTC 

[PATCH] xen: arm: vtimer fixes for arm64
 2013-12-06 16:30 UTC  (2+ messages)

[PATCH v2] ALSA: hda - Ignore small negative LPIB delay correction
 2013-12-06 16:30 UTC 

[Qemu-devel] [PATCH v3 0/2] Intel MPX feature support at Qemu
 2013-12-06 16:29 UTC  (7+ messages)
    `  "

[PATCH] ath9k_htc: properly set MAC address and BSSID mask
 2013-12-06 16:29 UTC  (7+ messages)

[PATCH] sctp: fix a BUG_ON on triggered by setting max_autoclose to
 2013-12-06 16:29 UTC  (7+ messages)
` [PATCH] sctp: properly latch and use autoclose value from sock to association

[PATCH] 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffers
 2013-12-06 16:29 UTC  (4+ messages)

[PATCH v4 0/9] phy: Add new Exynos USB 2.0 PHY driver
 2013-12-06 16:29 UTC  (8+ messages)
` [PATCH v4 3/9] phy: Add new Exynos USB "
` [PATCH v4 5/9] usb: s3c-hsotg: Use the new Exynos USB phy driver with the generic phy framework

post-receive: pub/scm/linux/kernel/git/snitzer/linux
 2013-12-06 16:29 UTC 

Idea: reduce SCST processes per LUN
 2013-12-06 16:29 UTC 

[U-Boot] [RFC] implementation of generic distro configs
 2013-12-06 16:28 UTC  (6+ messages)
` [U-Boot] [PATCH 2/5] port wandboards to use the "

Assertion 'l1e_get_pfn(MAPCACHE_L1ENT(hashent->idx)) == hashent->mfn' failed at domain_page.c:203
 2013-12-06 16:28 UTC  (2+ messages)

[Cluster-devel] GFS2: Use only a single address space for rgrps
 2013-12-06 16:28 UTC 

[GIT PULL] clk: mvebu: for v3.14
 2013-12-06 16:26 UTC  (2+ messages)

[ceph-users] Mounting Ceph on Linux/Windows
 2013-12-06 16:25 UTC 

Zoom R16
 2013-12-06 16:25 UTC  (7+ messages)

[PATCH] cgroup: fix bug on cgroup_create() fail path
 2013-12-06 16:25 UTC  (7+ messages)
` [PATCH cgroup/for-3.13-fixes] cgroup: fix oops in cgroup init failure path

[PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator
 2013-12-06 16:24 UTC  (5+ messages)

Looking for volunteers to test and review ecryptfs integration with Android
 2013-12-06 16:22 UTC  (8+ messages)

[PATCH] ALSA: hda - Ignore small negative LPIB delay correction
 2013-12-06 16:22 UTC 

Moschip MCS8142 SoC
 2013-12-06 16:19 UTC  (4+ messages)

[PATCH RFC] tty_ldisc: add more limits to the @write_wakeup
 2013-12-06 16:18 UTC  (4+ messages)

[PATCH] block: fix memory leaks on unplugging block device
 2013-12-06 16:17 UTC  (2+ messages)

xfs: free the list of recovery items on error
 2013-12-06 16:17 UTC  (2+ messages)

[PATCH] powerpc: Fix PTE page address mismatch in pgtable ctor/dtor
 2013-12-06 16:17 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] tests/gem_media_fill: Remove unnecessary include
 2013-12-06 16:17 UTC  (2+ messages)

[PATCH v3] backports: add support for prandom_bytes
 2013-12-06 16:15 UTC  (2+ messages)

[PATCH] net: wireless: wcn36xx: fix potential NULL pointer dereference
 2013-12-06 16:12 UTC  (6+ messages)
` [ath9k-devel] "
  ` [PATCHv2] "
        ` [ath9k-devel] "

MCS8142
 2013-12-06 16:15 UTC  (2+ messages)

[PATCH] i8042: bugfix for controller detection failure
 2013-12-06 16:14 UTC 

[PATCH man-pages] man: packet.7: document fanout, ring and auxiliary options
 2013-12-06 16:14 UTC  (3+ messages)

[PATCH 1/3] x86, mpx: add documentation on Intel MPX
 2013-12-06 18:52 UTC  (19+ messages)
  ` [Qemu-devel] "
` [PATCH 2/3] X86, mpx: Intel MPX definition
    ` [Qemu-devel] "
` [PATCH 3/3] X86, mpx: Intel MPX xstate feature definition
    ` [Qemu-devel] "

[PATCH 0/2] mmc: dw_mmc: Make the use of the hold reg generic
 2013-12-06 16:10 UTC  (3+ messages)
` [PATCH 1/2] mmc: dw_mmc: Enable the hold reg for certain speed modes
` [PATCH 2/2] mmc: dw_mmc-pltm: Remove Rockchip's custom dw_mmc driver structure

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2013-12-06 16:11 UTC 

[Buildroot] Availability of old build results
 2013-12-06 16:10 UTC  (7+ messages)

[GIT PULL] tracing: Only run synchronize_sched() at instance deletion time
 2013-12-06 16:09 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2013-12-06 16:08 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2013-12-06 16:08 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2013-12-06 16:08 UTC 

[PATCH] xfstests: stop special casing nfs and udf
 2013-12-06 16:06 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2013-12-06 16:06 UTC 

[ceph-users] Mounting Ceph on Linux/Windows
 2013-12-06 16:06 UTC 

[PATCH] xen: arm: do not BUG on guest paddrs which are very high
 2013-12-06 16:05 UTC  (2+ messages)

[PATCH 3.10] mmc: block: fix a bug of error handling in MMC driver
 2013-12-06 16:04 UTC  (2+ messages)

qemu-xen-dir + PCI passthrough = BOOM
 2013-12-06 16:03 UTC  (6+ messages)

avtab dense hash table
 2013-12-06 16:01 UTC  (9+ messages)

[PATCH V8] ns16550: Add support for UART present in Broadcom TruManage capable NetXtreme chips
 2013-12-06 16:00 UTC  (4+ messages)

[U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot
 2013-12-06 16:00 UTC  (5+ messages)

[PATCH] xen: arm: correct return value of raw_copy_to_guest_*
 2013-12-06 16:00 UTC  (2+ messages)

[ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
 2013-12-06 16:00 UTC  (3+ messages)

[Qemu-devel] [PATCH V4 0/7] Giving names to BlockDriverState graph nodes
 2013-12-06 15:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH V4 3/7] qmp: Add a command to list the named BlockDriverState nodes

[PATCH] drm/radeon: Disable writeback by default on ppc
 2013-12-06 15:59 UTC  (17+ messages)

[Buildroot] [RFC PATCH 0/2] host-qemu-system
 2013-12-06 15:58 UTC  (10+ messages)
` [Buildroot] [PATCH 1/2] qemu-system: new host package

[Bug 72283] New: [<ffffffffa01b7ecb>] dce6_afmt_write_speaker_allocation+0xdb/0x140 [radeon]
 2013-12-06 15:58 UTC  (2+ messages)
` [Bug 72283] "

[PATCH 0/7] exynos: add basic support for exynos5260 SoC
 2013-12-06 15:56 UTC  (15+ messages)
` [PATCH 1/7] ARM: EXYNOS: initial board "
` [PATCH 2/7] pinctrl: exynos: add exynos5260 SoC specific data
` [PATCH 3/7] ARM: dts: add dts files for exynos5260 SoC
` [PATCH 4/7] clk/samsung: add support for multuple clock providers
` [PATCH 5/7] clk/samsung: add support for pll2550xx
` [PATCH 6/7] clk/samsung: add support for pll2650xx
  ` [PATCH 7/7] clk/exynos5260: add clock file for exynos5260

[PATCH]: exec: avoid propagating PF_NO_SETAFFINITY into userspace child
 2013-12-06 15:56 UTC  (11+ messages)
` [PATCH 0/1] usermodehelper: kill ____call_usermodehelper()->set_cpus_allowed_ptr()
  ` [PATCH 1/1] "

[Qemu-devel] [PULL 0/3] KVM patches for 2013-12-06
 2013-12-06 15:54 UTC  (3+ messages)
` [Qemu-devel] [PULL 2/3] qemu: mempath: prefault pages manually (v4)
` [Qemu-devel] [PULL 3/3] target-i386: fix cpuid leaf 0x0d

RED state exception (trap type 0x64) on U5 reboot
 2013-12-06 15:54 UTC  (2+ messages)

[PATCH] Fix race between oom kill and task exit
 2013-12-06 15:52 UTC  (12+ messages)

hung system with cifsd, cannot reduce timeout
 2013-12-06 15:50 UTC  (3+ messages)

[PATCH] xen: arm: handle initrd addresses above the 4G boundary
 2013-12-06 15:50 UTC  (2+ messages)

[PATCH 1/2] ARM: tegra: Export tegra_powergate_power_off()
 2013-12-06 15:49 UTC  (2+ messages)
  ` [PATCH 2/2] ARM: tegra: Export tegra_powergate_remove_clamping()

[Cocci] github
 2013-12-06 15:49 UTC 


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.