messages from 2023-12-14 10:14:23 to 2023-12-14 11:48:17 UTC [more...]
[PATCH net-next v2 00/21] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
2023-12-14 11:46 UTC (22+ messages)
` [PATCH net-next v2 01/21] net: ravb: Let IP-specific receive function to interrogate descriptors
` [PATCH net-next v2 02/21] net: ravb: Rely on PM domain to enable gptp_clk
` [PATCH net-next v2 03/21] net: ravb: Make reset controller support mandatory
` [PATCH net-next v2 04/21] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
` [PATCH net-next v2 05/21] net: ravb: Use tabs instead of spaces
` [PATCH net-next v2 06/21] net: ravb: Assert/de-assert reset on suspend/resume
` [PATCH net-next v2 07/21] net: ravb: Move reference clock enable/disable on runtime PM APIs
` [PATCH net-next v2 08/21] net: ravb: Move the IRQs get and request in the probe function
` [PATCH net-next v2 09/21] net: ravb: Split GTI computation and set operations
` [PATCH net-next v2 10/21] net: ravb: Move delay mode set in the driver's ndo_open API
` [PATCH net-next v2 11/21] net: ravb: Move DBAT configuration to "
` [PATCH net-next v2 12/21] net: ravb: Move ptp initialization in the driver's ndo_open API for ccc_gac platorms
` [PATCH net-next v2 13/21] net: ravb: Set config mode in ndo_open and reset mode in ndo_close
` [PATCH net-next v2 14/21] net: ravb: Simplify ravb_suspend()
` [PATCH net-next v2 15/21] net: ravb: Simplify ravb_resume()
` [PATCH net-next v2 16/21] net: ravb: Keep the reverse order of operations in ravb_close()
` [PATCH net-next v2 17/21] net: ravb: Keep clock request operations grouped together
` [PATCH net-next v2 18/21] net: ravb: Return cached statistics if the interface is down
` [PATCH net-next v2 19/21] net: ravb: Do not set promiscuous mode "
` [PATCH net-next v2 20/21] net: ravb: Do not apply RX CSUM settings to hardware "
` [PATCH net-next v2 21/21] net: ravb: Add runtime PM support
[PATCH v3] wifi: mwifiex: add extra delay for firmware ready
2023-12-14 11:46 UTC (3+ messages)
` [EXT] "
[PATCH 00/11] Add cmd descriptor support
2023-12-14 11:42 UTC (12+ messages)
` [PATCH 01/11] crypto: qce - Add support for crypto address read
` [PATCH 02/11] crypto: qce - Add bam dma support for crypto register r/w
` [PATCH 03/11] crypto: qce - Convert register r/w for skcipher via BAM/DMA
` [PATCH 04/11] crypto: qce - Convert register r/w for sha "
` [PATCH 05/11] crypto: qce - Convert register r/w for aead "
` [PATCH 06/11] drivers: bam_dma: Add LOCK & UNLOCK flag support
` [PATCH 07/11] crypto: qce - Add LOCK and "
` [PATCH 08/11] crypto: qce - Add support for lock aquire,lock release api
` [PATCH 09/11] crypto: qce - Add support for lock/unlock in skcipher
` [PATCH 10/11] crypto: qce - Add support for lock/unlock in sha
` [PATCH 11/11] crypto: qce - Add support for lock/unlock in aead
[PATCH 00/11] Improve SOF support for Steam Deck OLED
2023-12-14 11:40 UTC (7+ messages)
` [PATCH 07/11] ASoC: SOF: core: Skip firmware test for undefined fw_name
[PATCH 00/11] Add HDMI support for RK3128
2023-12-14 11:40 UTC (11+ messages)
` [PATCH 04/11] drm/rockchip: inno_hdmi: Correctly setup HDMI quantization range
` [PATCH 07/11] drm/rockchip: inno_hdmi: Add basic mode validation
[PATCH v4 0/4] Support SMT control on arm64
2023-12-14 11:39 UTC (3+ messages)
[PATCH v1 0/9] Add ISP 3A support for StarFive
2023-12-14 11:39 UTC (5+ messages)
` [PATCH v1 1/9] media: v4l2-ctrls: Add user controls for StarFive JH7110 ISP
` [PATCH v1 3/9] media: videodev2.h, v4l2-ioctl: Add StarFive ISP meta buffer format
[PATCH v7 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2023-12-14 11:39 UTC (44+ messages)
` [PATCH v7 10/24] x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
` [PATCH v7 11/24] x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
` [PATCH v7 13/24] x86/resctrl: Queue mon_event_read() instead of sending an IPI
` [PATCH v7 14/24] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
` [PATCH v7 15/24] x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
` [PATCH v7 16/24] x86/resctrl: Make resctrl_mounted checks explicit
` [PATCH v7 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable
` [PATCH v7 20/24] x86/resctrl: Add CPU online callback for resctrl work
` [PATCH v7 21/24] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
` [PATCH v7 22/24] x86/resctrl: Add CPU offline callback for resctrl work
` [PATCH v7 24/24] x86/resctrl: Separate arch and fs resctrl locks
[PATCH v2] wifi: mwifiex: fix STA cannot connect to AP
2023-12-14 11:38 UTC (5+ messages)
` [EXT] "
[PATCH v5 1/5] x86/paravirt: introduce ALT_NOT_XEN
2023-12-14 11:36 UTC (2+ messages)
` [tip: x86/paravirt] x86/paravirt: Introduce ALT_NOT_XEN
[PATCH v5 2/5] x86/paravirt: move some functions and defines to alternative
2023-12-14 11:36 UTC (2+ messages)
` [tip: x86/paravirt] x86/paravirt: Move some functions and defines to alternative.c
[PATCH v6 4/5] x86/paravirt: switch mixed paravirt/alternative calls to alternative_2
2023-12-14 11:36 UTC (2+ messages)
` [tip: x86/paravirt] x86/paravirt: Switch mixed paravirt/alternative calls to alternatives
[PATCH v6 3/5] x86/alternative: add indirect call patching
2023-12-14 11:36 UTC (2+ messages)
` [tip: x86/paravirt] x86/alternative: Add "
[PATCH v6 5/5] x86/paravirt: remove no longer needed paravirt patching code
2023-12-14 11:36 UTC (2+ messages)
` [tip: x86/paravirt] x86/paravirt: Remove "
[PATCH v2 net-next] net: stmmac: xgmac3+: add FPE handshaking support
2023-12-14 11:35 UTC (4+ messages)
[PATCH net 0/2] net: ravb: fixes for the ravb driver
2023-12-14 11:31 UTC (3+ messages)
` [PATCH net 1/2] net: ravb: Wait for operation mode to be applied
` [PATCH net 2/2] net: ravb: Check that GTI loading request is done
[PATCH] rust: upgrade to Rust 1.74.1
2023-12-14 11:33 UTC (2+ messages)
[PATCH RESEND v1 0/7] MPFS clock fixes required for correct CAN clock modeling
2023-12-14 11:31 UTC (5+ messages)
` [PATCH RESEND v1 2/7] dt-bindings: can: mpfs: add missing required clock
[PATCH 00/16] Fix Qcom UFS PHY clocks
2023-12-14 11:30 UTC (6+ messages)
[PATCH v9 00/10] Multi-size THP for anonymous memory
2023-12-14 11:30 UTC (5+ messages)
` [PATCH v9 04/10] mm: thp: Support allocation of anonymous multi-size THP
[PATCH v1] ACPI: utils: Introduce helper for _DEP list lookup
2023-12-14 11:28 UTC (2+ messages)
[PATCH 1/2] dt-bindings: iio: spi-dac: Add driver for SPI shift register DACs
2023-12-14 11:27 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v12 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
2023-12-14 11:26 UTC (3+ messages)
[RFC PATCH 0/2] workqueue: Introduce PF_WQ_RESCUE_WORKER
2023-12-14 11:25 UTC (10+ messages)
drivers/platform/mellanox/mlxbf-pmc.c:1172:14: sparse: sparse: incorrect type in assignment (different address spaces)
2023-12-14 11:24 UTC
[PATCH v8 net-next 00/11] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
2023-12-14 11:23 UTC (11+ messages)
` [PATCH v8 net-next 05/11] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH v8 net-next 06/11] net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
` [PATCH v8 net-next 07/11] net: ethernet: am65-cpsw: Move register definitions to header file
` [PATCH v8 net-next 08/11] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH v8 net-next 09/11] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
2023-12-14 11:26 UTC (3+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
[PATCH net-next v9 0/4] send credit update during setting SO_RCVLOWAT
2023-12-14 11:17 UTC (7+ messages)
` [PATCH net-next v9 2/4] virtio/vsock: "
` [PATCH net-next v9 3/4] vsock: update SO_RCVLOWAT setting callback
[PATCH 0/5] cpufreq support for the D1
2023-12-14 11:17 UTC (8+ messages)
` [PATCH 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH 2/5] cpufreq: sun50i: Add D1 support
` [PATCH 3/5] cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC
` [PATCH 4/5] cpufreq: Add support for RISC-V CPU Frequency scaling drivers
` [PATCH 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option generic
[PATCH] mmc: rpmb: do not force a retune before RPMB switch
2023-12-14 11:16 UTC (11+ messages)
Fwd: SELinux mprotect EACCES/execheap for memory segment directly adjacent to heap
2023-12-14 11:12 UTC (2+ messages)
` "
[PATCH v3 1/4] ASoC: qcom: common: Add qcom_snd_tdm_hw_params function
2023-12-14 11:11 UTC (2+ messages)
[PATCH 1/2] dt-bindings: iio: adc: ti-ads1298: Add driver
2023-12-14 11:11 UTC (6+ messages)
` [PATCH 2/2] "
[PATCH net v2] net: stmmac: Handle disabled MDIO busses from devicetree
2023-12-14 11:10 UTC (2+ messages)
[PATCH 0/3] arm64: dts: ti: Add Itap Delay Value For High Speed DDR
2023-12-14 11:07 UTC (3+ messages)
[PATCH v10-mte 0/7] Implement MTE tag compression for swapped pages
2023-12-14 11:06 UTC (8+ messages)
` [PATCH v10-mte 1/7] lib/bitmap: add bitmap_{read,write}()
` [PATCH v10-mte 2/7] lib/test_bitmap: add tests for bitmap_{read,write}()
` [PATCH v10-mte 3/7] lib/test_bitmap: use pr_info() for non-error messages
` [PATCH v10-mte 4/7] arm64: mte: implement CONFIG_ARM64_MTE_COMP
` [PATCH v10-mte 5/7] arm64: mte: add a test for MTE tags compression
` [PATCH v10-mte 6/7] arm64: mte: add compression support to mteswap.c
` [PATCH v10-mte 7/7] arm64: mte: implement CONFIG_ARM64_MTE_SWAP_STATS
[PATCH 0/5] Rework system pressure interface to the scheduler
2023-12-14 11:06 UTC (9+ messages)
` [PATCH 1/4] cpufreq: Add a cpufreq pressure feedback for "
[PATCH] ALSA: hda/tas2781: reset the amp before component_add
2023-12-14 11:05 UTC (2+ messages)
[PATCH] soc: qcom: pmic_glink: Fix boot when QRTR=m
2023-12-14 11:04 UTC (3+ messages)
[RFC PATCH] KVM: Introduce KVM VIRTIO device
2023-12-14 10:35 UTC
[PATCH 0/2] Allow disabling USB3 ports in xHCI/DWC3
2023-12-14 11:05 UTC (2+ messages)
[PATCH v2] ALSA: hda/tas2781: call cleanup functions only once
2023-12-14 11:04 UTC (2+ messages)
[PATCH v8 1/2] dt-bindings: adc: add AD7173
2023-12-14 11:02 UTC (4+ messages)
` [PATCH v8 2/2] iio: adc: ad7173: add AD7173 driver
[PATCH 1/1] ALSA: hda: cs35l41: Dell Fiorano add missing _DSD properties
2023-12-14 11:02 UTC (2+ messages)
[PATCH v7 00/14] add qca8084 ethernet phy driver
2023-12-14 11:01 UTC (7+ messages)
` [PATCH v7 01/14] net: phy: introduce core support for phy-mode = "10g-qxgmii"
` [PATCH v7 02/14] dt-bindings: net: ethernet-controller: add 10g-qxgmii mode
` [PATCH v7 03/14] net: phy: at803x: add QCA8084 ethernet phy support
[PATCH v1] clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h
2023-12-14 10:59 UTC
[PATCH] spi: stm32: use runtime PM to enable/disable controller
2023-12-14 10:58 UTC (2+ messages)
[PATCH net] net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
2023-12-14 10:56 UTC (2+ messages)
[PATCH] ASoC: SOF: Move sof_of_machine_select() to core.c from sof-of-dev.c
2023-12-14 10:56 UTC (2+ messages)
[PATCH v1 1/6] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by to use resource
2023-12-14 10:55 UTC (3+ messages)
` [PATCH v1 2/6] arm: arm64: dts: Enable cros-ec-spi as wake source
[PATCH 1/2 v2] fs/proc: show correct device and inode numbers in /proc/pid/maps
2023-12-14 10:55 UTC (2+ messages)
[PATCH 0/9] bus: mhi: ep: Add async read/write support
2023-12-14 10:55 UTC (8+ messages)
` [PATCH 6/9] PCI: epf-mhi: Enable MHI "
[PATCH v3 0/3] AMD Address Translation Library
2023-12-14 10:54 UTC (3+ messages)
` [PATCH v3 1/3] RAS: Introduce "
[PATCH v3 0/2] Refine USB interrupt vectors on Qualcomm platforms
2023-12-14 10:54 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: usb: dwc3: Clean up hs_phy_irq in bindings
[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
2023-12-14 10:53 UTC (3+ messages)
` [RFC PATCH 1/8] kvm: x86: MSR for setting up scheduler info shared memory
[PATCH 00/13] GS101 Oriole: CMU_PERIC0 support and USI updates
2023-12-14 10:52 UTC (14+ messages)
` [PATCH 01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names
` [PATCH 02/13] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH 03/13] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible
` [PATCH 04/13] dt-bindings: serial: samsung: gs101: make reg-io-width required property
` [PATCH 05/13] tty: serial: samsung: add gs101 earlycon support
` [PATCH 06/13] clk: samsung: gs101: add support for cmu_peric0
` [PATCH 07/13] clk: samsung: gs101: mark PERIC0 IP TOP gate clock as critical
` [PATCH 08/13] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller
` [PATCH 09/13] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH 10/13] arm64: dts: exynos: gs101: define USI8 with I2C configuration
` [PATCH 11/13] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole
` [PATCH 12/13] arm64: defconfig: sync with savedefconfig
` [PATCH 13/13] arm64: defconfig: make at24 eeprom builtin
[PATCH 1/4] dt-bindings: media: mtk-vcodec-encoder: add dma-ranges
2023-12-14 10:52 UTC (7+ messages)
` [PATCH 2/4] media: mediatek: vcodec: fix possible unbalanced PM counter
` [PATCH 4/4] arm64: dts: mediatek: mt8186: Add venc node
[PATCH v1] thermal: core: Fix NULL pointer dereference in zone registration error path
2023-12-14 10:52 UTC
[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
2023-12-14 10:50 UTC (5+ messages)
` [PATCH RESEND 06/11] net/smc: smc_splice_read: always request MSG_DONTWAIT
[PATCH net v4] net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX
2023-12-14 10:50 UTC (2+ messages)
[PATCH] drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors
2023-12-14 10:46 UTC (2+ messages)
[GIT PULL] iommu/arm-smmu: Updates for 6.8
2023-12-14 10:43 UTC
[PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
2023-12-14 10:40 UTC
[PATCH v4 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
2023-12-14 10:39 UTC (6+ messages)
` [PATCH v4 6/9] arm64: dts: mediatek: Add MT8186 Krabby platform based Tentacruel / Tentacool
` [PATCH v4 7/9] arm64: dts: mediatek: Introduce MT8186 Steelix
[PATCH net-next v7 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
2023-12-14 10:36 UTC (2+ messages)
[PATCH V3 0/2] Add QCrypto support for SC7280
2023-12-14 10:36 UTC (3+ messages)
` [PATCH V3 1/2] dt-bindings: crypto: qcom-qce: document the SC7280 crypto engine
` [PATCH V3 2/2] arm64: dts: qcom: sc7280: add QCrypto nodes
[PATCH] MAINTAINERS: Remove Donald Robson from powervr driver maintainers
2023-12-14 10:33 UTC
[RFC PATCH 0/6] Add GPT parser to MTD layer
2023-12-14 10:34 UTC (3+ messages)
[PATCH v2 0/3] iio: adc: add new ad7380 driver
2023-12-14 10:33 UTC (4+ messages)
` [PATCH v2 3/3] iio: adc: ad7380: new driver for AD7380 ADCs
[PATCH v2 1/5] of: Add of_machine_compatible_match()
2023-12-14 10:31 UTC (5+ messages)
` [PATCH v2 2/5] of: Change of_machine_is_compatible() to return bool
` [PATCH v2 3/5] of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()
` [PATCH v2 4/5] powerpc/machdep: Define 'compatibles' property in ppc_md and use it
` [PATCH v2 5/5] powerpc: Stop using of_root
[PATCH] kexec: avoid out of bounds in crash_exclude_mem_range()
2023-12-14 10:29 UTC (4+ messages)
[PATCH v6 00/40] ep93xx device tree conversion
2023-12-14 10:26 UTC (6+ messages)
` [PATCH v6 36/40] ata: pata_ep93xx: remove legacy pinctrl use
[PATCH v3 00/29] selftests/resctrl: CAT test improvements & generalized test framework
2023-12-14 10:25 UTC (10+ messages)
` [PATCH v3 07/29] selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()
` [PATCH v3 09/29] selftests/resctrl: Create cache_portion_size() helper
` [PATCH v3 23/29] selftests/resctrl: Restore the CPU affinity after CAT test
[PATCH 0/2] serial: add rs485-mux-gpio dt binding and support
2023-12-14 10:24 UTC (9+ messages)
` [PATCH 1/2] dt-bindings: serial: rs485: add rs485-mux-gpios binding
[PATCH V2 0/2] Add QCrypto support for SC7280
2023-12-14 10:22 UTC (6+ messages)
` [PATCH V2 2/2] arm64: dts: qcom: sc7280: add QCrypto nodes
[PATCH] selftests: secretmem: Floor the memory size to the multiple of page_size
2023-12-14 10:19 UTC
[PATCH V2 0/4] PCI: imx6: Add pci host wakeup support
2023-12-14 10:15 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox