The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-01-24 10:11:41 to 2024-01-24 12:29:32 UTC [more...]

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-24 12:29 UTC  (4+ messages)

unsubscribe linux-kernel
 2024-01-24 12:29 UTC 

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2024-01-24 12:28 UTC  (12+ messages)
` [PATCH v9 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()

[PATCH v4 0/7] support '%pd' and '%pD' for print file name
 2024-01-24 12:27 UTC  (5+ messages)
` [PATCH v4 3/7] tracing/probes: support '%pd' type for print struct dentry's name

[PATCH 00/14] Drop PCIE_AUX_CLK from the PCIe PHY nodes of Qcom SoCs
 2024-01-24 12:26 UTC  (3+ messages)
` [PATCH 12/14] arm64: dts: qcom: sm8550: Drop PCIE_AUX_CLK from pcie_phy node

[PATCH] arm64: dts: sun50i-a64-pinephone: Add front/back cameras
 2024-01-24 12:25 UTC  (3+ messages)

[patch v5 00/19] x86/cpu: Rework topology evaluation
 2024-01-24 12:25 UTC  (3+ messages)
` [patch v5 01/19] x86/cpu: Provide cpuid_read() et al

[PATCH 6.7 000/638] 6.7.2-rc2 review
 2024-01-24 12:23 UTC  (3+ messages)

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-01-24 12:23 UTC  (2+ messages)

[RFC PATCH v1 0/8] Introduction of PSCR Framework and Related Components
 2024-01-24 12:22 UTC  (9+ messages)
` [PATCH v2 1/8] power: Extend power_on_reason.h for upcoming PSCRR framework
` [PATCH v2 2/8] dt-bindings: power: reset: add generic PSCRR binding trackers
` [PATCH v2 3/8] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
` [PATCH v2 4/8] dt-bindings: power: reset: add bindings for NVMEM hardware storing PSCR Data
` [PATCH v2 5/8] nvmem: provide consumer access to cell size metrics
` [PATCH v2 6/8] power: reset: add PSCR NVMEM Driver for Recording Power State Change Reasons
` [PATCH v2 7/8] regulator: set Power State Change Reason before hw_protection_shutdown()
` [PATCH v2 8/8] thermal: core: Record PSCR "

[PATCH 5.4 000/193] 5.4.268-rc2 review
 2024-01-24 12:20 UTC  (3+ messages)

[PATCH] nilfs2: fix data corruption in dsync block recovery for small block sizes
 2024-01-24 12:19 UTC 

More detailed text about bisecting Linux kernel regression -- request for comments and help
 2024-01-24 12:19 UTC 

[PATCH v2 00/11] dm-raid: fix v6.7 regressions
 2024-01-24 12:19 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8450-hdk: correct AMIC4 and AMIC5 microphones
 2024-01-24 12:18 UTC 

[PATCH] iommu/arm-smmu-v3: Add a threshold to avoid potential soft lockup
 2024-01-24 12:17 UTC  (5+ messages)

[PATCH v4 0/4] net/sched: Load modules via alias
 2024-01-24 12:17 UTC  (5+ messages)
` [PATCH v4 3/4] net/sched: Load modules via their alias

[PATCH] fuse: add support for explicit export disabling
 2024-01-24 12:16 UTC  (2+ messages)

[v2 0/4] KVM: irqchip: synchronize srcu only if needed
 2024-01-24 12:14 UTC  (2+ messages)

linux-next: build failure after merge of the rcu tree
 2024-01-24 12:12 UTC  (3+ messages)

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

[PATCH] iov_iter: streamline iovec/bvec alignment iteration
 2024-01-24 12:07 UTC  (2+ messages)

[PATCH v4 00/10] Add support to configure TPDM CMB subunit
 2024-01-24 12:07 UTC  (3+ messages)
` [PATCH v4 08/10] coresight-tpdm: Add timestamp control register support for the CMB

[PATCH v3 0/3] UCSI fixes
 2024-01-24 12:04 UTC  (4+ messages)
