mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v1 00/49] perf: Complete transition to standalone Python scripts
 2026-09-20  5:21 UTC  (42+ messages)
` [PATCH v1 01/49] perf python: Update syscall format string to optional positional
` [PATCH v1 02/49] perf python: Update callchain stubs and session thread lookup
` [PATCH v1 03/49] perf python: Clean up pylint warnings in ilist.py
` [PATCH v1 04/49] perf python: Clean up pylint warnings in treport.py
` [PATCH v1 05/49] perf python: Clean up pylint warnings in tracepoint.py
` [PATCH v1 06/49] perf python: Clean up pylint warnings in twatch.py
` [PATCH v1 07/49] perf python: Improve perf script -l descriptions
` [PATCH v1 08/49] perf python: Expose addr location, transaction, and context_switch
` [PATCH v1 09/49] perf python: Add Intel PT call_return and itrace capability
` [PATCH v1 10/49] perf python: Allow KeyboardInterrupt to propagate in LiveSession
` [PATCH v1 11/49] perf pmu-events: Clean up mypy and pylint issues
` [PATCH v1 12/49] perf test: Clean up mypy and pylint issues in shell test libraries
` [PATCH v1 13/49] perf build: Make mypy build test opt-out (NO_MYPY=1)
` [PATCH v1 14/49] perf build: Make pylint build test opt-out (NO_PYLINT=1)
` [PATCH v1 15/49] perf Makefile: Install standalone Python scripts during transition
` [PATCH v1 16/49] perf python: Port stat-cpi to perf module
` [PATCH v1 17/49] perf python: Port mem-phys-addr "
` [PATCH v1 18/49] perf python: Port stackcollapse "
` [PATCH v1 19/49] perf python: Port flamegraph "
` [PATCH v1 20/49] perf python: Port gecko "
` [PATCH v1 21/49] perf python: Port event_analyzing_sample "
` [PATCH v1 22/49] perf python: Port syscall-counts "
` [PATCH v1 23/49] perf python: Port syscall-counts-by-pid "
` [PATCH v1 24/49] perf python: Port failed-syscalls-by-pid "
` [PATCH v1 25/49] perf python: Port failed-syscalls from Perl "
` [PATCH v1 26/49] perf python: Port sctop "
` [PATCH v1 27/49] perf python: Port rw-by-file from Perl "
` [PATCH v1 28/49] perf python: Port rw-by-pid "
` [PATCH v1 29/49] perf python: Port rwtop "
` [PATCH v1 30/49] perf python: Port futex-contention "
` [PATCH v1 31/49] perf python: Port task-analyzer "
` [PATCH v1 32/49] perf python: Port sched-migration and SchedGui "
` [PATCH v1 33/49] perf python: Port wakeup-latency from Perl "
` [PATCH v1 34/49] perf python: Port compaction-times "
` [PATCH v1 35/49] perf python: Port net_dropmonitor "
` [PATCH v1 36/49] perf python: Port netdev-times "
` [PATCH v1 37/49] perf python: Port check-perf-trace "
` [PATCH v1 38/49] perf python: Port arm-cs-trace-disasm "
` [PATCH v1 39/49] perf python: Port powerpc-hcalls "
` [PATCH v1 40/49] perf python: Port intel-pt-events and libxed "
` [PATCH v1 41/49] perf test: Migrate Intel PT virtual LBR test to Python API

[PATCH] char: hpet: prevent hard-IRQ divide-by-zero in hpet_interrupt() via HPET_IRQFREQ
 2026-09-20  5:19 UTC  (2+ messages)

[PATCH] usbip: validate ISO packet descriptors and URB lengths in vhci, vudc, and usbip_common
 2026-09-20  5:18 UTC  (2+ messages)

[PATCH v2 0/3] iio: adc: add mt6397 PMIC AUXADC support
 2026-09-20  5:18 UTC  (6+ messages)
` [PATCH v2 2/3] iio: adc: mt6397-auxadc: add mt6397 PMIC AUXADC driver

[PATCH 0/3] PM: spacemit: Add power domain support
 2026-09-20  5:17 UTC  (9+ messages)
