All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-15 11:42:59 to 2020-01-15 12:17:18 UTC [more...]

[PATCH 00/65] Simplify and improve the wfx driver
 2020-01-15 12:13 UTC  (63+ messages)
` [PATCH 01/65] staging: wfx: revert unexpected change in debugfs output
` [PATCH 05/65] staging: wfx: simplify hif_set_tx_rate_retry_policy() usage
` [PATCH 06/65] staging: wfx: simplify hif_set_output_power() usage
` [PATCH 07/65] staging: wfx: simplify hif_set_rcpi_rssi_threshold() usage
` [PATCH 08/65] staging: wfx: simplify hif_set_arp_ipv4_filter() usage
` [PATCH 13/65] staging: wfx: drop struct wfx_ht_info
` [PATCH 14/65] staging: wfx: drop wdev->output_power
` [PATCH 15/65] staging: wfx: simplify wfx_config()
` [PATCH 17/65] staging: wfx: simplify wfx_upload_ap_templates()
` [PATCH 20/65] staging: wfx: simplify wfx_flush()
` [PATCH 21/65] staging: wfx: simplify update of DTIM period
` [PATCH 23/65] staging: wfx: drop wvif->enable_beacon
` [PATCH 27/65] staging: wfx: SSID should be provided to hif_start() even if hidden
` [PATCH 28/65] staging: wfx: simplify hif_update_ie()
` [PATCH 29/65] staging: wfx: simplify hif_join()
` [PATCH 30/65] staging: wfx: simplify hif_set_association_mode()
` [PATCH 31/65] staging: wfx: simplify hif_set_uc_mc_bc_condition()
` [PATCH 32/65] staging: wfx: simplify hif_mib_uc_mc_bc_data_frame_condition
` [PATCH 33/65] staging: wfx: simplify hif_mib_set_data_filtering
` [PATCH 34/65] staging: wfx: simplify hif_set_data_filtering()
` [PATCH 35/65] staging: wfx: simplify hif_set_mac_addr_condition()
` [PATCH 36/65] staging: wfx: simplify hif_set_config_data_filter()
` [PATCH 37/65] staging: wfx: simplify wfx_set_mcast_filter()
` [PATCH 38/65] staging: wfx: simplify wfx_update_filtering()
` [PATCH 40/65] staging: wfx: update power-save per interface
` [PATCH 41/65] staging: wfx: with multiple vifs, force PS only if channels differs
` [PATCH 42/65] staging: wfx: do not update uapsd if not necessary
` [PATCH 43/65] staging: wfx: fix case where RTS threshold is 0
` [PATCH 44/65] staging: wfx: fix possible overflow on jiffies comparaison
` [PATCH 45/65] staging: wfx: remove handling of "early_data"
` [PATCH 46/65] staging: wfx: relocate "buffered" information to sta_priv
` [PATCH 47/65] staging: wfx: fix bss_loss
` [PATCH 48/65] staging: wfx: fix RCU usage
` [PATCH 49/65] staging: wfx: simplify wfx_set_tim_impl()
` [PATCH 50/65] staging: wfx: simplify the link-id allocation
` [PATCH 51/65] staging: wfx: check that no tx is pending before release sta
` [PATCH 52/65] staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()
` [PATCH 53/65] staging: wfx: pspoll_mask make no sense
` [PATCH 54/65] staging: wfx: sta and dtim
` [PATCH 55/65] staging: wfx: firmware never return PS status for stations
` [PATCH 56/65] staging: wfx: simplify wfx_suspend_resume_mc()
` [PATCH 57/65] staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIM
` [PATCH 58/65] staging: wfx: simplify wfx_ps_notify_sta()
` [PATCH 59/65] staging: wfx: ensure that packet_id is unique
` [PATCH 60/65] staging: wfx: remove unused do_probe
` [PATCH 61/65] staging: wfx: remove check for interface state
` [PATCH 62/65] staging: wfx: simplify hif_handle_tx_data()
` [PATCH 63/65] staging: wfx: simplify wfx_tx_queue_get_num_queued()
` [PATCH 64/65] staging: wfx: simplify hif_multi_tx_confirm()
` [PATCH 65/65] staging: wfx: update TODO

[PATCH v2 00/21] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-15 12:16 UTC  (20+ messages)
` [PATCH v2 01/21] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH v2 02/21] drm: Evaluate struct drm_device.vblank_disable_immediate on each use
` [PATCH v2 03/21] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
` [PATCH v2 04/21] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 05/21] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v2 06/21] drm/gma500: "
` [PATCH v2 07/21] drm/i915: "
` [PATCH v2 08/21] drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 10/21] drm/radeon: "
` [PATCH v2 13/21] drm/msm: Convert to CRTC VBLANK callbacks
` [PATCH v2 14/21] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 15/21] drm/stm: Convert to CRTC VBLANK callbacks
` [PATCH v2 16/21] drm/sti: "
` [PATCH v2 17/21] drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 18/21] drm/vc4: Convert to CRTC VBLANK callbacks
` [PATCH v2 19/21] drm/vkms: "

