The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-02-16 22:20:27 to 2024-02-17 00:58:28 UTC [more...]

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-17  0:57 UTC  (6+ messages)
` [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers

[PATCH v4 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-02-17  0:58 UTC  (2+ messages)

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-17  0:55 UTC  (10+ messages)

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-17  0:52 UTC  (4+ messages)
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc

[PATCH] selftests/mqueue: Set timeout to 100 seconds
 2024-02-17  0:31 UTC  (4+ messages)

[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2024-02-17  0:28 UTC  (2+ messages)

[PATCH] rust: upgrade to Rust 1.77.0
 2024-02-17  0:27 UTC 

[PATCH v2] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-17  0:27 UTC  (2+ messages)

[PATCH 1/2] kbuild: mark `rustc` (and others) invocations as recursive
 2024-02-17  0:26 UTC  (2+ messages)
` [PATCH 2/2] rust: upgrade to Rust 1.76.0

[PATCH] kbuild: rust: use `-Zdebuginfo-compression`
 2024-02-17  0:26 UTC 

[PATCH] kbuild: rust: use `-Zdwarf-version` to support DWARFv5
 2024-02-17  0:26 UTC 

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-17  0:11 UTC  (9+ messages)

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-17  0:10 UTC  (52+ messages)
` [PATCH v17 01/51] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v17 02/51] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v17 03/51] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v17 04/51] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v17 05/51] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v17 06/51] xhci: move event processing for one interrupter to a separate function
` [PATCH v17 07/51] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v17 08/51] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v17 09/51] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v17 10/51] xhci: add helper to stop endpoint and wait for completion
` [PATCH v17 11/51] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v17 12/51] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v17 13/51] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v17 14/51] xhci: sideband: add initial api to register a sideband entity
` [PATCH v17 15/51] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v17 16/51] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v17 17/51] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v17 18/51] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v17 19/51] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v17 20/51] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v17 21/51] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v17 22/51] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v17 23/51] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v17 24/51] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v17 25/51] ALSA: usb-audio: Save UAC sample size information
` [PATCH v17 26/51] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v17 27/51] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v17 28/51] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v17 29/51] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v17 30/51] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v17 31/51] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v17 32/51] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v17 33/51] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v17 34/51] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v17 35/51] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v17 36/51] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v17 37/51] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v17 38/51] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v17 39/51] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v17 40/51] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v17 41/51] ASoC: Introduce SND kcontrols to track USB offloading state
` [PATCH v17 42/51] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v17 43/51] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v17 44/51] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v17 45/51] ASoC: usb: Fetch ASoC sound card information
` [PATCH v17 46/51] ALSA: usb-audio: Add USB offloading capable kcontrol
` [PATCH v17 47/51] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v17 48/51] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v17 49/51] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v17 50/51] ASoC: qcom: Populate SoC components string
` [PATCH v17 51/51] ASoC: doc: Add documentation for SOC USB

[PATCH RFC] wifi: wilc1000: fix reset line assert/deassert polarity
 2024-02-17  0:10 UTC  (9+ messages)

[paulmck-rcu:dev.2024.02.13a] BUILD SUCCESS 588c63cd5e56bb4d0cfd60d5802b51067a849889
 2024-02-17  0:10 UTC 

[PATCH v3 00/35] Memory allocation profiling
 2024-02-17  0:08 UTC  (5+ messages)
` [PATCH v3 13/35] lib: add allocation tagging support for memory "

[PATCH v2] kbuild: Use -fmin-function-alignment when available
 2024-02-17  0:07 UTC  (2+ messages)

[PATCH v2] perf list: For metricgroup only list include description
 2024-02-17  0:06 UTC  (2+ messages)

[PATCH] net: sched: Annotate struct tc_pedit with __counted_by
 2024-02-17  0:04 UTC  (2+ messages)

[PATCH v4 0/2] arm64: dts: qcom: ipq6018: add sdhci node
 2024-02-16 23:59 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: ipq6018: add LDOA2 regulator

[PATCH v5 0/8] Run tests in parallel
 2024-02-16 23:52 UTC  (9+ messages)
` [PATCH v5 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v5 2/8] perf list: Add scandirat compatibility function
` [PATCH v5 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v5 4/8] tools subcmd: Add a no exec function call option
` [PATCH v5 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v5 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v5 7/8] perf tests: Run time generate shell test suites
` [PATCH v5 8/8] perf tests: Add option to run tests in parallel

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v6)
 2024-02-16 23:54 UTC  (15+ messages)
` [PATCH 01/14] perf dwarf-aux: Add die_collect_vars()
` [PATCH 02/14] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 03/14] perf annotate-data: Introduce struct data_loc_info
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 05/14] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 08/14] perf annotate-data: Handle global variable access
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 10/14] perf annotate-data: Implement instruction tracking
` [PATCH 11/14] perf annotate: Parse x86 segment register location
` [PATCH 12/14] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 13/14] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH net 0/2] ioam6: fix write to cloned skb's
 2024-02-16 23:43 UTC  (3+ messages)