` [PATCH 2/3] pmdomain: spacemit: Add power domain driver

[PATCH] serial: fix 8250 hash_mutex race and uart_get_baud_rate() divide-by-zero
 2026-09-20  5:17 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Use guards for mutexes
 2026-09-20  5:16 UTC  (2+ messages)

[PATCH v1 3/5] dt-bindings: dma: Add CIX Sky1 DMA-350 integration
 2026-09-20  5:15 UTC  (2+ messages)

[PATCH v2] [USB][serial/garmin_gps] Fix signed integer underflow and OOB read on packet length
 2026-09-20  5:14 UTC  (3+ messages)
` [PATCH v3] USB: serial: garmin_gps: fix "

[PATCH] usb: core: fix descriptor parsing OOB, port/bos locking, and devio/ledtrig races
 2026-09-20  5:12 UTC  (3+ messages)

[PATCH v10 0/8] iio: add Open Sensor Fusion UART support
 2026-09-20  5:07 UTC  (19+ messages)
` [PATCH v10 1/8] dt-bindings: iio: add Open Sensor Fusion device
` [PATCH v10 2/8] Documentation: iio: add Open Sensor Fusion driver overview
` [PATCH v10 3/8] iio: osf: add protocol decoding
` [PATCH v10 4/8] iio: osf: add validated stream parser
` [PATCH v10 6/8] iio: osf: add IIO devices from capability reports

[RFC PATCH v4 08/10] iommu/riscv: Pre-enable GADE for second-stage domains
 2026-09-20  5:05 UTC  (3+ messages)

[PATCH] binder: restrict BINDER_NLGRP_REPORT to CAP_NET_ADMIN and fix binderfs minor leak
 2026-09-20  5:01 UTC  (2+ messages)

[PATCH] binder: fix sender fd 0 close and file refcount leak on TF_UPDATE_TXN
 2026-09-20  5:00 UTC  (3+ messages)

[PATCH 00/28] Add speaker and headset jack support for Apple Silicon Macs
 2026-09-20  4:54 UTC  (29+ messages)
` [PATCH 01/28] dt-bindings: sound: Add Apple Macs sound peripherals
` [PATCH 02/28] ASoC: cs42l42: Fix typo
` [PATCH 03/28] ASoC: cs42l42: Set a faster digital ramp-up rate
` [PATCH 04/28] ASoC: apple: mca: Fix PD link double-frees
` [PATCH 05/28] alsa: pcm: Remove the qos request only if active
` [PATCH 06/28] ALSA: dmaengine: Always terminate DMA when a PCM is closed
` [PATCH 07/28] ALSA: Support nonatomic dmaengine PCMs
` [PATCH 08/28] ALSA: control: Add kcontrol callbacks for lock/unlock
` [PATCH 09/28] ASoC: ops: Move guts out of snd_soc_limit_volume
` [PATCH 10/28] ASoC: ops: Accept patterns in snd_soc_limit_volume
` [PATCH 11/28] ASoC: ops: Introduce 'snd_soc_deactivate_kctl'
` [PATCH 12/28] ASoC: ops: Introduce 'soc_set_enum_kctl'
` [PATCH 13/28] ASoC: card: Let 'fixup_controls' return errors
` [PATCH 14/28] ASoC: ops: Export snd_soc_control_matches()
` [PATCH 15/28] ASoC: tas2764: Set up V/ISENSE on codec probe
` [PATCH 16/28] ASoC: apple: Add macaudio machine driver
` [PATCH 17/28] arm64: dts: apple: t8103-j274: Add speaker/headset jack nodes
` [PATCH 18/28] arm64: dts: apple: t8103-j313: "
` [PATCH 19/28] arm64: dts: apple: t8103-j293: "
` [PATCH 20/28] arm64: dts: apple: t8103-j45x: Add headset "
` [PATCH 21/28] arm64: dts: apple: t8112-j413: Add speaker/headset "
` [PATCH 22/28] arm64: dts: apple: t8112-j415: "
` [PATCH 23/28] arm64: dts: apple: t8112-j473: "
` [PATCH 24/28] arm64: dts: apple: t8112-j493: "
` [PATCH 25/28] arm64: dts: apple: t600x-j31x: "
` [PATCH 26/28] arm64: dts: apple: t600x-j375: "
` [PATCH 27/28] arm64: dts: apple: t602x-j41x: "
` [PATCH 28/28] arm64: dts: apple: t602x-j47x: "

[PATCH v2 0/6] arm64: dts: qcom: nord: Add remoteproc and PMIC support
 2026-09-20  4:50 UTC  (3+ messages)
` [PATCH v2 1/6] arm64: dts: qcom: nord: Add support for ADSP and CDSPs

