linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 18:32:06 to 2024-01-25 21:45:55 UTC [more...]

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25 21:45 UTC  (6+ messages)
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device

[PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
 2024-01-25 21:45 UTC  (2+ messages)

[PATCH V4 0/7] Clean up perf mem
 2024-01-25 21:44 UTC  (4+ messages)

[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2024-01-25 21:44 UTC  (4+ messages)
` [PATCH v19 17/30] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()

[PATCH 0/4] tracing/user_events: Introduce multi-format events
 2024-01-25 21:37 UTC  (2+ messages)

[PATCH v2 0/3] Add MDSS_BCR reset (+some more) for MSM8953
 2024-01-25 21:35 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: clock: gcc-msm8953: add more resets
` [PATCH v2 2/3] clk: qcom: "
` [PATCH v2 3/3] arm64: dts: qcom: msm8953: add reset for display subsystem

[PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe
 2024-01-25 21:31 UTC  (3+ messages)
` [PATCH v2 3/3] mm/maps: read proc/pid/maps under RCU

[PATCH 0/2] riscv: Increase mmap_rnd_bits_max on Sv48/57
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH] riscv: blacklist assembly symbols for kprobe
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH -next] RISC-V: Remove duplicated include in smpboot.c
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH V2] riscv: Support RANDOMIZE_KSTACK_OFFSET
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH] riscv: Avoid code duplication with generic bitops implementation
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH 0/4] riscv: support fast gup
 2024-01-25 21:30 UTC  (2+ messages)

