public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-22 19:53:39 to 2024-10-22 23:03:52 UTC [more...]

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-22 23:03 UTC  (18+ messages)
` [PATCH v3 01/16] rust: init: introduce `Opaque::try_ffi_init`
` [PATCH v3 02/16] rust: introduce `InPlaceModule`
` [PATCH v3 03/16] rust: pass module name to `Module::init`
` [PATCH v3 04/16] rust: implement generic driver registration
` [PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v3 06/16] rust: add rcu abstraction
` [PATCH v3 07/16] rust: add `Revocable` type
` [PATCH v3 08/16] rust: add `dev_*` print macros
` [PATCH v3 09/16] rust: add `io::Io` base type
` [PATCH v3 10/16] rust: add devres abstraction
` [PATCH v3 11/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v3 12/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v3 13/16] samples: rust: add Rust PCI sample driver
` [PATCH v3 14/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v3 16/16] samples: rust: add Rust platform sample driver

[PATCH v1 0/2] mseal: fixing madvise for file-backed mapping and PROT_NONE
 2024-10-22 22:54 UTC  (8+ messages)
` [PATCH v1 1/2] mseal: Two fixes for madvise(MADV_DONTNEED) when sealed

VFS regression with 9pfs ("Lookup would have caused loop")
 2024-10-22 23:00 UTC  (6+ messages)

linux-next: Fixes tag needs some work in the block tree
 2024-10-22 22:59 UTC 

[PATCH] hfs: use kzalloc in hfs_find_init() to fix KMSAN bug
 2024-10-22 22:57 UTC 

[GIT PULL] bcachefs fixes for 6.12-rc5
 2024-10-22 22:58 UTC  (5+ messages)

[PATCH 1/2] jiffies: Define secs_to_jiffies()
 2024-10-22 22:58 UTC  (4+ messages)
` [PATCH 2/2] drivers: hv: Convert open-coded timeouts to secs_to_jiffies()

Commit 6e90b675cf94 ("MAINTAINERS: Remove some entries due to various compliance requirements.")
 2024-10-22 22:55 UTC  (2+ messages)

[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-22 22:55 UTC  (4+ messages)
` [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc

[PATCH] spi: geni-qcom: Fix boot warning related to pm_runtime and devres
 2024-10-22 22:52 UTC  (2+ messages)

[RFC PATCH 00/10] Add support for DMA and audio codec of F1C100s
 2024-10-22 22:52 UTC  (2+ messages)

[PATCH v1 00/10] thermal: core: Use lists of trips for trip crossing detection and handling
 2024-10-22 22:52 UTC  (3+ messages)

[PATCH v2 00/11] thermal: core: Reimplement locking through guards
 2024-10-22 22:50 UTC  (24+ messages)
` [PATCH v2 01/11] thermal: core: Add and use thermal zone guard
` [PATCH v2 02/11] thermal: core: Add and use a reverse "
` [PATCH v2 03/11] thermal: core: Separate code running under thermal_list_lock
` [PATCH v2 04/11] thermal: core: Manage thermal_list_lock using a mutex guard
` [PATCH v2 05/11] thermal: core: Call thermal_governor_update_tz() outside of cdev lock
` [PATCH v2 06/11] thermal: core: Introduce thermal_instance_add()
` [PATCH v2 07/11] thermal: core: Introduce thermal_instance_delete()
` [PATCH v2 08/11] thermal: core: Introduce thermal_cdev_update_nocheck()
` [PATCH v2 09/11] thermal: core: Add and use cooling device guard
` [PATCH v2 10/11] thermal: core: Separate thermal zone governor initialization
` [PATCH v2 11/11] thermal: core: Manage thermal_governor_lock using a mutex guard

[PATCH v2 0/5] Introduce Owned type and Ownable trait (was: "rust: page: Add support for vmalloc_to_page")
 2024-10-22 22:44 UTC  (6+ messages)
` [PATCH v2 1/5] rust: types: add `Owned` type and `Ownable` trait
` [PATCH v2 2/5] rust: page: Make ownership of the page pointer explicit
` [PATCH v2 3/5] rust: page: Extend support to vmalloc_to_page
` [PATCH v2 4/5] rust: page: Add page_slice_to_page
` [PATCH v2 5/5] rust: firmware: implement `Ownable` for Firmware

[PATCH] MIPS: export __cmpxchg_small()
 2024-10-22 16:20 UTC  (2+ messages)

[PATCH 0/8] Enable EINJv2 support
 2024-10-22 22:44 UTC  (12+ messages)
` [PATCH 1/8] ACPICA: Update values to hex to follow ACPI specs
` [PATCH 2/8] ACPICA: Add EINJv2 get error type action
` [PATCH 3/8] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type
` [PATCH 4/8] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH 5/8] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH 6/8] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
` [PATCH 7/8] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH 8/8] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

[syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
 2024-10-22 22:40 UTC  (3+ messages)

[syzbot] [bcachefs?] INFO: task hung in __closure_sync_timeout
 2024-10-22 22:39 UTC  (2+ messages)

[PATCH v5 0/8] Add support for videocc, camcc, dispcc0 and dispcc1 on Qualcomm SA8775P platform
 2024-10-22 22:33 UTC  (5+ messages)
` [PATCH v5 7/8] arm64: dts: qcom: Update sleep_clk frequency to 32000 on SA8775P
` [PATCH v5 8/8] arm64: dts: qcom: Add support for multimedia clock controllers

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-10-22 22:31 UTC  (5+ messages)

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-22 22:30 UTC  (7+ messages)
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also

[PATCH v4 1/6] iio: backend: add API for interface get
 2024-10-22 22:28 UTC  (7+ messages)
` [PATCH v4 3/6] iio: adc: adi-axi-adc: add interface type
` [PATCH v4 6/6] iio: adc: ad4851: add ad485x driver

[PATCH 0/1] softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT
 2024-10-22 22:27 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC/PATCH 0/5] perf: Relax privilege restriction on AMD IBS (v3)
 2024-10-22 22:25 UTC  (6+ messages)
` [PATCH 5/5] perf/x86: Relax privilege filter restriction on AMD IBS