[PATCH v3] md: Fix the null-ptr-deref of 'mddev->private' while submitting IO
 2026-09-20  4:43 UTC  (2+ messages)

[git pull] Input updates for v7.3-rc3
 2026-09-20  4:43 UTC 

[PATCH net] bpf: lwt: clear stale IP control block after pushing an encap header
 2026-09-20  4:35 UTC  (2+ messages)

[syzbot] Monthly bridge report (Sep 2026)
 2026-09-20  4:33 UTC 

[PATCH] smb: client: delete compound mids on send failure before unlock
 2026-09-20  4:32 UTC  (2+ messages)

[PATCH] ata: libata-scsi: reject multi-sector taskfile commands when dev->multi_count is 0
 2026-09-20  4:32 UTC  (2+ messages)

[PATCH v2] sched/stats: Fix run_delay over-count for migrated sched_delayed tasks
 2026-09-20  4:31 UTC 

[PATCH mm-new] mm: vmscan: put rotation-missed folios at the LRU tail
 2026-09-20  4:30 UTC 

[PATCH 0/2] Bluetooth: btintel_pcie: two PM fixes, assembled as one series
 2026-09-20  4:27 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: btintel_pcie: fix PM flow for S0ix, S3 and S4

FAILED: load BTF from .tmp_vmlinux1.BTF.1: No such file or directory
 2026-09-20  4:24 UTC 

[PATCH] tracing: Fix crash in print_graph_function_event()
 2026-09-20  4:21 UTC 

[PATCH] seccomp: restore knotif->state when SECCOMP_ADDFD_FLAG_SEND is interrupted
 2026-09-20  4:16 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] ARM: mvebu: fix Cortex-A9 errata selection for Armada 38x
 2026-09-20  4:07 UTC 

[PATCH] qnx6: validate di_filelevels in qnx6_iget() and fix mount error handling
 2026-09-20  4:02 UTC  (2+ messages)

[PATCH] Input: wacom_w8001 - validate index before storing data byte
 2026-09-20  4:02 UTC  (2+ messages)

[PATCH 0/3] kallsyms: Accelerate symbol name lookups by ~19x
 2026-09-20  3:58 UTC  (4+ messages)
` [PATCH 1/3] kallsyms: Add test_kallsyms_perf module to benchmark lookup latency
` [PATCH 2/3] kallsyms: Add 3-byte index into compressed symbols to replace marker scans
` [PATCH 3/3] kallsyms: Match compressed tokens on the fly during binary search

[PATCH v2] can: isotp: check the frame type, not just the length
 2026-09-20  3:56 UTC 

[PATCH v5 00/17] crash: Rework and add arm64 crash hotplug support
 2026-09-20  3:53 UTC  (9+ messages)
` [PATCH v5 11/17] crash: Normalize the kexec_load elfcorehdr at load time
` [PATCH v5 17/17] arm64: crash: Add crash hotplug support

[PATCH v2] media: dvb-frontends: ds3000: validate firmware size
 2026-09-20  3:51 UTC 

[PATCH v2] scsi: ufs: mediatek: handle mPHY power-on failures
 2026-09-20  3:49 UTC 

[PATCH] workqueue: Drop redundant rcu_read_lock() from dump functions
 2026-09-20  3:49 UTC  (3+ messages)

[PATCH v2] drm/bridge: sii902x: validate I2S data lane values
 2026-09-20  3:48 UTC 

[PATCH v3 00/20] kbuild: significantly speed up kernel builds
 2026-09-20  3:48 UTC  (8+ messages)
` [PATCH v3 09/20] kbuild: implement and use depcheck to check dependency timestamps

[PATCH net v2] net: usb: sr9700: include receive overhead in the length check
 2026-09-20  3:47 UTC 

[PATCH rtw-next v3 0/3] wifi: rtl8xxxu: keep RX requests available across transient errors
 2026-09-20  3:46 UTC  (5+ messages)
` [PATCH rtw-next v3 2/3] wifi: rtl8xxxu: unwind incomplete receive startup
` [PATCH rtw-next v3 3/3] wifi: rtl8xxxu: preserve RX requests across recoverable transfer errors

[PATCH net v2] net: alacritech: publish the PCI module aliases
 2026-09-20  3:46 UTC 

