public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-06 19:10:13 to 2024-12-06 21:39:10 UTC [more...]

[PULL] drm-fixes
 2024-12-06 21:39 UTC  (2+ messages)

[PATCH v5 00/16] spi: axi-spi-engine: add offload support
 2024-12-06 21:36 UTC  (4+ messages)
` [PATCH v5 10/16] iio: buffer-dmaengine: add devm_iio_dmaengine_buffer_setup_ext2()

[syzbot] [mm?] KASAN: slab-use-after-free Read in __mmap_region
 2024-12-06 21:36 UTC  (3+ messages)

[PATCH] mm: perform all memfd seal checks in a single place
 2024-12-06 21:28 UTC 

[PATCH v5] mm/hugetlb: support FOLL_FORCE|FOLL_WRITE
 2024-12-06 21:28 UTC 

[PATCH 0/5] soc: renesas: Add system controller support for RZ/G3E SoC
 2024-12-06 21:25 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: arm: renesas: Add syscon compatibility to RZ/V2H(P) SYS Controller
` [PATCH 2/5] dt-bindings: soc: renesas: Document Renesas RZ/G3E SoC variants
` [PATCH 3/5] soc: renesas: rz-sysc: Add support for RZ/G3E family
` [PATCH 4/5] arm64: dts: renesas: r9a09g047: add sys node
` [PATCH 5/5] arm64: dts: renesas: r9a09g057: Add syscon compatibility to "

[PATCH v4 0/3] media: venus: Provide support for selecting encoder/decoder from in-driver
 2024-12-06 21:25 UTC  (4+ messages)
` [PATCH v4 3/3] media: dt-bindings: qcom-venus: Deprecate video-decoder and video-encoder where applicable

[PATCH v4 00/14] hrtimer Rust API
 2024-12-06 21:25 UTC  (17+ messages)
` [PATCH v4 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v4 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v4 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v4 04/14] rust: hrtimer: implement `TimerPointer` for `Arc`
` [PATCH v4 05/14] rust: hrtimer: allow timer restart from timer handler
` [PATCH v4 06/14] rust: hrtimer: add `UnsafeTimerPointer`
` [PATCH v4 07/14] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&T>`
` [PATCH v4 08/14] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&mut T>`
` [PATCH v4 09/14] rust: hrtimer: add `hrtimer::ScopedTimerPointer`
` [PATCH v4 10/14] rust: alloc: add `Box::into_pin`
` [PATCH v4 11/14] rust: hrtimer: implement `TimerPointer` for `Pin<Box<T>>`
` [PATCH v4 12/14] rust: hrtimer: add `TimerMode`
` [PATCH v4 13/14] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v4 14/14] rust: hrtimer: add maintainer entry

[PATCH] EDAC/{i10nm,skx,skx_common}: Support multiple clumps
 2024-12-06 21:24 UTC  (9+ messages)

[next -v1 0/5] Some cleanup for memcg
 2024-12-06 21:20 UTC  (6+ messages)
` [next -v1 3/5] memcg: simplify the mem_cgroup_update_lru_size function

[PATCH v6 00/15] Introduce support for Fabric Discovery and
 2024-12-06 21:08 UTC  (16+ messages)
` [PATCH v6 01/15] scsi: fnic: Replace shost_printk with dev_info/dev_err
` [PATCH v6 02/15] scsi: fnic: Add headers and definitions for FDLS
` [PATCH v6 03/15] scsi: fnic: Add support for fabric based solicited requests and responses
` [PATCH v6 04/15] scsi: fnic: Add support for target "
` [PATCH v6 05/15] scsi: fnic: Add support for unsolicited "
` [PATCH v6 06/15] scsi: fnic: Add Cisco hardware model names
` [PATCH v6 07/15] scsi: fnic: Add and integrate support for FDMI
` [PATCH v6 08/15] scsi: fnic: Add and integrate support for FIP
` [PATCH v6 09/15] scsi: fnic: Add functionality in fnic to support FDLS
` [PATCH v6 10/15] scsi: fnic: Modify IO path to use FDLS
` [PATCH v6 11/15] scsi: fnic: Modify fnic interfaces "
` [PATCH v6 12/15] scsi: fnic: Add stats and related functionality
` [PATCH v6 13/15] scsi: fnic: Code cleanup
` [PATCH v6 14/15] scsi: fnic: Add support to handle port channel RSCN
` [PATCH v6 15/15] scsi: fnic: Increment driver version

