All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-27 08:08:48 to 2018-03-27 08:47:24 UTC [more...]

[Qemu-devel] [PATCH for 2.13 v2 00/20] linux-user: move arch specific parts to arch directories
 2018-03-27  8:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH for 2.13 v2 09/20] linux-user: move s390x signal.c parts to s390x directory

[PATCH] drm/i915/execlists: Clear user-active flag on preemption completion
 2018-03-27  8:47 UTC  (3+ messages)

[PATCH 01/10] powerpc: Add security feature flags for Spectre/Meltdown
 2018-03-27  8:46 UTC  (2+ messages)

[PATCH v3 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-27  8:47 UTC  (11+ messages)
` [PATCH v3 01/11] PCI/P2PDMA: Support peer-to-peer memory

how to add pulseaudio
 2018-03-27  8:46 UTC  (3+ messages)

[Qemu-devel] [RFC for-2.13 00/12] target/ppc: Assorted cpu cleanups (esp. hash64 MMU)
 2018-03-27  8:45 UTC  (6+ messages)
` [Qemu-devel] [RFC for-2.13 03/12] target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
` [Qemu-devel] [RFC for-2.13 04/12] target/ppc: Avoid taking "env" parameter to mmu-hash64 functions

[RFC PATCH 07/12] hvmloader: allocate MMCONFIG area in the MMIO hole + minor code refactoring
 2018-03-27  8:45 UTC  (11+ messages)

[PATCH 4.14 000/109] 4.14.28-stable review
 2018-03-27  8:45 UTC  (8+ messages)

[PATCH net 0/1] net/smc: fix clc problem
 2018-03-27  8:43 UTC  (2+ messages)
` [PATCH net 1/1] net/smc: use announced length in sock_recvmsg()

[PATCH 00/10] drm/sun4i: Frontend YUV and MB32 tile modifier support
 2018-03-27  8:44 UTC  (35+ messages)
` [PATCH 02/10] drm/sun4i: Disable YUV channel when using the frontend and set interlace
` [PATCH 04/10] drm/sun4i: Explicitly list and check formats supported by the backend
` [PATCH 05/10] drm/sun4i: Explicitly list and check formats supported by the frontend
` [PATCH 06/10] drm/sun4i: Move and extend format-related helpers and tables
` [PATCH 07/10] drm/sun4i: Add support for YUV formats through the frontend
` [PATCH 09/10] drm/sun4i: Add a dedicated ioctl call for allocating tiled buffers

[Qemu-devel] [PATCH v1 00/14] fp-test + hostfloat
 2018-03-27  8:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 01/14] tests: add fp-bench, a collection of simple floating-point microbenchmarks

[PATCH] staging: wilc1000: replace kmalloc + memcpy with kmemdup
 2018-03-27  8:44 UTC  (3+ messages)

[RFC 0/4] wireless: Per-sta NoAck and offload support
 2018-03-27  8:42 UTC  (5+ messages)
` [RFC 1/4] mac80211: Add NoAck policy functionality offload infrastructure
` [RFC 2/4] nl80211/mac80211: Extend NoAck policy command with peer MAC address
` [RFC 3/4] mac80211: Apply per-peer NoAck tid bitmap configuration
` [RFC 4/4] mac80211: Advertise per-peer NoAck policy support

[PATCH v3 0/7] xen/x86: various XPTI speedups
 2018-03-27  8:44 UTC  (7+ messages)
` [PATCH v3 5/7] xen/x86: disable global pages for domains with XPTI active

[xen-4.6-testing test] 121278: regressions - FAIL
 2018-03-27  8:43 UTC 

[U-Boot] [PATCH] cmd: nvedit: Add filtering during env import
 2018-03-27  8:43 UTC 

[PATCH v2 00/18] Device querying
 2018-03-27  8:42 UTC  (6+ messages)
` [PATCH v3 00/20] "
  ` [PATCH v3 05/20] eal: introduce device class abstraction
  ` [PATCH v3 06/20] eal/class: register destructor

[PATCH bpf-next] bpf: sockmap: initialize sg table entries properly
 2018-03-27  8:41 UTC  (3+ messages)

dma_zalloc_coherent broken with 57bf5a8963f80fb3828c46c3e3a5b2dd790e09a7
 2018-03-27  8:41 UTC  (3+ messages)

[PATCH 1/3] ieee80211: Replace bit shifts with the BIT() macro for WLAN_CAPABILITY_*
 2018-03-27  8:41 UTC  (24+ messages)
