LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-14 17:35:27 to 2023-06-14 20:16:12 UTC [more...]

[PATCH v8 00/18] GMU-less A6xx support (A610, A619_holi)
 2023-06-14 20:15 UTC  (11+ messages)
` [PATCH v8 13/18] drm/msm/a6xx: Add A610 support
` [PATCH v8 14/18] drm/msm/a6xx: Fix some A619 tunables
` [PATCH v8 15/18] drm/msm/a6xx: Use "else if" in GPU speedbin rev matching
` [PATCH v8 16/18] drm/msm/a6xx: Use adreno_is_aXYZ macros in speedbin matching
` [PATCH v8 17/18] drm/msm/a6xx: Add A619_holi speedbin support

[RFC] Adding Support for Firefox's Gecko Profile Format
 2023-06-14 20:14 UTC  (9+ messages)

[PATCH -next] clk: meson: Remove unneeded semicolon
 2023-06-14 20:13 UTC  (2+ messages)

[PATCH] x86/smpboot: Remove a stray comment about CPU hotplug
 2023-06-14 20:13 UTC 

[PATCH net v4 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-14 20:13 UTC  (5+ messages)
` [PATCH net v4 1/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7531
` [PATCH net v4 3/7] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch

[PATCH v2 0/5] Replace is_longterm_pinnable_page()
 2023-06-14 20:13 UTC  (3+ messages)
` [PATCH v2 2/5] mmzone: Introduce folio_migratetype()

[PATCH] dt-bindings: eeprom: at25: add st,m95640 compatible
 2023-06-14 20:10 UTC 

[PATCH] clk: meson: pll: remove unneeded semicolon
 2023-06-14 20:09 UTC  (2+ messages)

[PATCH v7] kobject: Fix global-out-of-bounds in kobject_action_type()
 2023-06-14 20:09 UTC  (3+ messages)

[PATCH v3 0/4] Make sscanf() stricter
 2023-06-14 20:08 UTC  (8+ messages)

[PATCH -next 1/3] clk: sprd: composite: Fix unsigned comparison with less than zero
 2023-06-14 20:01 UTC  (5+ messages)
` [PATCH -next 2/3] clk: stm32: core: "
` [PATCH -next 3/3] clk: tegra: "

[PATCH 1/2] spi: dt-bindings: introduce linux,use-rt-queue flag
 2023-06-14 19:59 UTC  (5+ messages)

[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-06-14 19:59 UTC  (3+ messages)

[PATCH 0/3] xen: ACPI processor related fixes
 2023-06-14 19:57 UTC  (5+ messages)
` [PATCH 2/3] acpi/processor: sanitize _PDC buffer bits when running as Xen dom0

[PATCH 0/3] Add support for databus widen mode
 2023-06-14 19:54 UTC  (7+ messages)
` [PATCH 1/3] drm/msm/dpu: Add DPU_INTF_DATABUS_WIDEN feature flag for DPU >= 5.0

[PATCH 2/3] hwmon: (sht3x) add medium repeatability support
 2023-06-14 19:51 UTC  (2+ messages)

[patch V2 0/8] x86/smp: Cure stop_other_cpus() and kexec() troubles
 2023-06-14 19:53 UTC  (4+ messages)
` [patch V2 1/8] x86/smp: Make stop_other_cpus() more robust

[PATCH] octeon_ep: Add missing check for ioremap
 2023-06-14 19:53 UTC  (3+ messages)

[PATCH] zram: further limit recompression threshold
 2023-06-14 19:52 UTC  (2+ messages)

[PATCH v5 00/25] Add perf support to the rockchip-dfi driver
 2023-06-14 19:51 UTC  (4+ messages)

[PATCH] tracing/probes: Fix tracepoint event with $arg* to fetch correct argument
 2023-06-14 19:50 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm845-db845c: Move LVS regulator nodes up
 2023-06-14 19:44 UTC  (5+ messages)

[PATCH V2 QDMA 0/1]
 2023-06-14 19:44 UTC  (2+ messages)
` [PATCH V2 QDMA 1/1] dmaengine: amd: qdma: Add AMD QDMA driver

[PATCH] clk: sprd: composite: Simplify determine_rate implementation
 2023-06-14 19:43 UTC  (2+ messages)

[PATCH 00/21] Add support for sam9x7 SoC family
 2023-06-14 19:42 UTC  (14+ messages)
` [PATCH 01/21] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60 compatible
` [PATCH 02/21] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
` [PATCH 15/21] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH 20/21] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface

[PATCH 0/3] net: stmmac: fix & improve driver statistics
 2023-06-14 19:39 UTC  (2+ messages)

[PATCH v6 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-14 19:35 UTC  (13+ messages)
` [PATCH v6 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v6 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v6 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v6 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v6 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v6 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v6 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v6 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v6 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v6 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v6 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v6 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH] regulator: qcom-rpmh: Revert "regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUS"
 2023-06-14 19:35 UTC  (15+ messages)

[PATCH v3 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-14 19:32 UTC  (13+ messages)

[PATCH] sh: Replace all non-returning strlcpy with strscpy
 2023-06-14 19:28 UTC  (8+ messages)

[PATCH v4 00/10] Linux RISC-V AIA Support
 2023-06-14 19:27 UTC  (3+ messages)
` [PATCH v4 07/10] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC

[PATCH] dt-bindings: timer: fsl,imxgpt: Add imx8mp-gpt compatible
 2023-06-14 19:25 UTC  (3+ messages)

[PATCH] io_uring/io-wq: don't clear PF_IO_WORKER on exit
 2023-06-14 19:25 UTC  (5+ messages)

[PATCH v6 0/3] Add support to configure Coresight Dummy subunit
 2023-06-14 19:24 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: arm: Add support for Coresight dummy trace

[PATCH] um: Use HOST_DIR for mrproper
 2023-06-14 19:23 UTC  (2+ messages)

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-14 19:23 UTC  (9+ messages)
` [RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface

[PATCH v2] New module to add NCT6692D watchdog funtionality
 2023-06-14 19:23 UTC  (2+ messages)

Closing down the wireless trees for a summer break?
 2023-06-14 19:21 UTC  (8+ messages)

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-06-14 19:21 UTC  (9+ messages)
` [PATCH v1 3/7] dt-bindings: timer: gpt: Support 3rd clock for i.MX6DL
` [PATCH v1 5/7] dt-bindings: clock: imx6ul: Support optional enet*_ref_pad clocks
` [PATCH v1 6/7] dt-bindings: clock: imx6q: Allow single optional clock and add enet_ref_pad
` [PATCH v1 7/7] dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

[PATCH v2 0/2] of: reserved_mem: Improve range allocations
 2023-06-14 19:20 UTC  (3+ messages)
` [PATCH v2 1/2] of: reserved_mem: Try to keep range allocations contiguous
` [PATCH v2 2/2] of: reserved_mem: Use stable allocation order

Fwd: [PATCH] KVM: x86: remove unneeded variable
 2023-06-14 19:18 UTC  (2+ messages)

[net PATCH v2] net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
 2023-06-14 19:17 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: Include modules.builtin* even if non-modular
 2023-06-14 19:14 UTC  (2+ messages)

[PATCH 1/3] hwmon: (sht3x)remove sht3x_platform_data
 2023-06-14 19:15 UTC  (4+ messages)

[PATCH 0/3] backlight: lm3630a: add functionality to change boost converter frequency
 2023-06-14 19:08 UTC  (4+ messages)
` [PATCH 1/3] backlight: lm3630a: add support for changing the boost frequency
` [PATCH 2/3] dt-bindings: backlight: lm3630a: add entries to control "
` [PATCH 3/3] arm64: dts: rockchip: shift boost frequency for rk3566-pinenote backlight

[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-14 19:07 UTC  (4+ messages)

[PATCH] rust: make `UnsafeCell` the outer type in `Opaque`
 2023-06-14 19:04 UTC  (3+ messages)

[PATCH] pstore/ram: Add check for kstrdup
 2023-06-14 19:02 UTC  (2+ messages)

[PATCH] pstore/platform: Add check for kstrdup
 2023-06-14 19:01 UTC  (2+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-06-14 19:00 UTC  (4+ messages)
` [PATCH v1 25/43] dt-bindings: ata: Add Cirrus EP93xx

[PATCH] arm64: Provide an AMU-based version of arch_freq_get_on_cpu
 2023-06-14 18:59 UTC  (2+ messages)

[PATCH 0/9] regulator: mt6358: Remove bogus regulators and improvements
 2023-06-14 18:58 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/2] clk: fractional-divider: Improve approximation when zero based
 2023-06-14 18:55 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] clk: fractional-divider: tests: Add test suite for edge cases

arch/powerpc/math-emu/fcmpu.c:13:2: warning: variable 'A_c' set but not used
 2023-06-14 18:51 UTC  (5+ messages)

[PATCH] dm: remove unneeded variable
 2023-06-14 18:48 UTC  (3+ messages)

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-06-14 18:49 UTC  (9+ messages)
` [PATCH 14/24] workqueue: Generalize unbound CPU pods

[PATCH] rust: bindgen: upgrade to 0.65.1
 2023-06-14 18:49 UTC  (2+ messages)

[PATCH] kallsyms: Replace all non-returning strlcpy with strscpy
 2023-06-14 18:47 UTC  (3+ messages)

[PATCH v1 1/2] tools api: Add simple timeout to io read
 2023-06-14 18:44 UTC  (3+ messages)

[PATCH v2 0/1] x86: Fix .bss corruption
 2023-06-14 18:43 UTC  (4+ messages)
` [PATCH v2 1/1] x86/mm/KASLR: Store pud_page_tramp into entry rather than page

[PATCH] x86/mm: Remove unused current_untag_mask()
 2023-06-14 18:42 UTC  (2+ messages)

[PATCH v3] eventfd: add a uapi header for eventfd userspace APIs
 2023-06-14 18:42 UTC  (2+ messages)

[PATCH v2] x86: Avoid relocation information in final vmlinux
 2023-06-14 18:42 UTC  (2+ messages)
` [tip: x86/build] x86/build: "

[PATCH v2 0/8] ARM: dts: stm32: lxa-tac: add Linux Automation GmbH TAC
 2023-06-14 18:40 UTC  (3+ messages)
` [PATCH v2 4/8] dt-bindings: can: m_can: change from additional- to unevaluatedProperties

[PATCH v2 0/2] perf tools: annotation browser from c2c tui
 2023-06-14 18:40 UTC  (5+ messages)

[PATCH 3/3] net: stmmac: use pcpu statistics where necessary
 2023-06-14 18:38 UTC  (2+ messages)

[PATCH v8 0/5] DesignWare PWM driver updates
 2023-06-14 17:14 UTC  (3+ messages)
` [PATCH v8 1/5] pwm: dwc: split pci out of core driver
` [PATCH v8 5/5] pwm: dwc: add of/platform support

[PATCH] of/flattree: Replace all non-returning strlcpy with strscpy
 2023-06-14 18:35 UTC  (2+ messages)

[PATCH v2] media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
 2023-06-14 18:31 UTC 

[RFC PATCH V3 0/6] SCHED_DEADLINE server infrastructure
 2023-06-14 18:27 UTC  (11+ messages)
` [RFC PATCH V3 6/6] sched/fair: Implement starvation monitor

[PATCH] sparc64: Replace all non-returning strlcpy with strscpy
 2023-06-14 18:26 UTC  (2+ messages)

[PATCH] LoongArch: Add SMT (Simultaneous Multi-Threading) support
 2023-06-14 18:23 UTC  (2+ messages)

[PATCH v2] poll: Fix use-after-free in poll_freewait()
 2023-06-14 18:19 UTC  (3+ messages)

[PATCH] Hexagon: Replace all non-returning strlcpy with strscpy
 2023-06-14 18:18 UTC  (2+ messages)

[PATCH] scsi: qlogicpti: Remove unneeded semicolon
 2023-06-14 18:17 UTC  (2+ messages)

[PATCH v2 0/5] UIO driver for low speed Hyper-V devices
 2023-06-14 18:15 UTC  (6+ messages)
` [PATCH v2 1/5] uio: Add hv_vmbus_client driver
` [PATCH v2 2/5] tools: hv: Add vmbus_bufring
` [PATCH v2 3/5] tools: hv: Add new fcopy application based on uio driver
` [PATCH v2 4/5] tools: hv: Remove hv_fcopy_daemon
` [PATCH v2 5/5] Drivers: hv: Remove fcopy driver

[PATCH v2] usb: ch9: Replace 1-element array with flexible array
 2023-06-14 18:13 UTC 

[PATCH] mm: page_io: Prefer 'unsigned int' to bare use of 'unsigned'
 2023-06-14 18:12 UTC  (3+ messages)

[PATCH] power: supply: rk817: query battery properties right after resume
 2023-06-14 18:10 UTC 

[PATCH 0/6] KUnit integration for Rust doctests
 2023-06-14 18:08 UTC  (7+ messages)
` [PATCH 1/6] rust: init: make doctests compilable/testable
` [PATCH 2/6] rust: str: "
` [PATCH 3/6] rust: sync: "
` [PATCH 4/6] rust: types: "
` [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones
` [PATCH 6/6] MAINTAINERS: add Rust KUnit files to the KUnit entry

[PATCH] NFSv4.2: fix wrong shrinker_id
 2023-06-14 18:06 UTC  (2+ messages)

clang: Powerpc: clang-nightly-maple_defconfig — FAIL
 2023-06-14 18:07 UTC  (5+ messages)

[PATCH v6 00/22] Restructure RPM SMD ICC
 2023-06-14 18:04 UTC  (23+ messages)
` [PATCH v6 01/22] dt-bindings: interconnect: Add Qcom RPM ICC bindings
` [PATCH v6 02/22] soc: qcom: smd-rpm: Add QCOM_SMD_RPM_STATE_NUM
` [PATCH v6 03/22] soc: qcom: smd-rpm: Use tabs for defines
` [PATCH v6 04/22] clk: qcom: smd-rpm: Move some RPM resources to the common header
` [PATCH v6 05/22] soc: qcom: smd-rpm: Move icc_smd_rpm registration to clk-smd-rpm
` [PATCH v6 06/22] interconnect: qcom: icc-rpm: Introduce keep_alive
` [PATCH v6 07/22] interconnect: qcom: Add missing headers in icc-rpm.h
` [PATCH v6 08/22] interconnect: qcom: Fold smd-rpm.h into icc-rpm.h
` [PATCH v6 09/22] interconnect: qcom: smd-rpm: Add rpmcc handling skeleton code
` [PATCH v6 10/22] interconnect: qcom: Define RPM bus clocks
` [PATCH v6 11/22] interconnect: qcom: sdm660: Hook up RPM bus clk definitions
` [PATCH v6 12/22] interconnect: qcom: msm8996: "
` [PATCH v6 13/22] interconnect: qcom: qcs404: "
` [PATCH v6 14/22] interconnect: qcom: msm8939: "
` [PATCH v6 15/22] interconnect: qcom: msm8916: "
` [PATCH v6 16/22] interconnect: qcom: qcm2290: "
` [PATCH v6 17/22] interconnect: qcom: icc-rpm: Control bus rpmcc from icc
` [PATCH v6 18/22] clk: qcom: smd-rpm: Separate out interconnect bus clocks
` [PATCH v6 19/22] interconnect: qcom: icc-rpm: Fix bucket number
` [PATCH v6 20/22] interconnect: qcom: icc-rpm: Set bandwidth on both contexts
` [PATCH v6 21/22] interconnect: qcom: icc-rpm: Set correct bandwidth through RPM bw req
` [PATCH v6 22/22] interconnect: qcom: icc-rpm: Fix bandwidth calculations

Fwd: Waking up from resume locks up on sr device
 2023-06-14 18:04 UTC  (11+ messages)

[PATCH v18 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-06-14 18:00 UTC  (7+ messages)
` [PATCH v18 2/5] fs/proc/task_mmu: "

[PATCH 1/1] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
 2023-06-14 17:59 UTC  (13+ messages)
  ` [CFT][PATCH v3] "
                  ` Can vhost translate to io_uring?

[PATCH] drm/tests: Add test case for drm_rect_clip_scaled()
 2023-06-14 17:54 UTC 

[PATCH] PCI/PM: Extend Elo i2 quirk to all systems using Continental Z2 board
 2023-06-14 17:54 UTC  (2+ messages)

[PATCH] usb: gadget: function: printer: Replace strlcpy with strscpy
 2023-06-14 17:51 UTC  (4+ messages)

[PATCH v2] usbip: usbip_host: Replace strlcpy with strscpy
 2023-06-14 17:48 UTC  (2+ messages)

[PATCH] usb: ch9: Replace 1-element array with flexible array
 2023-06-14 17:47 UTC  (3+ messages)

[PATCH-next 0/3] crypto: cmac - clone fixes
 2023-06-14 17:46 UTC  (4+ messages)
` [PATCH-next 1/3] crypto: api - Remove crypto_init_ops()
` [PATCH-next 2/3] crypto: api - Provide gfp mask for tfm allocation
` [PATCH-next 3/3] crypto: cipher - On clone do crypto_mod_get()

[tip: x86/alternatives] x86/alternative: PAUSE is not a NOP
 2023-06-14 17:42 UTC 

[PATCH v2] x86/alternatives: Add cond_resched() to text_poke_bp_batch()
 2023-06-14 17:42 UTC  (2+ messages)
` [tip: x86/alternatives] "

linux-next: manual merge of the net-next tree with the net tree
 2023-06-14 17:41 UTC  (3+ messages)

[PATCH v5 00/22] Restructure RPM SMD ICC
 2023-06-14 17:40 UTC  (4+ messages)
` [PATCH v5 08/22] interconnect: qcom: smd-rpm: Add rpmcc handling skeleton code

[PATCH net-next] tools: ynl-gen: fix nested policy attribute type
 2023-06-14 17:38 UTC  (5+ messages)
` [PATCH net-next] tools: ynl-gen: generate docs for <name>_max/_mask enums

[PATCH v6 2/3] dt-bindings: iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
 2023-06-14 17:38 UTC  (3+ messages)

[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
 2023-06-14 17:36 UTC  (2+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support

[PATCH 0/3] regmap: Add KUnit tests for read/write checking
 2023-06-14 17:36 UTC  (2+ messages)

printk.time causes rare kernel boot hangs
 2023-06-14 17:34 UTC  (11+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).