linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 20:21:37 to 2019-10-22 13:22:20 UTC [more...]

[PATCH v4 02/11] crypto: Add Allwinner sun8i-ce Crypto Engine
 2019-10-22 13:22 UTC  (3+ messages)

[PATCH 0/9] ARM: dts: update APF6 / APF6Dev
 2019-10-22 13:16 UTC  (10+ messages)
` [PATCH 1/9] ARM: dts: imx6qdl-{apf6, apf6dev}: switch boards to SPDX identifier
` [PATCH 2/9] ARM: dts: imx6qdl-{apf6, apf6dev}: remove container node around pinctrl nodes
` [PATCH 3/9] ARM: dts: imx6qdl-apf6: add phy to fec
` [PATCH 4/9] ARM: dts: imx6qdl-apf6: add flow control to uart2
` [PATCH 5/9] ARM: dts: imx6qdl-apf6: fix WiFi
` [PATCH 6/9] ARM: dts: imx6qdl-apf6dev: add RTC support
` [PATCH 7/9] ARM: dts: imx6qdl-apf6dev: rename usb-h1-vbus regulator to 5V
` [PATCH 8/9] ARM: dts: imx6qdl-apf6dev: add backlight support
` [PATCH 9/9] ARM: dts: imx6qdl-apf6dev: use DRM bindings

[PATCH v2] mtd: spear_smi: Fix Write Burst mode
 2019-10-22 13:19 UTC 

[PATCH v8 0/3] HEVC/H.265 stateless support for V4L2 and Cedrus
 2019-10-22 13:17 UTC  (5+ messages)
` [PATCH v8 3/3] media: cedrus: Add HEVC/H.265 decoding support

[PATCH v4] mfd: mt6360: add pmic mt6360 driver
 2019-10-22 13:02 UTC 

[PATCH 0/8] arm64: ftrace cleanup + FTRACE_WITH_REGS
 2019-10-22 12:54 UTC  (5+ messages)
` [PATCH 1/8] ftrace: add ftrace_init_nop()

[PATCH] xen: mm: make xen_mm_init static
 2019-10-22 12:52 UTC 

[PATCH] xen: mm: include <xen/xen-ops.h> for missing declarations
 2019-10-22 12:50 UTC 

[PATCH] irqchip/gic-v3-its: Use the exact ITSList for VMOVP
 2019-10-22 12:44 UTC  (2+ messages)

[PATCH 0/6] drm: Support CMA per allocation kernel mappings
 2019-10-22 12:42 UTC  (15+ messages)
` [PATCH 1/6] drm/kirin: Use DRM_GEM_CMA_VMAP_DRIVER_OPS
` [PATCH 2/6] drm: Introduce DRM_MODE_DUMB_KERNEL_MAP flag
` [PATCH 3/6] drm/cma-helper: Use the dma_*_attr API variant
` [PATCH 4/6] drm/cma-helper: Support DRM_MODE_DUMB_KERNEL_MAP flag
` [PATCH 5/6] drm/mediatek: Convert to use CMA helpers
` [PATCH 6/6] drm/rockchip: Convert to use generic fbdev emulation

[RESEND PATCH] ARM/hw_breakpoint: add ARMv8.1/ARMv8.2 debug architecutre versions support in enable_monitor_mode()
 2019-10-22 12:37 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: nvmem: add binding for Rockchip OTP controller
 2019-10-22 12:24 UTC  (2+ messages)

[RFC] ARM: omap3: Enable HWMODS for HW Random Number Generator
 2019-10-22 12:13 UTC  (7+ messages)

[PATCH] iio: adc: stm32-adc: fix kernel-doc warnings
 2019-10-22 11:56 UTC  (3+ messages)

[PATCH][RFC] iio: core: add a class hierarchy on iio device lock
 2019-10-22 11:53 UTC  (5+ messages)

[PATCH] ARM: prima2: rstc: Make reset_control_ops const
 2019-10-22 11:52 UTC 

[PATCH 00/45] KVM: Refactor vCPU creation
 2019-10-22 11:51 UTC  (48+ messages)
` [PATCH 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH 06/45] KVM: SVM: "
` [PATCH 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH 08/45] KVM: x86: Move FPU allocation to "
` [PATCH 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH 18/45] KVM: PPC: "
` [PATCH 19/45] KVM: arm: "
` [PATCH 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH 28/45] KVM: x86: "
` [PATCH 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH 31/45] KVM: Unexport kvm_vcpu_cache and kvm_{un}init_vcpu()
` [PATCH 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH 39/45] KVM: MIPS: "
` [PATCH 40/45] KVM: ARM: "
` [PATCH 41/45] KVM: PPC: "
` [PATCH 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

[PATCH v3 00/14] dmaengine/soc: Add Texas Instruments UDMA support
 2019-10-22 11:46 UTC  (7+ messages)
` [PATCH v3 07/14] dt-bindings: dma: ti: Add document for K3 UDMA

