mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH RFC 0/3] Initial rust bindings for device property reads
 2024-10-25 21:05 UTC 

[PATCH v4 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
 2024-10-25 21:05 UTC  (3+ messages)

linus-next: improving functional testing for to-be-merged pull requests
 2024-10-25 21:04 UTC  (13+ messages)

[syzbot] [btrfs?] general protection fault in btrfs_search_slot
 2024-10-25 21:03 UTC  (5+ messages)
` [PATCH] btrfs: add a sanity check for btrfs root

[PATCH 0/2] kunit: enable hardware virtualization
 2024-10-25 21:03 UTC  (3+ messages)
` [PATCH 1/2] kunit: add fallback for os.sched_getaffinity
` [PATCH 2/2] kunit: enable hardware acceleration when available

[PATCH v2 0/14] Enable CXL PCIe port protocol error handling and logging
 2024-10-25 21:03 UTC  (15+ messages)
` [PATCH v2 01/14] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v2 02/14] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe port support
` [PATCH v2 03/14] cxl/pci: Introduce helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v2 04/14] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v2 05/14] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v2 06/14] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices
` [PATCH v2 07/14] PCI/AER: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH v2 08/14] cxl/pci: Change find_cxl_ports() to non-static
` [PATCH v2 09/14] cxl/pci: Map CXL PCIe root port and downstream switch port RAS registers
` [PATCH v2 10/14] cxl/pci: Map CXL PCIe upstream "
` [PATCH v2 11/14] cxl/pci: Rename RAS handler interfaces to also indicate CXL PCIe port support
` [PATCH v2 12/14] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH v2 13/14] cxl/pci: Add trace logging "
` [PATCH v2 14/14] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers

[PATCH] x86/ioperm: Use atomic64_inc_return() in ksys_ioperm()
 2024-10-25 21:01 UTC  (5+ messages)

[PATCH v6 0/5] Hwmon PMUs
 2024-10-25 21:01 UTC  (8+ messages)

[PATCH v12 0/7] Introduction of a remoteproc tee to load signed firmware
 2024-10-25 20:59 UTC  (8+ messages)
` [PATCH v12 1/7] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v12 2/7] remoteproc: Add TEE support
` [PATCH v12 3/7] remoteproc: core: Refactor resource table cleanup into rproc_release_fw
` [PATCH v12 4/7] remoteproc: Introduce release_fw optional operation
` [PATCH v12 5/7] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v12 6/7] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v12 7/7] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH v4 0/7] rust: Add IO polling
 2024-10-25 20:55 UTC  (3+ messages)
` [PATCH v4 3/7] rust: time: Introduce Instant type

