linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-24 10:02:51 to 2023-11-24 17:20:32 UTC [more...]

[PATCH 0/3] clk: meson: add MIPI ISP & CSI PHY clocks
 2023-11-24 17:19 UTC  (2+ messages)

[PATCH v3 00/25] Permission Overlay Extension
 2023-11-24 17:18 UTC  (31+ messages)
` [PATCH v3 01/25] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v3 02/25] arm64/sysreg: update CPACR_EL1 register
` [PATCH v3 03/25] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v3 04/25] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v3 05/25] arm64: context switch POR_EL0 register
` [PATCH v3 06/25] KVM: arm64: Save/restore POE registers
` [PATCH v3 07/25] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v3 08/25] arm64: add POIndex defines
` [PATCH v3 09/25] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v3 10/25] arm64: mask out POIndex when modifying a PTE
` [PATCH v3 11/25] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v3 12/25] arm64: handle PKEY/POE faults
` [PATCH v3 13/25] arm64: stop using generic mm_hooks.h
` [PATCH v3 14/25] arm64: implement PKEYS support
` [PATCH v3 15/25] arm64: add POE signal support
` [PATCH v3 16/25] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v3 17/25] arm64: enable POE and PIE to coexist
` [PATCH v3 18/25] arm64/ptrace: add support for FEAT_POE
` [PATCH v3 19/25] kselftest/arm64: move get_header()
` [PATCH v3 20/25] selftests: mm: move fpregs printing
` [PATCH v3 21/25] selftests: mm: make protection_keys test work on arm64
` [PATCH v3 22/25] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v3 23/25] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v3 24/25] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v3 25/25] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH net v2 1/1] net: stmmac: xgmac: Disable FPE MMC interrupts
 2023-11-24 17:03 UTC  (2+ messages)

[net-next RFC PATCH 00/14] net: phy: Support DT PHY package
 2023-11-24 16:59 UTC  (18+ messages)
` [net-next RFC PATCH 03/14] dt-bindings: net: document ethernet PHY package nodes

[PATCH 0/3] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
 2023-11-24 16:44 UTC  (5+ messages)
` [PATCH 2/3] drivers/base/cpu: crash data showing should depends on KEXEC_CORE

[PATCH v9 00/12] drm/meson: add support for MIPI DSI Display
 2023-11-24 16:42 UTC  (16+ messages)
` [PATCH v9 04/12] dt-bindings: phy: amlogic,g12a-mipi-dphy-analog: drop unneeded reg property and example
` [PATCH v9 07/12] clk: meson: add vclk driver
` [PATCH v9 08/12] clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
` [PATCH v9 11/12] DONOTMERGE: arm64: meson: khadas-vim3l: add DSI panel
` (subset) [PATCH v9 00/12] drm/meson: add support for MIPI DSI Display

