The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-05-16 17:12:21 to 2024-05-16 20:06:09 UTC [more...]

[PATCH] [thermal] adding check if the thermal firmware is running
 2024-05-16 20:05 UTC 

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-16 20:03 UTC  (4+ messages)
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature

[RFC PATCH v2 0/3] Make ELOG log and trace consistently with GHES
 2024-05-16 20:03 UTC  (10+ messages)
` [RFC PATCH v2 3/3] ACPI: extlog: Make print_extlog_rcd() log unconditionally

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-16 20:00 UTC  (7+ messages)

[PATCH 5.4 00/84] 5.4.276-rc1 review
 2024-05-16 19:57 UTC  (2+ messages)

[PATCH 00/11] regmap: kunit: Add some test cases and a few small improvements
 2024-05-16 19:53 UTC  (3+ messages)
` [PATCH 04/11] regmap: kunit: Run sparse cache tests at non-zero register addresses

[PATCH 5.10 000/111] 5.10.217-rc1 review
 2024-05-16 19:53 UTC  (2+ messages)

[PATCH 0/3] crypto: X25519 supports for ppc64le
 2024-05-16 19:48 UTC  (6+ messages)
` [PATCH 1/3] crypto: X25519 low-level primitives "

[RFC][PATCH] uprobe: support for private hugetlb mappings
 2024-05-16 19:52 UTC  (12+ messages)

[PATCH v4 0/3] usb: gadget: 9pfs transport
 2024-05-16 19:51 UTC  (7+ messages)
` [PATCH v4 2/3] net/9p/usbg: Add new usb gadget function transport

[PATCH] drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
 2024-05-16 19:49 UTC  (2+ messages)

[RFC] Mitigating unexpected arithmetic overflow
 2024-05-16 19:48 UTC  (10+ messages)

[PATCH 00/16] TDX MMU prep series part 1
 2024-05-16 19:42 UTC  (16+ messages)
