public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-25 05:38:02 to 2023-08-25 08:20:33 UTC [more...]

[PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
 2023-08-25  8:20 UTC 

[PATCH bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-25  8:16 UTC  (8+ messages)
` [PATCH bpf-next v2 2/3] riscv: implement a memset like function for text
` [PATCH bpf-next v2 3/3] bpf, riscv: use prog pack allocator in the BPF JIT

[PATCH v4 00/10] iommu: Prepare to deliver page faults to user space
 2023-08-25  8:17 UTC  (17+ messages)
` [PATCH v4 01/10] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v4 02/10] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v4 03/10] iommu: Remove unrecoverable fault data
` [PATCH v4 04/10] iommu: Cleanup iopf data structure definitions
` [PATCH v4 05/10] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v4 07/10] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v4 08/10] iommu: Prepare for separating SVA and IOPF
` [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic

[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-08-25  8:16 UTC  (6+ messages)

[PATCH] xen: simplify evtchn_do_upcall() call maze
 2023-08-25  8:15 UTC  (2+ messages)

[PATCH 0/3] Make Allwinner A64's pll-mipi keep its rate when parent rate changes
 2023-08-25  8:13 UTC  (4+ messages)
` [PATCH 1/3] clk: keep clock "
` [PATCH 3/3] drm/sun4i: tcon: parent keeps TCON0 clock stable on A64

[RFC v4 0/4] StarFive's Pulse Width Modulation driver support
 2023-08-25  8:13 UTC  (5+ messages)
` [RFC v4 1/4] dt-bindings: pwm: Add StarFive PWM module
` [RFC v4 2/4] pwm: starfive: Add PWM driver support
` [RFC v4 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration
` [RFC v4 4/4] riscv: dts: starfive: jh7100: "

[PATCH 0/7] ASoC: Convert some Maxim codecs to use GPIO descriptors
 2023-08-25  8:12 UTC  (8+ messages)
` [PATCH 1/7] ASoC: max9768: Convert "
` [PATCH 2/7] ASoC: max98357a: Drop pointless include
` [PATCH 3/7] ASoC: max98373: Convert to use GPIO descriptors
` [PATCH 4/7] ASoC: max98388: Correct the includes
` [PATCH 5/7] ASoC: max98396: Drop pointless include
` [PATCH 6/7] ASoC: max98520: Drop pointless includes
` [PATCH 7/7] ASoC: max98927: "

[PATCH v2 1/1] iommu/arm-smmu-v3: Fix error case of range command
 2023-08-25  8:12 UTC  (12+ messages)

[PATCH 5.15 000/139] 5.15.128-rc1 review
 2023-08-25  8:11 UTC  (3+ messages)

[PATCH 0/2] genirq: don't leak handler procfs entries
 2023-08-25  8:11 UTC  (5+ messages)
` [PATCH 2/2] genirq: proc: fix a procfs entry leak

[PATCH 0/2] ata: pata_ep93xx: dt convert preparation fixes
 2023-08-25  8:10 UTC  (5+ messages)
` [PATCH 1/2] ata: pata_ep93xx: fix error return code in probe

[PATCH 00/12] PCI: Miscellaneous cleanups
 2023-08-25  8:09 UTC  (3+ messages)
` [PATCH 12/12] PCI: Simplify pcie_capability_clear_and_set_word() control flow

selftests: hid: trouble building with clang due to missing header
 2023-08-25  8:08 UTC  (11+ messages)

[PATCH v2] mm/vmscan: Use folio_migratetype() instead of get_pageblock_migratetype()
 2023-08-25  8:03 UTC  (2+ messages)

[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-25  7:59 UTC  (7+ messages)
        ` [EXTERNAL] "

[RFC]: shmem fd for non-DMA buffer sharing cross drivers
 2023-08-25  7:56 UTC  (7+ messages)

[PATCH v2 00/23] SRSO fixes/cleanups
 2023-08-25  7:52 UTC  (25+ messages)
` [PATCH 01/23] x86/srso: Fix srso_show_state() side effect
` [PATCH 02/23] x86/srso: Set CPUID feature bits independently of bug or mitigation status
` [PATCH 03/23] x86/srso: Don't probe microcode in a guest
` [PATCH 04/23] KVM: x86: Add IBPB_BRTYPE support
` [PATCH 05/23] KVM: x86: Add SBPB support
` [PATCH 06/23] x86/srso: Fix SBPB enablement for spec_rstack_overflow=off
` [PATCH 07/23] x86/srso: Fix SBPB enablement for (possible) future fixed HW
` [PATCH 08/23] x86/srso: Print actual mitigation if requested mitigation isn't possible
` [PATCH 09/23] x86/srso: Print mitigation for retbleed IBPB case
` [PATCH 10/23] x86/srso: Fix vulnerability reporting for missing microcode
` [PATCH 11/23] x86/srso: Fix unret validation dependencies
` [PATCH 12/23] x86/alternatives: Remove faulty optimization
` [PATCH 13/23] x86/srso: Improve i-cache locality for alias mitigation
` [PATCH 14/23] x86/srso: Unexport untraining functions
` [PATCH 15/23] x86/srso: Remove 'pred_cmd' label
` [PATCH 16/23] x86/bugs: Remove default case for fully switched enums
` [PATCH 17/23] x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block
` [PATCH 18/23] x86/srso: Remove redundant X86_FEATURE_ENTRY_IBPB check
` [PATCH 19/23] x86/srso: Disentangle rethunk-dependent options
` [PATCH 20/23] x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros
` [PATCH 21/23] x86/retpoline: Remove .text..__x86.return_thunk section
` [PATCH 22/23] x86/nospec: Refactor UNTRAIN_RET[_*]
` [PATCH 23/23] x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()

[PATCH] ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxx
 2023-08-25  7:49 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] can: raw: Remove NULL check before dev_{put, hold}
 2023-08-25  7:49 UTC  (2+ messages)

[RFC PATCH 0/7] Optimization to reduce the cost of newidle balance
 2023-08-25  7:48 UTC  (6+ messages)
` [RFC PATCH 4/7] sched/fair: Calculate the scan depth for idle balance based on system utilization
` [RFC PATCH 5/7] sched/fair: Adjust the busiest group scanning depth in idle load balance

[PATCH] fork: Fix kernel-doc
 2023-08-25  7:48 UTC  (2+ messages)

[PATCH 0/5] Add the pci_get_base_class() helper and use it
 2023-08-25  7:48 UTC  (7+ messages)
` [PATCH 1/5] PCI: Add the pci_get_base_class() helper
` [PATCH 2/5] ALSA: hda/intel: Use pci_get_base_class() to reduce duplicated code
` [PATCH 3/5] drm/nouveau: "
` [PATCH 4/5] drm/amdgpu: "
` [PATCH 5/5] drm/radeon: "

[PATCH v2 1/2] x86/of: split x86_dtb_init for early x86_flattree_get_config call
 2023-08-25  7:47 UTC  (2+ messages)
` [PATCH v2 2/2] x86/numa: Add Devicetree support

[PATCH 6.1 00/15] 6.1.48-rc1 review
 2023-08-25  7:45 UTC  (4+ messages)

[PATCH 1/1] mmc: Set optimal I/O size when mmc_setip_queue
 2023-08-25  7:26 UTC  (5+ messages)

[PATCH 1/2] net: dsa: microchip: KSZ9477: Provide functions to access MMD registers
 2023-08-25  7:42 UTC  (4+ messages)
` [PATCH 2/2] net: dsa: microchip: Provide Module 4 KSZ9477 errata (DS80000754C)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-25  7:39 UTC  (4+ messages)
` (subset) "

[PATCH] mm/vmscan: Use folio_migratetype() instead of get_pageblock_migratetype()
 2023-08-25  7:37 UTC  (6+ messages)

[PATCH net v1] net:wireless:Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
 2023-08-25  7:35 UTC  (2+ messages)

[PATCH blktests v3 0/3] Introduce nvmet target setup/cleanup helpers
 2023-08-25  7:34 UTC  (8+ messages)
` [PATCH blktests v3 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code

[PATCH v1] drivers: edac: Drop unnecessary error check for debugfs_create_dir
 2023-08-25  7:31 UTC  (2+ messages)

[PATCH v5 00/10] kunit: Add dynamically-extending log
 2023-08-25  7:30 UTC  (25+ messages)
` [PATCH v5 01/10] kunit: string-stream: Don't create a fragment for empty strings
` [PATCH v5 02/10] kunit: string-stream: Improve testing of string_stream
` [PATCH v5 03/10] kunit: string-stream: Add option to make all lines end with newline
` [PATCH v5 04/10] kunit: string-stream: Add cases for string_stream newline appending
` [PATCH v5 05/10] kunit: Don't use a managed alloc in is_literal()
` [PATCH v5 06/10] kunit: string-stream: Add kunit_alloc_string_stream()
` [PATCH v5 07/10] kunit: string-stream: Decouple string_stream from kunit
` [PATCH v5 08/10] kunit: string-stream: Add tests for freeing resource-managed string_stream
` [PATCH v5 09/10] kunit: Use string_stream for test log
` [PATCH v5 10/10] kunit: string-stream: Test performance of string_stream

[PATCH] modpost: Skip .llvm.call-graph-profile section check
 2023-08-25  7:27 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 00/22] SRSO fixes/cleanups
 2023-08-25  7:25 UTC  (13+ messages)
` [PATCH 02/22] x86/srso: Set CPUID feature bits independently of bug or mitigation status
` [PATCH 12/22] x86/srso: Remove redundant X86_FEATURE_ENTRY_IBPB check
` [PATCH 13/22] x86/srso: Fix vulnerability reporting for missing microcode

[PATCH V13 0/5] Generate device tree node for pci devices
 2023-08-25  7:25 UTC  (5+ messages)
` [PATCH V13 4/5] of: overlay: Extend of_overlay_fdt_apply() to specify the target node

[net-next Patch 0/5] octeontx2-af: misc MAC block changes
 2023-08-25  7:20 UTC  (7+ messages)
` [net-next Patch 4/5] octeontx2-af: replace generic error codes

[PATCH] kallsyms: Fix kallsyms_selftest failure
 2023-08-25  7:19 UTC  (2+ messages)

[PATCH v1 0/3] spidev: A few cleanups
 2023-08-25  7:17 UTC  (7+ messages)
` [PATCH v1 1/3] spidev: Decrease indentation level in spidev_ioctl() SPI_IOC_RD_MODE*
` [PATCH v1 2/3] spidev: Switch to use spi_get_csgpiod()
` [PATCH v1 3/3] spidev: Simplify SPI_IOC_RD_MODE* cases in spidev_ioctl()

[BUG] missing return thunk: __ret+0x5/0x7e-__ret+0x0/0x7e: e9 f6 ff ff ff
 2023-08-25  7:15 UTC  (5+ messages)

[PATCH v1 0/4] Optimize mmap_exit for large folios
 2023-08-25  7:13 UTC  (4+ messages)
` [PATCH v1 4/4] mm/mmu_gather: Store and process pages in contig ranges

[PATCH v2 0/6] hwrng: imx-rngc - use polling instead of interrupt
 2023-08-25  7:12 UTC  (3+ messages)
` [PATCH v2 3/6] hwrng: imx-rngc - use polling to detect end of self test

[PATCH v5 1/9] ARM: dts: stm32: Add alternate pinmux for i2s pins
 2023-08-25  7:09 UTC  (3+ messages)
` [PATCH v5 9/9] ARM: dts: stm32: Add Octavo OSD32MP1-RED board

[BUG] KCSAN: data-race in drm_sched_entity_is_ready [gpu_sched] / drm_sched_entity_push_job [gpu_sched]
 2023-08-25  7:05 UTC  (7+ messages)

[PATCH 0/3] memcg: non-unified flushing for userspace stats
 2023-08-25  7:05 UTC  (10+ messages)
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads

[paulmck-rcu:dev.2023.08.22a 69/69] ERROR: modpost: "dump_cpu_task" [kernel/locking/locktorture.ko] undefined!
 2023-08-25  6:59 UTC 

[PATCH 0/2] drm/amdgpu: Merge all debug module parameters
 2023-08-25  6:56 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu: Merge "

[PATCH] drm/gma500: Fix call trace when psb_gem_mm_init() fails
 2023-08-25  6:54 UTC  (2+ messages)

[RFC PATCH v3 0/3] sched: Skip queued wakeups only when L2 is shared
 2023-08-25  6:49 UTC  (7+ messages)
` [RFC PATCH v3 2/3] sched: Introduce cpus_share_l2c

[PATCH 1/2] TSD: arm64: dts: rockchip: use codec as clock master
 2023-08-25  6:49 UTC  (2+ messages)

[PATCH v3 0/4] Move Loongson1 MAC arch-code to the driver dir
 2023-08-25  6:48 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [PATCH v3 4/4] MAINTAINERS: Update MIPS/LOONGSON1 entry

[PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN
 2023-08-25  6:47 UTC  (16+ messages)
` [PATCH v7 1/8] perf pmu: "Compat" supports matching multiple identifiers
` [PATCH v7 3/8] perf vendor events: Supplement the omitted EventCode
` [PATCH v7 5/8] perf test: Make matching_pmu effective
` [PATCH v7 6/8] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v7 8/8] perf vendor events: Add JSON metrics for Arm CMN

[PATCH v5 0/5] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-08-25  6:45 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: PCI: brcmstb: Add brcm,enable-l1ss property

[PATCH -next v4 0/7] md: make rdev addition and removal independent from daemon thread
 2023-08-25  6:44 UTC  (3+ messages)

[tip:sched/eevdf] [sched/fair] e0c2ff903c: phoronix-test-suite.blogbench.Write.final_score -34.8% regression
 2023-08-25  6:41 UTC  (7+ messages)
` [tip: sched/core] sched/eevdf: Curb wakeup-preemption

[PATCH -next v2 0/7] md: initialize 'active_io' while allocating mddev
 2023-08-25  6:40 UTC  (2+ messages)

[PATCH 1/3] PCI: Add helper to check if any of ancestor device support D3cold
 2023-08-25  6:39 UTC  (6+ messages)

[PATCH v2] cpufreq: Support per-policy performance boost
 2023-08-25  6:39 UTC  (2+ messages)

[PATCH v6 0/4] Fix some issues in QCOM UFS bindings
 2023-08-25  6:38 UTC  (3+ messages)

[PATCH -next 0/2] md: fix two regressions related to export_rdev()
 2023-08-25  6:38 UTC  (2+ messages)

[paulmck-rcu:dev.2023.08.22a 61/69] kernel/locking/qspinlock.c:660:19: error: redefinition of 'tail_to_cpu'
 2023-08-25  6:37 UTC 

[PATCH 0/3] selftests/resctrl: Bug fix and optimizations
 2023-08-25  6:34 UTC  (10+ messages)
` [PATCH 1/3] selftests/resctrl: Fix schemata write error check
` [PATCH 2/3] selftests/resctrl: Move run_benchmark() to a more fitting file
` [PATCH 3/3] selftests: Add printf attribute to ksefltest prints

[PATCH v6 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-08-25  6:28 UTC  (22+ messages)
` [PATCH v6 1/7] perf evlist: Add perf_evlist__go_system_wide() helper
` [PATCH v6 2/7] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v6 3/7] perf record: Move setting dummy tracking before record__init_thread_masks()
` [PATCH v6 4/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v6 5/7] perf test: Update base-record & system-wide-dummy attr expected values for test-record-C0
` [PATCH v6 6/7] perf test: Add test case for record sideband events

[PATCH] clk: sprd: Composite driver support offset config
 2023-08-25  6:25 UTC  (2+ messages)

[PATCH 0/2] gpio: pca953x: add support for TCA9538
 2023-08-25  6:21 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: gpio: pca95xx: document new tca9538 chip

[PATCH] Add Meta openBMC Minerva dts file
 2023-08-25  6:19 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust file patterns in TQ SYSTEMS BOARD & DRIVER SUPPORT
 2023-08-25  6:19 UTC  (2+ messages)

[PATCH 0/1] Reduce cost of accessing tg->load_avg
 2023-08-25  6:18 UTC  (10+ messages)
` [PATCH 1/1] sched/fair: ratelimit update to tg->load_avg

[PATCH 0/3] iio: adc: add LTC2309 support
 2023-08-25  6:15 UTC  (5+ messages)
` [PATCH 3/3] dt-bindings: iio: adc: add lltc,ltc2309 bindings

[PATCH] kbuild: Show Kconfig fragments in "help"
 2023-08-25  6:11 UTC  (3+ messages)

[PATCH 0/4] Introduce perf build subcommand
 2023-08-25  6:11 UTC  (5+ messages)
` [PATCH 1/4] perf build: introduce "
` [PATCH 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH 3/4] perf tests task_analyzer: check perf build for libtraceevent support
` [PATCH 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf build --has

[PATCH] thermal/drivers/mediatek/lvts_thermal: remove unneeded semicolon
 2023-08-25  6:10 UTC 

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-08-25  6:00 UTC  (27+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface

[PATCH v2] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
 2023-08-25  6:02 UTC  (5+ messages)

[PATCH] powerpc/perf/hv-24x7: Update domain value check
 2023-08-25  5:56 UTC 

linux-next: Tree for Aug 25
 2023-08-25  5:52 UTC 

linux-next: Tree for Aug 24
 2023-08-25  5:49 UTC  (2+ messages)
` linux-next: Tree for Aug 24 (drivers/media/pci/intel/ivsc/mei_csi.o)

[PATCH v2 0/7] rtc: Add support for limited alarm timer offsets
 2023-08-25  5:46 UTC  (4+ messages)
` [PATCH v2 2/7] rtc: alarmtimer: Use maximum alarm time offset

[PATCH v1] riscv: support arch_has_hw_pte_young()
 2023-08-25  5:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove obsolete pattern in RTC SUBSYSTEM section
 2023-08-25  5:39 UTC 

[syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
 2023-08-25  5:37 UTC  (2+ messages)
` [PATCH] f2fs: fix deadlock in f2f2_add_dentry


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