[PATCH v2 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-25 21:29 UTC  (19+ messages)
` [PATCH v2 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v2 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v2 03/15] nios2/pgtable: "
` [PATCH v2 04/15] powerpc/pgtable: "
` [PATCH v2 05/15] riscv/pgtable: "
` [PATCH v2 06/15] s390/pgtable: "
` [PATCH v2 07/15] sparc/pgtable: "
` [PATCH v2 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v2 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v2 10/15] powerpc/mm: "
` [PATCH v2 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v2 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v2 13/15] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v2 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v2 15/15] mm/memory: ignore writable bit "

[PATCH] pwm: imx27: workaround of the pwm output bug
 2024-01-25 21:28 UTC  (5+ messages)
` [PATCH v3] "

[PATCH net 00/10] Fix MODULE_DESCRIPTION() for net (p3)
 2024-01-25 21:26 UTC  (12+ messages)
` [PATCH net 01/10] net: fill in MODULE_DESCRIPTION()s for encx24j600
` [PATCH net 02/10] net: fill in MODULE_DESCRIPTION()s for ocelot
` [PATCH net 03/10] net: fill in MODULE_DESCRIPTION()s for SMSC drivers
` [PATCH net 04/10] net: fill in MODULE_DESCRIPTION()s for Qualcom drivers
` [PATCH net 05/10] net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga
` [PATCH net 06/10] net: fill in MODULE_DESCRIPTION()s for cpsw-common
` [PATCH net 07/10] net: fill in MODULE_DESCRIPTION()s for ec_bhf
` [PATCH net 08/10] net: fill in MODULE_DESCRIPTION()s for PCS drivers
` [PATCH net 09/10] net: fill in MODULE_DESCRIPTION()s for ieee802154
` [PATCH net 10/10] net: fill in MODULE_DESCRIPTION()s for arcnet

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 21:23 UTC  (43+ messages)
` [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros
` [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL
` [PATCH v2 11/28] spi: s3c64xx: move common code outside if else
` [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio()
` [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations
` [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors
` [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi

[PATCH 0/3] Add MDSS_BCR reset for MSM8953
 2024-01-25 21:25 UTC  (4+ messages)
` [PATCH 2/3] clk: qcom: gcc-msm8953: add MDSS_BCR reset

[PATCH v5 0/2] Add device tree for IBM system1 BMC
 2024-01-25 21:21 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v5 2/2] ARM: dts: aspeed: System1: IBM system1 BMC board

[PATCH v4 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board
 2024-01-25 21:23 UTC  (2+ messages)

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-01-25 21:24 UTC  (16+ messages)
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 24/28] riscv: select config for shadow stack and landing pad instr support

[PATCH v2] arm64: dts: rockchip: Increase maximum frequency of SPI flash for ROCK Pi 4A/B/C
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: enable NanoPC-T6 MiniPCIe power
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH] ring-buffer: Simplify reservation with try_cmpxchg() loop
 2024-01-25 21:18 UTC  (8+ messages)

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files
 2024-01-25 21:16 UTC  (2+ messages)

[PATCH v4 0/2] kselftest/seccomp: Convert to KTAP output
 2024-01-25 21:15 UTC  (2+ messages)

[PATCH V2 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
 2024-01-25 21:13 UTC  (5+ messages)
` [PATCH V2 2/6] pwm: sprd: Improve the pwm backlight control function
` [PATCH V2 5/6] pwm: sprd: Add sprd,ums9620-pwm compatible

[PATCH v4 00/29] Add HDMI support for RK3128
 2024-01-25 21:12 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] Add Support for NanoPi R6S and R6C boards
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH v1 1/1] arm64: dts: rockchip: rk3588-evb1: mark system power controller
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: nanopc-t6 sdmmc regulator
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: add missing definition of pmu io domains 1 and 2 on ringneck
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: add rfkill node for M.2 Key E WiFi on rock-5b
 2024-01-25 21:12 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: add sdmmc card detect to the nanopc-t6
 2024-01-25 21:12 UTC  (2+ messages)

[RFC PATCH] locking/percpu-rwsem: do not do lock handoff in percpu_up_write
 2024-01-25 21:08 UTC  (4+ messages)

[PATCH RESEND v3] dt-bindings: pxa-pwm: Convert to YAML
 2024-01-25 21:05 UTC  (2+ messages)

[PATCH v4 0/8] arm64: dts: qcom: sa8295p: Enable GPU
 2024-01-25 21:05 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX
` [PATCH v4 2/8] clk: qcom: gdsc: Enable supply reglator in GPU GX handler
` [PATCH v4 3/8] clk: qcom: gpucc-sc8280xp: Add external supply for GX gdsc
` [PATCH v4 4/8] soc: qcom: rpmhpd: Drop SA8540P gfx.lvl
` [PATCH v4 5/8] arm64: dts: qcom: sa8540p: Drop gfx.lvl as power-domain for gpucc
` [PATCH v4 6/8] arm64: dts: qcom: sa8295p-adp: add max20411
` [PATCH v4 7/8] arm64: dts: qcom: sa8295p-adp: Enable GPU
` [PATCH v4 8/8] arm64: defconfig: Enable MAX20411 regulator driver

[RFC PATCH net-next 0/9] Add ability to flash modules' firmware
 2024-01-25 21:03 UTC  (6+ messages)
` [RFC PATCH net-next 1/9] ethtool: Add ethtool operation to write to a transceiver module EEPROM
` [RFC PATCH net-next 9/9] ethtool: Add ability to flash transceiver modules' firmware

[PATCH v2 0/2] Update mce_record tracepoint
 2024-01-25 21:03 UTC  (8+ messages)
` [PATCH v2 1/2] tracing: Include PPIN in "
` [PATCH v2 2/2] tracing: Include Microcode Revision "

[PATCH 0/2] mm: zswap: simplify zswap_swapoff()
 2024-01-25 21:01 UTC  (18+ messages)
` [PATCH 2/2] mm: zswap: remove unnecessary tree cleanups in zswap_swapoff()

[PATCH v3 0/8] arm64: dts: qcom: sa8295p: Enable GPU
 2024-01-25 21:00 UTC  (6+ messages)
` [PATCH v3 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX

[PATCH] perf data convert: Output empty string for null pointer
 2024-01-25 20:59 UTC  (2+ messages)

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2024-01-25 20:54 UTC  (6+ messages)
` [PATCH] f2fs: Support enhanced hot/cold data separation for f2fs

[PATCH] spi: fix finalize message on error return
 2024-01-25 20:53 UTC 

[PATCH next] bluetooth/btintel: fix null ptr deref in btintel_read_version
 2024-01-25 20:50 UTC  (2+ messages)

[PATCH] Bluetooth: Enforce validation on max value of connection interval
 2024-01-25 20:50 UTC  (2+ messages)

[PATCH v2 00/17] x86: Confine early 1:1 mapped startup code
 2024-01-25 20:46 UTC  (3+ messages)
` [PATCH v2 16/17] x86/sev: Drop inline asm LEA instructions for RIP-relative references

[PATCH v2 0/3] add trace_seq_reset function
 2024-01-25 20:44 UTC  (5+ messages)
` [PATCH v2 1/3] tracing: "
` [PATCH v2 2/3] tracing: initialize trace_seq buffers
` [PATCH v2 3/3] tracing: convert __trace_seq_init to use WARN_ON_ONCE

[net-next PATCH v10 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-25 20:37 UTC  (6+ messages)
` [net-next PATCH v10 1/5] dt-bindings: net: phy: Make LED active-low property common
` [net-next PATCH v10 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode
` [net-next PATCH v10 3/5] net: phy: add support for PHY LEDs polarity modes
` [net-next PATCH v10 4/5] dt-bindings: net: Document QCA808x PHYs
` [net-next PATCH v10 5/5] net: phy: at803x: add LED support for qca808x

[REGRESSION] 6.7.1: md: raid5 hang and unresponsive system; successfully bisected
 2024-01-25 20:31 UTC  (6+ messages)

[PATCH 1/3] udmabuf: Keep track current device mappings
 2024-01-25 20:30 UTC  (3+ messages)
` [PATCH 2/3] udmabuf: Sync buffer mappings for attached devices
  ` [Linaro-mm-sig] "

[PATCH v7 0/1] PM: sleep: Expose last succeeded resumed timestamp in sysfs
 2024-01-25 20:19 UTC  (7+ messages)
` [PATCH v7] "

[RFC PATCH v2 0/7] treewide: Use clocksource id for get_device_system_crosststamp()
 2024-01-25 20:13 UTC  (4+ messages)
` [RFC PATCH v2 2/7] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id

[PATCH v1 0/1] Add more compatibility strings to tpm-tis-i2c
 2024-01-25 20:13 UTC  (6+ messages)
` [PATCH v1 1/1] tpm: tis-i2c: Add more compatible strings

[PATCH 1/2] arm64: dts: rockchip: rock-pi-e: adjust phy-handle name
 2024-01-25 20:12 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: rock-pi-e: fix location of snps properties

[PATCH v4 0/8] Add NSS clock controller support for Qualcomm IPQ5332
 2024-01-25 20:11 UTC  (7+ messages)
` [PATCH v4 2/8] clk: qcom: ipq5332: enable few nssnoc clocks in driver probe
` [PATCH v4 3/8] dt-bindings: clock: ipq5332: add definition for GPLL0_OUT_AUX clock
` [PATCH v4 4/8] clk: qcom: ipq5332: add gpll0_out_aux clock

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-01-25 20:07 UTC  (3+ messages)

[PATCH 0/2] mtd: spinand: Resolve GigaDevice/ESMT ID clash
 2024-01-25 20:01 UTC  (3+ messages)
` [PATCH 1/2] mtd: spinand: Add support for 5-byte IDs
` [PATCH 2/2] mtd: spinand: esmt: Extend IDs to 5 bytes

[PATCH 0/3] Add support for RK3588 HDMI/DP Combo PHY
 2024-01-25 20:00 UTC  (3+ messages)
` (subset) "

[GIT PULL] netfs fixes
 2024-01-25 20:00 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 6.8-rc2
 2024-01-25 20:00 UTC  (2+ messages)

[GIT PULL] RCU regression fix for v6.8
 2024-01-25 20:00 UTC  (2+ messages)

[GIT PULL] Networking for v6.8-rc2
 2024-01-25 20:00 UTC  (2+ messages)

fs/orangefs/super.c:583:18-25: ERROR: ORANGEFS_SB ( sb ) is NULL but dereferenced. (fwd)
 2024-01-25 20:00 UTC 

[GIT PULL] first round of 6.8 fixes for NFSD
 2024-01-25 20:00 UTC  (2+ messages)

[PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg
 2024-01-25 19:55 UTC  (11+ messages)

[PATCH] softirq: fix memory corruption when freeing tasklet_struct
 2024-01-25 19:51 UTC  (2+ messages)

[PATCH v3 00/10] mtd: rawnand: brcmnand: driver and doc updates
 2024-01-25 19:51 UTC  (11+ messages)
` [PATCH v3 01/10] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
` [PATCH v3 09/10] mtd: rawnand: brcmnand: update log level messages
` [PATCH v3 10/10] mtd: rawnand: brcmnand: allow for on-die ecc

[PATCH 0/8] timers and Documentation: Cleanup
 2024-01-25 19:50 UTC  (7+ messages)
` [PATCH 6/8] Documentation: Create a new folder for all timer internals

[PATCH net-next] net: print error if SO_BUSY_POLL_BUDGET is large
 2024-01-25 19:33 UTC  (2+ messages)

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_remove (2)
 2024-01-25 19:31 UTC 

Roadmap for netfslib and local caching (cachefiles)
 2024-01-25 19:28 UTC  (4+ messages)

[PATCH] powerpc/fadump: update kernel logs before fadump crash begins
 2024-01-25 18:52 UTC  (2+ messages)

[PATCH v1 0/2] arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board
 2024-01-25 19:19 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: arm: fsl: add imx8qm "

[PATCH] pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal
 2024-01-25 19:17 UTC 

[PATCH] workqueue.c: Shorten events_freezable_power_efficient name
 2024-01-25 19:12 UTC  (2+ messages)

[PATCH net] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
 2024-01-25 19:07 UTC  (4+ messages)

[PATCH v3 0/4] Fix USB Interrupts on Qualcomm Platforms
 2024-01-25 18:59 UTC  (5+ messages)
` [PATCH v3 1/4] arm64: dts: qcom: Fix hs_phy_irq for QUSB2 targets
` [PATCH v3 2/4] arm64: dts: qcom: Fix hs_phy_irq for non-QUSB2 targets
` [PATCH v3 3/4] arm64: dts: qcom: Fix hs_phy_irq for SDM670/SDM845/SM6350
` [PATCH v3 4/4] arm64: dts: qcom: Add missing interrupts for qcs404/ipq5332

[PATCH v3 1/6] spi: cs42l43: Tidy up header includes
 2024-01-25 18:54 UTC  (7+ messages)
` [PATCH v3 2/6] mfd: "
` [PATCH v3 4/6] mfd: cs42l43: Add time postfixes on defines

[PATCH v2 0/4] Introduction of a remoteproc tee to load signed firmware
 2024-01-25 18:55 UTC  (3+ messages)
` [PATCH v2 1/4] remoteproc: Add TEE support

[PATCH] tracing: Include PPIN in mce_record tracepoint
 2024-01-25 18:54 UTC  (7+ messages)

[PATCH 1/2] drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll
 2024-01-25 18:44 UTC  (3+ messages)
` [PATCH 2/2] drm/bridge: samsung-dsim: Fix porch calcalcuation rounding

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-25 18:43 UTC  (5+ messages)
` [PATCH v3 1/4] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v3 2/4] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v3 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it

[PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
 2024-01-25 18:39 UTC 

[PATCH wireless v2] nl80211/cfg80211: add nla_policy for S1G band
 2024-01-25 18:39 UTC  (6+ messages)

[PATCH] x86/mm/cpa-test: Correct length selection
 2024-01-25 18:39 UTC  (3+ messages)

[RFC PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
 2024-01-25 18:38 UTC  (4+ messages)

[PATCH v3 0/3] pidfds for non thread group leaders
 2024-01-25 18:36 UTC  (11+ messages)
` [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders

[PATCH] x86/irq: fix [-Wvisibility] warnings
 2024-01-25 18:36 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;
as well as URLs for NNTP newsgroup(s).