All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-17 11:09:10 to 2023-03-17 11:49:42 UTC [more...]

[PATCH] irq: fasteoi handler re-runs on concurrent invoke
 2023-03-17 11:49 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Filter out preempt_count_ functions from kprobe_multi bench
 2023-03-17 11:48 UTC 

[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-17 11:48 UTC  (3+ messages)
` [PATCH v2 6/6] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

wifi: ath10k-firmware: QCA4019 hw1.0: Add Linksys WHW03V2 specific BDFs
 2023-03-17 11:48 UTC  (3+ messages)

[PATCH] cpufreq: warn about invalid vals to scaling_max/min_freq interfaces
 2023-03-17 11:47 UTC  (2+ messages)

[RFC] memcg, oom: clean up mem_cgroup_oom_synchronize
 2023-03-17 11:47 UTC  (2+ messages)

[PATCH 0/6] drm/fbdev-generic: Mandatory shadow buffering
 2023-03-17 11:47 UTC  (3+ messages)
` [PATCH 1/6] drm/fbdev-generic: Always use "

[RFC/RFT PATCH net-next 0/4] KSZ DSA driver: xMII speed adjustment and partial reg_fields conversion
 2023-03-17 11:46 UTC  (4+ messages)
` [RFC/RFT PATCH net-next 2/4] net: dsa: microchip: partial conversion to regfields API for KSZ8795 (WIP)

ath10k-firmware: QCA4019 hw1.0: Update 8devices Jalapeno specific BDFs
 2023-03-17 11:45 UTC  (2+ messages)

ath10k-firmware: QCA4019 hw1.0: Update 8devices Habanero specific BDFs
 2023-03-17 11:45 UTC  (2+ messages)

ath10k-firmware: QCA4019 hw1.0: Add Linksys WHW03V2 specific BDFs
 2023-03-17 11:43 UTC  (4+ messages)
    ` ath10k-firmware: QCA9888 hw2.0: "

[PATCH v5] [PATCH v5] pps: Add elapsed realtime timestamping
 2023-03-17 11:43 UTC  (2+ messages)

[PATCH v2 0/4] devres: Provide krealloc_array
 2023-03-17 11:34 UTC  (5+ messages)
` [PATCH v2 4/4] serial: qcom_geni: Use devm_krealloc_array

[PATCH] base: soc: set machine name in soc_device_register if empty
 2023-03-17 11:41 UTC  (4+ messages)

[PATCH net-next v2] net: macb: Reset TX when TX halt times out
 2023-03-17 11:39 UTC 

[PATCH v2 0/9] coresight: Fix CTI module refcount leak by making it a helper device
 2023-03-17 11:40 UTC  (4+ messages)
` [PATCH v2 9/9] "

[PATCH v4] pps: Add elapsed realtime timestamping
 2023-03-17 11:40 UTC  (3+ messages)

[efi:urgent] BUILD SUCCESS 03870ad6e047a922e761c07902e41b4ce43e744d
 2023-03-17 11:38 UTC 

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-17 11:37 UTC  (4+ messages)
` [PATCH printk v1 02/18] printk: Add NMI check to down_trylock_console_sem()

ath10k-firmware: QCA4019 hw1.0: Add Sony NCP-HG100/Cellular specific BDFs
 2023-03-17 11:40 UTC  (2+ messages)

[PATCH] x86: extend coverage of HLE "bad page" workaround
 2023-03-17 11:39 UTC  (6+ messages)

ath10k-firmware: QCA4019 hw1.0: Add Pakedge WR-1 BDFs
 2023-03-17 11:39 UTC  (2+ messages)

[Intel-gfx] [PATCH v11 00/11] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
 2023-03-17 11:39 UTC  (8+ messages)
` [Intel-gfx] [PATCH v11 01/11] drm/i915/display: Add new member to configure PCON color conversion
` [Intel-gfx] [PATCH v11 04/11] drm/i915/display: Use sink_format instead of ycbcr420_output flag

[RFC 00/11] multiblock allocator improvements
 2023-03-17 11:37 UTC  (4+ messages)
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-17 11:35 UTC  (60+ messages)
` [PATCH -next v15 01/19] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v15 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v15 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v15 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v15 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v15 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v15 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v15 09/19] riscv: Add task switch support for vector
` [PATCH -next v15 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v15 11/19] riscv: Add ptrace vector support
` [PATCH -next v15 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v15 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v15 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v15 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v15 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v15 17/19] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v15 18/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v15 19/19] riscv: Enable Vector code to be built