` [PATCH v3 1/3] usb: ucsi: Add missing ppm_lock

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-24 11:59 UTC  (27+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling

Strange EFAULT on mips64el returned by syscall when another thread is forking
 2024-01-24 11:59 UTC  (2+ messages)

[PATCH] kbuild: fix W= flags in the help message
 2024-01-24 11:59 UTC  (3+ messages)

[PATCH v5 0/3] AMD Address Translation Library
 2024-01-24 11:59 UTC  (2+ messages)

[PATCHv2 1/1] block: introduce content activity based ioprio
 2024-01-24 11:58 UTC  (5+ messages)

[PATCH 6.6 000/580] 6.6.14-rc2 review
 2024-01-24 11:58 UTC  (3+ messages)

[PATCH 0/1] gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
 2024-01-24 11:52 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v17 0/8] Add DELETE_BUF ioctl
 2024-01-24 11:52 UTC  (7+ messages)
` [PATCH v17 1/8] videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
` [PATCH v17 3/8] media: core: Rework how create_buf index returned value is computed
` [PATCH v17 4/8] media: core: Add bitmap manage bufs array entries

[PATCH] thermal: power_allocator: initialize params->sustainable_power in the bind callback
 2024-01-24 11:49 UTC 

[PATCH] pwm: imx27: workaround of the pwm output bug
 2024-01-24 11:48 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v4 0/2] Add helper function to get and enable all bulk clocks
 2024-01-24 10:38 UTC  (3+ messages)
  ` [PATCH v4 1/2] clk: Provide managed helper to get and enable "
  ` [PATCH v4 2/2] PCI: exynos: Adapt to clk_bulk_* APIs

[PATCH net v3] connector: cn_netlink_has_listeners replaces proc_event_num_listeners
 2024-01-24 11:44 UTC 

[PATCH repost] x86/boot: Add a message about ignored early NMIs
 2024-01-24 11:44 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 1/2] kconfig: remove unneeded symbol_empty variable
 2024-01-24 11:43 UTC  (6+ messages)

[PATCH v3 00/15] block atomic writes
 2024-01-24 11:38 UTC  (16+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
` [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx
` [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 08/15] block: Error an attempt to split an atomic write bio
` [PATCH v3 09/15] block: Add checks to merging of atomic writes
` [PATCH v3 10/15] block: Add fops atomic write support
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v3 13/15] scsi: scsi_debug: Atomic write support
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically

[PATCH v4 0/3] Add phyBOARD-Segin-i.MX93 support
 2024-01-24 11:39 UTC  (8+ messages)
` [PATCH v4 3/3] arm64: dts: imx93: "

[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
 2024-01-24 11:38 UTC  (2+ messages)

[PATCH net v2] net: dsa: qca8k: fix illegal usage of GPIO
 2024-01-24 11:37 UTC 

[ANNOUNCE] util-linux v2.40-rc1
 2024-01-24 11:36 UTC 

linux-next: build failure after merge of the vfs-brauner tree
 2024-01-24 11:35 UTC  (4+ messages)

[v3 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-01-24 11:34 UTC  (4+ messages)
` [v3 1/3] KVM: setup empty irq routing when create vm
` [v3 2/3] KVM: x86: don't setup empty irq routing when KVM_CAP_SPLIT_IRQCHIP
` [v3 3/3] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP

[PATCH v9 0/5] Add display support for stm32f769-disco board
 2024-01-24 11:33 UTC  (6+ messages)
` [PATCH v9 1/5] dt-bindings: mfd: stm32f7: Add binding definition for DSI
` [PATCH v9 2/5] ARM: dts: stm32: add DSI support on stm32f769
` [PATCH v9 3/5] ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f769-disco
` [PATCH v9 4/5] ARM: dts: stm32: add display support "
` [PATCH v9 5/5] ARM: dts: add stm32f769-disco-mb1166-reva09

[PATCH v5 0/3] Add phyBOARD-Segin-i.MX93 support
 2024-01-24 11:31 UTC  (3+ messages)
` [PATCH v5 2/3] dt-bindings: gpio: gpio-vf610: add gpio-line-names

[PATCH v2 0/3] man2: Document RWF_ATOMIC
 2024-01-24 11:27 UTC  (4+ messages)
` [PATCH v2 1/3] statx.2: Document STATX_WRITE_ATOMIC
` [PATCH v2 2/3] readv.2: Document RWF_ATOMIC flag
` [PATCH v2 3/3] io_submit.2: Document RWF_ATOMIC

[PATCH] net: phy: adin: add missing clock option
 2024-01-24 11:31 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: net: adin: add recovered clock output
` [PATCH v2 2/2] net: phy: "

[net-next PATCH] octeontx2: Add PTP clock driver for Octeon PTM clock
 2024-01-24 11:28 UTC  (2+ messages)

