public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-10 13:37:58 to 2024-11-10 22:32:23 UTC [more...]

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-11-10 22:32 UTC  (10+ messages)
` [PATCH net-next v11 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v11 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v11 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v11 08/23] ovpn: implement basic TX path (UDP)

[PATCH v3 1/2] dt-bindings: mfd: sprd,sc2731: convert to YAML
 2024-11-10 22:20 UTC  (3+ messages)

[PULL REQUEST] i2c-for-6.12-rc7
 2024-11-10 22:19 UTC  (2+ messages)

[GIT PULL] clk fixes for v6.12-rc6
 2024-11-10 22:19 UTC  (2+ messages)

[PATCH v3] ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit
 2024-10-09 14:46 UTC 

[PATCH RESEND] filemap: Fix bounds checking in filemap_read()
 2024-11-10 22:08 UTC  (2+ messages)

[PATCH v2] rtc: rtc-mc146818-lib: Use is_leap_year instead of calculate leap years
 2024-11-10 22:06 UTC  (2+ messages)

[PATCH] rtc: Makefile: Replace spaces with tab
 2024-11-10 22:03 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: rtc: mpfs-rtc: remove Lewis from maintainers
 2024-11-10 22:03 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/9] Add RTC support for the Renesas RZ/G3S SoC
 2024-11-10 22:03 UTC  (3+ messages)
` [PATCH v6 4/9] rtc: renesas-rtca3: Fix compilation error on RISC-V
  ` (subset) "

[PATCH] arm64: dts: rockchip: Fix vdd_gpu voltage constraints on PinePhone Pro
 2024-11-10 22:02 UTC  (5+ messages)

[PATCH v2] ubifs: Fix use-after-free in ubifs_tnc_end_commit
 2024-11-10 21:48 UTC  (3+ messages)

[PATCH v5 00/28] Qualcomm iris video decoder driver
 2024-11-10 21:37 UTC  (3+ messages)
` [PATCH v5 04/28] media: iris: introduce iris core state management with shared queues

[PATCH v4 0/6] iio: light: stk3310: support powering off during suspend
 2024-11-10 21:34 UTC  (16+ messages)
` [PATCH v4 2/6] iio: light: stk3310: handle all remove logic with devm callbacks
` [PATCH v4 3/6] iio: light: stk3310: Implement vdd and leda supplies
` [PATCH v4 4/6] iio: light: stk3310: use dev_err_probe where possible
` [PATCH v4 5/6] iio: light: stk3310: log error if reading the chip id fails

[PATCH V4] Docs/sound: Update codec-to-codec documentation
 2024-11-10 21:30 UTC  (3+ messages)

[PATCH hotfix v2 1/2] mm/thp: fix deferred split queue not partially_mapped
 2024-11-10 21:22 UTC  (5+ messages)
    ` [PATCH hotfix] mm/thp: fix deferred split queue not partially_mapped: fix

[PATCH for-next v2] riscv: Fix default misaligned access trap
 2024-11-10 21:15 UTC  (2+ messages)

linux-next: duplicate patches in the bcachefs tree
 2024-11-10 21:11 UTC 

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2024-11-10 21:00 UTC 

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2024-11-10 21:07 UTC 

[PATCH] scsi: Replace zero-length array with flexible array member
 2024-11-10 21:06 UTC  (3+ messages)

linux-next: duplicate patch in the v4l-dvb tree
 2024-11-10 21:03 UTC 

[PATCH v1 0/6] pinctrl: cy8c95x0: A portion of cleanups
 2024-11-10 20:59 UTC  (7+ messages)
` [PATCH v1 1/6] pinctrl: cy8c95x0: Use 2-argument strscpy()
` [PATCH v1 2/6] pinctrl: cy8c95x0: switch to using devm_regulator_get_enable()
` [PATCH v1 3/6] pinctrl: cy8c95x0: use flexible sleeping in reset function
` [PATCH v1 4/6] pinctrl: cy8c95x0: Use temporary variable for struct device
` [PATCH v1 5/6] pinctrl: cy8c95x0: embed iterator to the for-loop
` [PATCH v1 6/6] pinctrl: cy8c95x0: remove unneeded goto labels

[PATCH] mtd: spinand: add support for FORESEE F35SQA001G
 2024-11-10 20:50 UTC 

[PATCH] net: modernize ioremap in probe
 2024-11-10 20:28 UTC  (3+ messages)

kernel/sched/ext.c:3538:31: warning: bitwise operation between different enumeration types ('enum scx_enq_flags' and 'enum scx_deq_flags')
 2024-11-10 20:27 UTC 

[PATCHSET sched_ext/for-6.13] sched_ext: Rename dispatch and consume kfuncs
 2024-11-10 20:17 UTC  (5+ messages)
` [PATCH 1/3] sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()
` [PATCH 2/3] sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()
` [PATCH 3/3] sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_vtime]*()

