All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-31 17:53:47 to 2019-07-31 18:27:24 UTC [more...]

[RFC 1/9] platform/x86: huawei-wmi: Rename guid and driver name
 2019-08-01  0:21 UTC  (2+ messages)

[PATCH v3 0/2] Add support for display port clocks and clock ops
 2019-07-31 18:27 UTC 

[Bug 111272] [DRI_PRIME] Error on multi GPU with only one enabled
 2019-07-31 18:27 UTC  (7+ messages)

[PATCH bpf-next v3 00/11] XDP unaligned chunk placement support
 2019-07-31 18:26 UTC  (11+ messages)
` [PATCH bpf-next v4 "
  ` [PATCH bpf-next v4 04/11] xsk: add support to allow unaligned chunk placement
      ` [Intel-wired-lan] "
  ` [PATCH bpf-next v4 07/11] mlx5e: modify driver for handling offsets
      ` [Intel-wired-lan] "
  ` [PATCH bpf-next v4 09/11] samples/bpf: add buffer recycling for unaligned chunks to xdpsock
      ` [Intel-wired-lan] "

stable-2.02 - vgchange: don't fail monitor command if vg is exported
 2019-07-31 18:26 UTC 

[Qemu-devel] [PATCH for 4.2 v4 00/12] linux-user: Misc patches for 4.2
 2019-07-31 18:22 UTC  (14+ messages)
` [Qemu-devel] [PATCH for 4.2 v4 01/12] linux user: Add support for FDFLUSH ioctl
` [Qemu-devel] [PATCH for 4.2 v4 02/12] linux-user: Add support for FDMSGON and FDMSGOFF ioctls
` [Qemu-devel] [PATCH for 4.2 v4 03/12] linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls
` [Qemu-devel] [PATCH for 4.2 v4 04/12] linux-user: Add support for FDFMTBEG, FDFMTTRK, and FDFMTEND ioctls
` [Qemu-devel] [PATCH for 4.2 v4 05/12] linux-user: Add support for FDSETEMSGTRESH, FDSETMAXERRS, and FDGETMAXERRS ioctls
` [Qemu-devel] [PATCH for 4.2 v4 06/12] linux-user: Add support for HDIO_GET_NICE and HDIO_SET_NICE ioctls
` [Qemu-devel] [PATCH for 4.2 v4 07/12] linux-user: Add support for HDIO_GET_WCACHE and HDIO_SET_WCACHE ioctls
` [Qemu-devel] [PATCH for 4.2 v4 08/12] linux-user: Add support for HDIO_GET_ACOUSTIC and HDIO_SET_ACOUSTIC ioctls
` [Qemu-devel] [PATCH for 4.2 v4 09/12] linux-user: Add support for HDIO_GET_ADDRESS and HDIO_SET_ADDRESS ioctls
` [Qemu-devel] [PATCH for 4.2 v4 10/12] linux-user: Add support for HDIO_GET_BUSSTATE and HDIO_SET_BUSSTATE ioctls
` [Qemu-devel] [PATCH for 4.2 v4 11/12] linux-user: Add support for RNDRESEEDCRNG ioctl
` [Qemu-devel] [PATCH for 4.2 v4 12/12] linux-user: Add support for semtimedop() syscall
  ` [Qemu-devel] [EXTERNAL][PATCH "

[PATCH 0/2] Fix a race condition triggered by submit_bio()
 2019-07-31 18:26 UTC  (4+ messages)
` [PATCH 1/2] block: Verify whether blk_queue_enter() is used when necessary

[PATCH] net: sctp: Rename fallthrough label to unhandled
 2019-07-31 18:24 UTC  (5+ messages)
` [RFC PATCH] compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use

[Patch v2 10/10] staging: rtl8723bs: core: Remove Macro "IS_MAC_ADDRESS_BROADCAST"
 2019-07-31 18:25 UTC 

[PATCH v4 0/8] recordmcount cleanups
 2019-07-31 18:24 UTC  (9+ messages)
` [PATCH v4 1/8] recordmcount: Remove redundant strcmp
` [PATCH v4 2/8] recordmcount: Remove uread()
` [PATCH v4 3/8] recordmcount: Remove unused fd from uwrite() and ulseek()
` [PATCH v4 4/8] recordmcount: Rewrite error/success handling
` [PATCH v4 5/8] recordmcount: Kernel style function signature formatting
` [PATCH v4 6/8] recordmcount: Kernel style formatting
` [PATCH v4 7/8] recordmcount: Remove redundant cleanup() calls
` [PATCH v4 8/8] recordmcount: Clarify what cleanup() does

[Qemu-devel] [RFC PATCH v1 00/22] reimplement (some) x86 vector instructions using tcg-gvec
 2019-07-31 18:20 UTC  (24+ messages)
` [Qemu-devel] [RFC PATCH v1 01/22] target/i386: Push rex_r into DisasContext
` [Qemu-devel] [RFC PATCH v1 02/22] target/i386: Push rex_w "
` [Qemu-devel] [RFC PATCH v1 03/22] target/i386: Use prefix, aflag and dflag from DisasContext
` [Qemu-devel] [RFC PATCH v1 04/22] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v1 05/22] target/i386: introduce gen_ld_modrm_* helpers
` [Qemu-devel] [RFC PATCH v1 06/22] target/i386: introduce gen_gvec_ld_modrm_* helpers
` [Qemu-devel] [RFC PATCH v1 07/22] target/i386: add vector register file alignment constraints
` [Qemu-devel] [RFC PATCH v1 08/22] target/i386: reimplement (V)PAND, (V)ANDPS, (V)ANDPD
` [Qemu-devel] [RFC PATCH v1 09/22] target/i386: reimplement (V)POR, (V)ORPS, (V)ORPD
` [Qemu-devel] [RFC PATCH v1 10/22] target/i386: reimplement (V)PXOR, (V)XORPS, (V)XORPD
` [Qemu-devel] [RFC PATCH v1 11/22] target/i386: reimplement (V)PANDN, (V)ANDNPS, (V)ANDNPD
` [Qemu-devel] [RFC PATCH v1 12/22] target/i386: reimplement (V)PADD(B, W, D, Q)
` [Qemu-devel] [RFC PATCH v1 13/22] target/i386: reimplement (V)PSUB(B, "
` [Qemu-devel] [RFC PATCH v1 14/22] target/i386: reimplement (V)PADDS(B, W)
` [Qemu-devel] [RFC PATCH v1 15/22] target/i386: reimplement (V)PADDUS(B, W)
` [Qemu-devel] [RFC PATCH v1 16/22] target/i386: reimplement (V)PSUBS(B, W)
` [Qemu-devel] [RFC PATCH v1 17/22] target/i386: reimplement (V)PSUBUS(B, W)
` [Qemu-devel] [RFC PATCH v1 18/22] target/i386: reimplement (V)PMINSW
` [Qemu-devel] [RFC PATCH v1 19/22] target/i386: reimplement (V)PMINUB
` [Qemu-devel] [RFC PATCH v1 20/22] target/i386: reimplement (V)PMAXSW
` [Qemu-devel] [RFC PATCH v1 21/22] target/i386: reimplement (V)PMAXUB
` [Qemu-devel] [RFC PATCH v1 22/22] target/i386: reimplement (V)P(EQ, CMP)(B, W, D)

[Patch v2 09/10] staging: rtl8723bs: core: Remove unneeded variables sgi_20m,sgi_40m and sgi_80m
 2019-07-31 18:24 UTC 

[Patch v2 09/10] staging: rtl8723bs: core: Remove unneeded variables sgi_20m,sgi_40m and sgi_80m
 2019-07-31 18:24 UTC 

[PATCH 0/2] tools: bpftool: add net (un)load command to load XDP
 2019-07-31 18:23 UTC  (4+ messages)
` [PATCH 1/2] tools: bpftool: add net load command to load XDP on interface

[PATCH] watchdog:alim1535_wdt: Fix data race in ali_settimer() concerning ali_timeout_bits variable. variable
 2019-07-31 18:23 UTC  (5+ messages)
  ` [PATCH] watchdog:alim1535_wdt: Fix data race in ali_settimer() concerning ali_timeout_bits variable

[Patch v2 08/10] staging: rtl8723bs: core: Remove unneeded extern WFD_OUI
 2019-07-31 18:22 UTC 

[Patch v2 08/10] staging: rtl8723bs: core: Remove unneeded extern WFD_OUI
 2019-07-31 18:22 UTC 

[PATCH rfc 0/2] nvme controller reset and namespace scan work race conditions
 2019-07-31 18:21 UTC  (23+ messages)
` [PATCH rfc 1/2] nvme: don't remove namespace if revalidate failed because of controller reset
` [PATCH rfc 2/2] nvme: fix possible use-after-free condition when controller reset is racing namespace scanning

[Patch v2 07/10] staging: rtl8723bs: Remove unneeded function argument for init_addba_retry_timer
 2019-07-31 18:21 UTC 

[Patch v2 07/10] staging: rtl8723bs: Remove unneeded function argument for init_addba_retry_timer
 2019-07-31 18:21 UTC 

[PATCH] IB/core: Add mitigation for Spectre V1
 2019-07-31 17:52 UTC  (6+ messages)
    ` [PATCH V2] "

[Bug 111230] New: core dumped while using Rstudio
 2019-07-31 18:19 UTC  (2+ messages)
  ` [Bug 111230] "

[PATCH 4.19 000/113] 4.19.63-stable review
 2019-07-31 18:19 UTC  (5+ messages)
` [PATCH 4.19 038/113] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
` [PATCH 4.19 112/113] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()

[PATCH v8 3/7] of/platform: Add functional dependency link from DT bindings
 2019-07-31 18:17 UTC  (2+ messages)
` [PATCH] of/platform: Add missing const qualifier in of_link_property

[Patch v2 06/10] staging: rtl8723bs: os_dep: Remove unused defines related to combo scan
 2019-07-31 18:19 UTC 

[Patch v2 06/10] staging: rtl8723bs: os_dep: Remove unused defines related to combo scan
 2019-07-31 18:19 UTC 

[U-Boot] [PATCH v4] board/BuR/brsmarc1: initial commit
 2019-07-31 18:18 UTC  (2+ messages)

[Qemu-devel] [ANNOUNCE] QEMU 4.1.0-rc3 is now available
 2019-07-31 18:17 UTC  (3+ messages)

"mm: account nr_isolated_xxx in [isolate|putback]_lru_page" breaks OOM with swap
 2019-07-31 18:18 UTC  (5+ messages)

[Patch v2 05/10] staging: rtl8723bs: os_dep: Remove unused defines
 2019-07-31 18:17 UTC 

[Patch v2 05/10] staging: rtl8723bs: os_dep: Remove unused defines
 2019-07-31 18:17 UTC 

[Patch v2 04/10] staging: rtl8723bs: hal: Remove function argument padapter
 2019-07-31 18:16 UTC 

[Patch v2 04/10] staging: rtl8723bs: hal: Remove function argument padapter
 2019-07-31 18:16 UTC 

Forced to authenticate with "pre-Windows 2000" logon names
 2019-07-31 18:16 UTC 

[PATCH v2 0/2] Add support for display port clocks and clock ops
 2019-07-31 18:15 UTC  (7+ messages)
` [PATCH v2 1/2] clk: qcom: rcg2: Add support for display port "
` [PATCH v2 2/2] clk: qcom : dispcc: Add support for display port clocks

[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-07-31 18:14 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/11] diff: export diffstat interface
  ` [PATCH v3 03/11] built-in add -i: implement the `status` command
  ` [PATCH v3 06/11] built-in add -i: implement the main loop

[Intel-wired-lan] [PATCH S25 01/12] ice: update ethtool stats on-demand
 2019-07-31 18:14 UTC  (24+ messages)
` [Intel-wired-lan] [PATCH S25 02/12] ice: Fix issues updating VSI MAC filters
` [Intel-wired-lan] [PATCH S25 03/12] ice: Don't allow VSI to remove unassociated ucast filter
` [Intel-wired-lan] [PATCH S25 04/12] ice: Fix ethtool port and PFC stats for 4x25G cards
` [Intel-wired-lan] [PATCH S25 05/12] ice: added sibling head to parse nodes
` [Intel-wired-lan] [PATCH S25 06/12] ice: Sanitize ice_ena_vsi and ice_dis_vsi
` [Intel-wired-lan] [PATCH S25 07/12] ice: shorten local and add debug prints
` [Intel-wired-lan] [PATCH S25 08/12] ice: Introduce a local variable for a VSI in the rebuild path
` [Intel-wired-lan] [PATCH S25 09/12] ice: Don't clog kernel debug log with VF MDD events errors
` [Intel-wired-lan] [PATCH S25 10/12] ice: add validation in OP_CONFIG_VSI_QUEUES VF message
` [Intel-wired-lan] [PATCH S25 11/12] ice: Remove ice_dev_onetime_setup()
` [Intel-wired-lan] [PATCH S25 12/12] ice: fix ice_is_tc_ena

connectDevice - dbus adapter api
 2019-07-31 18:14 UTC 

[Sound-open-firmware] Signed firmware availability for kbl/cnl
 2019-07-31 18:14 UTC  (4+ messages)

[Patch v2 03/10] staging: rtl8723bs: os_dep: Remove unused function argument sdio_device_id
 2019-07-31 18:14 UTC 

[Patch v2 03/10] staging: rtl8723bs: os_dep: Remove unused function argument sdio_device_id
 2019-07-31 18:14 UTC 

stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186-220-g49d1c2e96b78)
 2019-07-31 18:14 UTC 

[Patch v2 02/10] staging: rtl8723bs: os_dep: Move common code to func
 2019-07-31 18:13 UTC 

[Patch v2 02/10] staging: rtl8723bs: os_dep: Move common code to func
 2019-07-31 18:13 UTC 

[PATCH net-next] net/tls: prevent skb_orphan() from leaking TLS plain text with offload
 2019-07-31 18:12 UTC  (3+ messages)
  ` [oss-drivers] "

[driver-core:driver-core-testing 9/17] htmldocs: include/linux/device.h:1336: warning: Function parameter or member 'has_edit_links' not described in 'device'
 2019-07-31 18:12 UTC  (3+ messages)

[Patch v2 01/10] staging: rtl8723bs: os_dep: Remove function _rtw_regdomain_select
 2019-07-31 18:11 UTC 

[Patch v2 01/10] staging: rtl8723bs: os_dep: Remove function _rtw_regdomain_select
 2019-07-31 18:11 UTC 

[PATCH 0/5] Ziirave_wdt driver fixes
 2019-07-31 18:11 UTC  (4+ messages)
` [PATCH 4/5] watchdog: ziirave_wdt: Don't bail out on unexpected timeout value

[Xen-devel] [PATCH] CODING_STYLE: clarify function argument indentation
 2019-07-31 18:10 UTC  (7+ messages)

do_image_wic cross-recipe task dependency affects recipe-sysroot
 2019-07-31 18:04 UTC 

[patch 8/8] x86/kvm: Use CONFIG_PREEMPTION
 2019-07-31 18:00 UTC  (2+ messages)
` [tip:sched/rt] "

[PATCH 0/2] fix is_pure_ops_struct()
 2019-07-31 18:01 UTC  (6+ messages)
` [PATCH 1/2] randstruct: fix a bug in is_pure_ops_struct()
` [PATCH 2/2] randstruct: remove dead code "

[PATCH] ARM: imx: Drop imx_anatop_init()
 2019-07-31 18:01 UTC  (2+ messages)

[PATCH] perf: imx8_ddr_perf: calculate ddr bandwidth via virtual event read-bytes/write-bytes
 2019-07-31 18:01 UTC  (4+ messages)

[PATCH rdma-rc] RDMA/mlx5: Release locks during notifier unregister
 2019-07-31 18:01 UTC  (6+ messages)

[PATCH net-next v2 0/4] net: phy: Add AST2600 MDIO support
 2019-07-31 18:00 UTC  (5+ messages)
` [PATCH net-next v2 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding
  ` [PATCH net-next v2 1/4] dt-bindings: net: Add aspeed, ast2600-mdio binding

[PATCH 2/3] drm/i915/guc: Use dedicated flag to track submission mode
 2019-07-31 18:00 UTC  (2+ messages)
` [PATCH v3 2/4] drm/i915/uc: Consider enable_guc modparam during fw selection

[patch 7/8] x86/dumpstack: Indicate PREEMPT_RT in dumps
 2019-07-31 17:59 UTC  (2+ messages)
` [tip:sched/rt] "

[PATCH] nvme: fix a possible deadlock when passthru commands sent to a multipath device
 2019-07-31 18:00 UTC 

[PATCH v2 00/23] LPUART fixes and improvements
 2019-07-31 17:59 UTC  (2+ messages)

[patch 6/8] x86: Use CONFIG_PREEMPTION
 2019-07-31 17:59 UTC  (2+ messages)
` [tip:sched/rt] "

[PATCH v2 0/6] Add support of New Amlogic temperature sensor for G12 SoCs
 2019-07-31 17:59 UTC  (6+ messages)
` [PATCH v2 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

[RFC 0/2] iomap & xfs support for large pages
 2019-07-31 17:59 UTC  (3+ messages)

[patch 5/8] kprobes: Use CONFIG_PREEMPTION
 2019-07-31 17:58 UTC  (2+ messages)
` [tip:sched/rt] "

[PATCH 2/2] cnic: Use refcount_t for refcount
 2019-07-31 17:58 UTC  (2+ messages)

next/master boot: 265 boots: 17 failed, 184 passed with 64 offline (next-20190730)
 2019-07-31 17:58 UTC  (4+ messages)

[PATCH 00/26] Further RAS enablement for vega20
 2019-07-31 17:58 UTC  (27+ messages)
  ` [PATCH 01/26] drm/amdgpu: move some ras data structure to amdgpu_ras.h
  ` [PATCH 02/26] drm/amdgpu: init RSMU and UMC ip base address for vega20
  ` [PATCH 03/26] drm/amdgpu: add amdgpu_umc_functions structure
  ` [PATCH 04/26] drm/amdgpu: add rsmu v_0_0_2 ip headers
  ` [PATCH 05/26] drm/amdgpu: add umc v6_1_1 IP headers
  ` [PATCH 06/26] drm/amdgpu: add umc v6_1 query error count support
  ` [PATCH 07/26] drm/amdgpu: init umc v6_1 functions for vega20
  ` [PATCH 08/26] drm/amdgpu: querry umc error count
  ` [PATCH 09/26] drm/amdgpu: add ras error count after each query (v2)
  ` [PATCH 10/26] drm/amdgpu: add RREG64/WREG64(_PCIE) operations
  ` [PATCH 11/26] drm/amdgpu: use 64bit operation macros for umc
  ` [PATCH 12/26] drm/amdgpu: switch to amdgpu_umc structure
  ` [PATCH 13/26] drm/amdgpu: update algorithm of umc uncorrectable error counting
  ` [PATCH 14/26] drm/amdgpu: add support for recording ras error address
  ` [PATCH 15/26] drm/amdgpu: add structures for umc error address translation
  ` [PATCH 16/26] drm/amdgpu: query umc ras error address
  ` [PATCH 17/26] drm/amdgpu: allow ras interrupt callback to return error data
  ` [PATCH 18/26] drm/amdgpu: update interrupt callback for all ras clients
  ` [PATCH 19/26] drm/amdgpu: add check for ras error type
  ` [PATCH 20/26] drm/amdgpu: remove ras_reserve_vram in ras injection
  ` [PATCH 21/26] drm/amd/include: add bitfield define for EDC registers
  ` [PATCH 22/26] drm/amd/include: add define of TCP_EDC_CNT_NEW
  ` [PATCH 23/26] drm/amdgpu: add define for gfx ras subblock
  ` [PATCH 24/26] drm/amdgpu: add RAS callback for gfx
  ` [PATCH 25/26] drm/amdgpu: support gfx ras error injection and err_cnt query
  ` [PATCH 26/26] drm/amdgpu: disable inject for failed subblocks of gfx

[patch 4/8] tracing: Use CONFIG_PREEMPTION
 2019-07-31 17:57 UTC  (2+ messages)
` [tip:sched/rt] "

[PATCH v4 0/3] Casefolding in F2FS
 2019-07-31 17:57 UTC  (4+ messages)
` [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups
  ` [f2fs-dev] "

[Intel-wired-lan] [next PATCH] iavf: allow permanent MAC address to change
 2019-07-31 17:58 UTC  (2+ messages)

[PATCH] drm/i915/ehl: Ungate DDIC and DDID
 2019-07-31 17:57 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for "

[patch 3/8] locking: Use CONFIG_PREEMPTION
 2019-07-31 17:56 UTC  (2+ messages)
` [tip:sched/rt] locking/spinlocks: "

[patch 2/8] rcu: Use CONFIG_PREEMPTION
 2019-07-31 17:56 UTC  (2+ messages)
` [tip:sched/rt] "

[patch 1/8] preempt: Use CONFIG_PREEMPTION where appropriate
 2019-07-31 17:55 UTC  (2+ messages)
` [tip:sched/rt] sched/preempt: "

[Intel-wired-lan] [PATCH] fm10k: use a local variable for the frag pointer
 2019-07-31 17:55 UTC  (2+ messages)

[PATCH 0/1] selinux-testsuite: Add BPF tests
 2019-07-31 16:26 UTC 

[PATCH net] ipvs: Improve robustness to the ipvs sysctl
 2019-07-31 17:53 UTC  (5+ messages)
` [PATCH net v2] "
  ` [PATCH net v3] "

Funds !! (Ref: LGWB/20M/DD/029719)
 2019-07-31 17:54 UTC 

[PATCH for-next 1/2] RDMA/core: Introduce ratelimited ibdev printk functions
 2019-07-31 17:54 UTC  (11+ messages)

Funds !! (Ref: LGWB/20M/DD/029719)
 2019-07-31 17:54 UTC 

[RFC 0/9] platform/x86: Huawei WMI laptop extras driver
 2019-07-31 17:52 UTC  (2+ messages)
` [RFC 6/9] platform/x86: huawei-wmi: Add battery charging thresholds


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.