LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-07 13:10:40 to 2023-03-07 14:34:32 UTC [more...]

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-07 14:25 UTC  (19+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
` [PATCH RFC 03/18] rust: drm: file: Add File abstraction
` [PATCH RFC 04/18] rust: drm: gem: Add GEM object abstraction
` [PATCH RFC 05/18] drm/gem-shmem: Export VM ops functions
` [PATCH RFC 06/18] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH RFC 07/18] rust: drm: mm: Add DRM MM Range Allocator abstraction
` [PATCH RFC 08/18] rust: dma_fence: Add DMA Fence abstraction
` [PATCH RFC 09/18] rust: drm: syncobj: Add DRM Sync Object abstraction
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction
` [PATCH RFC 13/18] drm/gem: Add a flag to control whether objects can be exported
` [PATCH RFC 14/18] rust: drm: gem: Add set_exportable() method
` [PATCH RFC 15/18] drm/asahi: Add the Asahi driver UAPI [DO NOT MERGE]
` [PATCH RFC 16/18] rust: bindings: Bind the Asahi DRM UAPI
` [PATCH RFC 17/18] rust: macros: Add versions macro
` [PATCH RFC 18/18] drm/asahi: Add the Asahi driver for Apple AGX GPUs

[PATCH 00/11] Add multipd remoteproc support
 2023-03-07 14:27 UTC  (9+ messages)
` [PATCH 01/11] dt-bindings: remoteproc: qcom: Add support for multipd model
` [PATCH 08/11] remoteproc: qcom: Add Hexagon based multipd rproc driver
` [PATCH 09/11] arm64: dtsi: qcom: ipq5018: enable nodes required for multipd
` [PATCH 11/11] arm64: dtsi: qcom: ipq9574: Add nodes to bring up multipd

[syzbot] [block?] WARNING in blkdev_put (2)
 2023-03-07 14:25 UTC  (4+ messages)
` [PATCH] block: fix wrong mode for blkdev_put() from disk_scan_partitions()

[PATCH net-next] net: mdio: Add netlink interface
 2023-03-07 14:22 UTC  (7+ messages)

[PATCH] media: imx: imx8mq-mipi-csi2: Use V4L2 subdev active state
 2023-03-07 14:21 UTC  (3+ messages)

[RFC] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-07 14:20 UTC  (2+ messages)

[PATCH v6 00/20] irqdomain: fix mapping race and rework locking
 2023-03-07 14:18 UTC  (5+ messages)
` [PATCH v6 20/20] irqdomain: Switch to per-domain locking

[PATCH 0/3] Fix the PowerQUICC audio support using the QMC
 2023-03-07 14:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Remove unneeded property
` [PATCH 2/3] dt-bindings: soc: fsl: cpm_qe: cpm1-tsa: "
` [PATCH 3/3] soc: fsl: cpm1: qmc: Fix assigned timeslot masks

Motorola Droid 4 -- Stopping charger when battery is full
 2023-03-07 14:10 UTC  (2+ messages)

[PATCH] pstore: Revert pmsg_lock back to a normal mutex
 2023-03-07 14:08 UTC  (10+ messages)

[PATCH v3 00/60] arm64: Add support for LPA2 at stage1 and WXN
 2023-03-07 14:05 UTC  (61+ messages)
