linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-09 14:16:56 to 2023-01-09 21:28:16 UTC [more...]

[PATCH 00/41] Per-VMA locks
 2023-01-09 20:53 UTC  (33+ messages)
` [PATCH 01/41] maple_tree: Be more cautious about dead nodes
` [PATCH 02/41] maple_tree: Detect dead nodes in mas_start()
` [PATCH 03/41] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH 04/41] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 05/41] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH 06/41] maple_tree: Add smp_rmb() to dead node detection
` [PATCH 07/41] mm: Enable maple tree RCU mode by default
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
` [PATCH 14/41] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH 15/41] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 20/41] mm/mmap: write-lock VMAs in vma_adjust
` [PATCH 21/41] mm/mmap: write-lock VMAs affected by VMA expansion
` [PATCH 22/41] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH 23/41] mm: write-lock VMAs before removing them from VMA tree
` [PATCH 24/41] mm: conditionally write-lock VMA in free_pgtables
` [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH 29/41] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH 30/41] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH 31/41] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
` [PATCH 33/41] mm: introduce per-VMA lock statistics
` [PATCH 34/41] x86/mm: try VMA lock-based page fault handling first
` [PATCH 35/41] arm64/mm: "
` [PATCH 36/41] powerc/mm: "
` [PATCH 37/41] mm: introduce mod_vm_flags_nolock
` [PATCH 38/41] mm: avoid assertion in untrack_pfn
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
` [PATCH 40/41] mm: separate vma->lock from vm_area_struct
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
 2023-01-09 21:06 UTC  (48+ messages)
` [PATCH 01/18] dt-bindings: clock: sa8775p: add bindings for Qualcomm gcc-sa8775p
` [PATCH 03/18] arm64: defconfig: enable the clock driver for Qualcomm SA8775P platforms
` [PATCH 04/18] dt-bindings: clock: qcom-rpmhcc: document the clock for sa8775p
` [PATCH 05/18] clk: qcom: rpmh: add clocks "
` [PATCH 06/18] dt-bindings: interconnect: qcom: document the interconnects "
` [PATCH 07/18] interconnect: qcom: add a driver "
` [PATCH 08/18] arm64: defconfig: enable the interconnect driver for Qualcomm SA8775P
` [PATCH 09/18] dt-bindings: pinctrl: sa8775p: add bindings for qcom,sa8775p-tlmm
` [PATCH 10/18] pinctrl: qcom: sa8775p: add the pinctrl driver for the sa8775p platform
` [PATCH 11/18] arm64: defconfig: enable the pinctrl driver for Qualcomm SA8775P platforms
` [PATCH 12/18] dt-bindings: mailbox: qcom-ipcc: document the sa8775p platform
` [PATCH 13/18] dt-bindings: power: qcom,rpmpd: document sa8775p
` [PATCH 14/18] soc: qcom: rmphpd: add power domains for sa8775p
` [PATCH 15/18] dt-bindings: arm-smmu: document the smmu on Qualcomm SA8775P
` [PATCH 16/18] iommu: arm-smmu: qcom: add support for sa8775p
` [PATCH 17/18] dt-bindings: arm: qcom: document the sa8775p reference board
` [PATCH 18/18] arm64: dts: qcom: add initial support for qcom sa8775p-ride
  ` [PATCH 02/18] clk: qcom: add the GCC driver for sa8775p

