All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-11 11:50:41 to 2019-06-11 12:27:26 UTC [more...]

[PATCH v2 00/10] STM32 usart power improvements
 2019-06-11 12:25 UTC  (26+ messages)
` [PATCH v2 01/10] dt-bindings: serial: stm32: add wakeup option
` [PATCH v2 02/10] dt-bindings: serial: add optional pinctrl states
` [PATCH v2 03/10] serial: stm32: select pinctrl state in each suspend/resume function
` [PATCH v2 04/10] serial: stm32: add pm_runtime support
` [PATCH v2 05/10] serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH v2 06/10] serial: stm32: add support for no_console_suspend
` [PATCH v2 07/10] ARM: dts: stm32: update uart4 pin configurations for low power
` [PATCH v2 08/10] ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
` [PATCH v2 09/10] ARM: dts: stm32: Update UART4 pin states on stm32mp157a-dk1
` [PATCH v2 10/10] ARM: dts: stm32: add wakeup capability on each usart/uart on stm32mp157c

[PATCH v2 0/5] media: Access videobuf2 buffers via an accessor
 2019-06-11 12:27 UTC  (3+ messages)
  ` [PATCH v2 1/5] media: vb2: Introduce a vb2_get_buffer accessor

[CI 1/6] drm/i915: Eliminate unused mmio accessors
 2019-06-11 12:27 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/6] "

[PATCH v2.5 0/3] firmware: Add support for loading compressed files
 2019-06-11 12:26 UTC  (4+ messages)
` [PATCH v2.5 1/3] firmware: Factor out the paged buffer handling code
` [PATCH v2.5 2/3] firmware: Add support for loading compressed files
` [PATCH v2.5 3/3] selftests: firmware: Add compressed firmware tests

[PATCH RFC 2] [DO NOT APPLY] introduce VCPUOP_register_runstate_phys_memory_area hypercall
 2019-06-11 12:26 UTC  (8+ messages)
` [PATCH v3] xen: "
  ` [Xen-devel] "

[PATCH 0/8] iommu: Add auxiliary domain and PASID support to Arm SMMUv3
 2019-06-11 12:26 UTC  (5+ messages)
` [PATCH 1/8] iommu: Add I/O ASID allocator

[PATCH 0/2] Add MediaTek I3C master controller driver
 2019-06-11 12:25 UTC  (7+ messages)
` [PATCH 2/2] i3c: master: Add driver for MediaTek IP

[PATCH v2] kasan: add memory corruption identification for software tag-based mode
 2019-06-11 12:25 UTC  (14+ messages)

[PATCH V2 1/3] dt-bindings: imx: Add pinctrl binding doc for i.MX8MN
 2019-06-11 12:25 UTC  (6+ messages)
` [PATCH V2 2/3] pinctrl: freescale: Add i.MX8MN pinctrl driver support
` [PATCH V2 3/3] arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default

[PATCH] mm/vmscan: call vmpressure_prio() in kswapd reclaim path
 2019-06-11 12:24 UTC  (3+ messages)

[PATCH v4 0/9] Emulated coherent graphics memory
 2019-06-11 12:24 UTC  (10+ messages)
` [PATCH v4 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH v4 2/9] mm: Add an apply_to_pfn_range interface
` [PATCH v4 3/9] mm: Add write-protect and clean utilities for address space ranges
` [PATCH v4 4/9] drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct
` [PATCH v4 5/9] drm/ttm: TTM fault handler helpers
` [PATCH v4 6/9] drm/vmwgfx: Implement an infrastructure for write-coherent resources
` [PATCH v4 7/9] drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
` [PATCH v4 8/9] drm/vmwgfx: Implement an infrastructure for read-coherent resources
` [PATCH v4 9/9] drm/vmwgfx: Add surface dirty-tracking callbacks

[PATCH v4 0/3] KVM: Yield to IPI target if necessary
 2019-06-11 12:23 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: X86: "
` [PATCH v4 2/3] KVM: X86: Implement PV sched yield hypercall
` [PATCH v4 3/3] KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest

[Qemu-devel] [PATCH v19 00/21] Add RX archtecture support
 2019-06-11 11:37 UTC  (20+ messages)
` [Qemu-devel] [PATCH v19 01/21] target/rx: TCG translation
` [Qemu-devel] [PATCH v19 02/21] target/rx: TCG helper
` [Qemu-devel] [PATCH v19 04/21] target/rx: RX disassembler
` [Qemu-devel] [PATCH v19 05/21] target/rx: Disassemble rx_index_addr into a string
` [Qemu-devel] [PATCH v19 06/21] target/rx: Replace operand with prt_ldmi in disassembler
` [Qemu-devel] [PATCH v19 07/21] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [Qemu-devel] [PATCH v19 08/21] target/rx: Emit all disassembly in one prt()
` [Qemu-devel] [PATCH v19 09/21] target/rx: Collect all bytes during disassembly
` [Qemu-devel] [PATCH v19 10/21] target/rx: Dump bytes for each insn "
` [Qemu-devel] [PATCH v19 11/21] hw/intc: RX62N interrupt controller (ICUa)
` [Qemu-devel] [PATCH v19 12/21] hw/timer: RX62N internal timer modules
` [Qemu-devel] [PATCH v19 13/21] hw/char: RX62N serial communication interface (SCI)
` [Qemu-devel] [PATCH v19 14/21] hw/rx: RX Target hardware definition
` [Qemu-devel] [PATCH v19 15/21] hw/rx: Honor -accel qtest
` [Qemu-devel] [PATCH v19 16/21] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [Qemu-devel] [PATCH v19 17/21] qemu/bitops.h: Add extract8 and extract16
` [Qemu-devel] [PATCH v19 18/21] hw/registerfields.h: Add 8bit and 16bit register macros
` [Qemu-devel] [PATCH v19 20/21] MAINTAINERS: Add RX
` [Qemu-devel] [PATCH v19 21/21] BootLinuxConsoleTest: Test the RX-Virt machine