[PATCH v2 0/3] HID: bpf: couple of upstream fixes
 2024-01-24 11:26 UTC  (4+ messages)
` [PATCH v2 1/3] HID: bpf: remove double fdget()
` [PATCH v2 2/3] HID: bpf: actually free hdev memory after attaching a HID-BPF program
` [PATCH v2 3/3] HID: bpf: use __bpf_kfunc instead of noinline

[PATCH 0/2] ALSA: hda: Move component binding support into separate library
 2024-01-24 11:26 UTC  (3+ messages)
` [PATCH 1/2] ALSA: hda: realtek: Re-work CS35L41 fixups to re-use for other amps
` [PATCH 2/2] ALSA: hda: realtek: Move hda_component implementation to module

[PATCH] usb: dwc3-of-simple: Stop using of_reset_control_array_get() directly
 2024-01-24 11:26 UTC 

[PATCH 5.10 000/286] 5.10.209-rc1 review
 2024-01-24 11:25 UTC  (2+ messages)

[PATCH 0/2] Fix requests loss during virtio-blk device suspend
 2024-01-24 11:22 UTC  (4+ messages)
` [PATCH 1/2] blk-mq: introduce blk_mq_tagset_wait_request_completed()

[PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
 2024-01-24 11:20 UTC  (4+ messages)

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-24 11:20 UTC  (4+ messages)
` [PATCH 1/3] rust: add userspace pointers
` [PATCH 2/3] rust: add typed accessors for "
` [PATCH 3/3] rust: add abstraction for `struct page`

[PATCH v6 00/12] Unregister critical branch clocks + some RPM
 2024-01-24 11:20 UTC  (4+ messages)
` [PATCH v6 01/12] clk: qcom: branch: Add a helper for setting the enable bit

[PATCH v4 0/2] drm/imx/dcss: implement region request and devres
 2024-01-24 11:19 UTC  (3+ messages)
` [PATCH v4 1/2] drm/imx/dcss: request memory region
` [PATCH v4 2/2] drm/imx/dcss: have all init functions use devres

RS X (was earlier iterations, fair pay philosophy, etc)
 2024-01-24 11:16 UTC 

[PATCH -next] fs: remove NTFS classic from docum. index
 2024-01-24 11:12 UTC  (2+ messages)

[PATCH v2] platform/x86: wmi: Use ACPI device name in netlink event
 2024-01-24 11:10 UTC  (6+ messages)

[PATCH 0/8] coresight: Separate sysfs and Perf usage and some other cleanups
 2024-01-24 11:10 UTC  (4+ messages)
` [PATCH 2/8] coresight: Make language around "activated" sinks consistent

[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
 2024-01-24 11:08 UTC  (4+ messages)

[PATCH] mm: Remove double faults once write a device pfn
 2024-01-24 11:04 UTC  (7+ messages)

[PATCH v2 0/3] virtio_net: Support the RX hash XDP hint
 2024-01-24 11:04 UTC  (3+ messages)
` [PATCH v2 2/3] virtio_net: Add missing virtio header in skb for XDP_PASS

[PATCH] platform/x86: Support for mode FN key
 2024-01-24 11:02 UTC  (2+ messages)

[PATCH v2] platform/x86: silicom-platform: clean up a check
 2024-01-24 11:02 UTC  (2+ messages)

[PATCH][next] platform/x86: thinkpad_acpi: remove redundant assignment to variable i
 2024-01-24 11:02 UTC  (2+ messages)

[RESEND PATCH v3] mfd: wm831x: Remove redundant forever while loop
 2024-01-24 11:01 UTC  (2+ messages)

[PATCH 00/42] Fix coccicheck warnings
 2024-01-24 11:01 UTC  (4+ messages)
` [PATCH 03/42] arch/x86/events/amd: Convert snprintf to sysfs_emit
  ` [PATCH 14/42] drivers/platform/mellanox: "

[PATCH v2] thermal/drivers/tsens: Add suspend to RAM support for tsens
 2024-01-24 10:59 UTC 

[PATCH RESEND] x86/entry/ia32: Ensure s32 is sign extended to s64
 2024-01-24 10:59 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH] x86/asm: Implement local_xchg using CMPXCHG without lock prefix
 2024-01-24 10:58 UTC 

[PATCH v5 0/6] usb: gadget: functionfs: DMABUF import interface
 2024-01-24 10:58 UTC  (9+ messages)