[PATCH] [PATCH] rust: macros: add authors
 2024-12-06 21:19 UTC  (3+ messages)
  `  "

[PATCH net-next v13 00/22] Introducing OpenVPN Data Channel Offload
 2024-12-06 21:18 UTC  (23+ messages)
` [PATCH net-next v13 01/22] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v13 02/22] ovpn: add basic netlink support
` [PATCH net-next v13 03/22] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v13 04/22] ovpn: keep carrier always on for MP interfaces
` [PATCH net-next v13 05/22] ovpn: introduce the ovpn_peer object
` [PATCH net-next v13 06/22] ovpn: introduce the ovpn_socket object
` [PATCH net-next v13 07/22] ovpn: implement basic TX path (UDP)
` [PATCH net-next v13 08/22] ovpn: implement basic RX "
` [PATCH net-next v13 09/22] ovpn: implement packet processing
` [PATCH net-next v13 10/22] ovpn: store tunnel and transport statistics
` [PATCH net-next v13 11/22] ovpn: implement TCP transport
` [PATCH net-next v13 12/22] ovpn: implement multi-peer support
` [PATCH net-next v13 13/22] ovpn: implement peer lookup logic
` [PATCH net-next v13 14/22] ovpn: implement keepalive mechanism
` [PATCH net-next v13 15/22] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v13 16/22] ovpn: add support for peer floating
` [PATCH net-next v13 17/22] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v13 18/22] ovpn: implement key add/get/del/swap "
` [PATCH net-next v13 19/22] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v13 20/22] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v13 21/22] ovpn: add basic ethtool support
` [PATCH net-next v13 22/22] testing/selftests: add test tool and scripts for ovpn module

[REGRESSION][BISECTED] asus-wmi driver fails on my laptop
 2024-12-06 21:18 UTC  (3+ messages)

[PATCH v7 1/2] dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq
 2024-12-06 21:11 UTC  (2+ messages)
` [PATCH v7 2/2] cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2024-12-06 21:14 UTC  (7+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

6.12 WARNING in netfs_consume_read_data()
 2024-12-06 21:13 UTC  (6+ messages)

[PATCH v2 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver
 2024-12-06 21:12 UTC  (2+ messages)

[PATCH v3 0/5] LSM: Replace secctx/len pairs with lsm_context
 2024-12-06 20:57 UTC  (4+ messages)
` [PATCH v3 1/5] LSM: Ensure the correct LSM context releaser

[PATCH v2] pinctrl: stm32: Add check for clk_enable()
 2024-12-06 21:08 UTC 

[PATCH v2 5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
 2024-12-06 21:02 UTC  (2+ messages)

[PATCH 2/2] soc: hisilicon: kunpeng_hbmcache: Add support for online and offline the hbm cache
 2024-12-06 21:02 UTC  (2+ messages)

[PATCH net] Fix clamp() of ip_vs_conn_tab on small memory systems
 2024-12-06 20:58 UTC  (6+ messages)

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-12-06 20:58 UTC  (3+ messages)

[ANNOUNCE] 5.15.173-rt82
 2024-12-06 20:56 UTC 

v6.13-rc1: Internal error: Oops - Undefined instruction: 0000000002000000 [#1] SMP
 2024-12-06 20:56 UTC  (11+ messages)

[PATCHv2] cpumask: work around false-postive stringop-overread errors
 2024-12-06 20:49 UTC  (4+ messages)

[PATCH 0/5 v1] Processing java JIT dumps from containers
 2024-12-06 20:48 UTC  (6+ messages)
` [PATCH 1/5] perf config: Fix trival typo 'an' -> 'can'
` [PATCH 2/5] perf jitdump: Accept jitdump mmaps emitted from inside containers
` [PATCH 3/5] perf namespaces: Introduce nsinfo__set_in_pidns()
` [PATCH 4/5] perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not in the same pidns
` [PATCH 5/5] perf namespaces: Fixup the nsinfo__in_pidns() return type, its bool

[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-06 20:45 UTC 

[PATCH v30 00/30] Introduce QC USB SND audio offloading support
 2024-12-06 20:43 UTC  (6+ messages)
` [PATCH v30 28/30] ALSA: usb-audio: Add USB offload route kcontrol

[PATCH 1/2] ASoC: codecs: wcd9335: Add define for number of DAIs
 2024-12-06 20:42 UTC  (5+ messages)

kernel/sched/build_utility.o: warning: objtool: sched_is_eas_possible.isra.0+0x8c: stack state mismatch: reg1[28]=-1+0 reg2[28]=-2-56
 2024-12-06 20:41 UTC 

[PATCH bpf] bpf: Fix prog_array UAF in __uprobe_perf_func()
 2024-12-06 20:37 UTC 

[RFC 0/1] swiotlb: Mitigate potential DoS caused by BUG_ON()
 2024-12-06 20:36 UTC  (4+ messages)
` [RFC 1/1] swiotlb: Replace BUG_ON() with graceful error handling

[PATCH net v2 0/5] Make TCP-MD5-diag slightly less broken
 2024-12-06 20:35 UTC  (6+ messages)

[PATCH 0/2] regulator: add new PMIC PF9453 support
 2024-12-06 20:32 UTC  (3+ messages)
` [PATCH 1/2] regulator: dt-bindings: pf9453: "
` [PATCH 2/2] regulator: pf9453: add "

[SCHED] any modern replacement for RT_RUNTIME_GREED in the mainline kernel?
 2024-12-06 20:30 UTC  (2+ messages)

[PATCH v2 0/2] firmware: arm_scmi: unbound discrete rates, support round rate
 2024-12-06 20:28 UTC  (3+ messages)
` [PATCH v2 2/2] firmware: arm_scmi: round rate bisecting in discrete rates

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2024-12-06 20:27 UTC  (7+ messages)
` [PATCH v15 01/13] x86/sev: Carve out and export SNP guest messaging init routines

[PATCH] mtdchar: fix integer overflow in read/write ioctls
 2024-12-06 20:26 UTC 

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-06 20:23 UTC  (14+ messages)
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()

[PATCH] zram: make default ZSTD compression level configurable
 2024-12-06 20:16 UTC 

[PATCH v3 0/9] Add display support for QCS615 platform
 2024-12-06 20:17 UTC  (3+ messages)
` [PATCH v3 5/9] drm/msm/dpu: Add SM6150 support

[PATCH v1 0/4] iio: afe: rescale: A few cleanups
 2024-12-06 20:13 UTC  (5+ messages)
` [PATCH v1 1/4] iio: afe: rescale: Don't use ^ for booleans

[PATCH 0/8] Add DisplayPort support for QCS615 platform
 2024-12-06 20:13 UTC  (8+ messages)
` [PATCH 6/8] drm/msm/dp: Add maximum width limitation for modes

[PATCH v2 0/6] Enable strict percpu address space checks
 2024-12-06 20:13 UTC  (4+ messages)
` [PATCH v2 5/6] percpu: Repurpose __percpu tag as a named address space qualifier

[PATCH v2 0/1] remove can_do_mseal
 2024-12-06 20:08 UTC  (4+ messages)
` [PATCH v2 1/1] mseal: remove can_do_mseal()

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-12-06 20:07 UTC  (5+ messages)
` [PATCH v9 6/9] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller

[PATCH wireless-next] wifi: ath12k: Fix out-of-bounds read
 2024-12-06 20:06 UTC  (2+ messages)

[syzbot] [input?] [usb?] KASAN: slab-out-of-bounds Read in mcp2221_raw_event
 2024-12-06 20:05 UTC 

[GIT PULL] regmap fixes for v6.13-rc1
 2024-12-06 20:05 UTC  (2+ messages)

[git pull] drm fixes for 6.13-rc2
 2024-12-06 20:05 UTC  (3+ messages)

[PATCH] drm/bridge-connector: Prioritize supported_formats over ycbcr_420_allowed
 2024-12-06 20:04 UTC  (2+ messages)

[PATCH] net: wwan: t7xx: Replace deprecated PCI functions
 2024-12-06 19:57 UTC 

[GIT PULL] MMC fixes for v6.13-rc2
 2024-12-06 20:04 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.13-rc2
 2024-12-06 20:04 UTC  (2+ messages)
`  "

[GIT PULL] SPI fixes for v6.13-rc1
 2024-12-06 20:04 UTC  (2+ messages)

[GIT PULL] pmdomain fixes for v6.13-rc2
 2024-12-06 20:03 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Avago/Broadcom APDS9160
 2024-12-06 20:03 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: light: Add APDS9160 binding

[PATCH v3 00/13] Add support for SAMA7D65
 2024-12-06 19:59 UTC  (14+ messages)
` [PATCH v3 01/13] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity
` [PATCH v3 02/13] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH v3 03/13] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH v3 04/13] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v3 05/13] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH v3 06/13] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
` [PATCH v3 07/13] dt-bindings: clock: Add SAMA7D65 PMC compatible string
` [PATCH v3 08/13] clk: at91: sama7d65: add sama7d65 pmc driver
` [PATCH v3 09/13] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH v3 10/13] ARM: dts: at91: Add sama7d65 pinmux
` [PATCH v3 11/13] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH v3 12/13] ARM: configs: at91: sama7: add new SoC config
` [PATCH v3 13/13] ARM: at91: add new SoC sama7d65

[PATCH] drm/msm/dpu: filter out too wide modes if no 3dmux is present
 2024-12-06 20:00 UTC 

[PATCH v2] drm/bridge-connector: Prioritize supported_formats over ycbcr_420_allowed
 2024-12-06 20:00 UTC 

[PATCH 0/5] x86/cpu: Remove duplicate microcode version matching infrastructure
 2024-12-06 19:58 UTC  (8+ messages)
` [PATCH 1/5] x86/cpu: Introduce new microcode matching helper
` [PATCH 2/5] x86/cpu: Expose only stepping min/max interface
` [PATCH 3/5] x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id'
` [PATCH 4/5] x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'
` [PATCH 5/5] x86/cpu: Remove 'x86_cpu_desc' infrastructure

[PATCH v4 0/9] mm: workingset reporting
 2024-12-06 19:57 UTC  (3+ messages)

[PATCH v1] mseal: move can_do_mseal to mseal.c
 2024-12-06 19:53 UTC  (5+ messages)
` [PATCH] mseal: remove can_do_mseal

[PATCH v5 1/8] power: ip5xxx_power: Use regmap_field API
 2024-12-06 19:51 UTC  (3+ messages)
` [PATCH v5 3/8] power: ip5xxx_power: Allow for more parameters to be configured

[PATCH] spi: rockchip: Fix PM runtime count on no-op cs
 2024-12-06 19:50 UTC 

[PATCH v3 0/3] firmware: add exynos ACPM protocol driver
 2024-12-06 19:50 UTC  (5+ messages)
` [PATCH v3 2/3] "

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-06 19:49 UTC  (9+ messages)
` [PATCH net-next v2 1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH] MAINTAINERS: group all VMA-related files into the VMA section
 2024-12-06 19:35 UTC  (2+ messages)

[PATCH next] btrfs: selftests: prevent error pointer dereference in merge_tests()
 2024-12-06 19:35 UTC  (2+ messages)

[PATCH v2] serial: amba-pl011: Fix RTS handling in RS485 mode
 2024-12-06 19:30 UTC 

[PATCH v7 0/5] media: qcom: camss: Add sc7280 support
 2024-12-06 19:27 UTC  (7+ messages)
` [PATCH v7 3/5] media: qcom: camss: Add support for camss driver on sc7280
` [PATCH v7 4/5] arm64: dts: qcom: sc7280: Add support for camss

[PATCH] usb: dwc3: gadget: fix writing NYET threshold
 2024-12-06 19:27 UTC  (3+ messages)

[PATCH v8 0/5] media: qcom: camss: Add sc7280 support
 2024-12-06 19:19 UTC  (6+ messages)
` [PATCH v8 1/5] media: dt-bindings: Add qcom,sc7280-camss
` [PATCH v8 2/5] media: qcom: camss: Sort camss version enums and compatible strings
` [PATCH v8 3/5] media: qcom: camss: Add support for camss driver on sc7280
` [PATCH v8 4/5] arm64: dts: qcom: sc7280: Add support for camss
` [PATCH v8 5/5] arm64: dts: qcom: qcs6490-rb3gen2-vision-mezzanine: Add vision mezzanine

[PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable
 2024-12-06 19:26 UTC 

[PATCH net-next 1/2] net: renesas: rswitch: do not deinit disabled ports
 2024-12-06 19:21 UTC  (2+ messages)
` [PATCH net-next 2/2] net: renesas: rswitch: remove speed from gwca structure

[PATCH net v2 0/4] net: renesas: rswitch: several fixes
 2024-12-06 19:18 UTC  (4+ messages)
` [PATCH net v2 2/4] net: renesas: rswitch: fix race window between tx start and complete

[PATCH v5] staging: gpib: Fix i386 build issue
 2024-12-06 19:17 UTC  (3+ messages)

[RFC PATCH 00/16] pkeys-based page table hardening
 2024-12-06 19:14 UTC  (2+ messages)

[PATCH] selftests: x86: fix typo in lam.c
 2024-12-06 19:12 UTC  (2+ messages)
` [tip: x86/mm] x86/mm/selftests: Fix "

[PATCH, RESEND] x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
 2024-12-06 19:12 UTC  (2+ messages)
` [tip: x86/mm] "

[PATCH] fs/ceph/io: make ceph_start_io_*() killable
 2024-12-06 19:11 UTC  (4+ messages)


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