[PATCH] kasan: infer the requested size by scanning shadow memory
 2023-01-09 20:55 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: usb: snps,dwc3: Allow power-domains property
 2023-01-09 20:42 UTC  (12+ messages)

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-01-09 20:40 UTC  (12+ messages)
` [PATCH v4 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v4 2/8] arm64: Drop SYS_ from SPE register defines
` [PATCH v4 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v4 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v4 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
` [PATCH v4 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v4 7/8] perf: Add perf_event_attr::config3
` [PATCH v4 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-09 20:34 UTC  (17+ messages)
` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
` [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
` [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property

[PATCH] arm64: dts: rockchip: add rk3566 audio nodes
 2023-01-09 20:32 UTC 

[PATCH v2 1/2] Revert "ARM: dts: armada-38x: Fix compatible string for gpios"
 2023-01-09 20:31 UTC  (4+ messages)
` [PATCH v2 2/2] Revert "ARM: dts: armada-39x: "

[PATCH v3 0/7] drm/bridge_connector: perform HPD enablement automatically
 2023-01-09 20:26 UTC  (3+ messages)

[PATCH v1 0/6] ARM: Add GXP I2C Support
 2023-01-09 20:23 UTC  (4+ messages)
` [PATCH v1 1/6] i2c: hpe: Add GXP SoC I2C Controller

[PATCH v2 RESEND] fbdev: atmel_lcdfb: Rework backlight status updates
 2023-01-09 20:02 UTC 

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2023-01-09 19:38 UTC  (7+ messages)
` [PATCH v8 11/28] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v8 12/28] gunyah: vm_mgr: Introduce basic VM Manager

[PATCH v3] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-09 19:19 UTC  (5+ messages)

[PATCH v2 0/3] imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815
 2023-01-09 19:13 UTC  (5+ messages)
` [PATCH v2 3/3] ARM: dts: imx7d-remarkable2: Enable the rohm,bd71815

[PATCH v3 0/8] Generic IPI sending tracepoint
 2023-01-09 19:02 UTC  (7+ messages)
` [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()

[PATCH] arm64: Fix build with CC=clang, CONFIG_FTRACE=y and CONFIG_STACK_TRACER=y
 2023-01-09 17:50 UTC  (3+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2023-01-09 18:55 UTC  (4+ messages)
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault to "

[PATCH RESEND2 v4 2/2] drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()
 2023-01-09 18:30 UTC  (4+ messages)
  ` [RESEND2,v4,2/2] "

[PATCH v6 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-09 18:23 UTC  (5+ messages)
` [PATCH v6 1/5] dt-bindings: arm: stm32: add compatible for syscon gcan node
` [PATCH v6 2/5] dt-bindings: net: can: add STM32 bxcan DT bindings
` [PATCH v6 3/5] ARM: dts: stm32: add CAN support on stm32f429
` [PATCH v6 4/5] ARM: dts: stm32: add pin map for CAN controller on stm32f4

[PATCH v13 0/2] PCI: endpoint: pci-epf-vntb: using platform MSI as doorbell
 2023-01-09 17:51 UTC  (4+ messages)
` [PATCH v13 2/2] "
    ` [EXT] "

[PATCH] efi: tpm: Avoid READ_ONCE() for accessing the event log
 2023-01-09 17:50 UTC  (7+ messages)

[PATCH v2 0/2] arm64: harden shadow call stack pointer handling
 2023-01-09 17:48 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: Always load shadow stack pointer directly from the task struct
` [PATCH v2 2/2] arm64: Stash shadow stack pointer in the task struct on interrupt

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-01-09 17:19 UTC  (5+ messages)
` [PATCH v7 2/2] "

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-01-09 17:16 UTC  (3+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

[PATCH v2] arm64: gic: increase the number of IRQ descriptors
 2023-01-09 17:13 UTC  (8+ messages)

[PATCH 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-01-09 17:06 UTC  (8+ messages)
` [PATCH 1/8] Compiler attributes: GCC function alignment workarounds
` [PATCH 5/8] arm64: insn: Add helpers for BTI
` [PATCH 6/8] arm64: patching: Add aarch64_insn_write_literal_u64()
` [PATCH 7/8] arm64: ftrace: Update stale comment
` [PATCH 8/8] arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS

Patch "arm: add support for TIF_NOTIFY_SIGNAL" has been added to the 5.10-stable tree
 2023-01-09 17:02 UTC  (6+ messages)

[PATCH 0/4] ARM: dts: add audio support on stm32mp131
 2023-01-09 16:55 UTC  (2+ messages)

[PATCH v4 0/3] Remove the pins-are-numbered DT property
 2023-01-09 16:48 UTC  (3+ messages)
` [PATCH v4 3/3] ARM: dts: stm32: Remove the pins-are-numbered property

[PATCH v2 0/3] coresight: cti: Add PM runtime call in enable_store
 2023-01-09 16:47 UTC  (3+ messages)
` [PATCH v2 2/3] "

[RFC PATCH 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
 2023-01-09 16:44 UTC  (10+ messages)
` [RFC PATCH 3/4] dt-bindings: panel: Introduce dual-link LVDS panel

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-09 16:30 UTC  (13+ messages)

[PATCH 0/4] Fix qspi pinctrl phandle for stm3mp15 based boards
 2023-01-09 16:26 UTC  (2+ messages)

[PATCH 0/3] ARM: SoC fixes
 2023-01-09 16:16 UTC  (4+ messages)
` [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build
` [PATCH 2/3] ARM: omap1: fix !ARCH_OMAP1_ANY link failures
` [PATCH 3/3] ARM: omap1: fix building gpio15xx

[PATCH v4 0/6] arch_topology: Build cacheinfo from primary CPU
 2023-01-09 16:13 UTC  (3+ messages)
` [PATCH v4 3/6] cacheinfo: Check 'cache-unified' property to count cache leaves

[PATCH] soc: imx: imx8mp-blk-ctrl: set HDMI LCDIF panic read hurry level
 2023-01-09 16:12 UTC 

[PATCH 00/10] ARM: omap2: assorted cleanups
 2023-01-09 16:08 UTC  (3+ messages)

[PATCH v3 net-next 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-01-09 16:07 UTC  (4+ messages)
` [PATCH v3 net-next 5/5] net: wwan: t7xx: Devlink documentation

[PATCH 0/2] ASoC: stm32: update sound card on stm32mp15xx-dkx
 2023-01-09 16:02 UTC  (2+ messages)

[PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
 2023-01-09 15:41 UTC  (2+ messages)

[PATCH V1 0/1] soc: qcom: dcc: Add QAD, Cti-trigger and Bootconfig support for Data Capture and Compare(DCC)
 2023-01-09 15:40 UTC  (4+ messages)
` [PATCH V1 1/1] soc: qcom: dcc: Add QAD, Ctitrigger and Bootconfig support for DCC

[PATCH v2 0/2] Add support to build pci-j721e as a module
 2023-01-09 15:36 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: j721e: Add support to build pci-j721e as module

[PATCH v5 0/6] Add metrics for neoverse-n2
 2023-01-09 15:34 UTC  (10+ messages)
` [PATCH v5 1/6] perf vendor events arm64: Add topdown L1 "

[PATCH v6 0/7] Add metrics for neoverse-n2-v2
 2023-01-09 14:58 UTC  (5+ messages)
` [PATCH v6 1/7] perf vendor events arm64: Add common topdown L1 metrics

[PATCH net-next v3 00/11] net: mdio: Start separating C22 and C45
 2023-01-09 15:30 UTC  (12+ messages)
` [PATCH net-next v3 01/11] net: mdio: Add dedicated C45 API to MDIO bus drivers
` [PATCH net-next v3 02/11] net: pcs: pcs-xpcs: Use C45 MDIO API
` [PATCH net-next v3 03/11] net: mdio: mdiobus_register: update validation test
` [PATCH net-next v3 04/11] net: mdio: C22 is now optional, EOPNOTSUPP if not provided
` [PATCH net-next v3 05/11] net: mdio: Move mdiobus_c45_addr() next to users
` [PATCH net-next v3 06/11] net: mdio: mdio-bitbang: Separate C22 and C45 transactions
` [PATCH net-next v3 07/11] net: mdio: mvmdio: Convert XSMI bus to new API
` [PATCH net-next v3 08/11] net: mdio: xgmac_mdio: Separate C22 and C45 transactions
` [PATCH net-next v3 09/11] net: fec: "
` [PATCH net-next v3 10/11] net: mdio: add mdiobus_c45_read/write_nested helpers
` [PATCH net-next v3 11/11] net: dsa: mv88e6xxx: Separate C22 and C45 transactions

[PATCH net 1/1] net: stmmac: add aux timestamps fifo clearance wait
 2023-01-09 15:15 UTC 

[PATCH] i2c: mxs: suppress probe-deferral error message
 2023-01-09 15:27 UTC  (2+ messages)

[PATCH v2] arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault path
 2023-01-09 15:19 UTC 

[PATCH V0 0/1] bootconfig: Increase size and node limit of bootconfig for DCC support
 2023-01-09 15:18 UTC  (4+ messages)
` [PATCH V0 1/1] bootconfig: Increase max size of bootconfig from 32 KB to 256 KB "

[RFC PATCH] arm64: Cache HW update of Access Flag support
 2023-01-09 15:16 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: mediatek: Introduce MT8195 LAPTOP and IOT's USB configurations
 2023-01-09 15:13 UTC  (2+ messages)

[RESEND RFC PATCH v5 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-09 14:45 UTC  (3+ messages)
` [RESEND RFC PATCH v5 3/5] ARM: dts: stm32: add CAN support on stm32f429

[linux-next:master] BUILD REGRESSION 543b9b2fe10b2e12b8d773af65314d322f91e479
 2023-01-09 14:38 UTC  (2+ messages)

[PATCH 04/27] ARM: pxa: drop pxa310/pxa320/pxa93x support
 2023-01-09 14:18 UTC  (4+ messages)

[PATCH] pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups
 2023-01-09 14:14 UTC  (2+ messages)

[PATCH] pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain
 2023-01-09 14:13 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2023-01-09 14:03 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: nv: only emulate timers that have not yet fired


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).