[PATCH net v2 0/6] mlxsw: Various fixes
 2020-01-15 12:16 UTC  (8+ messages)
` [PATCH net v2 1/6] mlxsw: spectrum: Do not enforce same firmware version for multiple ASICs
` [PATCH net v2 2/6] mlxsw: spectrum: Do not modify cloned SKBs during xmit
` [PATCH net v2 3/6] mlxsw: switchx2: "
` [PATCH net v2 4/6] selftests: mlxsw: qos_mc_aware: Fix mausezahn invocation
` [PATCH net v2 5/6] mlxsw: spectrum: Wipe xstats.backlog of down ports
` [PATCH net v2 6/6] mlxsw: spectrum_qdisc: Include MC TCs in Qdisc counters

Making QEMU easier for management tools and applications
 2020-01-15 12:15 UTC  (10+ messages)

[PATCH v4 00/11] Port am335x and am437x devices to sdhci-omap
 2020-01-15 12:14 UTC  (18+ messages)
` [PATCH v4 03/11] mmc: sdhci: add support for using external DMA devices
` [PATCH v4 04/11] mmc: sdhci-omap: Add using external dma
` [PATCH v4 05/11] mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static
` [PATCH v4 06/11] mmc: sdhci: Refactor sdhci_set_timeout()
` [PATCH v4 07/11] mmc: sdhci-omap: Disable data timeout interrupt during erase
` [PATCH v4 09/11] mmc: sdhci-omap: Add ti,needs-special-reset property
` [PATCH v4 11/11] mmc: sdhci-omap: Add am335x and am437x specific compatibles

[PATCH v2 0/3] exclude hyperv synic sections from vhost
 2020-01-15 12:12 UTC  (2+ messages)

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2020-01-15 12:11 UTC  (18+ messages)
` [PATCH v4 2/9] perf/core: open access for CAP_SYS_PERFMON privileged process

[Cocci] Q: does spatch understand typeof?
 2020-01-15 12:09 UTC  (2+ messages)

#yocto bootchooser: Cannot get state 'state'
 2020-01-15 12:10 UTC 

[GIT PULL] USB: changes for v5.6 merge window
 2020-01-15 12:11 UTC  (7+ messages)

[PATCH 0/2] Some cleanup in arm/virt/acpi
 2020-01-15 12:08 UTC  (3+ messages)
` [PATCH 2/2] arm/virt/acpi: remove _ADR from devices identified by _HID

patch "usb: gadget: f_ecm: Use atomic_t to track in-flight request" added to usb-next
 2020-01-15 12:08 UTC 

patch "usb: gadget: f_ncm: Use atomic_t to track in-flight request" added to usb-next
 2020-01-15 12:08 UTC 

patch "usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer" added to usb-next
 2020-01-15 12:08 UTC 

patch "usb: gadget: legacy: set max_speed to super-speed" added to usb-next
 2020-01-15 12:08 UTC 

[PATCH] mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
 2020-01-15 12:08 UTC  (2+ messages)

[PATCHSET v2 0/6] blk-mq: per-ctx tag caching
 2020-01-15 12:07 UTC  (3+ messages)
` [PATCH 6/6] blk-mq: allocate tags in batches

[PATCH v10 0/3] ARMv8.5-RNG support
 2020-01-15 12:07 UTC  (5+ messages)
` [PATCH v10 2/3] arm64: random: Add data to pool from setup_arch()

[PATCH] virtio_ring: Use workqueue to execute virtqueue callback
 2020-01-15 12:05 UTC 

[PATCH] usb: dwc2: Drop unlock/lock upon queueing a work item
 2020-01-15 11:57 UTC  (7+ messages)

XFS reflink vs ThinLVM
 2020-01-15 11:37 UTC  (11+ messages)

[PATCH v5 0/6] Raspberry Pi 4 PCIe support
 2020-01-15 12:02 UTC  (3+ messages)

[qemu-web PATCH] documentation: update links to readthedocs
 2020-01-15 12:01 UTC  (5+ messages)

Semihosting, arm, riscv, ppc and common code
 2020-01-15 12:01 UTC  (6+ messages)

[PATCH 0/6] perf tools: Add support for some spe events and precise ip
 2020-01-15 12:02 UTC  (4+ messages)
` [PATCH 6/6] perf tools: arm-spe: fix record hang after being terminated

[PATCH v11 0/4] Add uacce module for Accelerator
 2020-01-15 12:02 UTC  (8+ messages)