[PATCH net v2] net: xscale: publish the IXP46x PTP OF module alias
 2026-09-20  3:45 UTC 

[PATCH net v3] net/iucv: require IUCV for AF_IUCV sockets
 2026-09-20  3:45 UTC 

[PATCH v2] wifi: brcmfmac: bound NVRAM comment parsing
 2026-09-20  3:44 UTC 

[PATCH v2] drm/imagination: clamp freelist reconstruction requests
 2026-09-20  3:43 UTC 

[PATCH v2] irqchip/mst-intc: validate the DT interrupt range
 2026-09-20  3:42 UTC 

[PATCH v2] clk: si5351: fail prepare when PLL reset times out
 2026-09-20  3:41 UTC 

[PATCH 0/3] kconfig: Introduce cc-option-str
 2026-09-20  3:40 UTC  (4+ messages)
` [PATCH 1/3] kconfig: Add "def_string", "def_int" and "def_hex"

[PATCH v2] media: cec: extron: clear response tail before dispatch
 2026-09-20  3:40 UTC 

[PATCH v2] clk: mediatek: mt7988-apmixed: publish the OF module alias
 2026-09-20  3:38 UTC 

[PATCH v2] PCI: eswin: Publish the platform driver OF alias
 2026-09-20  3:37 UTC 

[PATCH net v2] net: hip04: use 16-bit byte order for HI13X1 TX fields
 2026-09-20  3:36 UTC 

[PATCH v2] pinctrl: realtek: rtd1619b: publish the OF module alias
 2026-09-20  3:35 UTC 

[PATCH v2] iio: accel: bma220: publish the SPI driver ACPI alias
 2026-09-20  3:33 UTC 

[PATCH v6 00/10] kdump: reduce vmcore size and capture time
 2026-09-20  3:33 UTC  (5+ messages)
` [PATCH v6 06/10] memblock: introduce MEMBLOCK_NODUMP flag

[PATCH v2] iio: cdc: ad7150: fix OF matching and publish module aliases
 2026-09-20  3:33 UTC 

[PATCH] ARM: errata: document Cortex-A9 r4 as affected by erratum 754322
 2026-09-20  3:29 UTC 

[PATCH v2] cgroup/cpuset: Remove redundant sched domain rebuild from update_prstate()
 2026-09-20  3:29 UTC  (2+ messages)

[PATCH] cgroup/cpuset: Defer sched domain rebuild to common unlock path
 2026-09-20  3:28 UTC  (3+ messages)

[PATCH v3] arm64: dts: qcom: shikra: Add BAM-DMUX support
 2026-09-20  3:28 UTC 

[syzbot] [mmc?] INFO: task hung in mmc_send_io_op_cond
 2026-09-20  3:20 UTC 

[PATCH RFC 0/3] riscv: Add explicit die-level CPU topology
 2026-09-20  3:18 UTC  (4+ messages)
` [PATCH RFC 1/3] arch_topology: Add a die level to "
` [PATCH RFC 2/3] arch_topology: Parse die nodes in /cpu-map
` [PATCH RFC 3/3] riscv: topology: Expose explicit CPU die topology

[PATCH] sh: Use generic OHCI platform provider symbol
 2026-09-20  3:11 UTC  (2+ messages)

[PATCH v2] ARM: configs: sama5: enable current Microchip KSZ DSA symbols
 2026-09-20  3:09 UTC  (2+ messages)

[RFC PATCH v4 04/10] iommu/riscv: use data structure instead of individual values
 2026-09-20  3:08 UTC  (2+ messages)

[PATCH] spi: sh-msiof: propagate setup runtime-PM errors
 2026-09-20  3:07 UTC  (2+ messages)

[PATCH] cgroup/cpuset: prevent overlapping local and remote partition creation
 2026-09-20  3:04 UTC  (3+ messages)

[PATCH net v2] net: tun: fix race condition between tun_attach and tun_get_user with XDP
 2026-09-20  3:02 UTC 

[PATCH net-next v2 0/2] net: wwan: qcom_bam_dmux: Add restricted DMA pool support
 2026-09-20  3:02 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: qcom,bam-dmux: Add memory-region and qcom,vmid properties
` [PATCH net-next v2 2/2] net: wwan: qcom_bam_dmux: Assign restricted DMA pool to remote processor

[PATCH net v4] net: erspan: set lltx to avoid sch_direct_xmit deadlock
 2026-09-20  3:00 UTC  (4+ messages)