[resend, PATCH v1 1/1] gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)
 2024-11-10 20:16 UTC 

[PATCH] arm64: dts: rockchip: orangepi-5-plus: Enable GPU
 2024-11-10 20:13 UTC  (2+ messages)

[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
 2024-11-10 19:51 UTC  (4+ messages)

[PATCHSET sched_ext/for-6.13] sched_ext: Rename dispatch and consume kfuncs
 2024-11-10 19:38 UTC  (6+ messages)
` [PATCH 2/3] sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()

[PATCH] x86: Fix off-by-one error in __access_ok
 2024-11-10 19:36 UTC  (2+ messages)

[PATCH v2 0/2] power: supply: max17042: cleanup and more features
 2024-11-10 19:24 UTC  (3+ messages)
` [PATCH v2 1/2] power: supply: max17042: make interrupt shared
` [PATCH v2 2/2] power: supply: max17042: add platform driver variant

[PATCH] RFC: arm64: dts: qcom: Disable USB U1/U2 entry for QC targets
 2024-11-10 19:15 UTC  (3+ messages)

[PATCH v1 0/2] polarfire gpio driver follow-ups
 2024-11-10 19:10 UTC  (4+ messages)
` [PATCH v1 1/2] gpio: mpfs: add CoreGPIO support
` (subset) [PATCH v1 0/2] polarfire gpio driver follow-ups

[GIT PULL] Landlock fix for v6.12-rc7
 2024-11-10 18:56 UTC  (3+ messages)

[GIT PULL] Landlock fix for v6.12-rc7 #2
 2024-11-10 18:58 UTC 

[PATCH] crypto: marvell/cesa: fix uninit value for struct mv_cesa_op_ctx
 2024-11-10 18:50 UTC 

[PATCH v4 0/4] arm64: dts: qcom: ipq6018: rework CPU Frequency
 2024-11-10 15:30 UTC  (7+ messages)
` [PATCH v4 1/4] arm64: dts: qcom: ipq6018: add 1.2GHz "
` [PATCH v4 2/4] arm64: dts: qcom: ipq6018: add 1.5GHz "
` [PATCH v4 3/4] arm64: dts: qcom: ipq6018: move mp5496 regulator out of soc dtsi
` [PATCH v4 4/4] arm64: dts: qcom: ipq6018: add LDOA2 regulator

[PATCH] Input: docs: Fix the input_event struct documentation
 2024-11-10 18:05 UTC 

[PATCH] HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support
 2024-11-10 17:48 UTC  (3+ messages)

[PATCH v2] iio: light: veml6030: add support for triggered buffer
 2024-11-10 17:49 UTC 

[GIT PULL] irq/urgent for v6.12-rc7
 2024-11-10 17:44 UTC  (2+ messages)

[GIT PULL] USB fixes for 6.12-rc7
 2024-11-10 17:44 UTC  (2+ messages)

[GIT PULL] Staging driver fixes for 6.12-rc7
 2024-11-10 17:44 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.12-rc7
 2024-11-10 17:44 UTC  (2+ messages)

[PATCH v2 0/2] clk: qcom: Add support for GCC on QCS8300
 2024-11-10 17:42 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: qcom: x1e80100-vivobook-s15: Enable the gpu
 2024-11-10 17:42 UTC  (2+ messages)

[PATCH v2 0/2] drm/msm/adreno: Setup SMMU aparture
 2024-11-10 17:33 UTC  (3+ messages)
` [PATCH v2 1/2] firmware: qcom: scm: Introduce CP_SMMU_APERTURE_ID
` [PATCH v2 2/2] drm/msm/adreno: Setup SMMU aparture for per-process page table

[PATCH v2] usb: musb: Fix hardware lockup on first Rx endpoint request
 2024-11-10 17:21 UTC 

[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-10 17:16 UTC  (25+ messages)
` [PATCH v19 01/19] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v19 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v19 03/19] fgraph: Pass ftrace_regs to retfunc
` [PATCH v19 04/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v19 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v19 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v19 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v19 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v19 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v19 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v19 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v19 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v19 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v19 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v19 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()

[PATCH] enable the gpu node
 2024-11-10 16:55 UTC  (2+ messages)

[RFC PATCH] PCI: pciehp: Generate a RAS tracepoint for hotplug event
 2024-11-10 16:44 UTC  (4+ messages)

[PATCH v2] arm64: Allow packing uncompressed images into distro packages
 2024-11-10 16:47 UTC  (3+ messages)

[PATCH net-next] net: use pdev instead of OF funcs
 2024-11-10 16:37 UTC  (2+ messages)

[RFC 00/14] AMD: Add Secure AVIC Guest Support
 2024-11-10 16:34 UTC  (7+ messages)
` [RFC 05/14] x86/apic: Initialize APIC ID for Secure AVIC
  ` [sos-linux-ext-patches] "

[PATCH] powerpc: Transliterate author name and remove FIXME
 2024-11-10 16:21 UTC 

[PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-11-10 16:08 UTC  (2+ messages)

[PATCH v2 0/6] media: uvcvideo: Implement the Privacy GPIO as a subdevice
 2024-11-10 16:07 UTC  (11+ messages)

net/ipv4/inet_diag.c:1511:17: sparse: sparse: Using plain integer as NULL pointer
 2024-11-10 16:03 UTC  (2+ messages)

[PATCH 6.11 000/249] 6.11.7-rc2 review
 2024-11-10 15:53 UTC  (2+ messages)

[PATCH] media: cec: extron-da-hd-4k-plus: add return check for wait_for_completion*()
 2024-11-10 15:52 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_pipe2 (2)
 2024-11-10 15:52 UTC 

[PATCH net-next 0/2] net: dsa: microchip: Add SGMII port support to KSZ9477 switch
 2024-11-10 15:50 UTC  (3+ messages)
` [PATCH net-next 2/2] "

