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

[PATCH v4 0/7] PCI: amlogic: Make PCIe working reliably on AXG platforms
 2020-01-15 12:29 UTC  (13+ messages)
` [PATCH v4 1/7] dt-bindings: Add AXG PCIE PHY bindings
` [PATCH v4 2/7] dt-bindings: Add AXG shared MIPI/PCIE "
` [PATCH v4 3/7] dt-bindings: PCI: meson: Update PCIE bindings documentation
` [PATCH v4 4/7] arm64: dts: meson-axg: Add PCIE PHY nodes
` [PATCH v4 5/7] phy: amlogic: Add Amlogic AXG MIPI/PCIE PHY Driver
` [PATCH v4 6/7] phy: amlogic: Add Amlogic AXG PCIE "
` [PATCH v4 7/7] PCI: amlogic: Use AXG PCIE and shared MIPI/PCIE PHYs

patch "usb: core: hub: Improved device recognition on remote wakeup" added to usb-linus
 2020-01-15 12:21 UTC 

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

[PATCH RFC v3 0/9] staging: most: move core module out of staging
 2020-01-15 12:20 UTC  (8+ messages)
` [PATCH RFC v3 4/9] staging: most: move interface dev to private section
` [PATCH RFC v3 5/9] staging: most: usb: check for NULL device
` [PATCH RFC v3 6/9] staging: most: change storage class of struct mostcore

[PATCH 00/65] Simplify and improve the wfx driver
 2020-01-15 12:13 UTC  (81+ messages)
` [PATCH 01/65] staging: wfx: revert unexpected change in debugfs output
` [PATCH 02/65] staging: wfx: make hif_scan() usage clearer
` [PATCH 03/65] staging: wfx: add missing PROBE_RESP_OFFLOAD feature
` [PATCH 04/65] staging: wfx: send rate policies one by one
` [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 09/65] staging: wfx: simplify hif_start() usage
` [PATCH 10/65] staging: wfx: use specialized structs for HIF arguments
` [PATCH 11/65] staging: wfx: retrieve ampdu_density from sta->ht_cap
` [PATCH 12/65] staging: wfx: retrieve greenfield mode from sta->ht_cap and bss_conf
` [PATCH 14/65] staging: wfx: drop wdev->output_power
` [PATCH 15/65] staging: wfx: simplify wfx_config()
` [PATCH 16/65] staging: wfx: rename wfx_upload_beacon()
` [PATCH 17/65] staging: wfx: simplify wfx_upload_ap_templates()
` [PATCH 18/65] staging: wfx: simplify wfx_update_beaconing()
` [PATCH 19/65] staging: wfx: fix __wfx_flush() when drop == false
` [PATCH 20/65] staging: wfx: simplify wfx_flush()
` [PATCH 21/65] staging: wfx: simplify update of DTIM period
` [PATCH 22/65] staging: wfx: drop wvif->dtim_period
` [PATCH 23/65] staging: wfx: drop wvif->enable_beacon
` [PATCH 24/65] staging: wfx: drop wvif->cqm_rssi_thold
` [PATCH 25/65] staging: wfx: drop wvif->setbssparams_done
` [PATCH 26/65] staging: wfx: drop wfx_set_cts_work()
` [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 39/65] staging: wfx: simplify wfx_scan_complete()
` [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

[RFC v2] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-01-15 12:19 UTC  (3+ messages)

[PATCH vdsotest] Use vdso wrapper for gettimeofday()
 2020-01-15 12:19 UTC 

pull-request: mac80211 2020-01-15
 2020-01-15 12:12 UTC  (2+ messages)

patch "staging: wlan-ng: ensure error return is actually returned" added to staging-testing
 2020-01-15 12:12 UTC 

[PATCH v2 00/21] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-15 12:16 UTC  (89+ messages)
` [Intel-gfx] "
` [Intel-gfx] [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
  ` [Intel-gfx] "
` [PATCH v2 03/21] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
  ` [Intel-gfx] "
` [PATCH v2 04/21] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 05/21] drm/amdgpu: Convert to CRTC VBLANK callbacks
  `  "
` [PATCH v2 06/21] drm/gma500: "
  ` [Intel-gfx] "
` [PATCH v2 07/21] drm/i915: "
  ` [Intel-gfx] "
` [PATCH v2 08/21] drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
  ` [Intel-gfx] "
` [PATCH v2 09/21] drm/nouveau: Convert to CRTC VBLANK callbacks
  ` [Intel-gfx] "
` [PATCH v2 10/21] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
  ` [Intel-gfx] "
` [PATCH v2 11/21] drm/radeon: Convert to CRTC VBLANK callbacks
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 12/21] drm/msm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
  `  "
` [PATCH v2 13/21] drm/msm: Convert to CRTC VBLANK callbacks
  ` [Intel-gfx] "
` [Intel-gfx] [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
  ` [Intel-gfx] "
` [PATCH v2 16/21] drm/sti: "
  ` [Intel-gfx] "
` [PATCH v2 17/21] drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
  ` [Intel-gfx] "
` [PATCH v2 18/21] drm/vc4: Convert to CRTC VBLANK callbacks
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 19/21] drm/vkms: "
  `  "
` [Intel-gfx] [PATCH v2 20/21] drm/vmwgfx: "
  `  "
` [Intel-gfx] [PATCH v2 21/21] drm: Clean-up VBLANK-related callbacks in struct drm_driver
  `  "

[Buildroot] [PATCH] package/modem-manager: update to version 1.12.4
 2020-01-15 12:17 UTC  (2+ messages)

[PATCH net v2 0/6] mlxsw: Various fixes
 2020-01-15 12:16 UTC  (2+ messages)

[PATCH v4 00/11] Port am335x and am437x devices to sdhci-omap
 2020-01-15 12:14 UTC  (6+ messages)
` [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)


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.