` [PATCH 01/23] staging: rtl8723bs: Remove duplicate #defines
  ` [PATCH 02/23] staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'
  ` [PATCH 03/23] staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*
  ` [PATCH 04/23] staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*
  ` [PATCH 05/23] staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*
  ` [PATCH 06/23] staging: rtl8723bs: Fix newlines in rtw_wx_set_auth()
  ` [PATCH 07/23] staging: rtl8723bs: Remove unecessary braces from switch statement
  ` [PATCH 08/23] staging: rtl8723bs: Remove braces from single statement conditionals
  ` [PATCH 09/23] staging: rtl8723bs: Fix alignment in rtw_wx_set_auth()
  ` [PATCH 10/23] staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants
  ` [PATCH 11/23] staging: rtl8723bs: Remove unnecessary length #define's
  ` [PATCH 12/23] staging: rtl8723bs: Fix lines with trailing open parentheses
  ` [PATCH 13/23] staging: rtl8723bs: Add spaces around ternary operators
  ` [PATCH 14/23] staging: rtl8723bs: Add missing braces in else statement
  ` [PATCH 15/23] staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'
  ` [PATCH 16/23] staging: rtl8723bs: Remove unnecessary blank lines "
  ` [PATCH 17/23] staging: rtl8723bs: Fix lines too long in update_recvframe_attrib()
  ` [PATCH 18/23] staging: rtl8723bs: Fix function signature that goes over 80 characters
  ` [PATCH 19/23] staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections
  ` [PATCH 20/23] staging: rtl8723bs: Replace NULL pointer comparison with '!'
  ` [PATCH 21/23] staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style
  ` [PATCH 22/23] staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' "
  ` [PATCH 23/23] staging: rtl8723bs: Remove unecessary newlines from 'odm.h'

[PATCH v2 0/7] clk: meson-axg: Add AO Cloclk and Reset driver
 2018-03-27  8:40 UTC  (11+ messages)
` [PATCH v2 1/7] clk: meson: drop meson_aoclk_gate_regmap_ops
` [PATCH v2 2/7] clk: meson: aoclk: refactor common code into dedicated file

[PATCH 00/19] powerpc/ppc32: make W=1 compilation errors free
 2018-03-27  8:39 UTC  (8+ messages)
` [PATCH 14/19] powerpc/altivec: Add missing prototypes for altivec

[PULL] more gvt-next-fixes for 4.17
 2018-03-27  8:39 UTC 

Forced preemption gedankenexperiment
 2018-03-27  8:39 UTC  (6+ messages)
` [PATCH 03/11] drm/i915: Include submission tasklet state in engine dump
` [PATCH 10/11] drm/i915: Use a preemption timeout to enforce interactivity

Regression with arm in next with stack protector
 2018-03-27  8:29 UTC  (8+ messages)

[pull request][net-next 00/15] Mellanox, mlx5 misc updates 2018-03-22
 2018-03-27  8:38 UTC  (6+ messages)
` [net-next 03/15] net/mlx5e: PFC stall prevention support

[PATCH v6 3/3] PCI: mobiveil: Add MSI support for Mobiveil PCIe Host Bridge IP driver
 2018-03-27  8:38 UTC  (3+ messages)

[bug report] powerpc/4xx: Adding PCIe MSI support
 2018-03-27  8:37 UTC 

[Intel-gfx] [PATCH igt] igt/perf_pmu: Most-busy requires at least one busy engine
 2018-03-27  8:37 UTC  (2+ messages)
`  "

[PATCH v6 0/3] drm: Add Thine THC63LVD1024 LVDS decoder bridge
 2018-03-27  8:36 UTC  (17+ messages)
