All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-28 17:44:12 to 2018-02-28 18:15:29 UTC [more...]

[PATCH v5 0/6] Fix races between blkcg code and request queue initialization and cleanup
 2018-02-28 18:15 UTC  (3+ messages)
` [PATCH v5 1/6] block/loop: Delete gendisk before cleaning up the request queue
` [PATCH v5 2/6] md: "

[PATCH v3 00/10] Add Actions Semi S900 pinctrl and gpio support
 2018-02-28 18:14 UTC  (22+ messages)
` [PATCH v3 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC
` [PATCH v3 02/10] arm64: dts: actions: Add pinctrl node for S900
` [PATCH v3 03/10] arm64: actions: Enable PINCTRL in platforms Kconfig
` [PATCH v3 04/10] pinctrl: actions: Add Actions S900 pinctrl driver
` [PATCH v3 05/10] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC
` [PATCH v3 06/10] arm64: dts: actions: Add S900 gpio nodes
` [PATCH v3 07/10] arm64: dts: actions: Add gpio line names to Bubblegum-96 board
` [PATCH v3 08/10] gpio: Add gpio driver for Actions OWL S900 SoC
` [PATCH v3 09/10] MAINTAINERS: Add reviewer for ACTIONS platforms
` [PATCH v3 10/10] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries

[PATCH 0/6] x86: Switch some bits of MSR handing over to the new infrastructure
 2018-02-28 18:14 UTC  (4+ messages)
` [PATCH 2/6] x86/hvm: Handle viridian MSRs via the new guest_{rd, wr}msr() infrastructure

[PATCH v2 0/2] drm/panel: Add device link in drm_panel_attach()
 2018-02-28 18:14 UTC  (3+ messages)
` [PATCH v2 2/2] drm/panel: Add device_link from panel device to drm device

[PATCH 0/3] Allwinner sunxi message box support
 2018-02-28 18:14 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: Add a binding for the sunxi message box
` [PATCH 3/3] mailbox: sunxi-msgbox: Add a new mailbox driver

[PATCH v9 0/3] PCI: dwc: Enables MSI-X driver support
 2018-02-28 18:12 UTC  (2+ messages)

[GIT PULL] dma-mapping fixe for Linux 4.16
 2018-02-28 18:12 UTC 

[PATCH v2 0/4] Delete ignore_env member in struct repository
 2018-02-28 18:12 UTC  (3+ messages)
` [PATCH v3 "

[PATCH net-next v2 0/5] fib_rules: support sport, dport and proto match
 2018-02-28 18:11 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t] tests/perf_pmu: Test busyness reporting in face of GPU hangs
 2018-02-28 18:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/perf_pmu: Test busyness reporting in face of GPU hangs (rev2)

[PATCH] drm/i915/perf: fix perf stream opening lock
 2018-02-28 18:10 UTC  (3+ messages)