` [PATCH 08/16] KVM: x86/mmu: Bug the VM if kvm_zap_gfn_range() is called for TDX
` [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU

[PATCH 5.15 000/168] 5.15.159-rc2 review
 2024-05-16 19:41 UTC  (3+ messages)

[PATCH v1 0/7] mm: workingset reporting
 2024-05-16 19:39 UTC  (3+ messages)
` [PATCH v1 7/7] selftest: test system-wide "

[PATCH] kunit: tool: Build compile_commands.json
 2024-05-16 19:40 UTC 

[PATCH] kunit: tool: Build compile_commands.json
 2024-05-16 19:38 UTC 

[PATCH] arm64: dts: qcom: sm8650: Enable download mode register write
 2024-05-16 19:35 UTC 

[PATCH 6.1 000/244] 6.1.91-rc3 review
 2024-05-16 19:35 UTC  (2+ messages)

[PATCH] firmware: qcom_scm: Give page_aligned size for dma api's
 2024-05-16 19:32 UTC 

[PATCH v2 1/3] iomap: pass blocksize to iomap_truncate_page()
 2024-05-16 19:31 UTC  (2+ messages)

[PATCH] genirq/chip: Fix the warn for non-SMP system
 2024-05-16 19:30 UTC 

[PATCH 6.6 000/308] 6.6.31-rc3 review
 2024-05-16 19:25 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in __ext4_check_dir_entry (2)
 2024-05-16 19:25 UTC 

[PATCH 6.8 000/339] 6.8.10-rc3 review
 2024-05-16 19:22 UTC  (2+ messages)

Extending Linux' Coverity model and also cover aarch64
 2024-05-16 19:20 UTC  (2+ messages)

[syzbot] [usb?] INFO: rcu detected stall in schedule_timeout (6)
 2024-05-16 19:17 UTC 

[PATCH v1 0/7] sched: Adjust affinity according to change of housekeeping cpumask
 2024-05-16 19:04 UTC  (8+ messages)
` [PATCH v1 1/7] sched/isolation: Add infrastructure to adjust affinity for dynamic CPU isolation
` [PATCH v1 2/7] sched/isolation: Adjust affinity of timers according to change of housekeeping cpumask
` [PATCH v1 3/7] sched/isolation: Adjust affinity of hrtimers "
` [PATCH v1 4/7] sched/isolation: Adjust affinity of managed irqs "
` [PATCH v1 5/7] [NOT-FOR-MERGE] test timers affinity adjustment
` [PATCH v1 6/7] [NOT-FOR-MERGE] test timers and hrtimers "
` [PATCH v1 7/7] [NOT-FOR-MERGE] test managed irqs "

[PATCH v2 0/6] rds: rdma: Add ability to force GFP_NOIO
 2024-05-16 19:07 UTC  (5+ messages)
` [PATCH v2 3/6] RDMA/cma: Brute "

[RFC PATCH v3 00/22] Rust PuzzleFS filesystem driver
 2024-05-16 19:03 UTC  (23+ messages)
` [RFC PATCH v3 01/22] kernel: configs: add qemu-busybox-min.config
` [RFC PATCH v3 02/22] rust: hex: import crate
` [RFC PATCH v3 03/22] rust: hex: add SPDX license identifiers
` [RFC PATCH v3 04/22] rust: Kbuild: enable `hex`
` [RFC PATCH v3 05/22] rust: hex: add encode_hex_iter and encode_hex_upper_iter methods
` [RFC PATCH v3 06/22] rust: capnp: import crate
` [RFC PATCH v3 07/22] rust: capnp: add SPDX License Identifiers
` [RFC PATCH v3 08/22] rust: capnp: return an error when trying to display floating point values
` [RFC PATCH v3 09/22] rust: Kbuild: enable `capnp`
` [RFC PATCH v3 10/22] rust: kernel: add an abstraction over vfsmount to allow cloning a new private mount
` [RFC PATCH v3 11/22] rust: file: add bindings for `struct file`
` [RFC PATCH v3 12/22] rust: file: Add support for reading files using their path
` [RFC PATCH v3 13/22] fs: puzzlefs: Implement the initial version of PuzzleFS
` [RFC PATCH v3 14/22] rust: kernel: add from_iter_fallible for Vec<T>
` [RFC PATCH v3 15/22] kernel: configs: add puzzlefs config fragment
` [RFC PATCH v3 16/22] scripts: add fs directory to rust-analyzer
` [RFC PATCH v3 17/22] fs: puzzlefs: add extended attributes support
` [RFC PATCH v3 18/22] rust: add improved version of `ForeignOwnable::borrow_mut`
` [RFC PATCH v3 19/22] Add borrow_mut implementation to a ForeignOwnable CString
` [RFC PATCH v3 20/22] rust: add support for file system parameters
` [RFC PATCH v3 21/22] fs: puzzlefs: add oci_root_dir and image_manifest mount parameters
` [RFC PATCH v3 22/22] fs: puzzlefs: implement statfs for puzzlefs

[PATCH v4 45/66] selftests/proc: Drop define _GNU_SOURCE
 2024-05-16 19:05 UTC 

[PATCH] line6: add midibuf init failure handling in line6_init_midi()
 2024-05-16 18:58 UTC  (2+ messages)

[PATCH v4] kunit: Cover 'assert.c' with tests
 2024-05-16 18:57 UTC  (2+ messages)

[PATCH 6.8 000/340] 6.8.10-rc2 review
 2024-05-16 18:55 UTC  (4+ messages)

[PATCH] drm/msm/adreno: De-spaghettify the use of memory barriers
 2024-05-16 18:55 UTC  (5+ messages)

[PATCH] x86/efistub: Omit physical KASLR when memory reservations exist
 2024-05-16 18:55 UTC  (6+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in __ext4_check_dir_entry (2)
 2024-05-16 18:51 UTC  (2+ messages)
` [syzbot] "

[PATCH RFC] kobject_uevent: notify uevent sysfs file on changes
 2024-05-16 18:32 UTC  (5+ messages)

[git pull] drm urgent for 6.10-rc1
 2024-05-16 18:31 UTC  (3+ messages)

[syzbot] [net?] memory leak in ___neigh_create (2)
 2024-05-16 18:28 UTC  (2+ messages)
` [syzbot] "

[PATCH v3 00/40] fsi: Add interrupt support
 2024-05-16 18:24 UTC  (42+ messages)
` [PATCH v3 01/40] fsi: hub: Set master index to link number plus one
` [PATCH v3 02/40] fsi: Move slave definitions to fsi-slave.h
` [PATCH v3 03/40] fsi: Fix slave addressing after break command
` [PATCH v3 04/40] fsi: Use a defined value for default echo delay
` [PATCH v3 05/40] fsi: Calculate local bus clock frequency
` [PATCH v3 06/40] fsi: core: Improve master read/write/error traces
` [PATCH v3 07/40] fsi: core: Add slave error trace
` [PATCH v3 08/40] fsi: core: Reset errors instead of clearing interrupts
` [PATCH v3 09/40] fsi: aspeed: Add AST2700 support
` [PATCH v3 10/40] fsi: core: Add slave spinlock
` [PATCH v3 11/40] fsi: core: Allow cfam device type aliases
` [PATCH v3 12/40] fsi: core: Add common regmap master functions
` [PATCH v3 13/40] fsi: core: Disable relative addressing during scan
` [PATCH v3 14/40] fsi: hub: Use common initialization and link enable
` [PATCH v3 15/40] fsi: aspeed: "
` [PATCH v3 16/40] fsi: aspeed: Remove cfam reset sysfs file in error path and remove
` [PATCH v3 17/40] fsi: aspeed: Refactor trace functions
` [PATCH v3 18/40] fsi: aspeed: Don't clear all IRQs during OPB transfers
` [PATCH v3 19/40] fsi: aspeed: Only read result register for successful read
` [PATCH v3 20/40] fsi: aspeed: Switch to spinlock
` [PATCH v3 21/40] fsi: aspeed: Disable relative addressing and IPOLL for cfam reset
` [PATCH v3 22/40] fsi: aspeed: Use common master error handler
` [PATCH v3 23/40] fsi: core: Add interrupt support
` [PATCH v3 24/40] fsi: aspeed: "
` [PATCH v3 25/40] fsi: hub: "
` [PATCH v3 26/40] i2c: fsi: Calculate clock divider from local bus frequency
` [PATCH v3 27/40] i2c: fsi: Improve formatting
` [PATCH v3 28/40] i2c: fsi: Change fsi_i2c_write_reg to accept data instead of a pointer
` [PATCH v3 29/40] i2c: fsi: Remove list structure of ports
` [PATCH v3 30/40] i2c: fsi: Define a function to check status error bits
` [PATCH v3 31/40] i2c: fsi: Add boolean for skip stop command on abort
` [PATCH v3 32/40] i2c: fsi: Add interrupt support
` [PATCH v3 33/40] fsi: hub master: Reset hub master after errors
` [PATCH v3 34/40] fsi: core: Add master register read-only sysfs
` [PATCH v3 35/40] fsi: core: Add slave "
` [PATCH v3 36/40] fsi: i2cr: Adjust virtual CFAM ID to match Odyssey chip
` [PATCH v3 37/40] fsi: core: Add different types of CFAM
` [PATCH v3 38/40] spi: fsi: Calculate clock divider from local bus frequency
` [PATCH v3 39/40] ARM: dts: aspeed: P10 and tacoma: Set FSI clock frequency
` [PATCH v3 40/40] ARM: dts: aspeed: P10: Bump SPI max frequencies

[PATCH 3/3] leds: leds-lp5569: Add support for Texas Instruments LP5569
 2024-05-16 18:20 UTC  (2+ messages)

[PATCH v1 1/1] x86/cpu: Fix boot on Intel Quark X1000
 2024-05-16 18:21 UTC  (2+ messages)

[PATCH v1 0/2] Fix warning in collect_domain_accesses()
 2024-05-16 18:19 UTC  (3+ messages)
` [PATCH v1 1/2] landlock: Fix d_parent walk
` [PATCH v1 2/2] selftests/landlock: Add layout1.refer_mount_root

[RFC PATCH v8 0/7] TPEBS counting mode support
 2024-05-16 18:16 UTC  (16+ messages)
` [RFC PATCH v8 1/7] perf Document: Add TPEBS to Documents
` [RFC PATCH v8 3/7] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v8 5/7] perf stat: Add retire latency print functions to print out at the very end of print out
` [RFC PATCH v8 6/7] perf vendor events intel: Add MTL metric json files

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-16 18:05 UTC  (8+ messages)
` [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE

[PATCH] net: smc91x: Fix pointer types
 2024-05-16 18:03 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-05-16 17:59 UTC  (3+ messages)

[PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
 2024-05-16 17:59 UTC  (2+ messages)

[PATCH v4] time/tick-sched: idle load balancing when nohz_full cpu becomes idle
 2024-05-16 17:53 UTC  (11+ messages)

[PATCH v1 1/1] spi: Remove unneded check for orig_nents
 2024-05-16 17:46 UTC  (6+ messages)

[PATCH RFC iwl-next 00/12] idpf: XDP chapter I: convert Rx to libeth
 2024-05-16 17:45 UTC  (3+ messages)
` [PATCH RFC iwl-next 02/12] idpf: stop using macros for accessing queue descriptors

[PATCH v8-RESEND 00/33] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y regression
 2024-05-16 17:43 UTC  (34+ messages)
` [PATCH v8-RESEND 01/33] docs/dyndbg: update examples \012 to \n
` [PATCH v8-RESEND 02/33] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v8-RESEND 03/33] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v8-RESEND 04/33] dyndbg: make ddebug_class_param union members same size
` [PATCH v8-RESEND 05/33] dyndbg: replace classmap list with a vector
` [PATCH v8-RESEND 06/33] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v8-RESEND 07/33] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
` [PATCH v8-RESEND 08/33] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v8-RESEND 09/33] dyndbg: reduce verbose/debug clutter
` [PATCH v8-RESEND 10/33] dyndbg: silence debugs with no-change updates
` [PATCH v8-RESEND 11/33] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v8-RESEND 12/33] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v8-RESEND 13/33] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH v8-RESEND 14/33] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v8-RESEND 15/33] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP
` [PATCH v8-RESEND 16/33] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v8-RESEND 17/33] selftests-dyndbg: exit 127 if no facility
` [PATCH v8-RESEND 18/33] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v8-RESEND 19/33] dyndbg-doc: add classmap info to howto
` [PATCH v8-RESEND 20/33] dyndbg: treat comma as a token separator
` [PATCH v8-RESEND 21/33] selftests-dyndbg: add comma_terminator_tests
` [PATCH v8-RESEND 22/33] dyndbg: split multi-query strings with %
` [PATCH v8-RESEND 23/33] selftests-dyndbg: test_percent_splitting multi-cmds on module classes
` [PATCH v8-RESEND 24/33] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v8-RESEND 25/33] selftests-dyndbg: add test_mod_submod
` [PATCH v8-RESEND 26/33] selftests-dyndbg: test dyndbg-to-tracefs
` [PATCH v8-RESEND 27/33] dyndbg-doc: explain flags parse 1st
` [PATCH v8-RESEND 28/33] drm+drivers: adapt to use DYNDBG_CLASSMAP_{DEFINE,USE}
` [PATCH v8-RESEND 29/33] drm-dyndbg: adapt to use DYNDBG_CLASSMAP_PARAM
` [PATCH v8-RESEND 30/33] drm: use correct ccflags-y spelling
` [PATCH v8-RESEND 31/33] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers
` [PATCH v8-RESEND 32/33] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v8-RESEND 33/33] drm-print: workaround compiler meh

KASAN: use-after-free in ext4_find_extent in v6.9
 2024-05-16 17:42 UTC  (6+ messages)

[GIT PULL] Devicetree updates for v6.10
 2024-05-16 17:36 UTC 

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-16 17:34 UTC 

[PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-16 17:34 UTC  (3+ messages)

[PATCH net-next v2 0/3] net: dsa: realtek: fix LED support for rtl8366
 2024-05-16 17:30 UTC  (4+ messages)
` [PATCH net-next v2 3/3] net: dsa: realtek: add LED drivers for rtl8366rb

[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-16 17:29 UTC  (4+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-16 17:23 UTC  (4+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT

Regression in 6.1.81: Missing memory in pmem device
 2024-05-16 17:22 UTC  (5+ messages)

[PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
 2024-05-16 17:22 UTC  (5+ messages)
  `  "

[PATCH v1] thermal: core: Fix the handling of invalid trip points
 2024-05-16 17:20 UTC 

[PATCH] net: mana: Fix the extra HZ in mana_hwc_send_request
 2024-05-16 17:18 UTC  (2+ messages)

[PATCH v2 0/3] drm/etnaviv: Disable SH_EU clock gating on the i.MX8MP NPU
 2024-05-16 17:18 UTC  (3+ messages)
` [PATCH v2 2/3] drm/etnaviv: Turn etnaviv_is_model_rev() into a function

[PATCH v3 0/6] clk: imx: clk-audiomix: Improvement for audiomix
 2024-05-16 17:15 UTC  (8+ messages)
` [PATCH v3 3/6] dt-bindings: clock: imx8mp: Add reset-controller sub-node

[PATCH] drm/etnaviv: drop driver owner assignment
 2024-05-16 17:13 UTC  (3+ messages)


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