public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-03 19:36:21 to 2024-07-03 22:20:18 UTC [more...]

[PATCH 00/53] Let create*_workqueue() accept a printf-style format string
 2024-07-03 22:20 UTC  (7+ messages)
` [PATCH 01/53] workqueue: Introduce the create*_workqueue2() macros

[Patch v6] i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
 2024-07-03 22:19 UTC  (4+ messages)

[PATCH 0/4] Docs/mm: rename legacy docs to unsorted docs
 2024-07-03 22:18 UTC  (3+ messages)
` [PATCH 4/4] Docs/mm/index: move allocation profiling document to unsorted documents chapter

[PATCH 1/5] arm64: dts: layerscape: add msi-cell = <1> for gic its
 2024-07-03 22:18 UTC  (6+ messages)
` [PATCH 2/5] arm64: dts: layerscape: remove big-endian for mmc nodes
` [PATCH 3/5] arm64: dts: fsl-ls1046a: remove big-endian at memory-controller
` [PATCH 4/5] arm64: dts: layersacpe: remove undocumented fsl,ls-pcie-ep
` [PATCH 5/5] arm64: dts: fsl,ls2085a: remove fsl,ls2085a-pcie

WARNING: modpost: vmlinux: section mismatch in reference: alloc_tag_restore+0x3c (section: .text.unlikely) -> initcall_level_names (section: .init.data)
 2024-07-03 22:17 UTC  (2+ messages)

[PATCH v3 0/2] Add interconnect support for stmmac driver
 2024-07-03 22:15 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: qcom: ethernet: Add interconnect properties
` [PATCH v3 2/2] net: stmmac: Add interconnect support

[PATCH 1/1] sched.h: always_inline alloc_tag_{save|restore} to fix modpost warnings
 2024-07-03 22:15 UTC 

[PATCH] spmi: pmic-arb: add missing newline in dev_err format strings
 2024-07-03 22:12 UTC 

[PATCH] spmi: pmic-arb: use correct node when adding irq domain
 2024-07-03 22:11 UTC 

[PATCH v3 0/8] iio: adc: dfsdm: add scaling support
 2024-07-03 22:08 UTC  (3+ messages)
` [PATCH v3 5/8] dt-bindings: iio: add backend support to sd modulator

[PATCH 00/10] MIPS: IPI Improvements
 2024-07-03 22:07 UTC  (9+ messages)
` [PATCH 01/10] MIPS: smp: Make IPI interrupts scalable
` [PATCH 02/10] MIPS: smp: Manage IPI interrupts as percpu_devid interrupts

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-03 22:07 UTC  (11+ messages)

[PATCH v23 00/32] Introduce QC USB SND audio offloading support
 2024-07-03 22:05 UTC  (18+ messages)
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB

[PATCH] dt-bindings: phy: hisilicon,hi3798cv200-combphy: Convert to DT schema
 2024-07-03 22:05 UTC  (2+ messages)

[PATCH v2 0/9] Add CPU-type to topology
 2024-07-03 22:04 UTC  (5+ messages)