` [PATCH net 1/2] ioam6: fix write to cloned skb in ipv6_hop_ioam()
` [PATCH net 2/2] selftests: ioam6: refactoring to align with the fix

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-16 23:42 UTC  (5+ messages)
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format

[PATCH v3 1/1] PCI: hv: Fix ring buffer size calculation
 2024-02-16 23:40 UTC  (2+ messages)

[PATCH v16 00/50] Introduce QC USB SND audio offloading support
 2024-02-16 23:36 UTC  (2+ messages)

[GIT PULL] PCI fixes for v6.8
 2024-02-16 23:35 UTC 

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-16 23:33 UTC  (6+ messages)
` [PATCH v9 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation

[PATCH v2 0/2] Add DT support for Multiport controller on SC8280XP
 2024-02-16 23:32 UTC  (6+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sa8295p: Enable tertiary controller and its 4 USB ports

[PATCH] netfilter: x_tables: Use unsafe_memcpy() for 0-sized destination
 2024-02-16 23:31 UTC 

Audio dsp recovery using remoteproc
 2024-02-16 23:29 UTC 

[PATCH] enic: Avoid false positive under FORTIFY_SOURCE
 2024-02-16 23:30 UTC 

[PATCH] ntfs: Replace struct ntfs_name 0-sized array with flexible array
 2024-02-16 23:29 UTC 

[PATCH] greybus: Avoid fake flexible array for response data
 2024-02-16 23:28 UTC 

[net-next RFC PATCH 0/2] net: phy: aquantia: fix system interface provision
 2024-02-16 23:26 UTC  (6+ messages)

[PATCH v2] sock: Use unsafe_memcpy() for sock_copy()
 2024-02-16 23:22 UTC 

[PATCH v3] arm64: dts: qcom: sc7280: add slimbus DT node
 2024-02-16 23:19 UTC  (3+ messages)

[PATCH v2 1/6] mm/migrate: introduce migrate_pfn_to_folio()
 2024-02-16 23:19 UTC  (5+ messages)
` [PATCH v2 4/6] mm/migrate_device: convert __migrate_device_pages() to folios

[PATCH v5 00/18] power: sequencing: implement the subsystem and add first users
 2024-02-16 23:17 UTC  (5+ messages)
` [PATCH v5 08/18] arm64: dts: qcom: sm8650-qrd: add the Wifi node
` [PATCH v5 16/18] power: pwrseq: add a driver for the QCA6390 PMU module

[PATCH] arm64: dts: qcom: msm8916-samsung-fortuna/rossa: Add fuel gauge
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sc7280: Add capacity and DPC properties
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sm8550: Use GIC-ITS for PCIe0 and PCIe1
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH v2] ARM: dts: qcom: msm8226: Add watchdog node
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH v3 0/4] Add display support for Fairphone 4
 2024-02-16 23:10 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sm6350: Add interconnect for MDSS
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH 0/3] Add PPG support for PMI632 LPG dtsi
 2024-02-16 23:10 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: qcom: sdm845-db845c: correct PCIe wake-gpios
 2024-02-16 23:10 UTC  (2+ messages)
` (subset) "

[PATCH v7 0/2] Get rid of some magic writes in drivers/clk/qcom
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH] clk: qcom: dispcc-sdm845: Adjust internal GDSC wait times
 2024-02-16 23:10 UTC  (2+ messages)

[PATCH v7 00/22] soc: qcom: spm: add support for SPM regulator
 2024-02-16 23:10 UTC  (2+ messages)
` (subset) "

[PATCH v3 1/2] power: supply: Add STC3117 fuel gauge unit driver
 2024-02-16 23:07 UTC  (4+ messages)

[PATCH] ALSA: core: fix buffer overflow in test_format_fill_silence()
 2024-02-16 23:05 UTC  (2+ messages)

[PATCH v4 0/8] Run tests in parallel
 2024-02-16 22:53 UTC  (4+ messages)
` [PATCH v4 6/8] perf tests: Use scandirat for shell script finding

[PATCH] Fix implicit cast warning in test_klp_state.c
 2024-02-16 22:51 UTC 

[PATCH 0/3] drm/panel: add one more Leadtek panel, the ltk101b4029w
 2024-02-16 22:51 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: vendor-prefixes: add prefix for admatec GmbH
 2024-02-16 22:50 UTC  (2+ messages)

[PATCH] x86/kernel: Validate ROM before DMI scanning when SEV-SNP is active
 2024-02-16 22:50 UTC  (4+ messages)

[PATCH net-next 0/3] Rework GENET MDIO controller clocking
 2024-02-16 22:50 UTC  (8+ messages)
` [PATCH net-next 1/3] net: mdio: mdio-bcm-unimac: Manage clock around I/O accesses
` [PATCH net-next 2/3] net: bcmgenet: Pass "main" clock down to the MDIO driver
` [PATCH net-next 3/3] Revert "net: bcmgenet: Ensure MDIO unregistration has clocks enabled"

[syzbot] [reiserfs?] divide error in do_journal_end (3)
 2024-02-16 22:48 UTC  (2+ messages)

[PATCH 1/2] serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled
 2024-02-16 22:47 UTC  (2+ messages)
` [PATCH 2/2] serial: amba-pl011: Fix DMA transmission in RS485 mode

[PATCH] MAINTAINERS: PCI: TI DRA7XX/J721E: Add Siddharth Vadapalli as a reviewer
 2024-02-16 22:44 UTC  (2+ messages)

[PATCH v2] PCI: Increase maximum PCIe physical function number to 7 for non-ARI devices
 2024-02-16 22:41 UTC  (3+ messages)

[PATCH v3 00/16] UNI-T UTi260B support
 2024-02-16 22:34 UTC  (17+ messages)
` [PATCH v3 01/16] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML
` [PATCH v3 02/16] dt-bindings: bus: imx-weim: "
` [PATCH v3 03/16] dt-bindings: input: touchscreen: fsl,imx6ul-tsc "
` [PATCH v3 04/16] dt-bindings: soc: imx: fsl,imx-anatop: add binding
` [PATCH v3 05/16] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6
` [PATCH v3 06/16] dt-bindings: lcdif: Do not require power-domains for i.MX6ULL
` [PATCH v3 07/16] dt-bindings: fsl-imx-sdma: fix HDMI audio index
` [PATCH v3 08/16] ARM: dts: imx6ull: fix pinctrl node name
` [PATCH v3 09/16] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1
` [PATCH v3 10/16] ARM: dts: imx6ul: add missing #thermal-sensor-cells
` [PATCH v3 11/16] ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios
` [PATCH v3 12/16] ARM: dts: nxp: imx6ul: fix touchscreen node name
` [PATCH v3 13/16] ARM: dts: nxp: imx: fix weim "
` [PATCH v3 14/16] dt-bindings: vendor-prefixes: add UNI-T
` [PATCH v3 15/16] dt-bindings: arm: add UNI-T UTi260B
` [PATCH v3 16/16] ARM: dts: imx6ull-uti260b: Add board

[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-16 22:34 UTC  (2+ messages)

[PATCH] genirq: Wake IRQ threads immediately when changing affinity
 2024-02-16 22:33 UTC  (2+ messages)

[PATCH 00/16] clk: samsung: Add CPU clocks for Exynos850
 2024-02-16 22:32 UTC  (17+ messages)
` [PATCH 01/16] dt-bindings: clock: exynos850: Add CMU_CPUCLK0 and CMU_CPUCL1
` [PATCH 02/16] clk: samsung: Improve clk-cpu.c style
` [PATCH 03/16] clk: samsung: Pull struct exynos_cpuclk into clk-cpu.c
` [PATCH 04/16] clk: samsung: Reduce params count in exynos_register_cpu_clock()
` [PATCH 05/16] clk: samsung: Use single CPU clock notifier callback for all chips
` [PATCH 06/16] clk: samsung: Group CPU clock functions by chip
` [PATCH 07/16] clk: samsung: Pass actual clock controller base address to CPU_CLK()
` [PATCH 08/16] clk: samsung: Use clk.h as a single header for Samsung CCF
` [PATCH 09/16] clk: samsung: Pass register layout type explicitly to CLK_CPU()
` [PATCH 10/16] clk: samsung: Keep CPU clock chip specific data in a dedicated struct
` [PATCH 11/16] clk: samsung: Keep register offsets in chip specific structure
` [PATCH 12/16] clk: samsung: Pass mask to wait_until_mux_stable()
` [PATCH 13/16] clk: samsung: Add CPU clock support for Exynos850
` [PATCH 14/16] clk: samsung: Implement manual PLL control for ARM64 SoCs
` [PATCH 15/16] clk: samsung: exynos850: Add CMU_CPUCL0 and CMU_CPUCL1
` [PATCH 16/16] arm64: dts: exynos: Add CPU clocks

[PATCH 1/2] f2fs: fix write pointers all the time
 2024-02-16 22:32 UTC  (2+ messages)
` [PATCH 2/2] f2fs: print zone status in string and some log

[PATCH net-next 1/2] net: ethernet: ti: am65-cpts: Enable PTP RX HW timestamp using CPTS FIFO
 2024-02-16 22:21 UTC  (4+ messages)
` [PATCH net-next 2/2] net: ethernet: ti: am65-cpsw: Enable RX HW timestamp only for PTP packets

[RFC PATCH 0/8] Cover a guard gap corner case
 2024-02-16 22:21 UTC  (4+ messages)
` [RFC PATCH 4/8] thp: Add thp_get_unmapped_area_vmflags()

init_tis() takes 50 ms on Dell XPS 13 9360 – almost 10 % of whole time until initrd
 2024-02-16 22:20 UTC  (3+ messages)

[PATCH 1/1 v2] perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
 2024-02-16 22:20 UTC 


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