All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-03 19:31:38 to 2015-06-03 20:37:29 UTC [more...]

[Qemu-devel] [PATCH v2 00/17] net/dp8393x and dma/rc4030 improvements
 2015-06-03 20:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 16/17] net/dp8393x: repair can_receive() method

[Devel] [RFC] proposed patch for some segfaults encountered
 2015-06-03 20:36 UTC 

[PATCH net-next] net: change fib behavior based on interface link status
 2015-06-03 20:36 UTC  (10+ messages)

[RFC/NOT FOR MERGING] HACK: add global/private timers for A9
 2015-06-03 20:32 UTC  (2+ messages)

Crypto driver -DCP
 2015-06-03 20:02 UTC  (7+ messages)

[U-Boot] [PATCH 0/4] Tegra210 support for P2571
 2015-06-03 20:35 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: Tegra210: Add SoC code/include files for T210
` [U-Boot] [PATCH 2/4] ARM: Tegra210: Add support to common Tegra source/config files
` [U-Boot] [PATCH 3/4] P2571: dts: Add DT files for Tegra210/P2571 board
` [U-Boot] [PATCH 4/4] T210: Add support for T210-based P2571 board

[PATCH RESEND] sched: prefer an idle cpu vs an idle sibling for BALANCE_WAKE
 2015-06-03 20:34 UTC  (15+ messages)

packaging init systems in a more autoools style way
 2015-06-03 20:33 UTC  (3+ messages)

[Powertop] [RFC 6/9] replace pciutils usage with udevhwdb
 2015-06-03 20:33 UTC 

[lustre-devel] OpenID 2.0 and Gerrit 2.11
 2015-06-03 20:32 UTC  (5+ messages)

[PATCH -mm 1/2] memcg: remove unused mem_cgroup->oom_wakeups
 2015-06-03 20:32 UTC  (6+ messages)
` [PATCH -mm 2/2] memcg: convert mem_cgroup->under_oom from atomic_t to int
  ` [PATCH v2 "
` [PATCH v2 -mm 1/2] memcg: remove unused mem_cgroup->oom_wakeups

[PATCH] MAINTAINERS - remove OSDL reference
 2015-06-03 20:32 UTC 

[PATCH 0/2 V3] allow UUID changes on V5/CRC filesystems
 2015-06-03 20:31 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/38] blockdev: BlockBackend and media
 2015-06-03 20:29 UTC  (44+ messages)