[PATCH] block: remove redundant explicit memory barrier from rq_qos waiter and waker
 2024-10-22 22:25 UTC  (5+ messages)

[PATCH v2 0/2] mm/mremap: Remove extra vma tree walk
 2024-10-22 22:10 UTC  (5+ messages)
` [PATCH v2 1/2] mm/mremap: Clean up vma_to_resize()
` [PATCH v2 2/2] mm/mremap: Remove goto from mremap_to()

[syzbot] [bcachefs?] general protection fault in btree_node_iter_and_journal_peek
 2024-10-22 22:09 UTC 

[RFC 0/4] mm: zswap: add support for zswapin of large folios
 2024-10-22 22:07 UTC  (10+ messages)
` [RFC 1/4] mm/zswap: skip swapcache for swapping in zswap pages

[PATCH 1/1] arm64: dts: imx8: move samsung,burst-clock-frequency to imx8mn and imx8mm mba8mx board file
 2024-10-22 22:04 UTC 

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-10-22 22:01 UTC  (6+ messages)

[PATCH RFC] usb: typec: ucsi: Set orientation as none when connector is unplugged
 2024-10-22 22:01 UTC  (2+ messages)

[paulmck-rcu:dev.2024.10.18a] BUILD SUCCESS 700b467da6b274feac4aeaaea9368db353db1083
 2024-10-22 22:00 UTC 

[PATCHv2 net-next] net: bnxt: use ethtool string helpers
 2024-10-22 22:00 UTC  (2+ messages)

[PATCH v2 0/5] Add new panel driver Samsung S6E88A0-AMS427AP24
 2024-10-22 21:33 UTC  (6+ messages)
  ` [PATCH v2 1/5] dt-bindings: display: panel: Move flip properties to panel-common
  ` [PATCH v2 2/5] dt-bindings: display: panel: Add Samsung S6E88A0-AMS427AP24 bindings
  ` [PATCH v2 3/5] drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver
  ` [PATCH v2 4/5] drm/panel: samsung-s6e88a0-ams427ap24: Add brightness control
  ` [PATCH v2 5/5] drm/panel: samsung-s6e88a0-ams427ap24: Add flip option

[PATCH v2] lockdep: add lockdep_cleanup_dead_cpu()
 2024-10-22 21:53 UTC  (2+ messages)
` [tip: locking/core] lockdep: Add lockdep_cleanup_dead_cpu()

[tip: locking/core] locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass()
 2024-10-22 21:53 UTC 

[tip: locking/core] locking/lockdep: Add a test for lockdep_set_subclass()
 2024-10-22 21:53 UTC 

[PATCH] lockdep: Use info level for lockdep initial info messages
 2024-10-22 21:53 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 1/1] lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING
 2024-10-22 21:53 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v2 1/1] locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercase
 2024-10-22 21:53 UTC  (2+ messages)
` [tip: locking/core] "