` [PATCH v5 1/6] dma-buf: Add dma_buf_{begin,end}_access()
  ` [Linaro-mm-sig] "

[tip:x86/cache 3/3] arch/x86/kernel/cpu/resctrl/rdtgroup.c:1621:5-8: Unneeded variable: "ret". Return " 0" on line 1655
 2024-01-24 10:55 UTC  (2+ messages)

[PATCH v3 00/17] Add support for Mobileye EyeQ5 system controller
 2024-01-24 10:54 UTC  (3+ messages)
` [PATCH v3 09/17] reset: eyeq5: add platform driver

[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-24 10:52 UTC  (4+ messages)
` [PATCH v4 7/7] hugetlb: parallelize 1G hugetlb initialization

[PATCH] powerpc: rename SPRN_HID2 define to SPRN_HID2_750FX
 2024-01-24 10:50 UTC 

[PATCH] locking/rtmutex: Use try_cmpxchg_relaxed in mark_rt_mutex_waiters()
 2024-01-24 10:49 UTC 

[syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
 2024-01-24 10:47 UTC  (4+ messages)

[tip:master] BUILD SUCCESS 451b2bc29430fa147e36a48348f8b6b615fd6820
 2024-01-24 10:47 UTC 

[PATCH net] octeontx2-af: Initialize bitmap arrays
 2024-01-24 10:43 UTC  (5+ messages)
  ` [EXT] "

[PATCH] thermal/drivers/tsens: Add suspend to RAM support for tsens
 2024-01-24 10:42 UTC  (5+ messages)

[PATCH v3] x86/resctrl: Implement new mba_MBps throttling heuristic
 2024-01-24 10:42 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
 2024-01-24 10:41 UTC  (6+ messages)
` [PATCH 2/9] soc: samsung: exynos-pmu: Add exynos_pmu_update/read/write APIs and SoC quirks

[PATCH 00/21] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-24 10:40 UTC  (4+ messages)
` [PATCH 19/21] spi: s3c64xx: add support for google,gs101-spi

[PATCH] x86/asm: Use 32bit xor to clear registers
 2024-01-24 10:38 UTC 

[PATCH v2] powerpc/6xx: set High BAT Enable flag on G2_LE cores
 2024-01-24 10:38 UTC 

[PATCH bpf] bpf: Reject pointer spill with var offset
 2024-01-24 10:30 UTC 

[PATCH net 1/1] hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes
 2024-01-24 10:29 UTC  (3+ messages)

[PATCH v3 0/5] serial: 8250: Add rs485 emulation to 8250_dw
 2024-01-24 10:29 UTC  (3+ messages)
` [PATCH v3 3/5] serial: 8250: Support separate rs485 rx-enable GPIO

[syzbot] [mptcp?] WARNING in subflow_data_ready (2)
 2024-01-24 10:25 UTC 

[PATCH v1 0/1] aoe: possible interrupt unsafe locking scenario
 2024-01-24 10:23 UTC  (4+ messages)
` [PATCH v1 1/1] aoe: avoid potential deadlock at set_capacity

[PATCH 5.15 000/371] 5.15.148-rc2 review
 2024-01-24 10:23 UTC  (2+ messages)

[PATCH 6.1 000/414] 6.1.75-rc2 review
 2024-01-24 10:22 UTC  (2+ messages)

[PATCH net] net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()
 2024-01-24 10:21 UTC 

[PATCH net v2] net: lan966x: Fix port configuration when using SGMII interface
 2024-01-24 10:17 UTC 

ASMedia ASM1062 (AHCI) hang after "ahci 0000:28:00.0: Using 64-bit DMA addresses"
 2024-01-24 10:15 UTC  (6+ messages)

[syzbot] [dri?] [virtualization?] upstream boot error: INFO: task hung in virtio_gpu_queue_fenced_ctrl_buffer
 2024-01-24 10:15 UTC 

[PATCH v3 0/9] File abstractions needed by Rust Binder
 2024-01-24 10:11 UTC  (3+ messages)
` [PATCH v3 9/9] rust: file: add abstraction for `poll_table`

[PATCH v1 1/4] ASoc: pcm6240: Create pcm6240 codec driver code
 2024-01-24 10:10 UTC  (6+ messages)
` [PATCH v1 4/4] ASoc: dt-bindings: Create yaml file for pcm6240 codec driver
        ` [EXTERNAL] "


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