[GIT PULL] KVM/arm fixes for 5.4-rc5
 2019-10-22 11:34 UTC  (2+ messages)

[PATCH v6 3/4] arm64: use both ZONE_DMA and ZONE_DMA32
 2019-10-22 11:23 UTC  (5+ messages)

[PATCH V7] mm/debug: Add tests validating architecture page table helpers
 2019-10-22 11:18 UTC  (4+ messages)

[PATCH v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-10-22 11:09 UTC  (13+ messages)
` [PATCH v2 04/12] arm64: docs: cpu-feature-registers: Document ID_AA64PFR1_EL1
` [PATCH v2 09/12] arm64: traps: Fix inconsistent faulting instruction skipping

[PATCH 0/7] towards QE support on ARM
 2019-10-22 10:17 UTC  (9+ messages)

[PATCH 00/46] ARM: pxa: towards multiplatform support
 2019-10-22 10:00 UTC  (7+ messages)
` [PATCH 09/46] watchdog: sa1100: use platform device registration
` [PATCH 11/46] ARM: pxa: cmx270: use platform device for nand

[PATCH v7 0/7] implement poweroff for mt6323 / bpi-r2
 2019-10-22  9:49 UTC  (3+ messages)
` [PATCH v7 2/7] rtc: mt6397: move some common definitions into rtc.h

[PATCH] mtd: spear_smi: Fix nonalignment not handled in memcpy_toio
 2019-10-22  9:47 UTC  (9+ messages)

[PATCH] mfd: mt6397: fix probe after changing mt6397-core
 2019-10-22  9:46 UTC  (3+ messages)

[PATCH 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-10-22  9:26 UTC  (5+ messages)
` [PATCH 2/3] Documentation: dt: binding: fsl: Add 'little-endian' and update Chassis define
` [PATCH 3/3] soc: fsl: add RCPM driver

[PATCH v2 0/3] media: cedrus: improvements
 2019-10-22  9:10 UTC  (5+ messages)
` [PATCH v2 1/3] media: cedrus: Fix decoding for some H264 videos

[PATCH 0/7] debugfs: Add and use debugfs_create_xul()
 2019-10-22  9:07 UTC  (5+ messages)
` [PATCH 1/7] debugfs: Add debugfs_create_xul() for hexadecimal unsigned long

[PATCH v3 0/4] Add GPIO support for RDA8810PL SoC
 2019-10-22  9:02 UTC  (3+ messages)
` [PATCH v3 3/4] gpio: Add RDA Micro GPIO controller support

[PATCH v3] mfd: mt6360: add pmic mt6360 driver
 2019-10-22  8:54 UTC  (5+ messages)

[PATCH] clocksource/drivers: Fix memory leak in ttc_setup_clockevent
 2019-10-22  8:51 UTC  (3+ messages)

[PATCH v7 2/2] drm/bridge: Add NWL MIPI DSI host controller support
 2019-10-22  8:45 UTC  (3+ messages)

[PATCH i2c-next 0/2] i2c: aspeed: Add H/W timeout support
 2019-10-22  8:45 UTC  (7+ messages)
` [PATCH i2c-next 1/2] dt-bindings: i2c: aspeed: add hardware "
` [PATCH i2c-next 2/2] i2c: aspeed: add slave inactive "

[PATCH V2] cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade value
 2019-10-22  8:39 UTC  (2+ messages)

[PATCH] cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade value
 2019-10-22  8:36 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: arm: at91: Document Kizbox2-2 board binding
 2019-10-22  8:35 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: at91: add a dts and dtsi file for kizbox2 based boards

[GIT PULL] arm64: Fixes for -rc4
 2019-10-22  8:16 UTC  (6+ messages)

[PATCH v3] crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_crypt()
 2019-10-22  8:11 UTC 

[PATCH 0/4] i2c bus recovery for Microchip SoCs
 2019-10-22  7:59 UTC  (4+ messages)
` [PATCH 2/4] i2c: at91: implement i2c bus recovery

[PATCH v2] crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_crypt()
 2019-10-22  7:43 UTC  (2+ messages)

[PATCH] ARM: davinci: dm365-evm: Add Fixed regulators needed for tlv320aic3101
 2019-10-22  7:42 UTC  (5+ messages)

[PATCH] dt-bindings: usb: dwc3: Move Amlogic G12A DWC3 Glue Bindings to YAML schemas
 2019-10-22  7:37 UTC  (2+ messages)

[PATCH] crypto: arm64/aes-neonbs - remove redundant code in __xts_crypt()
 2019-10-22  7:14 UTC  (3+ messages)

[PATCH v2 00/11] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-22  6:58 UTC  (6+ messages)
` [PATCH v2 07/11] omap: remove old hsmmc.[ch] and in Makefile

[PATCH 0/6] arm64: dts: rockchip: ROC-PC fixes
 2019-10-22  6:19 UTC  (5+ messages)
` [PATCH 1/6] arm64: dts: rockchip: Fix rk3399-roc-pc pwm2 pin

[PATCH] usb: gadget: udc: Fix assignment of 0/1 to bool variables
 2019-10-22  6:11 UTC  (2+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-10-22  5:54 UTC  (13+ messages)
` [PATCH 05/18] arm64: kbuild: reserve reg x18 from general allocation by the compiler
` [PATCH 13/18] arm64: preserve x18 when CPU is suspended
` [PATCH 14/18] arm64: efi: restore x18 if it was corrupted

[PATCH v2 0/4] add meson secure watchdog driver
 2019-10-22  5:49 UTC  (6+ messages)
` [PATCH v2 3/4] watchdog: "

[PATCH v2 0/3] add Amlogic A1 clock controller driver
 2019-10-22  5:30 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: clock: meson: add A1 clock controller bindings

[PATCH v3 0/6] perf cs-etm: Support thread stack and callchain
 2019-10-22  5:10 UTC  (10+ messages)
` [PATCH v3 1/6] perf cs-etm: Fix unsigned variable comparison to zero
` [PATCH v3 3/6] perf cs-etm: Support thread stack
` [PATCH v3 6/6] perf cs-etm: Synchronize instruction sample with the "

[arm-soc:mmp/drivers 11/12] include/linux/soc/mmp/cputype.h:5:10: fatal error: asm/cputype.h: No such file or directory
 2019-10-22  4:20 UTC  (2+ messages)

[PATCH v2] ARM: imx: Drop imx_anatop_usb_chrg_detect_disable()
 2019-10-22  4:14 UTC 

[PATCH 1/3] ARM: dts: imx6qdl-zii-rdu2: Drop GPIO_ACTIVE_LOW form reg_5p0v_user_usb
 2019-10-22  4:05 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: imx6qdl-zii-rdu2: Fix accelerometer interrupt-names
` [PATCH 3/3] ARM: dts: imx6qdl-zii-rdu2: Specify supplies for accelerometer

[PATCH v8 5/5] media: imx: Try colorimetry at both sink and source pads
 2019-10-22  3:55 UTC  (4+ messages)

[RFC PATCH 0/2] Add Mediatek MMDVFS driver
 2019-10-22  3:51 UTC  (3+ messages)
` [RFC PATCH 1/2] dt-bindings: soc: mediatek: Add document for mmdvfs driver
` [RFC PATCH 2/2] soc: mediatek: Add mtk-mmdvfs driver

[PATCH 110/110] lib/vdso: Improve do_hres() and update vdso data unconditionally
 2019-10-22  2:42 UTC  (4+ messages)

[PATCH v5 0/4] Exynos Adaptive Supply Voltage support
 2019-10-22  2:23 UTC  (5+ messages)
  ` [PATCH v5 1/4] PM / OPP: Support adjusting OPP voltages at runtime

[PATCH] soc: mmp: guard include of asm/cputype.h with CONFIG_ARM{, 64}
 2019-10-22  1:56 UTC 

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-22  0:35 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v2 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v2 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v2 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v2 09/15] KVM: Move memslot deletion to helper function
` [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH] ARM: hw_breakpoint: Handle inexact watchpoint addresses
 2019-10-21 23:49 UTC  (3+ messages)

[GIT PULL] soc/arm/dt: Marvell MMP Device Tree changes for v5.5
 2019-10-21 22:27 UTC  (2+ messages)

[PATCH] bus: ti-sysc: Use swsup quirks also for am335x musb
 2019-10-21 21:22 UTC 

[PATCH] locking/atomics: Fix memory leak in bcm2835_timer_init
 2019-10-21 20:46 UTC  (2+ messages)

[PATCH] bus: ti-sysc: Handle mstandby quirk and use it for musb
 2019-10-21 20:36 UTC 

[PATCH v3 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-10-21 20:21 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: arm/arm64: Allow user injection of external data aborts


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