[iwl-next v4 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-22 21:52 UTC  (3+ messages)
` [iwl-next v4 1/2] igc: Link IRQs to NAPI instances
` [iwl-next v4 2/2] igc: Link queues "

[PATCH 0/5] perf: Fix pmu for drivers with bind/unbind
 2024-10-22 21:52 UTC  (8+ messages)
` [PATCH 3/5] perf: Add pmu get/put

[syzbot] [bcachefs?] general protection fault in btree_node_iter_and_journal_peek
 2024-10-22 21:48 UTC  (3+ messages)
` [syzbot] "

[PATCH 0/1] remoteproc documentation changes
 2024-10-22 21:47 UTC  (9+ messages)
` [PATCH 1/7] Documentation: remoteproc: move from staging
` [PATCH 2/7] Documentation: remoteproc: add more information
` [PATCH 3/7] Remoteproc: Documentation: add the main index
` [PATCH 4/7] Remoteproc: Documentation: add driver api
` [PATCH 5/7] Remoteproc: Documentation: add userspace api
` [PATCH 6/7] MAINTAINERS: remoteproc documentation path update
` [PATCH 7/7] rpmsg: Documentation: update the path

[PATCH 1/2] kasan: Fix Software Tag-Based KASAN with GCC
 2024-10-22 21:42 UTC  (4+ messages)

[syzbot] [bcachefs?] general protection fault in btree_node_iter_and_journal_peek
 2024-10-22 21:41 UTC 

[PATCH v3] sumversion: Fix a memory leak in get_src_version()
 2024-10-22 21:37 UTC 

[PATCH v3 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-10-22 21:34 UTC  (4+ messages)
` [PATCH v3 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v3 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v3 3/3] acpi,srat: give memory block size advice based on CFMWS alignment

[PATCH v2] sched_ext: Introduce LLC awareness to the default idle selection policy
 2024-10-22 21:33 UTC  (4+ messages)

[syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork
 2024-10-22 21:25 UTC  (2+ messages)
` [syzbot] [syzbot] [hfs?] KMSAN: uninit-value in hfs_free_fork; test if repro still valid

[RFC iwl-net] e1000: Hold RTNL when e1000_down can be called
 2024-10-22 21:17 UTC  (6+ messages)
    ` [Intel-wired-lan] "

[PATCH] kunit: Introduce autorun option
 2024-10-22 21:16 UTC  (2+ messages)

[PATCH hotfix 6.12 0/8] fix error handling in mmap_region() and refactor
 2024-10-22 21:15 UTC  (13+ messages)
` [PATCH hotfix 6.12 1/8] mm: avoid unsafe VMA hook invocation when error arises on mmap hook
` [PATCH hotfix 6.12 2/8] mm: unconditionally close VMAs on error
` [PATCH hotfix 6.12 3/8] mm: refactor map_deny_write_exec()
` [PATCH hotfix 6.12 4/8] mm: resolve faulty mmap_region() error path behaviour
` [PATCH hotfix 6.12 5/8] tools: testing: add additional vma_internal.h stubs
` [PATCH hotfix 6.12 6/8] mm: insolate mmap internal logic to mm/vma.c
` [PATCH hotfix 6.12 7/8] mm: refactor __mmap_region()
` [PATCH hotfix 6.12 8/8] mm: do not attempt second merge for file-backed VMAs

[PATCH] arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer
 2024-10-22 21:10 UTC  (2+ messages)

[PATCH] clk: Allow kunit tests to run without OF_OVERLAY enabled
 2024-10-22 21:09 UTC  (2+ messages)

perf_event_detach_bpf_prog() broken?
 2024-10-22 21:08 UTC  (4+ messages)

[PATCH 0/3] ARM: dts: add Kobo Clara 2E
 2024-10-22 21:05 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: imx: Add devicetree for "

[PATCH v4 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-10-22 21:05 UTC  (3+ messages)
` [PATCH v4 1/4] clk: "

[PATCH] mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_sub
 2024-10-22 21:03 UTC  (2+ messages)

[PATCH v10 1/4] dt-bindings: display: Add powertip,st7272 as DT Schema description
 2024-10-22 21:01 UTC  (3+ messages)
` [PATCH v10 2/4] dt-bindings: display: Add powertip,hx8238a "

[PATCH 0/2] ASoC: fsl_xcvr: enable some interrupts
 2024-10-22 21:00 UTC  (2+ messages)

[PATCH] ASoC: fsl_micfil: Add sample rate constraint
 2024-10-22 21:00 UTC  (2+ messages)

[PATCH v3 0/2] input: automate of_node_put() calls for device_node
 2024-10-22 20:59 UTC  (2+ messages)

[net-next v3 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-22 20:58 UTC  (8+ messages)
` [net-next v3 1/2] igc: Link IRQs to NAPI instances
` [net-next v3 2/2] igc: Link queues "

[PATCH] net: mana: use ethtool string helpers
 2024-10-22 20:56 UTC  (2+ messages)

[RFC PATCH 0/5] Removal of a few obsolete input drivers
 2024-10-22 20:55 UTC  (7+ messages)

[PATCH 0/3] kprobes: Annotate structs with __counted_by()
 2024-10-22 20:55 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH net-next] net: fjes: use ethtool string helpers
 2024-10-22 20:54 UTC 

[PATCH v23] getrandom() in vDSO (still flawed)
 2024-10-22 20:49 UTC 

[PATCH] dt-bindings: Fix array property constraints
 2024-10-22 20:46 UTC  (3+ messages)

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-22 20:45 UTC  (9+ messages)
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism

[kvm-unit-tests PATCH 0/3] Fix arm64 clang errors on fpu tests
 2024-10-22 20:45 UTC  (3+ messages)

[PATCH 1/1] PCI: Move no_pci_devices() to the only driver using it
 2024-10-22 20:45 UTC  (3+ messages)

[PATCH 0/2] dt-bindings: dma: adi,axi-dmac: convert to yaml and update
 2024-10-22 20:43 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dma: adi,axi-dmac: convert to yaml schema

[PATCH 1/1 fyi] tools headers UAPI: Sync kvm headers with the kernel sources
 2024-10-22 20:40 UTC 

[PATCH v1] arm64: dts: qcom: sa8775p: Add GPI configuration
 2024-10-22 20:39 UTC  (2+ messages)

[PATCH net-next v5 0/3] Threads support in proc connector
 2024-10-22 20:36 UTC  (6+ messages)
` [PATCH net-next v5 2/3] connector/cn_proc: Kunit tests for threads hash table

[PATCH 1/2] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi R3S
 2024-10-22 20:34 UTC  (4+ messages)

[PATCH net-next] ibmvnic: use ethtool string helpers
 2024-10-22 20:32 UTC 

[PATCH 1/1] arm64: dts: freescale: mba8mx: remove undocument 'data-lanes' at panel
 2024-10-22 20:23 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_journal_key_insert_take
 2024-10-22 20:21 UTC  (2+ messages)

[PATCHv2 net-next] net: dsa: use ethtool string helpers
 2024-10-22 20:16 UTC 

[PATCH v2] mm: mglru: provide a separate list for lazyfree anon folios
 2024-10-22 20:15 UTC  (5+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-22 20:13 UTC  (4+ messages)
` [PATCH 09/35] sysctl: "

[PATCH 0/3] Update, encapsulate and expand the RK356x SoC dtsi files
 2024-10-22 20:13 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: rockchip: Add new SoC dtsi for the RK3566T variant

[PATCH] drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBAL
 2024-10-22 20:12 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add dcn30 drm_panic support
 2024-10-22 20:10 UTC  (2+ messages)

[PATCH] drivers/iio/adc/ad7124.c: fix division by zero in ad7124_set_channel_odr()
 2024-10-22 20:08 UTC  (3+ messages)

[PATCH][next] thermal/drivers/mediatek/lvts_thermal: make read-only arrays static const
 2024-10-22 20:08 UTC  (2+ messages)

[PATCH v2 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-10-22 20:07 UTC  (4+ messages)

[RFC PATCH] tracing: Fix syscall tracepoint use-after-free
 2024-10-22 20:04 UTC  (5+ messages)

[PATCH] drivers/staging/iio/frequency/ad9832.c: fix division by zero in ad9832_calc_freqreg()
 2024-10-22 20:06 UTC  (3+ messages)

[PATCH 1/2] selftests/intel_pstate: fix operand expected
 2024-10-22 20:03 UTC 

linux-next: duplicate patches in the regulator tree
 2024-10-22 20:03 UTC  (5+ messages)

[PATCH v3 0/5] iio: adc: ad7380: fix several supplies issues
 2024-10-22 20:02 UTC  (2+ messages)

[PATCH v4 00/13] Add support for AMD hardware feedback interface
 2024-10-22 20:02 UTC  (4+ messages)
` [PATCH v4 10/13] x86/process: Clear hardware feedback history for AMD processors

[syzbot] [kernel?] KCSAN: assert: race in dequeue_entities
 2024-10-22 19:57 UTC  (6+ messages)

[PATCH v4 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-10-22 19:56 UTC  (4+ messages)
` [PATCH v4 3/9] PCI: imx6: Fetch dbi2 and iATU base addesses from DT

[PATCH] gpio: fix uninit-value in swnode_find_gpio
 2024-10-22 19:54 UTC  (2+ messages)
` [PATCH v2] "


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