[PATCH 2/2] drm/i915: Make GuC GGTT reservation work on ggtt
 2019-06-11 12:23 UTC  (2+ messages)
` [PATCH v4 "

[GIT PULL] clk: meson: fixes for v5.2
 2019-06-11 12:23 UTC  (2+ messages)

[PATCH 0/2] [IMA] Measure public keys of BuiltIn Trusted Keys
 2019-06-11 12:22 UTC  (4+ messages)

[PATCH net-next 0/3] mlxsw: Add speed and auto-negotiation test
 2019-06-11 12:22 UTC  (7+ messages)
` [PATCH net-next 3/3] selftests: "

[PATCH v2 0/2] firmware: Add support for loading compressed files
 2019-06-11 12:22 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: firmware: Add compressed firmware tests

[REBASED PATCH 1/2] drm/i915: Move intel_add_dsi_properties to intel_dsi
 2019-06-11 12:21 UTC  (2+ messages)

[RFC PATCH 0/6] soundwire: Add support to Qualcomm SoundWire master
 2019-06-11 12:21 UTC  (7+ messages)
` [RFC PATCH 6/6] soundwire: qcom: add support for SoundWire controller
  ` [alsa-devel] "

[PATCH] arm64: tlbflush: Ensure start/end of address range are aligned to stride
 2019-06-11 12:19 UTC 

DSA with MV88E6321 and imx28
 2019-06-11 12:19 UTC  (9+ messages)

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-11 12:19 UTC  (3+ messages)

[PATCH] ath10k: fix max antenna gain unit
 2019-06-11 12:19 UTC  (2+ messages)

[PATCH v2 0/3] KVM: LAPIC: Implement Exitless Timer
 2019-06-11 12:18 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: LAPIC: lapic timer interrupt is injected by posted interrupt

[PATCH v3 0/2] support 8250-mtk uart in-band wake up
 2019-06-11 12:17 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: serial: add documentation for Rx in-band wakeup support

[PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer
 2019-06-11 12:17 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: LAPIC: Make lapic timer unpinned when timer is injected by pi
` [PATCH v3 2/4] KVM: LAPIC: lapic timer interrupt is injected by posted interrupt
` [PATCH v3 3/4] KVM: LAPIC: Ignore timer migration when lapic timer is injected by posted-interrupt
` [PATCH v3 4/4] KVM: LAPIC: add advance timer support to pi_inject_timer

[PATCH 0/5] usb: xhci: dbc: make modular and add RAW interface
 2019-06-11 12:17 UTC  (8+ messages)
` [PATCH 4/5] usb: xhci: dbc: Add a dbc raw driver to provide a raw interface on DbC

[PATCH] Free cookie before we memdup a new one
 2019-06-11 12:17 UTC  (4+ messages)
` [PATCH v2] [net] "

[PATCH v6 0/5] LM36274 Introduction
 2019-06-11 12:17 UTC  (4+ messages)

[PATCH] mm: align up min_free_kbytes to multipy of 4
 2019-06-11 12:16 UTC 

[PATCH bpf-next v3 0/5] net: xdp: refactor XDP program queries
 2019-06-11 12:17 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] pico-imx7d: Enable DM_USB
 2019-06-11 12:16 UTC  (2+ messages)

[PATCH] media/pci: set device_caps in struct video_device
 2019-06-11 12:08 UTC 

[PATCH v3 1/2] common/casefold: Add infrastructure to test filename casefold feature
 2019-06-11 12:15 UTC  (3+ messages)
` [PATCH v3 2/2] shared/012: Add tests for filename casefolding feature

[PATCH 1/2] drm/i915: Move fence register tracking from i915->mm to ggtt
 2019-06-11 12:15 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Track ggtt fence reservations under its own mutex

ath10k: TPC: Max antenna gain
 2019-06-11 12:14 UTC  (2+ messages)

[PATCH] dt-bindings: serial: add documentation for Rx in-band wakeup support
 2019-06-11 12:15 UTC 

RHEL7 audispd syslog journal question
 2019-06-11 12:14 UTC 

[PATCH v2 0/6] ARM: stm32mp: implement watchdog/reset handling
 2019-06-11 12:14 UTC  (3+ messages)
` [PATCH v2 3/6] watchdog: add stm32 watchdog and reset driver

[PATCH v2 0/2] ARM errata 814220
 2019-06-11 12:11 UTC  (7+ messages)

[PATCH bpf v3] xdp: fix hang while unregistering device bound to xdp socket
 2019-06-11 12:13 UTC  (5+ messages)

[PATCH 0/5] x86: CPU idle management adjustments
 2019-06-11 12:13 UTC  (4+ messages)
` [PATCH 1/5] x86/cpuidle: switch to uniform meaning of "max_cstate="
  ` [Xen-devel] "

[U-Boot] [PATCH 1/1] configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT
 2019-06-11 12:13 UTC  (2+ messages)

[PATCH v2] HID: input: fix a4tech horizontal wheel custom usage
 2019-06-11 12:13 UTC 

[RFC v2 00/14] Implicit dev_priv removal
 2019-06-11 12:12 UTC  (7+ messages)
` [RFC 01/14] drm/i915: Make i915_check_and_clear_faults take uncore

[PATCH v1 0/5] Additional fixes on Talitos driver
 2019-06-11 12:09 UTC  (9+ messages)
` [PATCH v1 1/5] crypto: talitos - fix ECB and CBC algs ivsize
` [PATCH v1 2/5] crypto: talitos - move struct talitos_edesc into talitos.h

[PATCH 0/7] Add HDMI audio support on RK3288 veyron board
 2019-06-11 12:10 UTC  (13+ messages)
` [PATCH 1/7] video: add HDMI state notifier support
      ` [alsa-devel] "

[PATCH] mm: align up min_free_kbytes to multipy of 4
 2019-06-11 12:10 UTC 

[PATCH v4 0/9] iommu: Bounce page for untrusted devices
 2019-06-11 12:10 UTC  (3+ messages)
` [PATCH v4 4/9] iommu: Add bounce page APIs

[PATCH RESEND nf-next] netfilter: add support for matching IPv4 options
 2019-06-11 12:09 UTC 

[U-Boot] ARMv8 switching CPUs into EL1
 2019-06-11 12:09 UTC  (2+ messages)

[PATCH 00/15] x86 cleanups and static_call()
 2019-06-11 12:08 UTC  (7+ messages)
` [PATCH 08/15] x86/alternatives: Teach text_poke_bp() to emulate instructions

stable/linux-4.9.y build: 197 builds: 6 failed, 191 passed, 5 errors, 3135 warnings (v4.9.181)
 2019-06-11 12:06 UTC 

[PATCH 1/2] drm/i915/guc: Move intel_guc_reserved_gtt_size to intel_wopcm_guc_size
 2019-06-11 12:06 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH] drm/bridge/synopsys: dw-hdmi: Fix unwedge crash when no pinctrl entries
 2019-06-11 12:05 UTC  (3+ messages)