ath10k-firmware: QCA4019 hw1.0: Add ZTE MF289F rev. AT1/AT2 (2.4G/5.8G) specific BDF
 2023-03-17 11:38 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures
 2023-03-17 11:37 UTC  (4+ messages)

[PATCH v2 0/2] tty/serial: Fix tcsetattr() TCSADRAIN/FLUSH and write() races
 2023-03-17 11:33 UTC  (3+ messages)
` [PATCH v2 1/2] tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH
` [PATCH v2 2/2] serial: 8250: Fix serial8250_tx_empty() race with DMA Tx

[RFC PATCH v2 00/11] Add stage-2 translation for SMMUv3
 2023-03-17 11:37 UTC  (3+ messages)
` [RFC PATCH v2 02/11] hw/arm/smmuv3: Update translation config to hold stage-2

[PATCH 0/3] net: dsa: b53: mmap: add MDIO Mux bus controller
 2023-03-17 11:34 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: net: move bcm6368-mdio-mux bindings to b53
` [PATCH 2/3] net: dsa: b53: mmap: register MDIO Mux bus controller
` [PATCH 3/3] net: mdio: remove BCM6368 MDIO mux bus driver

[V2] ath10k-firmware: QCA4019 hw1.0: Add P&W R619AC specific BDFs
 2023-03-17 11:36 UTC  (2+ messages)

[PATCH ulogd2 v3 0/2] pcap: prevent crashes when output `FILE *` is null
 2023-03-17 11:34 UTC  (3+ messages)

[PATCH] hwmon: pwm-fan: set usage_power on PWM state
 2023-03-17 11:33 UTC  (3+ messages)

[V2] ath10k-firmware: QCA4019 hw1.0: Add BDF for Linksys EA8300 [1/2]
 2023-03-17 11:35 UTC  (2+ messages)

[PATCH] mmc: meson-gx: increase power-up delay
 2023-03-17 11:28 UTC  (7+ messages)

[RFC PATCH 00/11] Introduce a test for continuous transfer
 2023-03-17 11:32 UTC  (12+ messages)
` [RFC PATCH 01/11] misc: pci_endpoint_test: Aggregate irq_type checking
` [RFC PATCH 02/11] misc: pci_endpoint_test: Remove an unused variable
` [RFC PATCH 03/11] pci: endpoint: function/pci-epf-test: Unify a range of time measurement
` [RFC PATCH 04/11] PCI: endpoint: functions/pci-epf-test: Move common difinitions to header file
` [RFC PATCH 05/11] MAINTAINERS: Add a header file for pci-epf-test
` [RFC PATCH 06/11] misc: pci_endpoint_test: Use a common header file between endpoint driver
` [RFC PATCH 07/11] PCI: endpoint: functions/pci-epf-test: Extend the test for continuous transfers
` [RFC PATCH 08/11] misc: pci_endpoint_test: Support a test of continuous transfer
` [RFC PATCH 09/11] tools: PCI: Add 'C' option to support "
` [RFC PATCH 10/11] dmaengine: dw-edma: Fix to change for "
` [RFC PATCH 11/11] dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing

[V2] ath10k-firmware: QCA4019 hw1.0: Update Qxwlan E2600AC c2 specific BDFs
 2023-03-17 11:33 UTC 

[GIT PULL] KVM/riscv fixes for 6.3, take #1
 2023-03-17 11:32 UTC  (3+ messages)