` [Qemu-devel] [PATCH v3 01/38] block: Remove host floppy support
` [Qemu-devel] [PATCH v3 02/38] blockdev: Allow creation of BDS trees without BB
` [Qemu-devel] [PATCH v3 03/38] iotests: Only create BB if necessary
` [Qemu-devel] [PATCH v3 04/38] block: Make bdrv_is_inserted() return a bool
` [Qemu-devel] [PATCH v3 05/38] block: Add blk_is_available()
` [Qemu-devel] [PATCH v3 06/38] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH v3 07/38] block/quorum: Implement bdrv_is_inserted()
` [Qemu-devel] [PATCH v3 08/38] block: Invoke change media CB before NULLing drv
` [Qemu-devel] [PATCH v3 09/38] hw/block/fdc: Implement tray status
` [Qemu-devel] [PATCH v3 10/38] hw/usb-storage: Check whether BB is inserted
` [Qemu-devel] [PATCH v3 11/38] block: Fix BB AIOCB AioContext without BDS
` [Qemu-devel] [PATCH v3 12/38] block: Move guest_block_size into BlockBackend
` [Qemu-devel] [PATCH v3 13/38] block: Remove wr_highest_sector from BlockAcctStats
` [Qemu-devel] [PATCH v3 14/38] block: Move BlockAcctStats into BlockBackend
` [Qemu-devel] [PATCH v3 15/38] block: Move I/O status and error actions into BB
` [Qemu-devel] [PATCH v3 16/38] block: Add BlockBackendRootState
` [Qemu-devel] [PATCH v3 17/38] block: Make some BB functions fall back to BBRS
` [Qemu-devel] [PATCH v3 18/38] block: Fail requests to empty BlockBackend
` [Qemu-devel] [PATCH v3 19/38] block: Prepare remaining BB functions for NULL BDS
` [Qemu-devel] [PATCH v3 20/38] block: Add blk_insert_bs()
` [Qemu-devel] [PATCH v3 21/38] block: Prepare for NULL BDS
` [Qemu-devel] [PATCH v3 22/38] blockdev: Do not create BDS for empty drive
` [Qemu-devel] [PATCH v3 23/38] blockdev: Pull out blockdev option extraction
` [Qemu-devel] [PATCH v3 24/38] blockdev: Allow more options for BB-less BDS tree
` [Qemu-devel] [PATCH v3 25/38] block: Add blk_remove_bs()
` [Qemu-devel] [PATCH v3 26/38] blockdev: Add blockdev-open-tray
` [Qemu-devel] [PATCH v3 27/38] blockdev: Add blockdev-close-tray
` [Qemu-devel] [PATCH v3 28/38] blockdev: Add blockdev-remove-medium
` [Qemu-devel] [PATCH v3 29/38] blockdev: Add blockdev-insert-medium
` [Qemu-devel] [PATCH v3 30/38] blockdev: Implement eject with basic operations
` [Qemu-devel] [PATCH v3 31/38] blockdev: Implement change "
` [Qemu-devel] [PATCH v3 32/38] block: Inquire tray state before tray-moved events
` [Qemu-devel] [PATCH v3 33/38] qmp: Introduce blockdev-change-medium
` [Qemu-devel] [PATCH v3 34/38] hmp: Use blockdev-change-medium for change command
` [Qemu-devel] [PATCH v3 35/38] blockdev: read-only-mode for blockdev-change-medium
` [Qemu-devel] [PATCH v3 36/38] hmp: Add read-only-mode option to change command
` [Qemu-devel] [PATCH v3 37/38] iotests: More options for VM.add_drive()
` [Qemu-devel] [PATCH v3 38/38] iotests: Add test for change-related QMP commands

[GIT PULL] kdbus cleanups for 4.2
 2015-06-03 20:28 UTC  (2+ messages)

[lustre-devel] Lustre and libreadline
 2015-06-03 20:27 UTC  (3+ messages)

[lustre-devel] An updated quick start guide for a virtual Lustre clustre - call for input
 2015-06-03 20:27 UTC 

[Patch v4 0/8] Consolidate ACPI PCI root common code into ACPI core
 2015-06-03 20:27 UTC  (3+ messages)

[PATCH v3 0/5] sunrpc: clean up "swapper" xprt handling
 2015-06-03 20:28 UTC  (14+ messages)
` [PATCH v3 1/5] sunrpc: keep a count of swapfiles associated with the rpc_clnt
` [PATCH v3 2/5] sunrpc: make xprt->swapper an atomic_t
` [PATCH v3 3/5] sunrpc: if we're closing down a socket, clear memalloc on it first
` [PATCH v3 4/5] sunrpc: lock xprt before trying to set memalloc on the sockets
` [PATCH v3 5/5] sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops

[Powertop] [RFC 0/9] Use udev for accessing sysfs
 2015-06-03 20:25 UTC 

[U-Boot] Building u-boot.rom for Minnowboard
 2015-06-03 20:24 UTC  (15+ messages)

[Powertop] [RFC 0/9] Use udev for accessing sysfs
 2015-06-03 20:23 UTC 

kernel/params.c: 'err' variable "set but not used" and perhaps should be?
 2015-06-03 20:22 UTC  (2+ messages)

Problems writing to intel P3700 NVMe drive
 2015-06-03 20:20 UTC  (11+ messages)

[PATCH 1/1] staging: lustre/lustre/obdclass/llog_cat.c: get rid of sparse context imbalance warning
 2015-06-03 20:20 UTC 

4.1-rc6 radi5 OOPS
 2015-06-03 20:20 UTC 

EGL version error while building the weston
 2015-06-03 20:20 UTC  (4+ messages)

[qemu-upstream-4.4-testing test] 57825: tolerable FAIL - PUSHED
 2015-06-03 20:20 UTC 

[PATCH] ASoC: wm8731: initialize the hardware when loading the codec driver
 2015-06-03 20:19 UTC 

[PATCH 0/4] Wayland 1.8 upgrade
 2015-06-03 20:18 UTC  (8+ messages)
` [PATCH 1/4] wayland/weston/libinput: Upgrade to 1.6.0 -> 1.8.0

[PATCH 1/9] drm/exynos: add error messages if clks failed to get enabled
 2015-06-03 20:17 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/4] Fix how for-each-ref handles broken loose references
 2015-06-03 20:15 UTC  (5+ messages)
` [PATCH v3 4/4] read_loose_refs(): treat NULL_SHA1 loose references as broken

[Qemu-devel] [PATCH v8 00/10] qcow2: Support refcount order amendment
 2015-06-03 20:13 UTC  (11+ messages)