[Qemu-arm] [PATCH v2 00/42] target/arm: Convert VFP decoder to decodetree
 2019-06-11 10:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 29/42] target/arm: Convert VABS "
` [Qemu-devel] [PATCH v2 32/42] target/arm: Convert VMOV (register) "
` [Qemu-devel] [PATCH v2 33/42] target/arm: Convert VFP comparison insns "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 38/42] target/arm: Convert integer-to-float "
` [Qemu-devel] [PATCH v2 40/42] target/arm: Convert VCVT fp/fixed-point conversion "
` [Qemu-devel] [PATCH v2 42/42] target/arm: Fix short-vector increment behaviour

[U-Boot] [PATCH 1/2 v2] net: introduce MDIO DM class for MDIO devices
 2019-06-11 12:04 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2 v3] "
      ` [U-Boot] [EXT] "

stable/linux-5.1.y build: 209 builds: 0 failed, 209 passed, 60 warnings (v5.1.9)
 2019-06-11 12:03 UTC 

[PATCH 1/2] drm/i915: Move fence register tracking from i915->mm to ggtt
 2019-06-11 12:02 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH v2 0/6] RAID1 with 3- and 4- copies
 2019-06-11 12:03 UTC  (6+ messages)

[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
 2019-06-11 12:02 UTC  (3+ messages)

[PATCH 2/2] edac: add support for Amazon's Annapurna Labs EDAC
 2019-06-11 11:59 UTC  (15+ messages)

[PATCH V3 net 0/7] Support for dynamic queue size changes
 2019-06-11 11:58 UTC  (8+ messages)
` [PATCH V3 net 1/7] net: ena: add MAX_QUEUES_EXT get feature admin command
` [PATCH V3 net 2/7] net: ena: enable negotiating larger Rx ring size
` [PATCH V3 net 3/7] net: ena: make ethtool show correct current and max queue sizes
` [PATCH V3 net 4/7] net: ena: allow queue allocation backoff when low on memory
` [PATCH V3 net 5/7] net: ena: add ethtool function for changing io queue sizes
` [PATCH V3 net 6/7] net: ena: remove inline keyword from functions in *.c
` [PATCH V3 net 7/7] net: ena: update driver version from 2.0.3 to 2.1.0

[PATCH v5 0/5] MTD: Add Initial Hyperbus support
 2019-06-11 11:57 UTC  (7+ messages)
` [PATCH v5 3/5] mtd: Add support for HyperBus memory devices

[PATCH] drm: Reverse lock order in pan_display_legacy()
 2019-06-11 11:57 UTC 

backport commit ("739f79fc9db1 mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()") to linux-4.9-stable
 2019-06-11 11:57 UTC  (5+ messages)

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-06-11 11:56 UTC  (4+ messages)

[PATCH for v5.2] videobuf2-core.c: always reacquire USERPTR memory
 2019-06-11 11:56 UTC  (13+ messages)

[PATCH v2 1/3] ARM: dts: imx6ul: Add csi node
 2019-06-11 11:56 UTC  (8+ messages)
` [PATCH v2 2/3] media: imx7-media-csi: add i.MX6UL support

[RFC] iio: adc: at91: fix acking DRDY irq (again)
 2019-06-11 11:56 UTC 

[PATCH v3 00/10] Rename Rockchip VPU driver to Hantro, add initial i.MX8M support
 2019-06-11 11:55 UTC  (13+ messages)
` [PATCH v3 01/10] rockchip/vpu: rename from rockchip to hantro
` [PATCH v3 08/10] media: hantro: add initial i.MX8MQ support
` [PATCH v3 09/10] media: hantro: add initial i.MX8MM support (untested)

[Qemu-devel] [PATCH] decodetree: Fix comparison of Field
 2019-06-11 11:38 UTC  (2+ messages)

Linux 5.2-RC regression bisected, mounting glusterfs volumes fails after commit: fuse: require /dev/fuse reads to have enough buffer capacity
 2019-06-11 11:52 UTC  (2+ messages)

[PATCH v3] meta: license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE
 2019-06-11 11:52 UTC  (2+ messages)

Reference count on pages held in secondary MMUs
 2019-06-11 11:51 UTC  (5+ 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.