linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 12:30:13 to 2020-01-15 14:11:47 UTC [more...]

[PATCH v3 0/3] PLX Switch DMA Engine Driver
 2020-01-15 14:11 UTC  (2+ messages)

[PATCH v1] mfd: intel-lpss: Add Intel Jasper Lake PCI IDs
 2020-01-15 14:10 UTC  (2+ messages)

[PATCH bpf-next v1 00/13] MAC and Audit policy using eBPF (KRSI)
 2020-01-15 14:09 UTC  (13+ messages)

[RFC v2] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-01-15 14:07 UTC  (5+ messages)

[PATCH] remoteproc: Add support for predefined notifyids
 2020-01-15 14:06 UTC  (2+ messages)

Problems with determining data presence by examining extents?
 2020-01-15 14:05 UTC  (8+ messages)

[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  (9+ 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 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 v2 00/18] arm64: KVM: add SPE profiling support
 2020-01-15 14:03 UTC  (5+ messages)
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime

[PATCH v2 00/65] Simplify and improve the wfx driver
 2020-01-15 13:55 UTC  (66+ messages)
` [PATCH v2 01/65] staging: wfx: revert unexpected change in debugfs output
` [PATCH v2 02/65] staging: wfx: make hif_scan() usage clearer
` [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 06/65] staging: wfx: simplify hif_set_output_power() usage
` [PATCH v2 07/65] staging: wfx: simplify hif_set_rcpi_rssi_threshold() usage
` [PATCH v2 08/65] staging: wfx: simplify hif_set_arp_ipv4_filter() usage
` [PATCH v2 09/65] staging: wfx: simplify hif_start() usage
` [PATCH v2 10/65] staging: wfx: use specialized structs for HIF arguments
` [PATCH v2 11/65] staging: wfx: retrieve ampdu_density from sta->ht_cap
` [PATCH v2 12/65] staging: wfx: retrieve greenfield mode from sta->ht_cap and bss_conf
` [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 

[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  (2+ messages)

[PATCH] net: xen-netbank: hash.c: Use built-in RCU list checking
 2020-01-15 13:56 UTC  (2+ messages)

[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)

[PATCH v3] clocksource: Add driver for the Ingenic JZ47xx OST
 2020-01-15 13:57 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  (17+ messages)
  ` [PATCH v10 03/14] exfat: add inode operations
  ` [PATCH v10 05/14] exfat: add file operations
  ` [PATCH v10 09/14] exfat: add misc operations
    ` [PATCH v10 14/14] staging: exfat: make staging/exfat and fs/exfat mutually exclusive

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

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

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

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

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

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

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

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

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

[PATCH] irqchip: mips-cpu: Remove eoi operation
 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][RESEND] video: hyperv_fb: Fix hibernation for the deferred IO feature
 2020-01-15 13:34 UTC  (3+ messages)

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

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

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #3]
 2020-01-15 13:32 UTC  (15+ messages)
` [RFC PATCH 01/14] uapi: General notification queue definitions "
` [RFC PATCH 02/14] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/14] security: Add a hook for the point of notification insertion "
` [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  (4+ messages)
` [PATCH v4 7/7] PCI: amlogic: Use AXG PCIE and shared MIPI/PCIE PHYs

[PATCH 00/14] ARM: dts: realtek: Introduce syscon
 2020-01-15 13:26 UTC  (5+ messages)

[PATCH] gpio: mvebu: clear irq in edge cause register before unmask edge irq
 2020-01-15 13:26 UTC  (2+ messages)

RFC: hold i_rwsem until aio completes
 2020-01-15 13:24 UTC  (4+ messages)

[PATCH V9 1/3] dt-bindings: imx: Add pinctrl binding doc for i.MX8MP
 2020-01-15 13:23 UTC  (3+ messages)
` [PATCH V9 2/3] pinctrl: freescale: Add i.MX8MP pinctrl driver support

[PATCH v4 0/8] ARM: Initial RTD1195 and MeLE X1000 & Horseradish support
 2020-01-15 13:22 UTC  (4+ messages)
` [PATCH v4 2/8] ARM: Prepare Realtek RTD1195

[PATCHv4 00/14] remoteproc: updates for omap remoteproc support
 2020-01-15 13:20 UTC  (11+ messages)
` [PATCHv4 07/14] remoteproc/omap: Add support for DRA7xx remote processors
` [PATCHv4 08/14] remoteproc/omap: remove the platform_data header
` [PATCHv4 11/14] remoteproc/omap: add support for system suspend/resume

[PATCH] arm64: dts: realtek: rtd16xx: Add memory reservations
 2020-01-15 13:20 UTC  (3+ messages)

sched/fair: scheduler not running high priority process on idle cpu
 2020-01-15 13:18 UTC  (7+ messages)

[PATCH] fbdev: potential information leak in do_fb_ioctl()
 2020-01-15 13:16 UTC  (6+ messages)

[PATCH v3 0/6] brcmstb_thermal updates for new processes
 2020-01-15 13:16 UTC  (2+ messages)

[PATCH 0/3] Fixes for Am65x controllers
 2020-01-15 13:15 UTC  (7+ messages)
` [PATCH 1/3] mmc: sdhci_am654: Remove Inverted Write Protect flag
` [PATCH 2/3] mmc: sdhci_am654: Reset Command and Data line after tuning
` [PATCH 3/3] mmc: sdhci_am654: Fix Command Queuing in AM65x

[PATCH] perf tools: Fix bug when recording SPE and non SPE events
 2020-01-15 13:15 UTC  (6+ messages)

[PATCH 1/1] rcu/tree: support kfree_bulk() interface in kfree_rcu()
 2020-01-15 13:14 UTC  (4+ messages)

[PATCH resend] mtd: maps: physmap: Add minimal Runtime PM support
 2020-01-15 13:13 UTC 

[PATCH] x86/sysfb: Fix check for bad VRAM size
 2020-01-15 13:12 UTC  (2+ messages)

[PATCH v2] ata: pata_arasan_cf: Use dma_request_chan() instead dma_request_slave_channel()
 2020-01-15 13:04 UTC  (2+ messages)

[RFC PATCH v1 1/3] dt-bindings: mmc: combine common mmc and dw-mshc properties
 2020-01-15 13:02 UTC  (3+ messages)

[PATCH] Input: add IOC3 serio driver
 2020-01-15 12:59 UTC 

[PATCH] mm/mempolicy.c: Fix out of bounds write in mpol_parse_str()
 2020-01-15 12:57 UTC  (3+ messages)

[PATCH v2 resend/trivial] drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc() error message
 2020-01-15 12:56 UTC 

[PATCH] pinctrl/rockchip: splite soc data to separated driver
 2020-01-15 12:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] perf/imx_ddr: Fix cpu hotplug state cleanup
 2020-01-15 12:49 UTC  (2+ messages)