[PATCH v2 1/1] pwm: core: use device_match_name() instead of strcmp(dev_name(
 2024-10-25 20:54 UTC  (2+ messages)

[PATCH v2] scx: Fix raciness in scx_ops_bypass()
 2024-10-25 20:54 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH] rtc: cmos: avoid taking rtc_lock for extended period of time
 2024-10-25 20:52 UTC  (2+ messages)

[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
 2024-10-25 20:51 UTC  (3+ messages)

[PATCH RESEND] checkpatch: always parse orig_commit in fixes tag
 2024-10-25 20:48 UTC 

[PATCH][next] wifi: mac80211: ieee80211_i: Avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-10-25 20:48 UTC  (6+ messages)

[PATCH] irqchip: mips-gic: Handle case with cluster without CPU cores
 2024-10-25 20:47 UTC  (4+ messages)

[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-10-25 20:47 UTC  (21+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library

[PATCH net-next v3 0/8] rust: Add IO polling
 2024-10-25 20:47 UTC  (8+ messages)
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta

[PATCH] wifi: brcm80211: Remove unused dma_txflush
 2024-10-25 20:46 UTC 

[RFC] driver core: add a dbg printk for successful probes
 2024-10-25 20:44 UTC  (3+ messages)

[PATCH v2 0/2] drm/etnaviv: Fix GPUVA range collision when CPU page size is not equal to GPU page size
 2024-10-25 20:43 UTC  (3+ messages)
` [PATCH v2 1/2] drm/etnaviv: Record GPU visible size of GEM BO separately
` [PATCH v2 2/2] drm/etnaviv: Map and unmap GPUVA range with respect to the GPUVA size

[PATCH v7 0/4] x86/resctrl: mba_MBps enhancements
 2024-10-25 20:42 UTC  (4+ messages)
` [PATCH v7 1/4] x86/resctrl: Make input event for MBA Software Controller configurable

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-25 20:40 UTC  (9+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
 2024-10-25 20:39 UTC  (32+ messages)
` [PATCH v2 01/31] netfs: Remove call to folio_index()
` [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH v2 03/31] netfs: Remove unnecessary references to pages
` [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
` [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
` [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
` [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH v2 10/31] netfs: Drop the was_async "
` [PATCH v2 11/31] netfs: Don't use bh spinlock
` [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
` [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH v2 14/31] afs: Fix directory format encoding struct
` [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
` [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
` [PATCH v2 17/31] cachefiles: Add auxiliary data trace
` [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
` [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
` [PATCH v2 22/31] afs: Use netfslib for directories
` [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH v2 24/31] afs: Eliminate afs_read
` [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
` [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
` [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
` [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
` [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
` [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()

[PATCH] drm: encoder_slave: Remove unused encoder functions
 2024-10-25 20:39 UTC 

[RFC PATCH] remoteproc: core: Add support for predefined notifyids
 2024-10-25 20:38 UTC  (3+ messages)

[PATCHv2 net-next] net: freescale: use ethtool string helpers
 2024-10-25 20:37 UTC 

[PATCH v5 0/5] introduce PIDFD_SELF* sentinels
 2024-10-25 20:31 UTC  (8+ messages)
` [PATCH v5 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH v8 08/25] x86/resctrl: Introduce interface to display number of monitoring counters
 2024-10-25 20:31 UTC  (18+ messages)
                                `  "

[PATCH] clocksource: Remove unused dw_apb_clockevent functions
 2024-10-25 20:31 UTC 

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-25 20:21 UTC  (13+ messages)

[PATCH net-next] net: intel: use ethtool string helpers
 2024-10-25 20:19 UTC  (3+ messages)

[RFC PATCH] tracing: Fix syscall tracepoint use-after-free
 2024-10-25 20:19 UTC  (3+ messages)

[RFC PATCH v2] tracing: Fix syscall tracepoint use-after-free
 2024-10-25 20:18 UTC  (2+ messages)

[PATCH] sched: fix warning in sched_setaffinity
 2024-10-25 20:17 UTC  (3+ messages)

[PATCHv2 net-next iwl-next] net: intel: use ethtool string helpers
 2024-10-25 20:17 UTC 

[tip:perf/urgent] BUILD SUCCESS e3dfd64c1f344ebec9397719244c27b360255855
 2024-10-25 20:16 UTC 

[PATCH] pinctrl: qcom: spmi: fix debugfs drive strength
 2024-10-25 20:15 UTC  (2+ messages)

[tip:perf/core] BUILD SUCCESS 4d756095d3994cb41393817dc696b458938a6bd0
 2024-10-25 20:15 UTC 

[PATCH v6 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2024-10-25 20:13 UTC  (6+ messages)

[PATCHv4 net-next] net: dsa: use ethtool string helpers
 2024-10-25 20:08 UTC 

[PATCH] rtc: cmos: avoid taking rtc_lock for extended period of time
 2024-10-25 20:07 UTC  (3+ messages)

[PATCH 0/5] clk: qcom: remove superfluous alpha settings from PLL configs
 2024-10-25 20:06 UTC  (7+ messages)
` [PATCH 1/5] clk: qcom: apss-ipq-pll: drop 'alpha_en_mask' from IPQ5018 PLL config
` [PATCH 3/5] clk: qcom: gcc-ipq6018: remove alpha values from NSS Crypto PLL's config

[PATCH v2] sched_ext: Introduce NUMA awareness to the default idle selection policy
 2024-10-25 20:02 UTC  (2+ messages)

[GIT PULL] fbdev late fixes for v6.12-rc5
 2024-10-25 20:00 UTC  (4+ messages)

[PATCHv3 net-next] net: dsa: use ethtool string helpers
 2024-10-25 19:58 UTC  (3+ messages)

[PATCH v3 1/6] iio: backend: add API for interface get
 2024-10-25 19:55 UTC  (6+ messages)
` [PATCH v3 6/6] iio: adc: ad4851: add ad485x driver

[PATCH 0/6] futex: The remaining futex2 bits
 2024-10-25 19:54 UTC  (5+ messages)
` [PATCH 1/6] mm: Add vmalloc_huge_node()
` [PATCH 2/6] futex: Implement FUTEX2_NUMA

[PATCH v4 00/17] Introduce a store type enum for the Maple tree
 2024-10-25 19:54 UTC  (4+ messages)
` [PATCH v4 16/17] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[syzbot] [mm?] WARNING in get_taint (2)
 2024-10-25 19:50 UTC 

[PATCH 1/2] scx: Fix exit selftest to use custom DSQ
 2024-10-25 19:47 UTC  (4+ messages)
` [PATCH 2/2] scx: Fix raciness in scx_ops_bypass()

[PATCH RFC v2 0/5] Verify bias functionality for pinctrl_paris driver through new gpio test
 2024-10-25 19:45 UTC  (6+ messages)
` [PATCH RFC v2 1/5] pinctrl: mediatek: paris: Expose more configurations to GPIO set_config
` [PATCH RFC v2 2/5] pinctrl: mediatek: moore: "
` [PATCH RFC v2 3/5] pinctrl: mediatek: common: "
` [PATCH RFC v2 4/5] selftest: gpio: Add wait flag to gpio-mockup-cdev
` [PATCH RFC v2 5/5] selftest: gpio: Add a new set-get config test

[PATCH] ufs: core: Add WB buffer resize support
 2024-10-25 19:44 UTC  (2+ messages)

[PATCH v2] media: dt-bindings: Remove assigned-clock-* from various schema
 2024-10-25 19:43 UTC  (2+ messages)

[PATCH v1] arm64: dts: qcom: qcs615: Add QUPv3 configuration
 2024-10-25 19:40 UTC  (2+ messages)

[PATCH 0/6] qcom: camss: dts: Prune and tidy x13s, rb5 and rb3 CAMSS dts
 2024-10-25 19:39 UTC  (4+ messages)
` [PATCH 3/6] arm64: dts: qcom: sc8280xp-x13s: Drop redundant clock-lanes from camera@10

[RFC PATCH v1] tracing: Fix syscall tracepoint use-after-free
 2024-10-25 19:38 UTC  (3+ messages)

[PATCH v5] arm64: dts: qcom: Add coresight nodes for x1e80100
 2024-10-25 19:37 UTC  (2+ messages)

[PATCH v1 00/14] futex: More futex2 bits
 2024-10-25 19:36 UTC  (5+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA

[PATCH v1 0/4] Enable UFS on QCS615
 2024-10-25 19:35 UTC  (5+ messages)
` [PATCH v1 3/4] arm64: dts: qcom: qcs615: add UFS node
` [PATCH v1 4/4] arm64: dts: qcom: qcs615-ride: Enable "

[PATCH v2 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC
 2024-10-25 19:34 UTC  (2+ messages)

[PATCH][next] jbd2: Avoid dozens of -Wflex-array-member-not-at-end warnings
 2024-10-25 19:32 UTC 

[PATCH v3 0/5] Add new panel driver Samsung S6E88A0-AMS427AP24
 2024-10-25 19:32 UTC  (5+ messages)
` [PATCH v3 4/5] drm/panel: samsung-s6e88a0-ams427ap24: Add brightness control
` [PATCH v3 5/5] drm/panel: samsung-s6e88a0-ams427ap24: Add flip option

[PATCH net-next] net: freescale: use ethtool string helpers
 2024-10-25 19:32 UTC  (3+ messages)

[PATCH 0/8] Add support for binding ACPI platform profile to multiple drivers
 2024-10-25 19:30 UTC  (9+ messages)
` [PATCH 1/8] ACPI: platform-profile: Add a name member to handlers
` [PATCH 2/8] platform/surface: aggregator: Add platform handler pointer to device
` [PATCH 3/8] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH 4/8] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH 5/8] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH 6/8] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH 7/8] ACPI: platform_profile: Add support for multiple handlers
` [PATCH 8/8] platform/x86/amd: pmf: Drop all quirks

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-10-25 19:30 UTC  (9+ messages)

[PATCH] sched: Pass correct scheduling policy to __setscheduler_class
 2024-10-25 19:28 UTC  (2+ messages)

[PATCH 1/2] mailbox: Documentation: remove the old documentation
 2024-10-25 19:24 UTC  (4+ messages)
` [PATCH 2/2] mailbox: Documentation: add the latest documentation

[PATCH v5 00/10] Run tests in parallel showing number of tests running
 2024-10-25 19:21 UTC  (11+ messages)
` [PATCH v5 01/10] tools subcmd: Add non-waitpid check_if_command_finished()
` [PATCH v5 02/10] perf test: Display number of active running tests
` [PATCH v5 03/10] perf test: Reduce scope of parallel variable
` [PATCH v5 04/10] perf test: Avoid list test blocking on writing to stdout
` [PATCH v5 05/10] perf test: Tag parallel failing shell tests with "(exclusive)"
` [PATCH v5 06/10] perf test: Add a signal handler around running a test
` [PATCH v5 07/10] perf test: Run parallel tests in two passes
` [PATCH v5 08/10] perf test: Make parallel testing the default
` [PATCH v5 09/10] perf test: Add a signal handler to kill forked child processes
` [PATCH v5 10/10] perf test: Sort tests placing exclusive tests last

[GIT PULL] smb3 client fixes
 2024-10-25 19:18 UTC  (2+ messages)

[GIT PULL] fuse fixes for 6.12-rc5
 2024-10-25 19:18 UTC  (2+ messages)

[GIT PULL] additional NFSD fixes for v6.12-rc
 2024-10-25 19:18 UTC  (2+ messages)

[PATCH 0/2] platform/x86: asus-wmi: Fix thermal profile handling
 2024-10-25 19:15 UTC  (3+ messages)
` [PATCH 1/2] platform/x86: asus-wmi: Fix thermal profile initialization
` [PATCH 2/2] platform/x86: asus-wmi: Fix inconsistent use of thermal policies

[PATCH] x86/percpu: Avoid comparing unsigned types to -1
 2024-10-25 19:10 UTC 

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

[PATCH for-next 1/7] selftests/alsa: Add a few missing gitignore files
 2024-10-25 19:10 UTC  (3+ messages)
` [PATCH for-next 3/7] selftests/mm: "

[PATCH v3 0/5] rb4210-rb2: add HDMI audio playback support
 2024-10-25 19:09 UTC  (3+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: qrb4210-rb2: "

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-25 19:08 UTC  (7+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs

page:  |  | latest

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

all inboxes | Powered by JetHome®