linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-27 19:01:52 to 2024-02-27 22:02:16 UTC [more...]

[PATCH v2 0/6] Thread memory improvements and fixes
 2024-02-27 22:01 UTC  (7+ messages)
` [PATCH v2 1/6] perf report: Sort child tasks by tid
` [PATCH v2 2/6] perf trace: Ignore thread hashing in summary
` [PATCH v2 3/6] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v2 4/6] perf threads: Move threads to its own files
` [PATCH v2 5/6] perf threads: Switch from rbtree to hashmap
` [PATCH v2 6/6] perf threads: Reduce table size from 256 to 8

Recent-ish changes in binfmt_elf made my program segfault
 2024-02-27 20:59 UTC  (7+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions
 2024-02-27 21:57 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT

Prebuilt LLVM 18.1.0-rc2 uploaded
 2024-02-27 21:56 UTC  (9+ messages)

Acoustic Instrument!
 2024-02-27 21:55 UTC 

[RFC PATCH 0/1] Rewrite the VP9 codec library in Rust
 2024-02-27 21:51 UTC  (2+ messages)
` [RFC PATCH 1/1] v4l2-core: rewrite the VP9 "

[PATCH v2] mm: make folio_pte_batch available outside of mm/memory.c
 2024-02-27 21:54 UTC  (2+ messages)

[PATCH] dt-bindings: iio: gyroscope: bosch,bmg160: add spi-max-frequency binding
 2024-02-27 21:51 UTC  (6+ messages)

[RFC][PATCH 00/34] [RFC] x86: Rework system-wide configuration masquerading as per-cpu data
 2024-02-27 21:48 UTC  (6+ messages)
` [RFC][PATCH 11/34] x86/cpu/intel: Prepare MKTME for "address configuration" infrastructure

[PATCH 0/6] PCI: imx6: rename\clean up and add lut information for imx95
 2024-02-27 21:47 UTC  (7+ messages)
` [PATCH 1/6] PCI: imx6: Rename imx6_* with imx_*
` [PATCH 2/6] PCI: imx6: Rename pci-imx6.c and PCI_IMX6 config
` [PATCH 3/6] MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file
` [PATCH 4/6] PCI: imx: Simplify switch-case logic by involve set_ref_clk callback
` [PATCH 5/6] PCI: imx: Simplify switch-case logic by involve core_reset callback
` [PATCH 6/6] PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95

[PATCH 1/1] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
 2024-02-27 21:45 UTC  (2+ messages)

[PATCH v2] parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds
 2024-02-27 21:43 UTC  (2+ messages)

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-27 21:42 UTC  (8+ messages)
` [PATCH v1 4/6] perf threads: Move threads to its own files

[PATCH 0/2] cleanup: A couple extensions for conditional resource management
 2024-02-27 21:41 UTC  (8+ messages)