` [PATCH PATCH v2 9/9] x86/rfds: Exclude P-only parts from the RFDS affected list

[GIT PULL] tracing: Fix ioctl conflict with memmapped ring buffer ioctl
 2024-07-03 22:03 UTC  (2+ messages)

[PATCH] hwmon: (dell-smm) Simplify with cleanup.h
 2024-07-03 21:56 UTC  (4+ messages)

[PATCH] perf report: Calling available function for stats printing
 2024-07-03 21:53 UTC  (2+ messages)

[PATCH 0/2] perf intel-pt: Some small fixes
 2024-07-03 21:52 UTC  (2+ messages)

[PATCH v5 00/20] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-07-03 21:48 UTC  (21+ messages)
` [PATCH v5 01/20] x86/cpufeatures: Add support for "
` [PATCH v5 02/20] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v5 03/20] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v5 04/20] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v5 05/20] x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
` [PATCH v5 06/20] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v5 07/20] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v5 08/20] x86/resctrl: Introduce interface to display number of monitoring counters
` [PATCH v5 09/20] x86/resctrl: Initialize monitor counters bitmap
` [PATCH v5 10/20] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [PATCH v5 11/20] x86/resctrl: Remove MSR reading of event configuration value
` [PATCH v5 12/20] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v5 13/20] x86/resctrl: Add the interface to assign hardware counter
` [PATCH v5 14/20] x86/resctrl: Add the interface to unassign "
` [PATCH v5 15/20] x86/resctrl: Assign/unassign counters by default when ABMC is enabled
` [PATCH v5 16/20] x86/resctrl: Report "Unassigned" for MBM events in ABMC mode
` [PATCH v5 17/20] x86/resctrl: Introduce the interface switch between monitor modes
` [PATCH v5 18/20] x86/resctrl: Enable AMD ABMC feature by default when supported
` [PATCH v5 19/20] x86/resctrl: Introduce interface to list monitor states of all the groups
` [PATCH v5 20/20] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH v2 00/11] hwmon: (amc6821) Various improvements
 2024-07-03 21:48 UTC  (13+ messages)
` [PATCH v2 01/11] hwmon: (amc6821) Stop accepting invalid pwm values
` [PATCH v2 02/11] hwmon: (amc6821) Make reading and writing fan speed limits consistent
` [PATCH v2 09/11] hwmon: (amc6821) Convert to use regmap
` [PATCH v2 11/11] hwmon: (amc6821) Add support for pwm1_mode attribute

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-03 21:48 UTC  (17+ messages)
` [PATCHv2 bpf-next 1/9] uprobe: Add support for session consumer

[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-07-03 21:47 UTC  (10+ messages)
` [PATCH v3 4/8] RISC-V: Check Zicclsm to set unaligned access speed

[PATCH 0/4] net: constify struct regmap_bus/regmap_config
 2024-07-03 21:46 UTC  (5+ messages)
` [PATCH 1/4] net: dsa: qca8k: constify struct regmap_config
` [PATCH 2/4] net: ti: icss-iep: "
` [PATCH 3/4] net: encx24j600: constify struct regmap_bus/regmap_config
` [PATCH 4/4] net: dsa: ar9331: constify struct regmap_bus

[PATCH v1 0/2] Try to avoid some qsorts
 2024-07-03 21:46 UTC  (3+ messages)
` [PATCH v1 2/2] perf dsos: When adding a dso into sorted dsos maintain the sort order

[PATCH] HID: mcp2221: Remove unneeded semicolon
 2024-07-03 21:46 UTC  (2+ messages)

[PATCH v2] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-07-03 21:44 UTC  (2+ messages)

[PATCH 0/7] Make core VMA operations internal and testable
 2024-07-03 21:43 UTC  (4+ messages)

[PATCH v6] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-03 21:43 UTC 

[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
 2024-07-03 21:41 UTC  (3+ messages)
` Fwd: "

[PATCH RFC 0/3] Implement Qualcomm TEE IPC and ioctl calls
 2024-07-03 21:39 UTC  (4+ messages)
` [PATCH RFC 1/3] firmware: qcom: implement object invoke support

[PATCH v2 0/7] Simplify event handling logic in input core
 2024-07-03 21:37 UTC  (8+ messages)
` [PATCH v2 1/7] Input: evdev - remove ->event() method
` [PATCH v2 2/7] Input: make sure input handlers define only one processing method
` [PATCH v2 3/7] Input: make events() method return number of events processed
` [PATCH v2 4/7] Input: simplify event handling logic
` [PATCH v2 5/7] Input: rearrange input_alloc_device() to prepare for preallocating of vals
` [PATCH v2 6/7] Input: preallocate memory to hold event values
` [PATCH v2 7/7] Input: do not check number of events in input_pass_values()

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-07-03 21:37 UTC  (5+ messages)
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[PATCH v2] RISC-V: cmdline: Add support for 'memmap' parameter
 2024-07-03 21:37 UTC  (2+ messages)

