public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-18 15:09:04 to 2023-12-18 16:46:36 UTC [more...]

[PATCH 1/7] crypto: rk3288 - Use helper to set reqsize
 2023-12-18 16:46 UTC  (5+ messages)
` [PATCH 2/7] crypto: amlogic "
` [PATCH 3/7] crypto: artpec6 "
` [PATCH 4/7] crypto: stm32/cryp "
` [PATCH 5/7] crypto: sl3516 "

[PATCH] usb: gadget: u_ether: Re-attach netif device to mirror detachment
 2023-12-18 16:45 UTC 

[syzbot] go runtime error
 2023-12-18 16:43 UTC  (2+ messages)

[PATCH v3 0/3] Support panels used by MT8173 Chromebooks in edp-panel
 2023-12-18 16:42 UTC  (7+ messages)
` [PATCH v3 1/3] drm/panel-edp: Add powered_on_to_enable delay
` [PATCH v3 2/3] drm/edp-panel: Add panels delay entries
` [PATCH v3 3/3] drm/panel-edp: Add some panels with conservative timings

[PATCH v7 0/2] Introducing trace buffer mapping by user-space
 2023-12-18 16:43 UTC  (6+ messages)
` [PATCH v7 1/2] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v7 2/2] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v7 0/2] ring-buffer: Rename sub-buffer into buffer page

[PATCH] bcma,ssb: simplify dependency handling for bcma and ssb drivers
 2023-12-18 16:16 UTC  (5+ messages)

[PATCH net-next] net: stmmac: Fix ethool link settings ops for integrated PCS
 2023-12-18 16:14 UTC  (2+ messages)

[PATCH] scripts/decode_stacktrace.sh: Use LLVM environment variable
 2023-12-18 16:37 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: x1e80100-qcp: Fix supplies for some LDOs in PM8550
 2023-12-18 16:36 UTC 

[PATCH RFC 0/4] virtio-net: add tx-hash, rx-tstamp, tx-tstamp and tx-time
 2023-12-18 16:36 UTC  (2+ messages)

[PATCH 00/12] 8550 fixups
 2023-12-18 16:35 UTC  (14+ messages)
` [PATCH 01/12] interconnect: qcom: sm8550: Remove bogus per-RSC BCMs and nodes
` [PATCH 02/12] interconnect: qcom: sm8550: Enable sync_state
` [PATCH 03/12] clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC flag
` [PATCH 04/12] clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable
` [PATCH 05/12] clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs
` [PATCH 06/12] clk: qcom: gcc-sm8550: Mark RCGs shared where applicable
` [PATCH 07/12] clk: qcom: gpucc-sm8550: Update GPU PLL settings
` [PATCH 08/12] clk: qcom: dispcc-sm8550: Update disp "
` [PATCH 09/12] clk: qcom: dispcc-sm8550: Use the correct PLL configuration function
` [PATCH 10/12] arm64: dts: qcom: sm8550: Switch UFS from opp-table-hz to opp-v2
` [PATCH 11/12] arm64: dts: qcom: sm8550: Separate out X3 idle state
` [PATCH 12/12] arm64: dts: qcom: sm8550: Update idle state time requirements

[PATCH 0/4] arm64: dts: iot2050: Add support for new SM variant
 2023-12-18 16:36 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: arm: ti: Add binding for Siemens IOT2050 "
` [PATCH 2/4] arm64: dts: ti: iot2050: Disable R5 lockstep for all PG2 boards
` [PATCH 3/4] arm64: dts: ti: iot2050: Factor out arduino connector bits
` [PATCH 4/4] dts: iot2050: Support IOT2050-SM variant

[PATCH v2 05/15] tracefs: add __get_str_strip_nl - RFC
 2023-12-18 16:34 UTC  (4+ messages)
` [re: PATCH v2 00/15 - 00/11] dyndbg: add support for writing debug logs to trace
  ` [re: PATCH v2 00/15 - 03/11] dyndbg: disambiguate quoting in a debug msg

[PATCH net-next] net: stmmac: dwmac-qcom-ethqos: Add support for 2.5G SGMII
 2023-12-18 16:31 UTC  (3+ messages)

[PATCH] thermal: fix race condition in suspend/resume
 2023-12-18 16:30 UTC  (3+ messages)
` [PATCH v4] "