` [PATCH v3 01/60] arm64: kernel: Disable latent_entropy GCC plugin in early C runtime
` [PATCH v3 02/60] arm64: mm: Take potential load offset into account when KASLR is off
` [PATCH v3 03/60] arm64: mm: get rid of kimage_vaddr global variable
` [PATCH v3 04/60] arm64: mm: Move PCI I/O emulation region above the vmemmap region
` [PATCH v3 05/60] arm64: mm: Move fixmap region above "
` [PATCH v3 06/60] arm64: ptdump: Allow VMALLOC_END to be defined at boot
` [PATCH v3 07/60] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v3 08/60] arm64: vmemmap: Avoid base2 order of struct page size to dimension region
` [PATCH v3 09/60] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v3 10/60] arm64: kaslr: Adjust randomization range dynamically
` [PATCH v3 11/60] arm64: kaslr: drop special case for ThunderX in kaslr_requires_kpti()
` [PATCH v3 12/60] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 13/60] arm64: kvm: honour 'nokaslr' command line option for the HYP VA space
` [PATCH v3 14/60] arm64: kernel: Manage absolute relocations in code built under pi/
` [PATCH v3 15/60] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v3 16/60] arm64: head: move relocation handling to C code
` [PATCH v3 17/60] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v3 18/60] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v3 19/60] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v3 20/60] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v3 21/60] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v3 22/60] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v3 23/60] arm64: idreg-override: Move to early mini C runtime
` [PATCH v3 24/60] arm64: kernel: Remove early fdt remap code
` [PATCH v3 25/60] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v3 26/60] arm64: Move feature overrides into the BSS section
` [PATCH v3 27/60] arm64: head: Run feature override detection before mapping the kernel
` [PATCH v3 28/60] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v3 29/60] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v3 30/60] arm64: idreg-override: Create a pseudo feature for rodata=off
` [PATCH v3 31/60] arm64: Add helpers to probe local CPU for PAC/BTI/E0PD support
` [PATCH v3 32/60] arm64: head: allocate more pages for the kernel mapping
` [PATCH v3 33/60] arm64: head: move memstart_offset_seed handling to C code
` [PATCH v3 34/60] arm64: head: Move early kernel mapping routines into "
` [PATCH v3 35/60] arm64: mm: Use 48-bit virtual addressing for the permanent ID map
` [PATCH v3 36/60] arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
` [PATCH v3 37/60] arm64: kernel: Create initial ID map from C code
` [PATCH v3 38/60] arm64: mm: avoid fixmap for early swapper_pg_dir updates
` [PATCH v3 39/60] arm64: mm: omit redundant remap of kernel image
` [PATCH v3 40/60] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
` [PATCH v3 41/60] arm64/mm: Add FEAT_LPA2 specific TCR_EL1.DS field
` [PATCH v3 42/60] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v3 43/60] arm64: mm: Handle LVA support as a CPU feature
` [PATCH v3 44/60] arm64: mm: Add feature override support for LVA
` [PATCH v3 45/60] arm64: mm: Wire up TCR.DS bit to PTE shareability fields
` [PATCH v3 46/60] arm64: mm: Add LPA2 support to phys<->pte conversion routines
` [PATCH v3 47/60] arm64: mm: Add definitions to support 5 levels of paging
` [PATCH v3 48/60] arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
` [PATCH v3 49/60] arm64: Enable LPA2 at boot if supported by the system
` [PATCH v3 50/60] arm64: mm: Add 5 level paging support to fixmap and swapper handling
` [PATCH v3 51/60] arm64: kasan: Reduce minimum shadow alignment and enable 5 level paging
` [PATCH v3 52/60] arm64: mm: Add support for folding PUDs at runtime
` [PATCH v3 53/60] arm64: ptdump: Disregard unaddressable VA space
` [PATCH v3 54/60] arm64: ptdump: Deal with translation levels folded at runtime
` [PATCH v3 55/60] arm64: kvm: avoid CONFIG_PGTABLE_LEVELS for runtime levels
` [PATCH v3 56/60] arm64: kvm: Limit HYP VA and host S2 range to 48 bits when LPA2 is in effect
` [PATCH v3 57/60] arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
` [PATCH v3 58/60] arm64: defconfig: Enable LPA2 support
` [PATCH v3 59/60] mm: add arch hook to validate mmap() prot flags
` [PATCH v3 60/60] arm64: mm: add support for WXN memory translation attribute

[PATCH v2] sched/fair: sanitize vruntime of entity being migrated
 2023-03-07 14:06 UTC  (6+ messages)

[PATCH v3] tee: optee: Add SMC for loading OP-TEE image
 2023-03-07 14:03 UTC  (3+ messages)

[PATCH net-next] dt-bindings: net: ti: k3-am654-cpsw-nuss: Document Serdes PHY
 2023-03-07 14:01 UTC  (2+ messages)

[PATCH V5 00/15] spi: Add support for stacked/parallel memories
 2023-03-07 14:01 UTC  (6+ messages)
` [PATCH V5 09/15] spi: Add stacked and parallel memories support in SPI core

[PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
 2023-03-07 14:00 UTC  (10+ messages)

[PATCH v2] kobject: Fix global-out-of-bounds in kobject_action_type()
 2023-03-07 13:19 UTC 

[PATCH] stm: class: Add MIPI OST protocol support
 2023-03-07 13:28 UTC  (4+ messages)

[PATCH] fs: add the tuncate check of exfat and hfsplus
 2023-03-07 13:57 UTC  (2+ messages)
` [PATCH v2] fs: add the tuncate check of hfs, "