[PATCH v5] fs: Improve eventpoll logging to stop indicting timerfd
 2024-07-03 21:37 UTC  (3+ messages)

[PATCH v2 0/2] mul_u64_u64_div_u64: new implementation
 2024-07-03 21:36 UTC  (5+ messages)
` [PATCH v2 2/2] mul_u64_u64_div_u64: basic sanity test

[PATCH] Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
 2024-07-03 21:35 UTC  (3+ messages)

[PATCH] Forcing subclasses to have same name pointer as their parent class
 2024-07-04  0:32 UTC 

[PATCH 0/1] x86/microcode: Revert cache flush on Intel microcode loading
 2024-07-03 21:33 UTC  (8+ messages)
` [PATCH 1/1] arch/x86/microcode/intel: Remove unnecessary cache writeback and invalidation

[PATCH v3 6/8] timers/migration: Rename childmask by parentmask to make naming more obvious
 2024-07-03 21:33 UTC  (3+ messages)
` [PATCH v4 6/8] timers/migration: Rename childmask by groupmask "

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-03 21:33 UTC  (8+ messages)
  ` [PATCH v2 3/6] tools: Make pkg-config dependency checks usable by other tools

[PATCH v3 0/2] iommu/vt-d: Refactor PRI enable/disable steps
 2024-07-03 21:35 UTC  (7+ messages)
` [PATCH v3 1/2] iommu/vt-d: Add helper to flush caches for context change

[PATCH v2 0/8] mm/mprotect: Fix dax puds
 2024-07-03 21:29 UTC  (9+ messages)
` [PATCH v2 1/8] mm/dax: Dump start address in fault handler
` [PATCH v2 2/8] mm/mprotect: Remove NUMA_HUGE_PTE_UPDATES
` [PATCH v2 3/8] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v2 4/8] mm/powerpc: Add missing pud helpers
` [PATCH v2 5/8] mm/x86: Make pud_leaf() only cares about PSE bit
` [PATCH v2 6/8] mm/x86: arch_check_zapped_pud()
` [PATCH v2 7/8] mm/x86: Add missing pud helpers
` [PATCH v2 8/8] mm/mprotect: fix dax pud handlings

[PATCH/RFC v1 0/1]
 2024-07-03 20:56 UTC  (2+ messages)
` [PATCH/RFC v1 1/1] tty: serial: 8250_dma: use sgl with 2 nents to take care of buffer wrap

[PATCH v3 2/8] timers/migration: Move hierarchy setup into cpuhotplug prepare callback
 2024-07-03 21:24 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 00/20] Simplify of_property_for_each_u32()
 2024-07-03 21:23 UTC  (3+ messages)
` [PATCH 13/20] pwm: samsung: convert to of_property_for_each_u32_new()

[PATCH v2 0/2] perf test: Display remaining tests while waiting
 2024-07-03 21:23 UTC  (5+ messages)
` [PATCH v2 2/2] perf test: Display number of remaining tests

[PATCH 6.1 000/128] 6.1.97-rc1 review
 2024-07-03 21:19 UTC  (2+ messages)

[PATCH 6.6 000/163] 6.6.37-rc1 review
 2024-07-03 21:16 UTC  (2+ messages)

[PATCH 0/2] Rock 5 ITX devicetree
 2024-07-03 21:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: rockchip: Add Rock 5 ITX board
` [PATCH 2/2] arm64: dts: rockchip: add rock5 itx board

[PATCH v2] drivers: hv: vmbus: Add missing check for dma_set_mask in vmbus_device_register()
 2024-07-03 21:16 UTC  (2+ messages)

[PATCH 6.9 000/222] 6.9.8-rc1 review
 2024-07-03 21:14 UTC  (2+ messages)

[PATCH v3] PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN
 2024-07-03 21:09 UTC  (4+ messages)