[PATCH v5] ntfs: mount hibernated volumes read-only regardless of errors=
 2026-09-20  2:59 UTC 

[PATCH] hwmon: peci: dimmtemp: Retry unstable DIMM mask detection
 2026-09-20  2:59 UTC  (3+ messages)

[PATCH net v2] vxlan: use one headroom snapshot for neighbour replies
 2026-09-20  2:56 UTC  (2+ messages)

[PATCH 0/2] usb: fix ASM3242 reporting SuperSpeed for a Gen 2x2 link
 2026-09-20  2:52 UTC  (3+ messages)
` [PATCH 1/2] usb: core: hub: recognise two-lane SuperSpeed sublinks as Gen 1x2
` [PATCH 2/2] xhci: fix ASM3242 port speed report for Gen 2x2 links after cold boot

[PATCH v5 0/5] Add support for Hygon family 18h models 4h-8h
 2026-09-20  2:52 UTC  (4+ messages)
` [PATCH v5 4/5] perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h

[PATCH] sched/stats: Fix run_delay over-count for migrated sched_delayed tasks
 2026-09-20  2:52 UTC  (2+ messages)

[PATCH rtw-next v2 0/4] wifi: rtl8xxxu: keep RX requests available across transient errors
 2026-09-20  2:44 UTC  (4+ messages)

[PATCH] ASoC: rt712-sdca-dmic: fix drvdata type in the gain controls
 2026-09-20  2:42 UTC 

[PATCH v4] ntfs: mount hibernated volumes read-only regardless of errors=
 2026-09-20  2:39 UTC 

[PATCH v1 2/2] mm/damon/tests/core-kunit: test the temporal tuner's size quota conversion
 2026-09-20  2:37 UTC  (3+ messages)

[PATCH v1 1/2] mm/damon/core: prevent size quota overflow in the temporal goal tuner
 2026-09-20  2:37 UTC  (3+ messages)

[PATCH rtw-next] wifi: rtw88: 8821c: disable deep LPS on PCIe devices
 2026-09-20  2:36 UTC  (3+ messages)

[PATCH 0/2] LoongArch: KVM: Code cleanup with MSI intterupt injection
 2026-09-20  2:36 UTC  (7+ messages)
` [PATCH 1/2] LoongArch: KVM: Remove parameter line when inject MSI
` [PATCH 2/2] LoongArch: KVM: Remove duplicated checking with DMSI irq injection

[RFC PATCH] usb: uas: quiesce SCSI before stopping endpoints on driver unbind
 2026-09-20  2:34 UTC  (2+ messages)

[PATCH v2 0/4] perf script: Bounded and lazy symbol loading
 2026-09-20  2:33 UTC  (5+ messages)
` [PATCH v2 1/4] perf symbols: Fix broken ELF_C_READ_MMAP fallback guard
` [PATCH v2 2/4] perf script: Add --max-symbol-bytes to bound ELF symbol memory
` [PATCH v2 3/4] perf script: Add --lazy-load-symbols for lazy symbol loading
` [PATCH v2 4/4] perf test: Test lazy symbol loading and symbol memory limits

[PATCH v2] dt-bindings: dma: qcom,bam-dma: Allow memory-region property
 2026-09-20  2:33 UTC 

[PATCH v2 0/3] mm/damon: fix the temporal goal tuner's size quota conversion
 2026-09-20  2:31 UTC  (4+ messages)
` [PATCH v2 1/3] mm/damon/core: prevent size quota overflow in the temporal goal tuner
` [PATCH v2 2/3] mm/damon/tests/core-kunit: test the temporal tuner's size quota conversion
` [PATCH v2 3/3] Docs/admin-guide/mm/damon/usage: document the temporal tuner's quota limit

[PATCH] wifi: mac80211: use assign_bit() where applicable
 2026-09-20  2:28 UTC 

[PATCH] tracing: use assign_bit() where applicable
 2026-09-20  2:28 UTC 

[PATCH] s390/time: use assign_bit() where applicable
 2026-09-20  2:28 UTC 

[PATCH] rxrpc: use assign_bit() where applicable
 2026-09-20  2:27 UTC 

[PATCH] net: protocol: use assign_bit() where applicable
 2026-09-20  2:27 UTC 

[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-20  2:11 UTC  (9+ messages)

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®