All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-15 13:31:28 to 2020-01-15 14:01:46 UTC [more...]

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

[PATCH v8 0/8] add driver for "boe, tv101wum-nl6", "boe, tv101wum-n53", "auo, kd101n80-45na" and "auo, b101uan08.3" panels
 2020-01-15 13:59 UTC  (19+ messages)
` [PATCH v8 1/8] dt-bindings: display: panel: Add BOE tv101wum-n16 panel bindings
` [PATCH v8 2/8] drm/panel: support for BOE tv101wum-nl6 wuxga dsi video mode panel
` [PATCH v8 3/8] dt-bindings: display: panel: add auo kd101n80-45na panel bindings
` [PATCH v8 4/8] drm/panel: support for auo, kd101n80-45na wuxga dsi video mode panel
` [PATCH v8 5/8] dt-bindings: display: panel: add boe tv101wum-n53 panel documentation
` [PATCH v8 6/8] drm/panel: support for boe,tv101wum-n53 wuxga dsi video mode panel
  ` [PATCH v8 6/8] drm/panel: support for boe, tv101wum-n53 "
` [PATCH v8 7/8] dt-bindings: display: panel: add AUO auo, b101uan08.3 panel documentation
` [PATCH v8 8/8] drm/panel: support for auo,b101uan08.3 wuxga dsi video mode panel
  ` [PATCH v8 8/8] drm/panel: support for auo, b101uan08.3 "

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

[PATCH next] init/main.c: make some symbols static
 2020-01-15 13:54 UTC 

[RFC v2] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-01-15 13:55 UTC  (4+ messages)

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-15 13:58 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH] net: xen-netbank: hash.c: Use built-in RCU list checking
 2020-01-15 13:56 UTC  (4+ messages)
`  "
  ` [Xen-devel] "

[PATCH v3] clocksource: Add driver for the Ingenic JZ47xx OST
 2020-01-15 13:57 UTC  (3+ messages)

[PATCH v2] qcow2: Use a GString in report_unsupported_feature()
 2020-01-15 13:56 UTC 

[PATCH RFC 0/1] mount: universally disallow mounting over symlinks
 2020-01-15 13:57 UTC  (11+ messages)

[PATCH] virtio_ring: Use workqueue to execute virtqueue callback
 2020-01-15 13:56 UTC  (3+ messages)

Apollo Lake GPIO driver with Coreboot/U-Boot
 2020-01-15 13:55 UTC 

[PATCH v9 0/4] E0PD support
 2020-01-15 13:54 UTC  (3+ messages)
` [PATCH v9 1/4] arm64: Add initial support for E0PD

[PATCH] lib: remove unused imports
 2020-01-15 13:54 UTC  (2+ messages)

Best practices: Multiple images on one partition
 2020-01-15 13:52 UTC  (2+ messages)

[PATCH v3 00/16] arm64: return address signing
 2020-01-15 13:52 UTC  (4+ messages)
` [PATCH v3 01/16] arm64: cpufeature: add pointer auth meta-capabilities

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-01-15 13:51 UTC  (2+ messages)

MCTP over PCI on AST2500
 2020-01-15 13:51 UTC  (12+ messages)

[Question about KVM on arm64] Consider putting VINVALL to deactivation
 2020-01-15 13:50 UTC  (3+ messages)

[PATCH] qcow2: Use a GString in report_unsupported_feature()
 2020-01-15 13:49 UTC  (3+ messages)

[PATCH 00/65] Simplify and improve the wfx driver
 2020-01-15 13:50 UTC  (3+ messages)

[PATCH v10 00/14] add the latest exfat driver
 2020-01-15 13:50 UTC  (9+ messages)
  ` [PATCH v10 03/14] exfat: add inode operations
  ` [PATCH v10 09/14] exfat: add misc operations

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2020-01-15 13:49 UTC  (8+ messages)
` [PATCH v3 29/32] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[dpdk-dev] [PATCH v2 0/2] Handle mixed algorithms on GEN3 QAT
 2020-01-15 13:50 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 2/2] test/crypto: add more tests for mixed encypted-digest

Problems with determining data presence by examining extents?
 2020-01-15 13:50 UTC  (3+ messages)

[PATCH 0/2] mmc: sdhci-acpi: Introduce device specific quirks, fix issues on 2 device models
 2020-01-15 13:48 UTC  (5+ messages)
` [PATCH 1/2] mmc: sdhci-acpi: Disable 1.8V modes on external microSD on Lenovo Miix 320

[PATCH] leds: add SGI IP30 led support
 2020-01-15 13:46 UTC  (2+ messages)

[alsa-devel] arecord: buffer-size dependency on period-size and other params
 2020-01-15 13:47 UTC 

[PATCH v12 0/4] ASoC: mt8183: fix audio playback slowly after playback
 2020-01-15 13:47 UTC  (5+ messages)