` [Qemu-devel] [PATCH v8 01/10] progress: Allow regressing progress
` [Qemu-devel] [PATCH v8 02/10] block: Add opaque value to the amend CB
` [Qemu-devel] [PATCH v8 03/10] qcow2: Use error_report() in qcow2_amend_options()
` [Qemu-devel] [PATCH v8 04/10] qcow2: Use abort() instead of assert(false)
` [Qemu-devel] [PATCH v8 05/10] qcow2: Split upgrade/downgrade paths for amend
` [Qemu-devel] [PATCH v8 06/10] qcow2: Use intermediate helper CB "
` [Qemu-devel] [PATCH v8 07/10] qcow2: Add function for refcount order amendment
` [Qemu-devel] [PATCH v8 08/10] qcow2: Invoke refcount order amendment function
` [Qemu-devel] [PATCH v8 09/10] qcow2: Point to amend function in check
` [Qemu-devel] [PATCH v8 10/10] iotests: Extend test 112 for qemu-img amend

[PATCH 0/4] backports: more generic ethernet patches
 2015-06-03 20:13 UTC  (3+ messages)
` [PATCH 1/4] backports: replace igb skb->no_fcs patch with semantic patch

Suggestion: make git checkout safer
 2015-06-03 20:12 UTC  (7+ messages)

[PATCH 0/2] Gnutls 3.4.1 update
 2015-06-03 20:10 UTC  (3+ messages)

[PATCH/RFCv4 1/2] git-rebase -i: add command "drop" to remove a commit
 2015-06-03 20:09 UTC  (4+ messages)
` [PATCH/RFCv4 2/2] git rebase -i: warn about removed commits
  ` [PATCH/RFCv2 "

pull-request: wireless-drivers-next 2015-06-03
 2015-06-03 20:07 UTC 

[PATCH 4.0 000/148] 4.0.5-stable review
 2015-06-03 20:07 UTC  (3+ messages)
` [PATCH 4.0 108/148] ARM: fix missing syscall trace exit

[PATCH v4 for-next 00/12] Add network namespace support in the RDMA-CM
 2015-06-03 20:07 UTC  (12+ messages)

[PATCH] x86/asm/msr: Retract msr-index.h
 2015-06-03 20:06 UTC  (4+ messages)

[PATCH v3 1/3] ASoC: topology: Add topology UAPI header
 2015-06-03 20:03 UTC  (2+ messages)

arm syscall fast path can miss a ptrace syscall-exit
 2015-06-03 20:03 UTC  (5+ messages)
` [PATCH] arm64: fix missing syscall trace exit

[PATCH 0/2] gst-player: Update to latest GIT
 2015-06-03 20:02 UTC  (3+ messages)
` [PATCH 2/2] gst-player: Remove obsolete patches (now in upstream)

[PATCH 0/4] xfsprogs: mini patch-bomb
 2015-06-03 20:01 UTC  (4+ messages)
` [PATCH 4/4] xfsprogs: zero out clean log in xfs_metadump

linux-next: build failure after merge of the target-updates tree
 2015-06-03 20:00 UTC  (2+ messages)

[PATCH v4 0/7] staging:lustre: remove tcpip abstraction from libcfs
 2015-06-03 19:57 UTC  (16+ messages)
` [lustre-devel] "
` [PATCH v4 1/7] staging:lustre: move tcpip abstraction
  ` [lustre-devel] "
` [PATCH v4 2/7] staging:lustre: remove useless libcfs_sock_release
  ` [lustre-devel] "
` [PATCH v4 3/7] staging:lustre: remove useless libcfs_sock_abort_accept
  ` [lustre-devel] "
` [PATCH v4 4/7] staging:lustre: rename tcpip handling functions to lnet_* prefix
  ` [lustre-devel] "
` [PATCH v4 5/7] staging:lustre: use available kernel wrappers in lib-socket.c
  ` [lustre-devel] "
` [PATCH v4 6/7] staging:lustre: style cleanups for lib-socket.c
  ` [lustre-devel] "
` [PATCH v4 7/7] staging:lustre: Update license and copyright "
  ` [lustre-devel] "

[RFC net-next 0/6] net: Identifier Locator Addressing
 2015-06-03 19:58 UTC  (7+ messages)
` [RFC net-next 1/6] net: Checksum functions to replace 8 bytes at a time
` [RFC net-next 2/6] net: Identfier Locator Addressing module
` [RFC net-next 3/6] net: Special routing hook
` [RFC net-next 4/6] net: ILA use special route hook
` [RFC net-next 5/6] net: ILA iptables target
` [RFC net-next 6/6] ipvlan: Call ILA in incoming and outgoing receive paths