` [Intel-gfx] "

[RFC] power/hibernate: Make passing hibernate offsets more friendly
 2018-02-28 18:11 UTC  (2+ messages)

[Buildroot] Introduction
 2018-02-28 18:10 UTC 

[PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-02-28 18:10 UTC  (5+ messages)
` [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver

[Cluster-devel] [PATCH] gfs2: Update setattr permission checks
 2018-02-28 18:10 UTC  (2+ messages)

[PATCH v2 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-02-28 18:08 UTC  (4+ messages)
` [PATCH v2 2/5] target/i386: Populate AMD Processor Cache Information
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v3 0/7] block: Handle null backing link
 2018-02-28 18:08 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 3/7] qapi: Replace qobject_to_X(o) by qobject_to(o, X)

[Qemu-devel] [RFC] qemu-img: Drop BLK_ZERO from convert
 2018-02-28 18:08 UTC  (3+ messages)

[Cluster-devel] [PATCH] gfs2: Dirty source inode during rename
 2018-02-28 18:07 UTC  (2+ messages)

[PATCH] protocol: treat unrecognized protocol.version setting as 0
 2018-02-28 18:07 UTC  (8+ messages)

Aspirant for GSOC 2018 for Nouveau Vulkan driver
 2018-02-28 18:07 UTC 

[PATCH] X86/KVM: Update the exit_qualification access bits while walking an address
 2018-02-28 18:06 UTC 

[Xenomai] Low latency under stress, otherwise high latency
 2018-02-28 18:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/16] block/mirror: Add active-sync mirroring
 2018-02-28 18:05 UTC  (17+ messages)
` [Qemu-devel] [PATCH v3 01/16] block: BDS deletion during bdrv_drain_recurse
` [Qemu-devel] [PATCH v3 02/16] block: BDS deletion in bdrv_do_drained_begin()
` [Qemu-devel] [PATCH v3 03/16] tests: Add bdrv-drain test for node deletion
` [Qemu-devel] [PATCH v3 04/16] block/mirror: Pull out mirror_perform()
` [Qemu-devel] [PATCH v3 05/16] block/mirror: Convert to coroutines
` [Qemu-devel] [PATCH v3 06/16] block/mirror: Use CoQueue to wait on in-flight ops
` [Qemu-devel] [PATCH v3 07/16] block/mirror: Wait for in-flight op conflicts
` [Qemu-devel] [PATCH v3 08/16] block/mirror: Use source as a BdrvChild
` [Qemu-devel] [PATCH v3 09/16] block: Generalize should_update_child() rule
` [Qemu-devel] [PATCH v3 10/16] hbitmap: Add @advance param to hbitmap_iter_next()
` [Qemu-devel] [PATCH v3 11/16] test-hbitmap: Add non-advancing iter_next tests
` [Qemu-devel] [PATCH v3 12/16] block/dirty-bitmap: Add bdrv_dirty_iter_next_area
` [Qemu-devel] [PATCH v3 13/16] block/mirror: Add MirrorBDSOpaque
` [Qemu-devel] [PATCH v3 14/16] block/mirror: Add active mirroring
` [Qemu-devel] [PATCH v3 15/16] block/mirror: Add copy mode QAPI interface
` [Qemu-devel] [PATCH v3 16/16] iotests: Add test for active mirroring

[PATCH 0/7] cxgbe: bug fixes and updates
 2018-02-28 18:04 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] cxgbe: rework rte_eth_dev allocation
  ` [PATCH v2 2/7] cxgbe: fix secondary process initialization
  ` [PATCH v2 3/7] cxgbe: add support to update RSS hash configuration and key
  ` [PATCH v2 4/7] cxgbe: add support to get programmed "
  ` [PATCH v2 5/7] cxgbe: update link Forward Error Correction (FEC)
  ` [PATCH v2 6/7] cxgbe: update link configuration for 32-bit port capability
  ` [PATCH v2 7/7] cxgbe: rework and use "

[RFC] ath10k: Attempt to work around napi_synchronize hang
 2018-02-28 18:05 UTC  (4+ messages)

[RFT 0/7] firmware: enable caching of firmware for reboot optimization
 2018-02-28 18:03 UTC  (2+ messages)

[PATCH] mt7601u: Fix system freeze after resuming from hibernation
 2018-02-28 18:02 UTC  (12+ messages)

[Qemu-devel] [PATCH V7 0/4] tests: Add migration test for aarch64
 2018-02-28 18:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH V7 1/4] rules: Move cross compilation auto detection functions to rules.mak
` [Qemu-devel] [PATCH V7 2/4] tests/migration: Convert the boot block compilation script into Makefile
` [Qemu-devel] [PATCH V7 3/4] tests/migration: Add migration-test header file
` [Qemu-devel] [PATCH V7 4/4] tests: Add migration test for aarch64

[PATCH] ARM: dts: remove "delete" entry for deleted clocks
 2018-02-28 18:01 UTC 

[PATCH 12/20] drm/i915/icl: Check for fused-off VDBOX and VEBOX instances
 2018-02-28 17:59 UTC  (8+ messages)
` [PATCH v9] "

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-02-28 17:59 UTC  (4+ messages)

[RFC PATCH V2 00/22] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling
 2018-02-28 17:59 UTC  (6+ messages)
` [RFC PATCH V2 13/22] x86/intel_rdt: Support schemata write - pseudo-locking core

[PATCH v3 0/5] switch to MFD device for MediaTek audio subsystem
 2018-02-28 17:58 UTC  (10+ messages)
` [PATCH v3 4/5] dt-bindings: clock: mediatek: update audsys documentation to adapt MFD device
    ` [SPAM]Re: "

[PATCH 1/3] certs: define a trusted platform keyring
 2018-02-28 17:58 UTC  (9+ messages)
` [PATCH 3/3] ima: support platform keyring for kernel appraisal
` [PATCH 2/3] keys: export find_keyring_by_name()

lazytime for XFS V2
 2018-02-28 17:57 UTC  (3+ messages)
` [PATCH 1/2] fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync
` [PATCH 2/2] xfs: implement the lazytime mount option

[PATCH v2 0/5] Add R8A77970/V3MSK LVDS/HDMI support
 2018-02-28 17:57 UTC  (6+ messages)

[PATCH v2 0/5] ipc: Clamp *mni to the real IPCMNI limit
 2018-02-28 17:56 UTC  (10+ messages)
` [PATCH v2 2/5] sysctl: Add flags to support min/max range clamping
` [PATCH v2 3/5] sysctl: Warn when a clamped sysctl parameter is set out of range
` [PATCH v2 4/5] ipc: Clamp msgmni and shmmni to the real IPCMNI limit

[Qemu-devel] [RFC v4 00/21] blockjobs: add explicit job management
 2018-02-28 17:55 UTC  (7+ messages)
` [Qemu-devel] [RFC v4 16/21] blockjobs: add waiting status
` [Qemu-devel] [RFC v4 17/21] blockjobs: add PENDING status and event

[PATCHv4 0/3] spi: support for Socionext Synquacer platform
 2018-02-28 17:55 UTC  (3+ messages)
` [PATCHv4 2/3] spi: Add spi driver "

[PATCH 00/10] Add Actions Semi S900 pinctrl and gpio support
 2018-02-28 17:49 UTC  (24+ messages)
` [PATCH 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC
` [PATCH 02/10] arm64: dts: actions: Add pinctrl node for S900
` [PATCH 03/10] arm64: actions: Enable PINCTRL in platforms Kconfig
` [PATCH 04/10] pinctrl: actions: Add Actions S900 pinctrl driver
` [PATCH 05/10] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC
` [PATCH 06/10] arm64: dts: actions: Add S900 gpio nodes
` [PATCH 07/10] arm64: dts: actions: Add gpio line names to Bubblegum-96 board
` [PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC
` [PATCH 09/10] MAINTAINERS: Add reviewer for ACTIONS platforms
` [PATCH 10/10] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries

[PATCH 1/2] drm/sun4i: increase lvds dclk max divisor
 2018-02-28 17:53 UTC  (6+ messages)
` [PATCH 2/2] drm/sun4i: add lvds mode_valid function

[PATCH V6] x86/hvm: fix domain crash when CR3 has the noflush bit set
 2018-02-28 17:54 UTC  (3+ messages)
` [ATTN SVM maintainers] "

[PATCH] drm/i915: Wedged engine mask makes more sense in hex
 2018-02-28 17:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/3] STM32 Extended TrustZone Protection driver
 2018-02-28 17:53 UTC  (7+ messages)

[PATCH 3/3] libsemanage: replace access(, F_OK) checks to make setuid programs work
 2018-02-28 17:52 UTC  (6+ messages)
` [PATCH 1/3] libsemanage: remove access() check "
  ` [PATCH 2/3] "
  ` [PATCH 3/3] libsemanage: replace access() checks "

[PATCH V2] scsi: core: use blk_mq_requeue_request in __scsi_queue_insert
 2018-02-28 17:52 UTC  (2+ messages)

[PATCH] dbus-test_1.12.2: various fixes
 2018-02-28 17:48 UTC  (3+ messages)

[Bug report] BTRFS partition re-mounted as read-only after few minutes of use
 2018-02-28 17:50 UTC  (2+ messages)

[PATCH net,v3] vrf: check forwarding on the original netdevice when generating ICMP dest unreachable
 2018-02-28 17:20 UTC 

[Qemu-devel] [PATCH v3] iotests: Fix CID for VMDK afl image
 2018-02-28 17:50 UTC  (2+ messages)

[PATCH v5 0/4] vm: add a syscall to map a process memory into a pipe
 2018-02-28 17:50 UTC  (7+ messages)

[Intel-wired-lan] [PATCH 1/8] Documentation: e1000e: Update kernel documentation
 2018-02-28 17:50 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH 2/8] Documentation: igb: "
` [Intel-wired-lan] [PATCH 3/8] Documentation: igbvf: "
` [Intel-wired-lan] [PATCH 4/8] Documentation: ixgbe: "
` [Intel-wired-lan] [PATCH 5/8] Documentation: ixgbevf: "
` [Intel-wired-lan] [PATCH 6/8] Documentation: i40e: "
` [Intel-wired-lan] [PATCH 7/8] Documentation: i40evf: "
` [Intel-wired-lan] [PATCH 8/8] Documentation: fm10k: Add "

[PATCH 2/2] block: fix blk_rq_append_bio
 2018-02-28 17:50 UTC  (9+ messages)
` [PATCH] Use bio_endio instead of bio_put in error path of blk_rq_append_bio

[U-Boot] [PATCH 0/3] add inital SF tests
 2018-02-28 17:50 UTC  (4+ messages)

[PATCH] pci-iov: Add support for unmanaged SR-IOV
 2018-02-28 17:49 UTC  (5+ messages)
    ` [virtio-dev] "

[PATCH 0/7] x86/microcode: Improve late loading
 2018-02-28 17:48 UTC  (5+ messages)
` [PATCH 7/7] x86/microcode: Synchronize late microcode loading

[PATCH v5 12/26] watchdog: renesas_wdt: Add R-Car Gen2 support
 2018-02-28 17:48 UTC  (3+ messages)
` [PATCH] watchdog: renesas_wdt: Blacklist early R-Car Gen2 SoCs

[PATCH v5] arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
 2018-02-28 17:48 UTC  (3+ messages)

[PATCH V2 0/4] fix a few problems in block layer
 2018-02-28 17:48 UTC  (3+ messages)
` [PATCH 2/4] block: bio_check_eod() needs to consider partition

[PATCH 3.16 083/254] dmaengine: dmatest: move callback wait queue to thread context
 2018-02-28 17:47 UTC  (2+ messages)

iomap fixes
 2018-02-28 17:45 UTC  (4+ messages)
` [PATCH 1/3] xfs: don't allocate COW blocks for zeroing holes or unwritten extents
` [PATCH 2/3] xfs: don't start out with the exclusive ilock for direct I/O
` [PATCH 3/3] xfs: don't block on the ilock for RWF_NOWAIT

[PATCH 3.2 000/140] 3.2.100-rc1 review
 2018-02-28 15:20 UTC  (7+ messages)
` [PATCH 3.2 012/140] KVM: apic: fix LDR calculation in x2apic mode
` [PATCH 3.2 005/140] btrfs: clear space cache inode generation always
` [PATCH 3.2 013/140] hwmon: (pmbus) Use 64bit math for DIRECT format values
` [PATCH 3.2 004/140] iommu/vt-d: Fix scatterlist offset handling
` [PATCH 3.2 010/140] Input: elantech - add new icbody type 15
` [PATCH 3.2 135/140] media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32

[PATCH] KVM: arm/arm64: Fix check for hugepage size when allocating at Stage 2
 2018-02-28 17:45 UTC  (3+ messages)
` Patch "KVM: arm/arm64: Fix check for hugepage size when allocating at Stage 2" has been added to the 4.9-stable tree

[PATCH] arm64: kdump: fix interrupt handling done during machine_crash_shutdown
 2018-02-28 17:45 UTC  (4+ messages)

[PATCH RESEND v2 0/7] x86/alternatives: Support for automatic padding calculations
 2018-02-28 17:45 UTC  (4+ messages)
` [PATCH v2 7/7] x86/build: Use new .nop directive when available

[Qemu-devel] [PATCH 00/14] qio: general non-default GMainContext support
 2018-02-28 17:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH 04/14] migration: let incoming side use thread context

[Problem] test_must_fail makes possibly questionable assumptions about exit_code
 2018-02-28 17:44 UTC  (9+ 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.