` [PATCH v6 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder
` [PATCH v6 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

[DPDK] net/i40e: convert to new Rx offloads API
 2018-03-27  8:31 UTC  (2+ messages)
` [PATCH v2 1/2] "

[PATCH 1/5] staging/vboxvideo: Use gem_free_object_unlocked
 2018-03-27  8:34 UTC  (7+ messages)
` [PATCH 2/5] drm/rockchip: fixup comment for gem_free_object_unlocked
` [PATCH 3/5] drm/udl: Get rid of dev->struct_mutex usage
` [PATCH 4/5] drm/omapdrm: Fix mm_list locking
` [PATCH 5/5] drm/omapdrm: Switch to gem_free_object_unlocked

[PATCH] fstests: test btrfs fsync after hole punching with no-holes mode
 2018-03-26 22:59 UTC 

[PATCH 4/3 rfc nvmetcli] nvmetcli: expose nvmet port status and state
 2018-03-27  8:34 UTC  (2+ messages)

[PATCH 2/2] Btrfs: fix copy_items() return value when logging an inode
 2018-03-26 22:59 UTC 

[PATCH 1/2] Btrfs: fix fsync after hole punching when using no-holes feature
 2018-03-26 22:59 UTC 

[PATCH][next] drm/amd/pp: Fix spelling mistake: "suppported" -> "supported"
 2018-03-27  8:32 UTC  (3+ messages)

[linux-lvm] Can't work normally after attaching disk volumes originally in a VG on another machine
 2018-03-27  8:32 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t v3] igt/gem_measure_ring_size_inflight: Measure smallest inflight ring size
 2018-03-27  8:32 UTC  (3+ messages)

Patch "staging: lustre: ptlrpc: kfree used instead of kvfree" has been added to the 4.9-stable tree
 2018-03-27  8:30 UTC 

[PATCH] drm/amdgpu: fix a kcq hang issue for SRIOV
 2018-03-27  8:31 UTC  (5+ messages)

Patch "iio: ABI: Fix name of timestamp sysfs file" has been added to the 4.9-stable tree
 2018-03-27  8:30 UTC 

Patch "staging: lustre: ptlrpc: kfree used instead of kvfree" has been added to the 4.4-stable tree
 2018-03-27  8:30 UTC 

Patch "staging: android: ion: Zero CMA allocated memory" has been added to the 4.15-stable tree
 2018-03-27  8:30 UTC 

Patch "iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()" has been added to the 4.15-stable tree
 2018-03-27  8:30 UTC 

Patch "iio: imu: st_lsm6dsx: introduce conf_lock mutex" has been added to the 4.15-stable tree
 2018-03-27  8:30 UTC 

Patch "iio: ABI: Fix name of timestamp sysfs file" has been added to the 4.15-stable tree
 2018-03-27  8:30 UTC 

[linux-lvm] Higher than expected metadata usage?
 2018-03-27  8:30 UTC  (2+ messages)

Patch "usb: xhci: Fix potential memory leak in xhci_disable_slot()" has been added to the 4.14-stable tree
 2018-03-27  8:30 UTC 

Patch "usb: xhci: Disable slot even when virt-dev is null" has been added to the 4.14-stable tree
 2018-03-27  8:29 UTC 

[PATCH] libpcre: 8.41 -> 8.42
 2018-03-27  8:30 UTC 

Patch "staging: lustre: ptlrpc: kfree used instead of kvfree" has been added to the 4.14-stable tree
 2018-03-27  8:29 UTC 

Patch "staging: android: ion: Zero CMA allocated memory" has been added to the 4.14-stable tree
 2018-03-27  8:29 UTC 

Patch "iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()" has been added to the 4.14-stable tree
 2018-03-27  8:29 UTC 

Patch "iio: ABI: Fix name of timestamp sysfs file" has been added to the 4.14-stable tree
 2018-03-27  8:29 UTC 

[GIT PULL] Freescale arm64 device tree fixups for 4.17
 2018-03-27  8:29 UTC 

[PATCH 0/8] drm/arm/malidp: Enhance support for system and runtime power management on malidp
 2018-03-27  8:29 UTC  (4+ messages)
` [PATCH 8/8] drm/arm/malidp: Added the late system pm functions

Atmel Nand PMECC UBI ECC issue
 2018-03-27  8:28 UTC  (3+ messages)

[Linaro-mm-sig] [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2
 2018-03-27  8:27 UTC  (12+ messages)

[PATCH] net/vhost: fix segfault when creating vdev dynamically
 2018-03-27 16:05 UTC 

[PATCH 2/2] KVM: VMX: Add Force Emulation Prefix for "emulate the next instruction"
 2018-03-27  8:26 UTC 

[PATCH] drm/amdgpu: drop compute ring timeout setting for non-sriov only (v2)
 2018-03-27  8:26 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/5] dma/i82374: avoid double creation of i82374 device
 2018-03-27  8:24 UTC  (2+ messages)

Question about how to get package included in SDK
 2018-03-27  8:25 UTC 

[RFC usb-next v3 0/2] fix HCD PHY suspend handling
 2018-03-27  8:24 UTC  (9+ messages)
` [RFC,usb-next,v3,1/2] usb: core: split usb_phy_roothub_{init,alloc}
  ` [RFC usb-next v3 1/2] "
` [RFC,usb-next,v3,2/2] usb: core: use phy_exit during suspend if wake up is not supported
  ` [RFC usb-next v3 2/2] "

[Qemu-devel] [PATCH] virtio-serial: fix heap-over-flow
 2018-03-27  8:23 UTC 

[PATCH v10 00/10] livepatch: Atomic replace feature
 2018-03-27  8:22 UTC  (5+ messages)

[PATCH] staging: wilc1000: fix memdup.cocci warnings
 2018-03-27  8:22 UTC  (2+ messages)

[PATCH 00/23] drm: Eliminate plane->fb/crtc usage for atomic drivers
 2018-03-27  8:21 UTC  (7+ messages)
` [PATCH 08/23] drm: Use plane->state->fb over plane->fb
` [PATCH 14/23] drm/atmel-hlcdc: Stop using plane->fb

[PATCH] pdump: change to use generic multi-process channel
 2018-03-27  8:21 UTC  (6+ messages)

[PATCH v3 1/2] eventdev: add device stop flush callback
 2018-03-27  8:20 UTC  (5+ messages)
` [PATCH v4 "

[PATCH 2/2] KVM: VMX: Add Force Emulation Prefix for "emulate the next instruction"
 2018-03-27  8:19 UTC  (2+ messages)

[PATCH 0/6] move more drivers to gem_free_object_unlocked
 2018-03-27  8:19 UTC  (4+ messages)
` [PATCH 1/6] drm/tinydrm: Use gem_free_object_unlocked

[PATCH v2 for-4.11 1/2] vpci/msi: fix size of the vectors fields
 2018-03-27  8:19 UTC  (3+ messages)
` [PATCH v2 for-4.11 2/2] vpci: make sure handlers can deal with size == 0

How to disable module auto-loading
 2018-03-27  8:18 UTC 

[PATCH] drm/amdgpu: for sriov timeout is still enforced on compute rings
 2018-03-27  8:18 UTC  (3+ messages)

[PATCH] drm/scheduler: remove incorrect param documentation
 2018-03-27  8:17 UTC  (3+ messages)
` [PATCH] drm/scheduler: fix "

[PATCH v2 0/3] arm64: dts: renesas: salvator-x(s)/ulcb: Configure PMIC for DDR Backup Power
 2018-03-27  8:17 UTC  (10+ messages)
` [PATCH v2 2/3] arm64: dts: renesas: salvator-common: "

[PATCH v6] ARM: dts: wheat: Fix ADV7513 address usage
 2018-03-27  8:16 UTC  (7+ messages)

[PATCH 01/20] ceetm: update to 889c527b84d5
 2018-03-27  8:00 UTC  (2+ messages)

[PATCH v6 2/3] PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver
 2018-03-27  8:16 UTC  (3+ messages)

[RFC PATCH 0/3] allow override of bus format in bridges
 2018-03-27  8:16 UTC  (6+ messages)
` [RFC PATCH 2/3] drm: bridge: panel: allow override of the bus format

[PATCH] mm/list_lru: replace spinlock with RCU in __list_lru_count_one
 2018-03-27  8:15 UTC  (2+ messages)

[PATCH v6 1/3] PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver DT bindings
 2018-03-27  8:14 UTC  (3+ messages)

[PATCH 0/7] Allwinner A64 DE2 CCU support with dedicated DE2 bus driver
 2018-03-27  8:11 UTC  (9+ messages)
` [PATCH 2/7] dt-bindings: add binding for the Allwinner A64 DE2 bus
    ` [linux-sunxi] "

[RFC PATCH v2] net: phy: Added device tree binding for dev-addr and dev-addr code check-up
 2018-03-27  8:10 UTC  (3+ messages)

[PATCH v2 0/4] zram memory tracking
 2018-03-27  8:10 UTC  (3+ messages)
` [PATCH v2 4/4] zram: introduce "

[PATCH 0/1] watchdog: core: add option to make timeouts read-only
 2018-03-27  8:09 UTC  (2+ messages)
` [PATCH] "

[PATCH] pinctrl: sh-pfc: r8a77965: Add PWM pins, groups and functions
 2018-03-27  8:09 UTC  (2+ messages)

[PATCHv2 0/7] cec: add error injection support
 2018-03-27  8:09 UTC  (6+ messages)
` [PATCHv2 6/7] cec-pin-error-inj.rst: document CEC Pin Error Injection

[PATCH v1] perf stat: avoid 10ms limit for printing event counts
 2018-03-27  8:09 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.