[PATCH 00/21] On-demand device registration
 2015-06-03 19:57 UTC  (6+ messages)

[Qemu-devel] [RFC PATCH] qapi for audio backends
 2015-06-03 19:57 UTC  (3+ messages)

[Qemu-devel] Memory subsystems
 2015-06-03 19:56 UTC 

hangs in verify_pmtmr_rate()
 2015-06-03 19:55 UTC 

[Buildroot] [Bug 8156] New: pkg-kconfig infra broken for *-update-{config, defconfig}
 2015-06-03 19:54 UTC  (2+ messages)
` [Buildroot] [Bug 8156] "

[Devel] [RFC] proposed patch for some segfaults encountered
 2015-06-03 19:54 UTC 

Calling irq_set_irq_wake() from .set_irq_wake()? (was: Re: [PATCH] gpio: pcf875x: Revert "gpio: pcf857x: Propagate wake-up setting to parent irq controller")
 2015-06-03 19:52 UTC  (5+ messages)
  ` Calling irq_set_irq_wake() from .set_irq_wake()?

[RFC/PATCH 1/2] status: give more information during rebase -i
 2015-06-03 19:51 UTC  (5+ messages)
` [RFC/PATCH 2/2] status: fix tests to handle new verbose git status during rebase

Which newer kernel is OK with ext4?
 2015-06-03 19:50 UTC 

[meta-browser] [PATCH 2/2] chromium, cef: fetch chromium source from git
 2015-06-03 19:50 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 0/2] block: driver should override flags in bdrv_open()
 2015-06-03 19:49 UTC  (2+ messages)

[PATCH for-next V2 0/9] Add completion timestamping support
 2015-06-03 19:48 UTC  (17+ messages)
` [PATCH for-next V2 8/9] IB/mlx4: Support extended create_cq and query_device uverbs

[PATCH v2 00/10] NFS/RDMA server patches for 4.2
 2015-06-03 19:49 UTC  (7+ messages)
` [PATCH v2 08/10] svcrdma: Add backward direction service for RPC/RDMA transport

Hauppauge WinTV-HVR2205 driver feedback
 2015-06-03 19:46 UTC  (7+ messages)

[RFC PATCH] eal:Add new API for parsing args at rte_eal_init time
 2015-06-03 19:43 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/12] Audio backend cleanup
 2015-06-03 19:43 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 11/12] coreaudio: do not use global variables where possible

BeagleBoard-Xm: memtest return error
 2015-06-03 19:42 UTC  (2+ messages)

[PATCH 2/2 v5] selinux: extended permissions for ioctls
 2015-06-03 19:41 UTC 

[PATCH 0/2 v2] selinux: extended permissions for ioctl commands
 2015-06-03 19:40 UTC 

bisected regression: qla2xxx endianness on sparc64
 2015-06-03 19:39 UTC  (6+ messages)

[PATCH] Doc: networking: txtimestamp: fix printf format warning
 2015-06-03 19:38 UTC 

[PATCH 00/12] Minimal support for dm814x-evm and hp t410 thin client
 2015-06-03 19:38 UTC  (5+ messages)
` [PATCH 02/12] ARM: OMAP2+: Fix scrm compatible for dm814x

[PATCH RFC] memcg: close the race window between OOM detection and killing
 2015-06-03 19:36 UTC  (4+ messages)

[PATCH 1/2] Doc:crypto: Fix typo in crypto-API.tmpl
 2015-06-03 19:35 UTC  (5+ messages)
  ` [PATCH 2/2] Doc:crypto: Fix typo in crypto-API.xml

[RFC/RFT PATCH 0/7] gpio: omap: rework and fixes
 2015-06-03 19:34 UTC  (5+ messages)
` [PATCH 2/7] gpio: omap: fix error handling in omap_gpio_irq_type

[PATCH][RFC] Btrfs: Treat -EDQUOT like -ENOSPC during unlink
 2015-06-03 19:34 UTC 

[PATCH] gpio: pcf857x: handle only enabled irqs
 2015-06-03 19:33 UTC  (2+ messages)

[PATCH 00/24] Convert to atomic, part 3
 2015-06-03 19:32 UTC  (6+ messages)
` [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers

[PATCH v5 00/21] libnvdimm: non-volatile memory devices
 2015-06-03 19:31 UTC  (5+ messages)
` [PATCH v5 09/21] libnvdimm, nd_pmem: add libnvdimm support to the pmem driver


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.