ovl: ovl_fs::creator_cred::usage scalability issues
 2023-12-18 16:30 UTC  (9+ messages)
` [RFC] HACK: overlayfs: Optimize overlay/restore creds

[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
 2023-12-18 16:28 UTC  (7+ messages)
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields

[PATCH 1/3] hwmon: max31827: Add PEC support
 2023-12-18 16:26 UTC  (8+ messages)

[PATCH v1 00/39] mm/rmap: interface overhaul
 2023-12-18 16:26 UTC  (19+ messages)
` [PATCH v1 07/39] mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|ptes|pmd]()
` [PATCH v1 08/39] mm/memory: page_add_file_rmap() -> folio_add_file_rmap_[pte|pmd]()
` [PATCH v1 09/39] mm/huge_memory: page_add_file_rmap() -> folio_add_file_rmap_pmd()
` [PATCH v1 10/39] mm/migrate: page_add_file_rmap() -> folio_add_file_rmap_pte()
` [PATCH v1 11/39] mm/userfaultfd: "
` [PATCH v1 12/39] mm/rmap: remove page_add_file_rmap()
` [PATCH v1 13/39] mm/rmap: factor out adding folio mappings into __folio_add_rmap()
` [PATCH v1 14/39] mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()
` [PATCH v1 15/39] mm/huge_memory: batch rmap operations in __split_huge_pmd_locked()