[PATCH v8 2/2] EDAC: add EDAC driver for DMC520
 2020-01-15 12:48 UTC  (2+ messages)

[PATCH net]: hv_sock: Remove the accept port restriction
 2020-01-14 19:51 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: iproc: Use platform_get_irq_optional() to avoid error message
 2020-01-15 12:46 UTC  (2+ messages)

[PATCH v2 0/5] drm: Add support for Okaya RH128128T
 2020-01-15 12:45 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: display: sitronix,st7735r: Convert to DT schema
` [PATCH v2 2/5] dt-bindings: display: sitronix,st7735r: Add Okaya RH128128T
` [PATCH v2 3/5] drm/mipi_dbi: Add support for display offsets
` [PATCH v2 4/5] drm: tiny: st7735r: Prepare for adding support for more displays
` [PATCH v2 5/5] drm: tiny: st7735r: Add support for Okaya RH128128T

[PATCH] GPIO: vx855: fixed a typo
 2020-01-15 12:45 UTC  (2+ messages)

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

[patch] mm, thp: fix defrag setting if newline is not used
 2020-01-15 12:45 UTC  (2+ messages)

[PATCH] x86/microcode/amd: fix uninitalized structure cp
 2020-01-15 12:42 UTC  (10+ messages)

[PATCH-next 0/3] serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
 2020-01-15 12:42 UTC  (6+ messages)
` [PATCH-next 3/3] "

[PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2020-01-15 12:41 UTC  (3+ messages)
` [PATCH v5 1/2] mm: Add a vmf_insert_mixed_prot() function
` [PATCH v5 2/2] mm, drm/ttm: Fix vm page protection handling

[PATCHv2-next 0/3] serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
 2020-01-15 12:40 UTC  (5+ messages)
` [PATCHv2-next 1/3] sysctl/sysrq: Remove __sysrq_enabled copy
` [PATCHv2-next 3/3] serial_core: Remove unused member in uart_port

[tip: x86/cpu] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
 2020-01-15 12:39 UTC  (4+ messages)
` [PATCH] x86/cpu: Print "VMX disabled" error message iff KVM is enabled
  ` [tip: x86/cpu] "

[PATCH v2] drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
 2020-01-15 12:36 UTC  (5+ messages)

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

[PATCH 0/3] Generic DPI panel on Colibri iMX7 / Col.Eval.board
 2020-01-15 12:34 UTC  (4+ messages)
` [PATCH 1/3] drm/panel: make LVDS panel driver DPI capable
` [PATCH 2/3] drm/panel: pass video modes bus_flags
` [PATCH 3/3] ARM: dts: imx7-colibri: add generic RGB (DPI) panel

[PATCH 0/2] Add support for sun4i HDMI audio
 2020-01-15 12:31 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA

[PATCH v4 00/12] vfio_pci: wrap pci device as a mediated device
 2020-01-15 12:30 UTC  (3+ messages)
` [PATCH v4 11/12] samples: add vfio-mdev-pci driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).