` [PATCH v11 2/4] uacce: add uacce driver

[Virtio-fs] Ways to uniquely and persistently identify nodes
 2020-01-15 12:01 UTC  (8+ messages)

[PATCH 051/104] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
 2020-01-15 12:06 UTC  (2+ messages)

[dpdk-dev] [pull-request] next-eventdev 20.02 RC1
 2020-01-15 11:57 UTC 

[PATCH v3 0/6] i2c bus recovery for Microchip SoCs
 2020-01-15 11:54 UTC  (21+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: at91: document optional bus recovery properties
` [PATCH v3 2/6] i2c: at91: implement i2c bus recovery
` [PATCH v3 3/6] i2c: at91: Send bus clear command if SDA is down
` [PATCH v3 4/6] ARM: at91/dt: sama5d3: add i2c gpio pinctrl
` [PATCH v3 5/6] ARM: at91/dt: sama5d4: "
` [PATCH v3 6/6] ARM: at91/dt: sama5d2: "

Scrub resume regression
 2020-01-15 11:55 UTC  (3+ messages)

[Xen-devel] [PATCH] x86/time: update TSC stamp on restore from deep C-state
 2020-01-15 11:53 UTC  (4+ messages)

[PATCH 1/9] drm/vmwgfx: Don't use the HB port if memory encryption is active
 2020-01-15 11:53 UTC  (9+ messages)
` [PATCH 2/9] drm/vmwgfx: Call vmw_driver_{load, unload}() before registering device
` [PATCH 3/9] drm/vmwgfx: Replace deprecated PTR_RET
` [PATCH 4/9] drm/vmwgfx: move the require_exist handling together
` [PATCH 5/9] drm/vmwgfx: check master authentication in surface_ref ioctls
` [PATCH 6/9] drm/vmwgfx: drop DRM_AUTH for render ioctls
` [PATCH 7/9] drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
` [PATCH 8/9] drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host
` [PATCH 9/9] drm/vmwgfx: Bump driver minor version

[RFC PATCH] lib: move memcat_p.o to obj-y
 2020-01-15 11:52 UTC 

[PATCH 1/5] edid-decode: DisplayID additions
 2020-01-15 11:52 UTC  (5+ messages)
` [PATCH 4/5] edid-decode: CTA extension block cleanup

[PATCH] btrfs: statfs: Don't reset f_bavail if we're over committing metadata space
 2020-01-15 11:40 UTC  (2+ messages)

[PATCH BlueZ v3] mesh: Rename --index to --io, allow additional io types types
 2020-01-15 11:50 UTC 

[PATCH 2/2] arm: use swiotlb for bounce buffer on LPAE configs
 2020-01-15 11:50 UTC  (6+ messages)
` [PoC] arm: dma-mapping: direct: Apply dma_pfn_offset only when it is valid

[PATCH -next] mm/hotplug: silence a lockdep splat with printk()
 2020-01-15 11:49 UTC  (2+ messages)

[PATCH V2 0/4] clk: imx: imx8m: introduce imx8m_clk_hw_composite_core
 2020-01-15 11:48 UTC  (6+ messages)
` [PATCH V2 2/4] clk: imx: imx8mq: use imx8m_clk_hw_composite_core

[dpdk-dev] [PATCH] event/octeontx2: relax memory requirement for event timers
 2020-01-15 11:47 UTC  (2+ messages)

[PATCH] hw/input: Do not enable CONFIG_PCKBD by default
 2020-01-15 11:46 UTC  (2+ messages)

[Intel-gfx] [PATCH 2/3] drm/i915/gt: Allow temporary suspension of inflight requests
 2020-01-15 11:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3] "

[PATCH v6 0/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
 2020-01-15 11:45 UTC  (12+ messages)
` [PATCH v6 1/5] dt-bindings: display: ti,k2g-dss: Add dt-schema yaml binding
  ` [PATCH v6 1/5] dt-bindings: display: ti, k2g-dss: "
` [PATCH v6 2/5] dt-bindings: display: ti, am65x-dss: "
  ` [PATCH v6 2/5] dt-bindings: display: ti,am65x-dss: "
` [PATCH v6 3/5] dt-bindings: display: ti, j721e-dss: "
  ` [PATCH v6 3/5] dt-bindings: display: ti,j721e-dss: "
` [PATCH v6 4/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
` [PATCH v6 5/5] MAINTAINERS: add entry for tidss

[PATCH 1/2] nl80211: add src and dst mac attributes
 2020-01-15 11:45 UTC  (4+ messages)
` [PATCH 2/2] nl80211: use src and dst addr attribute for control port tx/rx

[PATCH V5 0/6] blk-mq: improvement CPU hotplug
 2020-01-15 11:44 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: add new state of BLK_MQ_S_INACTIVE
` [PATCH 2/6] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH 3/6] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH 4/6] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH 5/6] blk-mq: handle requests dispatched from IO scheduler in case of inactive hctx
` [PATCH 6/6] block: deactivate hctx when all its CPUs are offline when running queue

[PATCH] mac80211: use more bits for ack_frame_id
 2020-01-15 11:42 UTC  (2+ 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.