` [PATCH 1/3] cleanup: Add cond_guard() to conditional guards
` [PATCH 2/3] cleanup: Introduce cond_no_free_ptr()
` [PATCH 3/3] cxl/region: Use cond_guard() in show_targetN()

[GIT PULL] KVM: x86: SVM changes for 6.9
 2024-02-27 21:35 UTC  (2+ messages)

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-27 21:35 UTC  (18+ messages)
` [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()

[PATCH v2 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-27 21:28 UTC  (2+ messages)

[PATCH v3] kvm/x86: allocate the write-tracking metadata on-demand
 2024-02-27 21:28 UTC  (2+ messages)

[PATCHv8 00/17, CORRECTED] x86/tdx: Add kexec support
 2024-02-27 21:30 UTC  (19+ messages)
` [PATCHv8 01/17] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv8 02/17] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv8 03/17] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv8 04/17] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv8 05/17] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv8 06/17] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv8 07/17] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv8 08/17] x86/tdx: Account shared memory
` [PATCHv8 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec
` [PATCHv8 10/17] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv8 11/17] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv8 12/17] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv8 13/17] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv8 14/17] x86/smp: Add smp_ops.stop_this_cpu() callback
` [PATCHv8 15/17] x86/mm: Introduce kernel_ident_mapping_free()
` [PATCHv8 16/17] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
` [PATCHv8 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed

[PATCH] KVM: SVM: Rename vmplX_ssp -> plX_ssp
 2024-02-27 21:28 UTC  (2+ messages)

[RESEND PATCH] selftests/overlayfs: fix compilation error in overlayfs
 2024-02-27 21:28 UTC  (4+ messages)

[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
 2024-02-27 21:26 UTC  (7+ messages)
` [PATCH v6 4/8] padata: dispatch works on different nodes
` [PATCH v6 5/8] padata: downgrade padata_do_multithreaded to serial execution for non-SMP
` [PATCH v6 6/8] hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-27 21:23 UTC  (4+ messages)
` [PATCH 5/9] rtc: test: Fix invalid format specifier

[PATCH] net: raise RCU qs after each threaded NAPI poll
 2024-02-27 21:22 UTC  (5+ messages)

[PATCH v2 0/4] auxdisplay: 7 segment LED display
 2024-02-27 21:22 UTC  (5+ messages)
` [PATCH v2 1/4] auxdisplay: Add 7 segment LED display driver
` [PATCH v2 2/4] dt-bindings: auxdisplay: Add bindings for generic 7 segment LED
` [PATCH v2 3/4] ARM: dts: marvell: Add 7 segment LED display on x530
` [PATCH v2 4/4] ARM: dts: marvell: Indicate USB activity "

[PATCHv8 00/16] x86/tdx: Add kexec support
 2024-02-27 21:21 UTC  (2+ messages)

[PATCH] rtc: pcf8523: add suspend handlers for alarm IRQ
 2024-02-27 21:18 UTC 

[PATCH v15 01/10] irqchip/riscv-intc: Fix low-level interrupt handler setup for AIA
 2024-02-27 21:18 UTC  (2+ messages)
` [tip: irq/msi] "

[PATCHSET v2 0/2] Split iowait into two states
 2024-02-27 21:06 UTC  (3+ messages)
` [PATCH 1/2] sched/core: switch struct rq->nr_iowait to an unsigned int
` [PATCH 2/2] sched/core: split iowait state into two states

[PATCH md-6.9 v2 00/10] md/raid1: refactor read_balance() and some minor fix
 2024-02-27 21:11 UTC  (2+ messages)

[PATCH v1 1/1] x86/nmi: Remove an unnecessary IS_ENABLED(CONFIG_SMP)
 2024-02-27 21:10 UTC  (2+ messages)
` [tip: x86/cleanups] "

linux-next: Fixes tag needs some work in the tip tree
 2024-02-27 21:03 UTC 

[PATCH v2] net: stmmac: fix rx queue priority assignment
 2024-02-27 21:01 UTC  (3+ messages)

[PATCH v3 0/6] uvc gadget performance issues
 2024-02-27 21:01 UTC  (5+ messages)
` [PATCH v3 2/6] usb: dwc3: gadget: cancel requests instead of release after missed isoc

[PATCH 1/4] devcoredump: Add dev_coredump_put()
 2024-02-27 21:00 UTC  (4+ messages)
` [PATCH 2/4] devcoredump: Add dev_coredump_timeout_set()
` [PATCH 3/4] drm/xe: Remove devcoredump during driver release
` [PATCH 4/4] drm/xe: Increase devcoredump timeout

[PATCH] wlcore: sdio: warn only once for wl12xx_sdio_raw_{read,write}() failures
 2024-02-27 20:58 UTC  (2+ messages)

[PATCH v2,RESEND 0/2] drivers: perf: fix crash with the legacy riscv driver
 2024-02-27 20:56 UTC  (7+ messages)
` [PATCH v2,RESEND 1/2] drivers: perf: added capabilities for legacy PMU
` [PATCH v2,RESEND 2/2] drivers: perf: ctr_get_width function for legacy is not defined

[PATCH v3 00/10] RK3588 USBDP support
 2024-02-27 20:56 UTC  (3+ messages)
` [PATCH v3 02/10] phy: rockchip: add usbdp combo phy driver

[PATCH v2 0/4] arm64: dts: imx8qxp add asrc and sai
 2024-02-27 20:54 UTC  (5+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: fsl,imx-asrc/spdif: Add power-domains requirement
` [PATCH v2 2/4] ASoC: dt-bindings: fsl,imx-asrc: update max interrupt numbers
` [PATCH v2 3/4] ASoC: dt-bindings: fsl-sai: allow only one dma-names
` [PATCH v2 4/4] arm64: dts: imx8qxp: add asrc[0,1], esai0, spdif[0,1] and sai[4,5]

[PATCH -fixes 0/2] NAPOT Fixes
 2024-02-27 20:50 UTC  (3+ messages)
` [PATCH -fixes 1/2] Revert "riscv: mm: support Svnapot in huge vmap"
` [PATCH -fixes 2/2] riscv: Fix pte_leaf_size() for NAPOT

[PATCH v2] ASoC: meson: axg-fifo: use FIELD helpers
 2024-02-27 20:51 UTC  (2+ messages)

Ideas for a generic solution to support accelerometer lis3lv02d in Dell laptops/notebooks?
 2024-02-27 20:51 UTC  (6+ messages)

[PATCH] mm/cma: convert cma_alloc() to return folio
 2024-02-27 20:51 UTC  (4+ messages)

[PATCH net 0/2] net: tehuti: Fix some error handling paths in bdx_probe()
 2024-02-27 20:50 UTC  (3+ messages)
` [PATCH net 1/2] net: tehuti: Fix a missing pci_disable_msi() in the error handling path of bdx_probe()
` [PATCH net 2/2] net: tehuti: Fix leaks "

[PATCH v5 0/4] Reduce synchronize_rcu() latency(v5)
 2024-02-27 20:51 UTC  (5+ messages)
` [PATCH v5 2/4] rcu: Reduce synchronize_rcu() latency

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-02-27 20:42 UTC  (14+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[PATCH kernel v2] pci/doe: Support discovery version
 2024-02-27 20:41 UTC  (2+ messages)

[PATCH] net: make SK_MEMORY_PCPU_RESERV tunable
 2024-02-27 20:38 UTC  (2+ messages)

[PATCH 6.7 000/334] 6.7.7-rc1 review
 2024-02-27 20:34 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add TPM DT bindings to TPM maintainers
 2024-02-27 20:31 UTC  (3+ messages)

[PATCH] parisc: More csum_ipv6_magic fixes
 2024-02-27 20:31 UTC  (3+ messages)

[PATCH 1/3] platform/x86: wmi: Ignore duplicated GUIDs in legacy matches
 2024-02-27 20:30 UTC  (3+ messages)
` [PATCH 2/3] platform/x86: wmi: Do not instantiate older WMI drivers multiple times

[PATCH] arm64: errata: Minimize tlb flush due to vttbr writes on AmpereOne
 2024-02-27 20:26 UTC  (4+ messages)

[PATCH] vfio/type1: unpin PageReserved page
 2024-02-27 20:25 UTC  (5+ messages)

[PATCH v2 0/9] Cover a guard gap corner case
 2024-02-27 20:25 UTC  (6+ messages)
` [PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info

[PATCH v3 00/10] Add support for NIST P521 to ecdsa
 2024-02-27 20:15 UTC  (3+ messages)
` [PATCH v3 06/10] crypte: ecc - Implement ecc_curve_get_nbits to get number of bits

[PATCH v2 0/3] drm/msm/dp: Rework the eDP/DP modes and add support for X1E80100
 2024-02-27 20:18 UTC  (3+ messages)
` [PATCH v2 2/3] drm/msm/dp: Add support for setting the eDP mode from devicetree

[PATCH v1] mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()
 2024-02-27 20:15 UTC 

[PATCH v7] mtd: rawnand: brcmnand: Add support for getting ecc setting from strap
 2024-02-27 20:12 UTC 

[PATCH v2 00/20] Staging: rtl8192e: Fix checkpatch warning for rtllib_softmac.c
 2024-02-27 20:12 UTC  (2+ messages)

[PATCH -fixes v3 0/2] riscv: cbo.zero fixes
 2024-02-27 20:01 UTC  (5+ messages)
` [PATCH -fixes v3 1/2] riscv: Fix enabling cbo.zero when running in M-mode

[PATCH v2 0/9] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-02-27 20:01 UTC  (5+ messages)
` [PATCH v2 6/9] drm/vkms: Add YUV support

[PATCH RFC] RDMA/cm: add timeout to cm_destroy_id wait
 2024-02-27 20:00 UTC 

[PATCH] wifi: brcm80211: handle pmk_op allocation failure
 2024-02-27 19:58 UTC  (5+ messages)

[PATCH RESEND 0/2] ARM: prctl: Reject PR_SET_MDWE where not supported
 2024-02-27 19:53 UTC  (4+ messages)
` [PATCH RESEND 1/2] prctl: Generalize PR_SET_MDWE support check to be per-arch

[PATCH V2 1/3] platform/x86/intel/vsec: Remove nuisance message
 2024-02-27 19:54 UTC  (3+ messages)
` [PATCH V2 3/3] platform/x86/intel/pmc/arl: Put GNA device in D3

[BUG] selftests: cgroup: KMEMLEAK in cgroup/test_cpuset_prs.sh
 2024-02-27 19:50 UTC 

[PATCH 0/5] Rework SCMI Clock driver clk_ops setup procedure
 2024-02-27 19:48 UTC  (6+ messages)
` [PATCH 1/5] clk: scmi: Allocate CLK operations dynamically
` [PATCH 2/5] clk: scmi: Add support for state control restricted clocks
` [PATCH 3/5] clk: scmi: Add support for rate change "
` [PATCH 4/5] clk: scmi: Add support for re-parenting "
` [PATCH 5/5] clk: scmi: Add support for get/set duty_cycle operations

[PATCH v2 0/9] SVM guest shadow stack support
 2024-02-27 19:47 UTC  (11+ messages)
` [PATCH v2 1/9] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v2 5/9] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [PATCH v2 7/9] x86/sev-es: Include XSS value in GHCB CPUID request

[PATCH v4 0/2] riscv: Use Kconfig to set unaligned access speed
 2024-02-27 19:44 UTC  (9+ messages)
` [PATCH v4 2/2] riscv: Set unalignment speed at compile time

[PATCH 6.6 000/299] 6.6.19-rc1 review
 2024-02-27 19:43 UTC  (2+ messages)

[PATCH] thermal: int340x: processor_thermal: Add Lunar Lake-M PCI ID
 2024-02-27 19:41 UTC 

[PATCH] kunit: tool: add parsing of all files in directory
 2024-02-27 19:41 UTC  (3+ messages)

[PATCH v2] workqueue: Introduce from_work() helper for cleaner callback declarations
 2024-02-27 19:39 UTC  (2+ messages)

[syzbot] [usb-storage?] divide error in isd200_ata_command
 2024-02-27 19:36 UTC  (2+ messages)

[PATCH V3 0/2] firmware: arm_scmi: Register and handle limits change notification
 2024-02-27 19:32 UTC  (3+ messages)
` [PATCH V3 1/2] cpufreq: Export cpufreq_update_pressure

[PATCH v2 0/2] gpio-cdev: Release IRQ used by gpio-cdev on gpio chip removal
 2024-02-27 19:31 UTC  (2+ messages)

[PATCH v2 1/3] arm64: dts: imx8qm-mek: add adc0 support
 2024-02-27 19:30 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: imx8qm-mek: add lpspi2 support
` [PATCH v2 3/3] arm64: dts: imx8qm-mek: add flexspi0 support

[PATCH v10] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
 2024-02-27 19:31 UTC  (16+ messages)

[PATCH net-next v5 00/16] net: dsa: vsc73xx: Make vsc73xx usable
 2024-02-27 19:30 UTC  (5+ messages)
` [PATCH net-next v5 06/16] net: dsa: vsc73xx: add port_stp_state_set function
` [PATCH net-next v5 16/16] net: dsa: vsc73xx: start treating the BR_LEARNING flag

[PATCH 0/2] Synchronize DT overlay removal with devlink removals
 2024-02-27 19:28 UTC  (9+ messages)
` [PATCH 2/2] of: overlay: Synchronize of_overlay_remove() with the "

[PATCH 6.1 000/195] 6.1.80-rc1 review
 2024-02-27 19:27 UTC  (3+ messages)

[PATCH] i40e: Prevent setting MTU if greater than MFS
 2024-02-27 19:27 UTC 

[PATCH 0/2] gpio-cdev: Release IRQ used by gpio-cdev on gpio chip removal
 2024-02-27 19:27 UTC  (10+ messages)
` [PATCH 2/2] gpiolib: cdev: release IRQs when the gpio chip device is removed

[Linux Kernel Bug][drivers/media/dvb] possible deadlock in dvb_demux_release
 2024-02-27 19:23 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO function
 2024-02-27 19:23 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smi

[PATCH V26 0/3] misc: Add driver support for Data Capture and Compare unit(DCC)
 2024-02-27 19:22 UTC  (3+ messages)
` [PATCH V26 2/3] misc: dcc: "

[PATCH 0/4] riscv: 64-bit NOMMU fixes and enhancements
 2024-02-27 19:22 UTC  (7+ messages)
` [PATCH 2/4] riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
` [PATCH 4/4] riscv: Allow NOMMU kernels to run in S-mode

[PATCH v7 0/5] Support for Avago APDS9306 Ambient Light Sensor
 2024-02-27 19:20 UTC  (5+ messages)
` [PATCH v7 5/5] iio: light: Add support for APDS9306 "

[PATCH 5.15 000/245] 5.15.150-rc1 review
 2024-02-27 19:20 UTC  (3+ messages)

[PATCH 1/1] mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP check
 2024-02-27 19:18 UTC  (3+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-02-27 19:17 UTC  (7+ messages)
` [PATCH v3 1/4] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags

[PATCH v2 0/2] iio: adc: ad7944: new driver
 2024-02-27 19:15 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add ad7944 ADCs

[PATCH v2] usb: dwc3: core: enable CCI support for AMD-xilinx DWC3 controller
 2024-02-27 19:13 UTC  (4+ messages)

[PATCH] gpio: 74x164: Enable output pins after registers are reset
 2024-02-27 19:11 UTC  (6+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-27 19:08 UTC  (7+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc

[PATCH] workqueue: Introduce from_wq() helper for cleaner callback declarations
 2024-02-27 19:06 UTC  (3+ messages)

[PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
 2024-02-27 19:04 UTC  (3+ messages)

[PATCH] mtd: rawnand: brcmnand: fix sparse warnings
 2024-02-27 19:02 UTC 

[PATCH net-next 1/2] net: bridge: Do not allocate stats in the driver
 2024-02-27 19:02 UTC  (4+ messages)
` [PATCH net-next 2/2] net: bridge: Exit if multicast_init_stats fails

[PATCH net-next v5 0/9] drivers: net: Convert EEE handling to use linkmode bitmaps
 2024-02-27 19:02 UTC  (3+ messages)
` [PATCH net-next v5 4/9] net: ethernet: ixgbe: Convert EEE to use linkmodes

[PATCH] mm: export folio_pte_batch as a couple of modules might need it
 2024-02-27 19:01 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;
as well as URLs for NNTP newsgroup(s).