[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver
 2023-11-24 16:29 UTC  (13+ messages)
` [LINUX PATCH v2 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM
` [LINUX PATCH v2 3/3] pwm: pwm-cadence: Add support for TTC PWM

[PATCH v5 00/39] arm64: Reorganize kernel VA space for LPA2
 2023-11-24 16:22 UTC  (44+ messages)
` [PATCH v5 01/39] arm64: kernel: Disable latent_entropy GCC plugin in early C runtime
` [PATCH v5 02/39] arm64: mm: Take potential load offset into account when KASLR is off
` [PATCH v5 03/39] arm64: mm: get rid of kimage_vaddr global variable
` [PATCH v5 04/39] arm64: mm: Move PCI I/O emulation region above the vmemmap region
` [PATCH v5 05/39] arm64: mm: Move fixmap region above "
` [PATCH v5 06/39] arm64: ptdump: Allow all region boundaries to be defined at boot time
` [PATCH v5 07/39] arm64: ptdump: Discover start of vmemmap region at runtime
` [PATCH v5 08/39] arm64: vmemmap: Avoid base2 order of struct page size to dimension region
` [PATCH v5 09/39] arm64: mm: Reclaim unused vmemmap region for vmalloc use
` [PATCH v5 10/39] arm64: kaslr: Adjust randomization range dynamically
` [PATCH v5 11/39] arm64: kernel: Manage absolute relocations in code built under pi/
` [PATCH v5 12/39] arm64: kernel: Don't rely on objcopy to make code under pi/ __init
` [PATCH v5 13/39] arm64: head: move relocation handling to C code
` [PATCH v5 14/39] arm64: idreg-override: Omit non-NULL checks for override pointer
` [PATCH v5 15/39] arm64: idreg-override: Prepare for place relative reloc patching
` [PATCH v5 16/39] arm64: idreg-override: Avoid parameq() and parameqn()
` [PATCH v5 17/39] arm64: idreg-override: avoid strlen() to check for empty strings
` [PATCH v5 18/39] arm64: idreg-override: Avoid sprintf() for simple string concatenation
` [PATCH v5 19/39] arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
` [PATCH v5 20/39] arm64: idreg-override: Move to early mini C runtime
` [PATCH v5 21/39] arm64: kernel: Remove early fdt remap code
` [PATCH v5 22/39] arm64: head: Clear BSS and the kernel page tables in one go
` [PATCH v5 23/39] arm64: Move feature overrides into the BSS section
` [PATCH v5 24/39] arm64: head: Run feature override detection before mapping the kernel
` [PATCH v5 25/39] arm64: head: move dynamic shadow call stack patching into early C runtime
` [PATCH v5 26/39] arm64: kaslr: Use feature override instead of parsing the cmdline again
` [PATCH v5 27/39] arm64/kernel: Move 'nokaslr' parsing out of early idreg code
` [PATCH v5 28/39] arm64: idreg-override: Create a pseudo feature for rodata=off
` [PATCH v5 29/39] arm64: Add helpers to probe local CPU for PAC and BTI support
` [PATCH v5 30/39] arm64: head: allocate more pages for the kernel mapping
` [PATCH v5 31/39] arm64: head: move memstart_offset_seed handling to C code
` [PATCH v5 32/39] arm64: mm: Make kaslr_requires_kpti() a static inline
` [PATCH v5 33/39] arm64: head: Move early kernel mapping routines into C code
` [PATCH v5 34/39] arm64: mm: Use 48-bit virtual addressing for the permanent ID map
` [PATCH v5 35/39] arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
` [PATCH v5 36/39] arm64: kernel: Create initial ID map from C code
` [PATCH v5 37/39] arm64: mm: avoid fixmap for early swapper_pg_dir updates
` [PATCH v5 38/39] arm64: mm: omit redundant remap of kernel image
` [PATCH v5 39/39] arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"

Fwd: dwc3: regression in USB DWC3 driver in kernel 5.15 branch
 2023-11-24 16:18 UTC  (4+ messages)

[PATCH rdma-next 0/2] Add and use memcpy_toio_64()
 2023-11-24 16:06 UTC  (14+ messages)
` [PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64

[PATCH v1 0/2] Add waveshare 7inch touchscreen panel support
 2023-11-24 16:04 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: raspberrypi: Add compatible property for waveshare 7inch touchscreen panel
` [PATCH v1 2/2] gpu: drm: panel: raspberrypi: add new display mode and new probing process

[PATCH v2 0/4] arm64: Run kernel mode NEON with preemption enabled
 2023-11-24 15:53 UTC  (7+ messages)
` [PATCH v2 2/4] arm64: fpsimd: Preserve/restore kernel mode NEON at context switch
` [PATCH v2 3/4] arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD

[RESEND PATCH v7 00/10] Small-sized THP for anonymous memory
 2023-11-24 15:53 UTC  (7+ messages)

[RFC PATCH 0/3]fpga: Add encrypted Bitstream loading support
 2023-11-24 15:49 UTC  (7+ messages)
` [RFC PATCH 1/3] dt-bindings: fpga: Add support for user-key encrypted bitstream loading

[PATCH 4/5] soc: amlogic: Add Amlogic secure-monitor SoC Information driver
 2023-11-24 15:42 UTC  (2+ messages)

[PATCH v2 00/13] media: rockchip: rga: add support for multi-planar formats
 2023-11-24 15:31 UTC  (3+ messages)

[RESEND PATCH v5 02/12] firmware: qcom: scm: enable the TZ mem allocator
 2023-11-24 15:23 UTC  (2+ messages)

[PATCH] kselftest/arm64: Improve output for skipped TPIDR2 ABI test
 2023-11-24 15:22 UTC 

[PATCH 0/6] crypto: rockchip: add support for rk3588/rk3568
 2023-11-24 15:05 UTC  (5+ messages)
` [PATCH 6/6] crypto: rockchip: add rk3588 driver
  ` Aw: "
      ` Aw: "

[PATCH v3 0/6] kvm/coresight: Support exclude guest and exclude host
 2023-11-24 15:04 UTC  (7+ messages)
` [PATCH v3 4/6] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v3 6/6] coresight: Pass guest TRFCR value to KVM

[PATCH v2 00/21] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-24 14:47 UTC  (5+ messages)
` [PATCH v2 16/21] pinctrl: ingenic: Convert to use grp member

[PATCH v2 06/21] pinctrl: equilibrium: Convert to use struct pingroup
 2023-11-24 14:30 UTC  (3+ messages)

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-24 14:32 UTC  (11+ messages)

[PATCH v3 0/2] iommu: Allow passing custom allocators to pgtable drivers
 2023-11-24 14:24 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] iommu: Extend LPAE page table format to support custom allocators

[PATCH 0/9] arm64: dts: mediatek: Add MT8186 Corsola Chromebooks
 2023-11-24 14:08 UTC  (3+ messages)
` [PATCH 2/9] dt-bindings: arm: mediatek: Add MT8186 Tentacruel / Tentacool Chromebooks

[PATCH] serial: imx: fix tx statemachine deadlock
 2023-11-24 13:55 UTC  (9+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/4] dmaengine: Convert to platform remove callback returning void (part II)
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v3 0/4] dt-bindings: dma: ti: k3*: Update optional reg regions
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v2] dmaengine: stm32-dma: avoid bitfield overflow assertion
 2023-11-24 13:32 UTC  (2+ messages)

[PATCH v5 1/4] pwm: rename pwm_apply_state() to pwm_apply_cansleep()
 2023-11-24 13:31 UTC  (2+ messages)

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 6.6-stable tree
 2023-11-24 13:19 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback error path" has been added to the 6.6-stable tree
 2023-11-24 13:18 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection" has been added to the 6.6-stable tree
 2023-11-24 13:18 UTC 

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 6.5-stable tree
 2023-11-24 13:18 UTC 

[PATCH v2 7/9] clk: qcom: add NSS clock Controller driver for Qualcomm IPQ5332
 2023-11-24 13:19 UTC  (2+ messages)

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection" has been added to the 6.5-stable tree
 2023-11-24 13:18 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback error path" has been added to the 6.5-stable tree
 2023-11-24 13:18 UTC 

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 6.1-stable tree
 2023-11-24 13:18 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection" has been added to the 6.1-stable tree
 2023-11-24 13:17 UTC 

Patch "sbsa_gwdt: Calculate timeout with 64-bit math" has been added to the 5.15-stable tree
 2023-11-24 13:17 UTC 

Patch "drm/mediatek/dp: fix memory leak on ->get_edid callback error path" has been added to the 6.1-stable tree
 2023-11-24 13:17 UTC 

[PATCH RFC 1/2 stable-6.1] dmaengine: at_hdmac: get next dma transfer from the right list
 2023-11-24 13:16 UTC  (3+ messages)

[PATCH] pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt
 2023-11-24 12:56 UTC  (4+ messages)

[PATCH 0/2] arm64: stacktrace: add kunwind_stack_walk()
 2023-11-24 12:32 UTC  (4+ messages)
` [PATCH 1/2] arm64: stacktrace: factor out kernel unwind state
` [PATCH 2/2] arm64: stacktrace: factor out kunwind_stack_walk()

[PATCH v5 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-24 11:49 UTC  (6+ messages)
` [PATCH v5 07/12] KVM: arm64: Use LPA2 page-tables for stage2 and hyp stage1

[PATCH] bus: ti-sysc: Flush posted write only after srst_udelay
 2023-11-24 11:48 UTC  (2+ messages)

[PATCH v3] arm64: irq: set the correct node for VMAP stack
 2023-11-24 11:47 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] ARM: dts: st: minor whitespace cleanup around '='
 2023-11-24 11:32 UTC  (3+ messages)

[PATCH] net: stmmac: fix FPE events losing
 2023-11-24 11:26 UTC  (11+ messages)

[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
 2023-11-24 10:28 UTC  (4+ messages)
` [PATCH v6 1/3] arm64: perf: Include threshold control fields in PMEVTYPER mask
` [PATCH v6 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v6 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH v1] mtd: rawnand: meson: handle OOB buffer according OOB layout
 2023-11-24 10:14 UTC  (6+ messages)

[PATCH] arm64: Add user stacktrace support
 2023-11-24 10:12 UTC  (6+ messages)

[PATCH] drm/stm: Avoid use-after-free issues with crtc and plane
 2023-11-24 10:04 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] dt-bindings: correct white-spaces in examples
 2023-11-24 10:03 UTC  (2+ messages)

[PATCH] arm64: dts: amlogic: minor whitespace cleanup around '='
 2023-11-24 10:02 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 NNTP newsgroup(s).