PCIe coherency in spec (was: [RFC PATCH 2/2] drm/ttm: downgrade cached to write_combined when snooping not available)
 2024-07-03 21:08 UTC  (2+ messages)

Fixing property memory leaks on device tree overlay removal
 2024-07-03 21:08 UTC  (4+ messages)

6.10/regression/bisected - after f1d97e769152 I spotted increased execution time of the kswapd0 process and symptoms as if there is not enough memory
 2024-07-03 21:07 UTC  (9+ messages)

[PATCH] arm64: limit MAX_PHYSMEM_BITS based on vmemmap
 2024-07-03 21:07 UTC 

[PATCH net] wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()
 2024-07-03 21:05 UTC 

[PATCH 00/10] iio: Constify struct regmap_bus
 2024-07-03 21:04 UTC  (11+ messages)
` [PATCH 01/10] iio: accel: adxl367: "
` [PATCH 02/10] iio: accel: bma400: "
` [PATCH 03/10] iio: accel: bmi088: "
` [PATCH 04/10] iio: adc: ad7091r8: "
` [PATCH 05/10] iio: chemical: bme680: "
` [PATCH 06/10] iio: dac: ltc2688: "
` [PATCH 07/10] iio: imu: bmi323: "
` [PATCH 08/10] iio: imu: bno055: "
` [PATCH 09/10] iio: light: gp2ap002: "
` [PATCH 10/10] iio: pressure: bmp280: "

[PATCH v2 00/10] Add support for non-interleaved mode in qmc_audio
 2024-07-03 21:02 UTC  (3+ messages)
` [PATCH v2 07/10] soc: fsl: cpm1: qmc: Introduce functions to get a channel from a phandle list

[PATCH v3 0/2] selftests/resctrl: SNC kernel support discovery
 2024-07-03 20:51 UTC  (5+ messages)
` [PATCH v3 2/2] selftests/resctrl: Adjust SNC support messages

[PATCH v5 0/2] HID: add initial support for Goodix HID-over-SPI touchscreen
 2024-07-03 20:47 UTC  (3+ messages)
` [PATCH v5 1/2] HID: hid-goodix: Add Goodix HID-over-SPI driver

[for-linus][PATCH] tracing: Have memmapped ring buffer use ioctl of "R" range 0x20-2F
 2024-07-03 20:42 UTC 

[PATCH -next] mm/hugetlb_cgroup: introduce peak and rsvd.peak to v2
 2024-07-03 20:38 UTC  (4+ messages)

[PATCH net v2] mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file
 2024-07-03 20:32 UTC 

[PATCH] asm-generic/iomap.h: don't check for readq/writeq
 2024-07-03 20:33 UTC 

[PATCH 00/22] dt-bindings: thermal: few cleanups
 2024-07-03 20:31 UTC  (3+ messages)
` [PATCH 02/22] dt-bindings: thermal: amlogic: reference thermal-sensor schema

net: dsa: Realtek switch drivers
 2024-07-03 20:31 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
 2024-07-03 20:28 UTC  (2+ messages)

[RFC PATCH] i2c: rcar: bring hardware to known state when probing
 2024-07-03 20:27 UTC  (2+ messages)

[PATCH] dm-verity: fix dm_is_verity_target() when dm-verity is builtin
 2024-07-03 20:26 UTC  (2+ messages)

[PATCH 0/4] ASoC: tas*: Fix up GPIO usage
 2024-07-03 20:25 UTC  (3+ messages)
` [PATCH 2/4] ASoC: tas2781-i2c: Drop weird GPIO code

[PATCH v2] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-03 20:23 UTC  (8+ messages)

[RFC PATCH V2 00/12] Introduce Tegra register config settings
 2024-07-03 20:21 UTC  (5+ messages)
` [RFC PATCH V2 04/12] dt-bindings: misc: tegra-i2c: "

[PATCH] thermal: gov_power_allocator: Return early in manage if trip_max is null
 2024-07-03 20:20 UTC  (3+ messages)