` [PATCH v12 3/4] watchdog: mtk_wdt: mt8183: Add reset controller

[PATCH] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
 2020-01-15 13:46 UTC 

[PATCH] tests: acpi: update path in rebuild-expected-aml
 2020-01-15 13:45 UTC  (4+ messages)

[PATCH v3] dt-bindings: iio: adc: stm32-adc: convert bindings to json-schema
 2020-01-15 13:45 UTC  (2+ messages)

[PATCH 0/2] thermal: rcar_{gen3_}thermal: Remove temperature bound
 2020-01-15 13:45 UTC  (4+ messages)
` [PATCH 1/2] thermal: rcar_thermal: "

[PATCH] btrfs: Implement lazytime
 2020-01-15 13:45 UTC  (5+ messages)

[PATCH] power: remove unneeded semicolon
 2020-01-15 13:40 UTC 

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

[PATCH net-next 0/2] netns: simple cleanups
 2020-01-15 13:43 UTC  (3+ messages)
` [PATCH net-next 2/2] netns: constify exported functions

[PATCH v7 0/2] gpio: wcd934x: Add support to wcd934x gpio controller
 2020-01-15 13:43 UTC  (3+ messages)
` [PATCH v7 2/2] "

[PATCH 2/2] kvm: Add ioctl for gathering debug counters
 2020-01-15 13:43 UTC 

[RESEND v2] irq: Refactor irq_wait_for_interrupt info to simplify the code
 2020-01-15 13:43 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: Avoid access time trashing in gfs2_inode_lookup
 2020-01-15 13:43 UTC  (2+ messages)

[LTP] [PATCH v1 3/4] syscalls/capset03: add new EPERM error test without CAP_SETPCAP
 2020-01-15 13:43 UTC  (3+ messages)
` [LTP] [PATCH v2 1/3] syscalls/capset02: Cleanup & convert to new library

[PATCH v2 0/4] luks: add qemu-img measure support
 2020-01-15 13:41 UTC  (7+ messages)
` [PATCH v2 1/4] luks: extract block_crypto_calculate_payload_offset()
` [PATCH v2 2/4] luks: implement .bdrv_measure()

[PATCH] ath5k: remove unneeded conversion to bool
 2020-01-15 13:37 UTC 

[PATCH v4] drm/trace: Buffer DRM logs in a ringbuffer accessible via debugfs
 2020-01-15 13:41 UTC  (10+ messages)

bochs_hw_init fails to request framebuffer on EFI boot with plymouth visible
 2020-01-15 13:41 UTC  (4+ messages)

[PATCH v3] mm/mempolicy,hugetlb: Checking hstate for hugetlbfs page in vma_migratable
 2020-01-15 13:39 UTC 

[Buildroot] Allowing to build from Git branches
 2020-01-15 13:40 UTC  (5+ messages)

[PATCH] irqchip: mips-cpu: Remove eoi operation
 2020-01-15 13:40 UTC  (3+ messages)

#yocto bootchooser: Cannot get state 'state'
 2020-01-15 13:39 UTC  (5+ messages)
` [yocto] "

Perf Data on LSM in v5.3
 2020-01-15 13:40 UTC  (3+ messages)

[PATCH -next] gpiolib: remove set but not used variable 'config'
 2020-01-15 13:39 UTC  (2+ messages)

[PATCH 01/20] rpm: switch to openssl from nss
 2020-01-15 13:39 UTC  (3+ messages)
` [PATCH 04/20] python3: update to 3.8.1

[PATCH v2] travis.yml: Prevent 'script' from premature exit
 2020-01-15 13:38 UTC  (2+ messages)

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

[PATCH] block: fix an integer overflow in logical block size
 2020-01-15 13:35 UTC  (2+ messages)

[PATCH][RESEND] video: hyperv_fb: Fix hibernation for the deferred IO feature
 2020-01-15 13:34 UTC  (5+ messages)

[PATCH v2] dt-bindings: iio: adc: stm32-adc: convert bindings to json-schema
 2020-01-15 13:34 UTC  (6+ messages)

[RFC 00/25] arm64: realtek: Add Xnano X5 and implement TM1628/FD628/AiP1618 LED controllers
 2020-01-15 13:34 UTC  (5+ messages)

Semihosting, arm, riscv, ppc and common code
 2020-01-15 13:32 UTC  (5+ messages)

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-01-15 13:32 UTC  (30+ messages)
` [RFC PATCH 04/14] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/14] pipe: Add general notification queue support "
` [RFC PATCH 06/14] keys: Add a notification facility "
` [RFC PATCH 07/14] Add sample notification program "
` [RFC PATCH 08/14] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/14] pipe: Add notification lossage handling "
` [RFC PATCH 10/14] Add a general, global device notification watch list "
` [RFC PATCH 11/14] block: Add block layer notifications "
` [RFC PATCH 12/14] usb: Add USB subsystem "
` [RFC PATCH 13/14] selinux: Implement the watch_key security hook "
` [RFC PATCH 14/14] smack: Implement the watch_key and post_notification hooks "

[PATCH v4 0/7] PCI: amlogic: Make PCIe working reliably on AXG platforms
 2020-01-15 13:40 UTC  (5+ messages)
` [PATCH v4 7/7] PCI: amlogic: Use AXG PCIE and shared MIPI/PCIE PHYs

[dpdk-dev] [PATCH 0/2] net/mlx5: add PMD dynf
 2020-01-15 13:31 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] app/testpmd: add dynamic flag support


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.