[Intel-gfx] [PATCH v2 1/2] drm: Introduce plane SIZE_HINTS property
 2023-03-17 11:33 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 "
      `  "

ath10k-firmware: QCA4019 hw1.0: Add Edgecore OAP100 specific BDFs
 2023-03-17 11:32 UTC  (2+ messages)

Fwd: s390/nospec: add an option to use thunk-extern
 2023-03-17 11:32 UTC  (6+ messages)
`  "
  ` [PATCH 2/2] s390/nospec: remove unneeded header includes

ath10k-firmware: QCA4019 hw1.0: Add Aruba AP-365
 2023-03-17 11:31 UTC  (2+ messages)

ath10k-firmware: QCA4019 hw1.0: Add devolo Magic 2 WiFi next
 2023-03-17 11:30 UTC  (2+ messages)

ath10k-firmware: QCA4019 hw1.0: ASUS-MAP-AC1300
 2023-03-17 11:29 UTC  (2+ messages)

[PATCH] usb: typec: tcpm: remove unnecessary (void*) conversions
 2023-03-17 11:29 UTC  (2+ messages)

stable-rc/linux-5.4.y build: 188 builds: 3 failed, 185 passed, 3 errors, 35 warnings (v5.4.237)
 2023-03-17 11:29 UTC 

[PATCH net-next] net: ethernet: ti: am65-cpts: reset pps genf adj settings on enable
 2023-03-17 11:27 UTC  (3+ messages)

[PATCH v2] usb: typec: tcpm: fix multiple times discover svids error
 2023-03-17 11:27 UTC  (3+ messages)

[PATCH v2] dt-bindings: display: mediatek: Fix the duplicated fallback
 2023-03-17 11:25 UTC  (4+ messages)

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-17 11:25 UTC  (7+ messages)
` [PATCH v2 4/8] vringh: support VA with iotlb

[Intel-gfx] [PATCH v2 0/2] Some debugfs refactoring and improvements
 2023-03-17 11:26 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/2] drm/i915/debugfs: Enable upper layer interfaces to act on all gt's
  `  "

[net-next PATCH v4 00/14] net: Add basic LED support for switch/phy
 2023-03-17 11:24 UTC  (4+ messages)
` [net-next PATCH v4 02/14] net: dsa: qca8k: add LEDs basic support

[PATCH for 8.0 v2] igb: Save the entire Tx context descriptor
 2023-03-17 11:24 UTC  (6+ messages)

[PATCH v3 0/2] ext4, jbd2: journal cycled record transactions between each mount
 2023-03-17 11:25 UTC  (7+ messages)
` [PATCH v3 1/2] jbd2: continue to record log "
          ` [Ocfs2-devel] "

[PATCH 0/4] Fix some defects related Type-C TCPM
 2023-03-17 11:24 UTC  (6+ messages)
` [PATCH 1/4] usb: typec: tcpm: fix cc role at port reset

[kvm-unit-tests PATCH v6] s390x: Add tests for execute-type instructions
 2023-03-17 11:23 UTC 

[Xen-devel] [PATCH v2] x86: use POPCNT for hweight<N>() when available
 2023-03-17 11:22 UTC  (2+ messages)
`  "

[PATCH] Input: zinitix: Use of_property_present() for testing DT property presence
 2023-03-17 11:21 UTC  (2+ messages)

Canceled: AES-GCM crypto design review
 2023-03-17 11:22 UTC 

[PATCH] Input: Use of_property_read_bool() for boolean properties
 2023-03-17 11:21 UTC  (2+ messages)

[PATCH 1/4] Input: st-keyscan: drop of_match_ptr for ID table
 2023-03-17 11:20 UTC  (12+ messages)
` [PATCH 2/4] Input: tm2-touchkey: "
` [PATCH 3/4] Input: sun4i-ts: "
` [PATCH 4/4] Input: bcm_iproc_tsc: "

[syzbot] [udf?] WARNING in udf_new_block
 2023-03-17 11:20 UTC 

(no subject)
 2023-03-17 11:19 UTC  (3+ messages)
` ubi0 error: ubi_open_volume: cannot open device 0, volume 6, error -16