[PATCH net-next v13 00/13] Introduce PHY listing and link_topology tracking
 2024-07-03 20:18 UTC  (5+ messages)
` [PATCH net-next v14 12/13] net: ethtool: strset: Allow querying phy stats by index

[PATCH] dt-bindings: regulator: ti,tps65132: document VIN supply
 2024-07-03 20:16 UTC 

[PATCH v2 0/2] PRM handler direct call interface
 2024-07-03 20:14 UTC  (4+ messages)
` [PATCH v2 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM

[PATCH v2 0/3] Address !chip->auth
 2024-07-03 20:11 UTC  (3+ messages)
` [PATCH v2 2/3] tpm: Address !chip->auth in tpm_buf_append_name()

[PATCH v4 0/2] PCI: microchip: support using either instance 1 or 2
 2024-07-03 20:08 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: microchip,pcie-host: fix reg properties
` [PATCH v4 2/2] PCI: microchip: rework reg region handing to support using either instance 1 or 2

[PATCH V3] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2024-07-03 20:08 UTC  (2+ messages)

[PATCH RFC net-next v2 14/17] net: stmmac: Move internal PCS PHYLINK ops to stmmac_pcs.c
 2024-07-03 20:07 UTC  (4+ messages)

[PATCH v3] nvme/pci: Add APST quirk for Lenovo N60z laptop
 2024-07-03 20:02 UTC 

[PATCH 0/9] Support branch counters in block annotation
 2024-07-03 20:03 UTC  (10+ messages)
` [PATCH 1/9] perf report: Fix --total-cycles --stdio output error
` [PATCH 2/9] perf report: Remove the first overflow check for branch counters
` [PATCH 3/9] perf evlist: Save branch counters information
` [PATCH 4/9] perf annotate: Save branch counters for each block
` [PATCH 5/9] perf evsel: Assign abbr name for the branch counter events
` [PATCH 6/9] perf report: Display the branch counter histogram
` [PATCH 7/9] perf annotate: "
` [PATCH 8/9] perf script: Add branch counters
` [PATCH 9/9] perf test: Add new test cases for the branch counter feature

[PATCH v3 00/17] TDX MMU prep series part 1
 2024-07-03 20:00 UTC  (17+ messages)
` [PATCH v3 13/17] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-07-03 19:59 UTC  (2+ messages)

[PATCH v2] dt-bindings: net: Define properties at top-level
 2024-07-03 19:58 UTC 

[PATCH 0/2] nvmet: support polling task for RDMA and TCP
 2024-07-03 19:58 UTC  (3+ messages)

[PATCH] cpumask: Switch from inline to __always_inline
 2024-07-03 19:57 UTC  (4+ messages)

[PATCH 2/2] vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)
 2024-07-03 19:55 UTC  (16+ messages)

[PATCH v4 0/3] MCTP over PCC
 2024-07-03 19:53 UTC  (5+ messages)
` [PATCH v4 1/3] mctp pcc: Check before sending MCTP PCC response ACK
` [PATCH v4 3/3] mctp pcc: Implement MCTP over PCC Transport

[PATCH 0/2] Move uclamp to each sched_class
 2024-07-03 19:49 UTC  (4+ messages)
` [PATCH 2/2] sched/ext: Add BPF functions for uclamp inc and dec

[PATCH v2 0/2] arm64: dts: qcom: x1e80100: add Lenovo Yoga Slim 7x support
 2024-07-03 19:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: qcom: Add Lenovo Yoga Slim 7x
` [PATCH v2 2/2] arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree

[PATCH 0/2] arm64: dts: qcom: x1e80100: add Lenovo Yoga Slim 7x support
 2024-07-03 19:39 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree

[PATCH 1/5] vdso/gettimeofday: Clarify comment about open coded function
 2024-07-03 19:36 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH 2/5] vdso: Add comment about reason for vdso struct ordering
 2024-07-03 19:36 UTC  (2+ messages)
` [tip: timers/core] "


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