[v3 PATCH] crypto: stm32 - Save and restore between each request
 2023-03-07 13:55 UTC  (12+ messages)
      ` [v4 "
                ` [v5 PATCH 0/7] "
                  ` [v6 "

[PATCH v1 0/2] gpio: fxl6408: add I2C GPIO expander driver
 2023-03-07 13:54 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: gpio: add fcs,fxl6408-gpio binding document

[PATCH v14 00/14] Add PSR support for eDP
 2023-03-07 13:54 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform
 2023-03-07 13:53 UTC 

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-07 13:52 UTC 

[PATCH] thermal/drivers/mediatek/lvts_thermal: fix memcpy's number of bytes in lvts_calibration_init()
 2023-03-07 13:51 UTC 

[PATCH 1/2] dt-bindings: mfd: qcom,tcsr: document SDX55 TCSR
 2023-03-07 13:50 UTC  (2+ messages)

[PATCH v3] rcu: Add a minimum time for marking boot as completed
 2023-03-07 13:48 UTC  (5+ messages)

[PATCH v1 01/11] thermal/core: Relocate the traces definition in thermal directory
 2023-03-07 13:47 UTC  (12+ messages)
` [PATCH v1 02/11] thermal/drivers/intel_pch_thermal: Use thermal driver device to write a trace
` [PATCH v1 03/11] thermal/drivers/intel_menlow: Remove add_one_attribute
` [PATCH v1 04/11] thermal/drivers/db8500: Use driver dev instead of tz->device
` [PATCH v1 05/11] thermal/drivers/stm: Don't set no_hwmon to false
` [PATCH v1 06/11] thermal/drivers/ti: Use fixed update interval
` [PATCH v1 07/11] thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregister
` [PATCH v1 08/11] thermal/of: Unexport unused OF functions
` [PATCH v1 09/11] thermal/core: Add a linked device parameter
` [PATCH v1 10/11] thermal/core: Alloc-copy-free the thermal zone parameters structure
` [PATCH v1 11/11] thermal/acpi: Use the thermal zone parameter to specify the device link

[PATCH 0/6] Add IOMMU support to MT8365 SoC
 2023-03-07 13:46 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: memory-controllers: mediatek,smi-common: add mt8365
` [PATCH 2/6] dt-bindings: memory-controllers: mediatek,smi-larb: "
` [PATCH 3/6] arm64: dts: mediatek: add power domain support for mt8365 SoC
` [PATCH 4/6] arm64: dts: mediatek: add smi "
` [PATCH 5/6] arm64: dts: mediatek: add larb "
` [PATCH 6/6] arm64: dts: mediatek: add iommu "

[PATCH 00/10] sched: EEVDF using latency-nice
 2023-03-07 13:08 UTC  (3+ messages)

[PATCH] igb: revert rtnl_lock() that causes deadlock
 2023-03-07 13:45 UTC  (3+ messages)

[BUG] blacklist: Problem blacklisting hash (-13) during boot
 2023-03-07 13:45 UTC  (8+ messages)
    ` [External] "

[PATCH 00/16] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-03-07 13:43 UTC  (3+ messages)
` [PATCH 01/16] dmaengine: idxd: add wq driver name support for accel-config user tool

[PATCH v2] docs/sp_SP: Add translation of process/deprecated
 2023-03-07 13:45 UTC 

[PATCH v12 2/6] dt-bindings: thermal: mediatek: Add LVTS thermal controllers dt-binding definition
 2023-03-07 13:42 UTC  (2+ messages)
` [PATCH] thermal/drivers/mediatek/lvts_thermal: fix memcpy's number of bytes in lvts_calibration_init()

[PATCH] docs/sp_SP: Add process deprecated translation
 2023-03-07 13:41 UTC  (7+ messages)

[PATCH net-next 0/5] Add support for TC flower templates in Sparx5
 2023-03-07 13:41 UTC  (6+ messages)
` [PATCH net-next 1/5] net: microchip: sparx5: Correct the spelling of the keysets in debugfs
` [PATCH net-next 2/5] net: microchip: sparx5: Provide rule count, key removal and keyset select
` [PATCH net-next 3/5] net: microchip: sparx5: Add TC template list to a port
` [PATCH net-next 4/5] net: microchip: sparx5: Add port keyset changing functionality
` [PATCH net-next 5/5] net: microchip: sparx5: Add TC template support

[PATCH] dt-bindings: pinctrl: qcom: lpass-lpi: correct description of second reg
 2023-03-07 13:39 UTC  (3+ messages)

[PATCH v2] qede: remove linux/version.h and linux/compiler.h
 2023-03-07 13:39 UTC  (3+ messages)

THP backed thread stacks
 2023-03-07 13:36 UTC  (2+ messages)

[PATCH v6 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-07 13:36 UTC  (5+ messages)

[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
 2023-03-07 13:31 UTC  (5+ messages)
` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier

[PATCH] init/Kconfig: extend -Wno-array-bounds to gcc 13
 2023-03-07 13:28 UTC  (6+ messages)

[PATCH v6] platform/x86/intel/pmc: core: Add support to show LTR-ignored components
 2023-03-07 13:28 UTC  (3+ messages)

[PATCH v2] clk: Print an info line before disabling unused clocks
 2023-03-07 13:29 UTC 

[PATCH V6 1/8] soundwire: export sdw_compute_slave_ports() function
 2023-03-07 13:31 UTC  (8+ messages)
` [PATCH V6 2/8] soundwire: amd: Add support for AMD Manager driver
` [PATCH V6 3/8] soundwire: amd: register SoundWire manager dai ops
` [PATCH V6 4/8] soundwire: amd: enable build for AMD SoundWire manager driver
` [PATCH V6 5/8] soundwire: amd: add SoundWire manager interrupt handling
` [PATCH V6 6/8] soundwire: amd: add runtime pm ops for AMD SoundWire manager driver
` [PATCH V6 7/8] soundwire: amd: handle SoundWire wake enable interrupt
` [PATCH V6 8/8] soundwire: amd: add pm_prepare callback and pm ops support

[PATCH v2 0/2] Add support for Lenovo NT36523W BOE panel
 2023-03-07 13:26 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display/panel: Add "
` [PATCH v2 2/2] gpu/drm/panel: "

[RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime
 2023-03-07 13:22 UTC  (12+ messages)

[PATCH v9 0/7] add support for CDX bus
 2023-03-07 13:19 UTC  (8+ messages)
` [PATCH v9 1/7] cdx: add the cdx bus driver
` [PATCH v9 2/7] iommu: Support ops registration for CDX bus
` [PATCH v9 3/7] dt-bindings: bus: add CDX bus controller for versal net
` [PATCH v9 4/7] cdx: add MCDI protocol interface for firmware interaction
` [PATCH v9 5/7] cdx: add cdx controller
` [PATCH v9 6/7] cdx: add rpmsg communication channel for CDX
` [PATCH v9 7/7] cdx: add device attributes

Response error to fragmented ICMP echo request
 2023-03-07 13:18 UTC  (4+ messages)

[PATCH v7 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-03-07 13:16 UTC  (2+ messages)

[RFC PATCH] mmc: core: Disable REQ_FUA if the eMMC supports an internal cache
 2023-03-07 13:15 UTC  (7+ messages)

[PATCH] rust: virtio: add virtio support
 2023-03-07 13:03 UTC 

[PATCH] pinctrl: freescale: remove generic pin config core support
 2023-03-07 13:15 UTC  (2+ messages)

[PATCH 0/4] pinctrl: at91-pio4: few cleanups
 2023-03-07 13:14 UTC  (2+ messages)

[PATCH] ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535
 2023-03-07 13:13 UTC  (2+ messages)

[PATCH] firmware: qcom_scm: Add SM6375 compatible
 2023-03-07 13:13 UTC  (2+ messages)

[PATCH v3] Add tests for memblock_alloc_node()
 2023-03-07 13:11 UTC  (2+ messages)

[PATCH v1 1/1] ACPI: docs: enumeration: Correct reference to the I²C device data type
 2023-03-07 13:11 UTC  (2+ messages)

[PATCH v5 0/3] Add pinctrl support for S32 SoC family
 2023-03-07 13:09 UTC  (7+ messages)

[PATCH] fbdev: tgafb: Fix potential divide by zero
 2023-03-07 13:08 UTC 

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-07 13:08 UTC  (3+ messages)
` [PATCH 02/20] pinctrl: amd: remove MODULE_LICENSE in non-modules

[PATCH RESEND] cpuidle: psci: Iterate backwards over list in psci_pd_remove()
 2023-03-07 13:06 UTC  (2+ 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).