stable/linux-6.1.y build: 166 builds: 1 failed, 165 passed, 4 errors, 17 warnings (v6.1.20)
 2023-03-17 11:19 UTC 

[PATCH net-next 0/3] Add SCM_PIDFD and SO_PEERPIDFD
 2023-03-17 11:12 UTC  (6+ messages)
` [PATCH net-next 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD

AES-GCM crypto design review
 2023-03-17 11:19 UTC 

[PATCH] dt-bindings: PCI: Fix unit address of example root port
 2023-03-17 11:20 UTC 

[PATCH net-next v2 00/14] sfc: add vDPA support for EF100 devices
 2023-03-17 11:18 UTC  (6+ messages)
` [PATCH net-next v2 04/14] sfc: evaluate vdpa support based on FW capability CLIENT_CMD_VF_PROXY

[PATCH 2/3] leds: rgb: leds-qcom-lpg: Add support for high resolution PWM
 2023-03-17 11:18 UTC  (2+ messages)

[PATCH 1/1] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X
 2023-03-17 11:10 UTC  (4+ messages)

XDMA crashes on zero-length sg entries
 2023-03-17 11:18 UTC  (3+ messages)

ath10k-firmware: QCA6174 hw3.0: Surface Go 1 LTE/Wifi
 2023-03-17 11:16 UTC  (2+ messages)

[PATCH] Documentation: devicetree: list automatic boot argument fixups
 2023-03-17 11:15 UTC  (2+ messages)

[PATCH 0/2] tools/xl: small cleanup of parsing code
 2023-03-17 11:15 UTC  (3+ messages)
` [PATCH 1/2] tools/xl: allow split_string_into_pair() to trim values
` [PATCH 2/2] tools/xl: rework p9 config parsing

[PATCH 0/7] Avoid a few casts from void *
 2023-03-17 11:15 UTC  (8+ messages)
` [PATCH 1/7] cifs: Avoid a cast in add_lease_context()
` [PATCH 2/7] cifs: Avoid a cast in add_durable_context()
` [PATCH 3/7] cifs: Avoid a cast in add_posix_context()
` [PATCH 4/7] cifs: Avoid a cast in add_sd_context()
` [PATCH 5/7] cifs: Avoid a cast in add_durable_v2_context()
` [PATCH 6/7] cifs: Avoid a cast in add_durable_reconnect_v2_context()
` [PATCH 7/7] cifs: Avoid a cast in add_query_id_context()

[XEN PATCH v2] x86/monitor: Add new monitor event to catch I/O instructions
 2023-03-17 11:13 UTC  (2+ messages)

[PATCH 1/2] extcon: usbc-tusb320: add accessory detection support
 2023-03-17 11:13 UTC  (3+ messages)
` [PATCH 2/2] extcon: usbc-tusb320: add usb_role_switch support

[PATCH v1] ARM: boards: protonic-imx6: fix board probe for LANMCU
 2023-03-17 11:12 UTC  (2+ messages)

[KERNEL NEWBIES ACCESS] Sumitra Sharma
 2023-03-17 11:12 UTC  (3+ messages)

[BUG] mt7986 doesn't allow to re-enable ethsys clock gates after they have been disabled
 2023-03-17 11:11 UTC  (3+ messages)

[PATCH v2 00/23] FlexSPI image/boot/update support
 2023-03-17 11:11 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/9] drm/i915: Plane cleanups and extra registers
 2023-03-17 11:12 UTC  (2+ messages)

[xen-unstable test] 179697: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-17 11:11 UTC 

v2023.03.0
 2023-03-17 11:09 UTC 

[PATCH v4 6/6] RISC-V: Add hwprobe vDSO function and data
 2023-03-17 11:08 UTC  (3+ messages)

[PATCH 1/2] app/testpmd: fwd engines report processed packets
 2023-03-17 11:09 UTC  (4+ messages)
` [PATCH 2/2] app/testpmd: add testpmd based sleeping


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.