[PATCH v2] mediatek MT7920: update bluetooth firmware to 20241104091246
 2024-11-10 15:29 UTC  (2+ messages)

[PATCH] linux-firmware: update firmware for MT7920 WiFi device
 2024-11-10 15:29 UTC  (2+ messages)

[PATCHSET v2 0/15] Uncached buffered IO
 2024-11-10 15:28 UTC  (16+ messages)
` [PATCH 01/15] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/15] mm/readahead: add folio allocation helper
` [PATCH 03/15] mm: add PG_uncached page flag
` [PATCH 04/15] mm/readahead: add readahead_control->uncached member
` [PATCH 05/15] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/15] mm/truncate: make invalidate_complete_folio2() public
` [PATCH 07/15] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/15] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/15] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/15] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/15] mm: add FGP_UNCACHED folio creation flag
` [PATCH 12/15] ext4: add RWF_UNCACHED write support
` [PATCH 13/15] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 14/15] xfs: punt uncached write completions to the completion wq
` [PATCH 15/15] xfs: flag as supporting FOP_UNCACHED

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-10 15:19 UTC  (4+ messages)
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used

[PATCH v4 0/5] tools/memory-model: Define more of LKMM in tools/memory-model
 2024-11-10 15:17 UTC  (3+ messages)

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-10 15:02 UTC  (18+ messages)
` [PATCH v3 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v3 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v3 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v3 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v3 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v3 09/17] docs: core-api: document the IOVA-based API
` [PATCH v3 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v3 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v3 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v3 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v3 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v3 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v3 17/17] vfio/mlx5: Enable the DMA link API

[PATCH 0/5] arm64: qcom: Add support for QCS9075 boards
 2024-11-10 14:53 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: arm: qcom,ids: add SoC ID for QCS9075
` [PATCH 2/5] soc: qcom: socinfo: add QCS9075 SoC ID
` [PATCH 3/5] dt-bindings: arm: qcom: Document rb8/ride/ride-r3 on QCS9075
` [PATCH 4/5] arm64: dts: qcom: Add support for QCS9075 RB8
` [PATCH 5/5] arm64: dts: qcom: Add support for QCS9075 Ride & Ride-r3

Bit X Philosophy Perfected! (harmonizes with Bit Coin (+ Fair Pay Politics) and Bit Stream)
 2024-11-10 14:51 UTC 

[PATCH v2] rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
 2024-11-10 14:47 UTC 

[PATCH for-rc 0/2] RDMA/hns: Bugfixes
 2024-11-10 14:31 UTC  (2+ messages)

drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c:1638:5-8: Unneeded variable: "ret". Return "0" on line 1642
 2024-11-10 14:29 UTC 

[PATCH v2 for-next] RDMA/hns: Fix different dgids mapping to the same dip_idx
 2024-11-10 14:28 UTC  (2+ messages)

[PATCH net-next v2] net: dlink: add support for reporting stats via `ethtool -S`
 2024-11-10 14:25 UTC  (3+ messages)

[net-next PATCH v9 0/8] cn10k-ipsec: Add outbound inline ipsec support
 2024-11-10 14:23 UTC  (3+ messages)
` [net-next PATCH v9 1/8] octeontx2-pf: map skb data as device writeable

[PATCH v4 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
 2024-11-10 14:14 UTC  (7+ messages)
` [PATCH v4 1/6] rust: arc: use `NonNull::new_unchecked`
` [PATCH v4 2/6] rust: types: avoid `as` casts
` [PATCH v4 3/6] rust: arc: split unsafe block, add missing comment
` [PATCH v4 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v4 5/6] rust: reorder `ForeignOwnable` items
` [PATCH v4 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`

[PATCH v3 11/17] mm/hmm: provide generic DMA managing logic
 2024-11-10 13:46 UTC 

[PATCH net] selftests: wireguard: load nf_conntrack if it's not present
 2024-11-10 13:42 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