[net PATCH] octeontx2-pf: Fix graceful exit during PFC configuration failure
 2023-12-18 16:26 UTC  (4+ messages)
  ` [EXT] "

[net-next PATCH] octeontx2-af: Add new devlink param to configure maximum usable NIX block LFs
 2023-12-18 16:23 UTC  (2+ messages)

[PATCH 0/2] Fix regression in ALS
 2023-12-18 16:22 UTC  (2+ messages)

[PATCH v2 0/5] cpufreq support for the D1
 2023-12-18 16:20 UTC  (13+ messages)
` [PATCH v2 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH v2 2/5] dt-bindings: opp: sun50i: Add binding for D1 CPUs
` [PATCH v2 3/5] cpufreq: sun50i: Add D1 support
` [PATCH v2 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option arch generic

[PATCH v2 00/34] Qualcomm video encoder and decoder driver
 2023-12-18 16:19 UTC  (7+ messages)
` [PATCH v2 04/34] dt-bindings: media: Add sm8550 dt schema
` [PATCH v2 07/34] media: iris: initialize power resources
` [PATCH v2 12/34] media: iris: add video processing unit(VPU) specific register handling

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-18 16:18 UTC  (8+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH 0/3] ARM: dts: qcom: sdx55: fix USB wakeup interrupts
 2023-12-18 16:14 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells'
` [PATCH 2/3] ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts
` [PATCH 3/3] ARM: dts: qcom: sdx55: fix USB SS wakeup

[PATCH V7 0/8] KVM: selftests: Add simple SEV test
 2023-12-18 16:11 UTC 

[PATCH 0/3] md: Remove deprecated flavors
 2023-12-18 16:11 UTC  (5+ messages)

[PATCH v3 00/17] enable nvmet-fc for blktests
 2023-12-18 16:10 UTC  (19+ messages)
` [PATCH v3 01/16] nvmet: report ioccsz and iorcsz for disc ctrl
` [PATCH v3 02/16] nvmet-fc: remove unnecessary bracket
` [PATCH v3 03/16] nvmet-trace: avoid dereferencing pointer too early
` [PATCH v3 04/16] nvmet-trace: null terminate device name string correctly
` [PATCH v3 05/16] nvmet-fcloop: Remove remote port from list when unlinking
` [PATCH v3 06/16] nvme-fc: Do not wait in vain when unloading module
` [PATCH v3 07/16] nvmet-fc: Release reference on target port
` [PATCH v3 08/16] nvmet-fc: untangle cross refcounting objects
` [PATCH v3 09/16] nvmet-fc: free queue and assoc directly
` [PATCH v3 10/16] nvmet-fc: hold reference on hostport match
` [PATCH v3 11/16] nvmet-fc: remove null hostport pointer check
` [PATCH v3 12/16] nvmet-fc: do not tack refs on tgtports from assoc
` [PATCH v3 13/16] nvmet-fc: abort command if when there is binding
` [PATCH v3 14/16] nvmet-fc: free hostport after release reference to tgtport
` [PATCH v3 15/16] nvmet-fc: avoid deadlock on delete association path
` [PATCH v3 16/16] nvmet-fc: take ref count on tgtport before delete assoc
` [PATCH v3 17/17] nvmet-fc: add extensive debug logging

[PATCH 1/2] kunit: Allow passing function pointer to kunit_activate_static_stub()
 2023-12-18 16:10 UTC  (2+ messages)
` [PATCH 2/2] kunit: Add example of kunit_activate_static_stub() with pointer-to-function

Fwd: Intel hybrid CPU scheduler always prefers E cores
 2023-12-18 16:11 UTC  (3+ messages)

[PATCH v4 0/5] gpiolib: cdev: relocate debounce_period_us
 2023-12-18 16:08 UTC  (7+ messages)
` [PATCH v4 1/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc

[PATCH v2 00/34] Qualcomm video encoder and decoder driver
 2023-12-18 16:07 UTC 

drivers/net/wireless/ath/ath12k/dp_mon.c:1244:24-34: Unneeded variable: "hal_status". Return " HAL_RX_MON_STATUS_BUF_DONE" on line 1260
 2023-12-18 16:06 UTC 

[PATCH v2 0/2] md: fix is_mddev_idle()
 2023-12-18 16:04 UTC  (7+ messages)
` [PATCH v2 1/2] md: Fix overflow in is_mddev_idle

[PATCH] SELinux: Introduce security_file_ioctl_compat hook
 2023-12-18 16:03 UTC  (3+ messages)

[PATCH 0/6] spi: stm32: add support for stm32mp25
 2023-12-18 15:57 UTC  (7+ messages)
` [PATCH 1/6] spi: stm32: use dma_get_slave_caps prior to configuring dma channel
` [PATCH 2/6] dt-bindings: spi: stm32: add st,stm32mp25-spi compatible
` [PATCH 3/6] spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc
` [PATCH 4/6] arm64: dts: st: add all 8 spi nodes on stm32mp251
` [PATCH 5/6] arm64: dts: st: add spi3/spi8 pins for stm32mp25
` [PATCH 6/6] arm64: dts: st: add spi3 / spi8 properties on stm32mp257f-ev1

[PATCH 0/2] Introduce new iio resolution standard attribute
 2023-12-18 16:00 UTC  (5+ messages)
` [PATCH 2/2] iio: light: vcnl4000: Add ps high definition for vcnl4040

[PATCH] drm/msm/a6xx: Fix recovery vs runpm race
 2023-12-18 15:59 UTC 

[PATCH 0/1] docs: Include simplified link titles in main page's index
 2023-12-18 15:57 UTC  (2+ messages)

[PATCH 6.6 000/166] 6.6.8-rc1 review
 2023-12-18 15:56 UTC 

[PATCH V3] remoteproc: qcom: q6v5: Get crash reason from specific SMEM partition
 2023-12-18 15:56 UTC  (2+ messages)

[PATCH v5] io_uring: Statistics of the true utilization of sq threads
 2023-12-18 15:53 UTC  (2+ messages)

[PATCH v2 0/2] Rockchip rk3066_hdmi update
 2023-12-18 15:49 UTC  (3+ messages)
` [PATCH v2 1/2] drm/rockchip: rk3066_hdmi: remove unused drm device pointer
` [PATCH v2 2/2] drm/rockchip: rk3066_hdmi: drop custom fill_modes hook

[PATCH v4 05/11] media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP
 2023-12-18 15:48 UTC  (3+ messages)

drivers/soc/tegra/pmc.c:467: warning: Function parameter or struct member 'syscore' not described in 'tegra_pmc'
 2023-12-18 15:46 UTC 

[PATCH v15 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2023-12-18 15:46 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: a7k: add COM Express boards
 2023-12-18 15:44 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm64: add Marvell 7k COMe boards
` [PATCH 2/2] arm64: dts: a7k: add COM Express boards

[PATCH] MAINTAINERS: add reviewer for Spanish translations
 2023-12-18 15:43 UTC 

[PATCH 0/4] Spanish translations and corrections
 2023-12-18 15:42 UTC  (3+ messages)

[PATCH] iio: accel: bmi088: add i2c support for bmi088 accel driver
 2023-12-18 15:40 UTC 

[PATCH 00/14] Clean up the writeback paths
 2023-12-18 15:40 UTC  (6+ messages)
` [PATCH 08/14] hfsplus: Really remove hfsplus_writepage

[PATCH 0/2] Allow disabling USB3 ports in xHCI/DWC3
 2023-12-18 15:40 UTC  (4+ messages)

[PATCH v4 1/1] dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100
 2023-12-18 15:37 UTC  (2+ messages)

Convert write_cache_pages() to an iterator v3
 2023-12-18 15:35 UTC  (18+ messages)
` [PATCH 01/17] writeback: fix done_index when hitting the wbc->nr_to_write
` [PATCH 02/17] writeback: also update wbc->nr_to_write on writeback failure
` [PATCH 03/17] writeback: rework the loop termination condition in write_cache_pages
` [PATCH 04/17] writeback: only update ->writeback_index for range_cyclic writeback
` [PATCH 05/17] writeback: remove a duplicate prototype for tag_pages_for_writeback
` [PATCH 06/17] writeback: Factor out writeback_finish()
` [PATCH 07/17] writeback: Factor writeback_get_batch() out of write_cache_pages()
` [PATCH 08/17] writeback: Factor should_writeback_folio() "
` [PATCH 09/17] writeback: Simplify the loops in write_cache_pages()
` [PATCH 10/17] pagevec: Add ability to iterate a queue
` [PATCH 11/17] writeback: Use the folio_batch queue iterator
` [PATCH 12/17] writeback: Factor writeback_iter_init() out of write_cache_pages()
` [PATCH 13/17] writeback: Factor writeback_get_folio() "
` [PATCH 14/17] writeback: Factor writeback_iter_next() "
` [PATCH 15/17] writeback: Add for_each_writeback_folio()
` [PATCH 16/17] writeback: Remove a use of write_cache_pages() from do_writepages()
` [PATCH 17/17] writeback: update the kerneldoc comment for tag_pages_for_writeback

[PATCH V3 net-next 0/4] There are some features for the HNS3 ethernet driver
 2023-12-18 15:35 UTC  (3+ messages)
` [PATCH V3 net-next 4/4] net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.c

[PATCH] scsi: ufs: core: Let the sq_lock protect sq_tail_slot access
 2023-12-18 15:32 UTC 

[PATCH net-next v9 00/10] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
 2023-12-18 15:34 UTC  (4+ messages)
` [PATCH net-next v9 08/10] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode

[PATCH 0/6] Staging: rtl8192e: Rename 6 variables to Style guide spec
 2023-12-18 15:32 UTC  (2+ messages)

[PATCH 0/4] ext4: fix divide error in mb_update_avg_fragment_size()
 2023-12-18 15:32 UTC  (8+ messages)
` [PATCH 1/4] ext4: fix double-free of blocks due to wrong extents moved_len
` [PATCH 3/4] ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
` [PATCH 4/4] ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

[PATCH] drivers: staging: media: atomisp: pci: Fixes a spelling mistake in sh_css_defs.h
 2023-12-18 15:32 UTC 

[PATCH v3] tracing: Add filter-direct option
 2023-12-18 15:32 UTC 

[GIT PULL 3/3] arm64: dts: ti: Updates for v6.8 for TI K3 platforms
 2023-12-18 15:31 UTC 

[GIT PULL 2/3] arm64: defconfig: Updates for v6.8 for TI K3 platforms
 2023-12-18 15:31 UTC 

[GIT PULL] ARM: dts: ti: keystone: Updates for v6.8
 2023-12-18 15:30 UTC 

[GIT PULL 1/3] drivers/firmware updates for v6.8 for TI K3 platforms
 2023-12-18 15:30 UTC 

[PATCH] virtio_balloon: stay awake while adjusting balloon
 2023-12-18 15:30 UTC  (7+ messages)

[PATCH] staging: rtl8712: fix open parentheses alignment
 2023-12-18 15:30 UTC  (2+ messages)

[PATCH v2] srcu: Improve comments about acceleration leak
 2023-12-18 15:27 UTC  (5+ messages)

[PATCH 5.10 00/62] 5.10.205-rc1 review
 2023-12-18 15:24 UTC  (2+ messages)

[RFC PATCH v5 0/6] Add support for DEVNAME:0.0 style hardware based addressing
 2023-12-18 15:23 UTC  (5+ messages)
` [RFC PATCH v5 1/6] printk: Save console options for add_preferred_console_match()
` [RFC PATCH v5 5/6] serial: core: Handle serial console options

[PATCH v2] virtio_balloon: stay awake while adjusting balloon
 2023-12-18 15:18 UTC 

[RFC PATCH 0/5] support for Marvell 88PM886 PMIC
 2023-12-18 15:18 UTC  (5+ messages)
` [RFC PATCH 1/5] dt-bindings: mfd: add entry for the Marvell 88PM88X PMICs
` [RFC PATCH 3/5] dt-bindings: input: add entry for 88pm88x-onkey

[PATCH] wifi: mac80211: Use subsystem appropriate debug call
 2023-12-18 15:17 UTC  (2+ messages)

[PATCH] kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
 2023-12-18 15:17 UTC 

[PATCH] drivers: staging: media: atomisp: pci: Fixes spelling mistakes in ia_css_irq.h
 2023-12-18 15:17 UTC 

remove support for the host aware zoned model
 2023-12-18 15:15 UTC  (5+ messages)
` [PATCH 1/5] virtio_blk: cleanup zoned device probing
` [PATCH 2/5] virtio_blk: remove the broken zone revalidation support

[PATCH v2 0/2] drm/solomon: Add support for the SSD133x controller family
 2023-12-18 15:15 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: Add SSD133x OLED controllers

[PATCH 0/2] tracing: Replace final 64-bit cmpxchg with compare and update if available
 2023-12-18 15:15 UTC  (4+ messages)
` [PATCH 1/2] ring-buffer: Replace rb_time_cmpxchg() with rb_time_cmp_and_update()

[PATCH v1 0/7] Add support for various laptops using CS35L41 HDA without _DSD
 2023-12-18 15:12 UTC  (8+ messages)
` [PATCH v1 1/7] ALSA: hda: cs35l41: Add config table to support many laptops "
` [PATCH v1 2/7] ALSA: hda: cs35l41: Support additional ASUS ROG 2023 models
` [PATCH v1 3/7] ALSA: hda/realtek: Add quirks for "
` [PATCH v1 4/7] ALSA: hda: cs35l41: Support additional ASUS Zenbook 2022 Models
` [PATCH v1 5/7] ALSA: hda/realtek: Add quirks for "
` [PATCH v1 6/7] ALSA: hda: cs35l41: Support additional ASUS Zenbook 2023 Models
` [PATCH v1 7/7] ALSA: hda/realtek: Add quirks for "

[PATCH] arm64: dts: qcom: x1e80100: align mem timer size cells with bindings
 2023-12-18 15:12 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox