linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 12:54:01 to 2020-07-31 08:21:08 UTC [more...]

[PATCH 00/20] KVM: arm64: Rewrite page-table code and fault handling
 2020-07-31  8:19 UTC  (23+ messages)
` [PATCH 01/20] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH 02/20] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
` [PATCH 03/20] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
` [PATCH 04/20] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
` [PATCH 05/20] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH 06/20] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
` [PATCH 07/20] KVM: arm64: Convert kvm_set_spte_hva() "
` [PATCH 08/20] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH 09/20] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH 10/20] KVM: arm64: Convert page-aging and access faults to generic page-table API
` [PATCH 11/20] KVM: arm64: Add support for stage-2 write-protect in generic page-table
` [PATCH 12/20] KVM: arm64: Convert write-protect operation to generic page-table API
` [PATCH 13/20] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
` [PATCH 14/20] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
` [PATCH 15/20] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
` [PATCH 16/20] KVM: arm64: Convert user_mem_abort() to generic page-table API
` [PATCH 17/20] KVM: arm64: Check the cookie instead of the pgd when modifying page-table
` [PATCH 18/20] KVM: arm64: Remove unused page-table code
` [PATCH 19/20] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
` [PATCH 20/20] KVM: arm64: Don't constrain maximum IPA size based on host configuration

[PATCH v4 0/5] Introduce the Counter character device interface
 2020-07-31  8:13 UTC  (7+ messages)
` [PATCH v4 3/5] counter: Add "
` [PATCH v4 5/5] counter: 104-quad-8: Add IRQ support for the ACCES 104-QUAD-8

[PATCH v5 1/3] dt-bindings: vendor-prefixes: add Seeed Studio
 2020-07-31  8:08 UTC  (4+ messages)
` [PATCH v5 3/3] ARM: dts: stm32: add initial support for stm32mp157-odyssey board

[PATCH v2 0/2] irqchip/gic-v2, v3: Enforce ACK/EOI pairing on IRQ retrigger
 2020-07-31  8:08 UTC  (6+ messages)
` [PATCH v2 1/2] irqchip/gic-v2, v3: Implement irq_chip->irq_retrigger()
` [PATCH v2 2/2] irqchip/gic-v2, v3: Prevent SW resends entirely

[PATCH 1/8] scsi: ufs: Add checks before setting clk-gating states
 2020-07-31  8:08 UTC  (2+ messages)
` [PATCH 4/8] scsi: ufs: Add some debug infos to ufshcd_print_host_state

arm64: pointer_auth.h:40:3: error: implicit declaration of function ‘get_random_bytes’; did you mean ‘get_random_once’?
 2020-07-31  7:52 UTC  (9+ messages)
          ` arm64: pointer_auth.h:40:3: error: implicit declaration of function 'get_random_bytes'; did you mean 'get_random_once'?

[PATCH v6 00/25] coresight: allow to build coresight as modules
 2020-07-31  6:40 UTC  (26+ messages)
` [PATCH v6 01/25] coresight: cpu_debug: add module name in Kconfig
` [PATCH v6 02/25] coresight: cpu_debug: define MODULE_DEVICE_TABLE
` [PATCH v6 03/25] coresight: use IS_ENABLED for CONFIGs that may be modules
` [PATCH v6 04/25] coresight: add coresight prefix to barrier_pkt
` [PATCH v6 05/25] coresight: export global symbols
` [PATCH v6 06/25] coresight: add try_get_module() in coresight_grab_device()
` [PATCH v6 07/25] coresight: stm: allow to build coresight-stm as a module
` [PATCH v6 08/25] coresight: etm: perf: Fix warning caused by etm_setup_aux failure
` [PATCH v6 09/25] coresight: etm3x: allow etm3x to be built as a module
` [PATCH v6 10/25] coresight: etm4x: allow etm4x "
` [PATCH v6 11/25] coresight: etb: allow etb "
` [PATCH v6 12/25] coresight: tpiu: allow tpiu "
` [PATCH v6 13/25] coresight: tmc: allow tmc "
` [PATCH v6 14/25] coresight: funnel: remove multiple init calls from funnel driver
` [PATCH v6 15/25] coresight: replicator: remove multiple init calls
` [PATCH v6 16/25] coresight: allow funnel and replicator drivers to be built as modules
` [PATCH v6 17/25] coresight: cti: add function to register cti associate ops
` [PATCH v6 18/25] coresight: cti: Fix remove sysfs link error
` [PATCH v6 19/25] coresight: cti: Fix bug clearing sysfs links on callback
` [PATCH v6 20/25] coresight: cti: don't disable ect device if it's not enabled
` [PATCH v6 21/25] coresight: cti: increase reference count when enabling cti
` [PATCH v6 22/25] coresight: cti: allow cti to be built as a module
` [PATCH v6 23/25] coresight: tmc-etr: add function to register catu ops
` [PATCH v6 24/25] coresight: catu: allow catu drivers to be built as modules
` [PATCH v6 25/25] coresight: allow the coresight core driver to be built as a module

[PATCH -next] mmc: mediatek: make function msdc_cqe_disable() static
 2020-07-31  6:54 UTC  (2+ messages)

[PATCH] arm64/alternatives: move length validation inside the subsection
 2020-07-31  6:49 UTC  (10+ messages)
` [PATCH v2] "

[Question] the check of ioeventfd collision in kvm_*assign_ioeventfd_idx
 2020-07-31  6:44 UTC  (3+ messages)

[PATCH] usb: mtu3: fix panic in mtu3_gadget_disconnect()
 2020-07-31  6:36 UTC 

[PATCH 1/1] iommu/arm-smmu: Implement qcom,skip-init
 2020-07-31  5:48 UTC  (9+ messages)

[PATCH v5 0/4] Add support for vibrator motor for TBS A711 Tablet
 2020-07-31  5:41 UTC  (6+ messages)
` [PATCH v5 1/4] dt-bindings: input: gpio-vibrator: Don't require enable-gpios
` [PATCH v5 2/4] input: gpio-vibra: Allow to use vcc-supply alone to control the vibrator
` [PATCH v5 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor
` [PATCH v5 4/4] ARM: dts: sun8i-a83t-tbs-a711: Increase voltage on the vibrator

[PATCH v4] scsi: ufs: Cleanup completed request without interrupt notification
 2020-07-31  4:06 UTC  (4+ messages)

linux-next: manual merge of the devfreq tree with the arm-soc tree
 2020-07-31  4:00 UTC  (2+ messages)

[PATCH v2] clk: bcm2835: Do not use prediv with bcm2711's PLLs
 2020-07-31  3:51 UTC  (3+ messages)

acpi: fix 'return' with no value build warning
 2020-07-31  3:39 UTC  (2+ messages)
` [PATCH] "

[PATCH v10 00/28] Add support for mt2701 JPEG ENC support
 2020-07-31  3:20 UTC  (5+ messages)
` [PATCH v10 22/28] media: platform: Change the call functions of getting/enable/disable the jpeg's clock

[PATCH,v2] arm64: fix the illegal address access in some cases
 2020-07-31  3:04 UTC  (9+ messages)
      ` 答复: "
            ` 答复: "

[PATCH v4] Add MediaTek MT6779 devapc driver
 2020-07-31  2:52 UTC  (8+ messages)
` [PATCH v4 2/2] soc: mediatek: add mtk-devapc driver

[PATCH V9 0/2] media: i2c: Add support for DW9768 VCM
 2020-07-31  2:44 UTC  (6+ messages)
              ` [SPAM]Re: "

[PATCH] arm64/fixmap: make notes of fixed_addresses more precisely
 2020-07-31  2:47 UTC  (3+ messages)

[PATCH 2/4] scmi: perf: Extend protocol to support performance statistics
 2020-07-31  1:50 UTC  (2+ messages)

[PATCH net] net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethernet_port_probe()
 2020-07-31  0:45 UTC  (2+ messages)

[PATCH net] net: ll_temac: Use devm_platform_ioremap_resource_byname()
 2020-07-31  0:44 UTC  (2+ messages)

[PATCH v4 00/15] Refactor SDEI client driver
 2020-07-31  0:20 UTC  (4+ messages)
` [PATCH v4 14/15] drivers/firmware/sdei: Expose struct sdei_event

[PATCH v4] net: ethernet: mtk_eth_soc: fix MTU warnings
 2020-07-30 23:56 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Fix sdmmc2 pins again
 2020-07-30 23:27 UTC 

[PATCH v2 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R2S
 2020-07-30 23:20 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: rk3328: Add support "

linux-next: build failure after merge of the origin tree
 2020-07-30 23:15 UTC  (2+ messages)

[PATCH V4 1/2] watchdog: imx7ulp: Strictly follow the sequence for wdog operations
 2020-07-30 23:03 UTC  (2+ messages)
` [PATCH V4 2/2] watchdog: imx7ulp: Watchdog should continue running for wait/stop mode

[PATCH v2 01/11] media: exynos4-is: Remove static driver data for S5PV210 FIMC variants
 2020-07-30 23:01 UTC  (11+ messages)
` [PATCH v2 02/11] media: exynos4-is: Request syscon only if ISP writeback is present
` [PATCH v2 03/11] media: exynos4-is: Fix nullptr when no CSIS device present
` [PATCH v2 04/11] media: exynos4-is: Correct missing entity function initialization
` [PATCH v2 05/11] media: exynos4-is: Properly set JPEG options for parallel ports
` [PATCH v2 06/11] media: exynos4-is: Use global num_sensors rather than local index
` [PATCH v2 07/11] media: exynos4-is: Add support for multiple sensors on one port
` [PATCH v2 08/11] media: exynos4-is: Remove inh_sensor_ctrls
` [PATCH v2 09/11] media: exynos4-is: Remove unused struct member input_index
` [PATCH v2 10/11] media: exynos4-is: Handle duplicate calls to vidioc_streamoff
` [PATCH v2 11/11] dt-bindings: media: Correct samsung-fimc parallel port numbering

[PATCH v2 00/11] media: exynos4-is: Improve support for s5pv210 and parallel ports
 2020-07-30 23:01 UTC 

[PATCH V3 1/2] watchdog: imx7ulp: Strictly follow the sequence for wdog operations
 2020-07-30 22:48 UTC  (5+ messages)
` [PATCH V3 2/2] watchdog: imx7ulp: Watchdog should continue running for wait/stop mode

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2020-07-30 22:45 UTC  (7+ messages)
` [PATCH bpf-next 1/1] arm64: bpf: "

[PATCH v2 1/3] spi: rockchip: Config spi rx dma burst size depend on xfer length
 2020-07-30 22:28 UTC  (2+ messages)

[PATCH] ASoC: rk3399_gru_sound: Add DAPM pins, kcontrols for jack detection
 2020-07-30 22:27 UTC  (2+ messages)

[PATCH] ASoC: SOF: imx: use resource_size
 2020-07-30 22:27 UTC  (2+ messages)

[RFC PATCH 00/14] coresight: Support for ETMv4.4 system instructions
 2020-07-30 21:41 UTC  (22+ messages)
` [RFC PATCH 01/14] coresight: etm4x: Skip save/restore before device registration
` [RFC PATCH 02/14] coresight: Introduce device access abstraction
` [RFC PATCH 04/14] coresight: etm4x: Free up argument of etm4_init_arch_data
` [RFC PATCH 05/14] coresight: Convert coresight_timeout to use access abstraction
` [RFC PATCH 06/14] coresight: Convert claim and lock operations to use access wrappers
` [RFC PATCH 07/14] coresight: etm4x: Always read the registers on the host CPU
` [RFC PATCH 08/14] coresight: etm4x: Convert all register accesses
` [RFC PATCH 09/14] coresight: etm4x: Add sysreg access helpers
` [RFC PATCH 14/14] dts: bindings: coresight: ETMv4.4 system register access only units

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-07-30 20:54 UTC  (8+ messages)
  ` [PATCH v1 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor

[PATCH 0/4] CONFIG_UNWINDER_FRAME_POINTER fixes+cleanups
 2020-07-30 20:51 UTC  (5+ messages)
` [PATCH 1/4] ARM: backtrace-clang: check for NULL lr
` [PATCH 2/4] ARM: backtrace-clang: add fixup for lr dereference
` [PATCH 3/4] ARM: backtrace-clang: give labels more descriptive names
` [PATCH 4/4] ARM: backtrace: use more descriptive labels

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-30 20:44 UTC  (4+ messages)
` [PATCH v2 3/7] "

[PATCH 0/2] J7200: Add I2C support
 2020-07-30 19:26 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: j7200: Add I2C nodes
` [PATCH 2/2] arm64: dts: ti: k3-j7200-common-proc-board: Add I2C IO expanders

[PATCH v9 0/4] driver core: add probe error check helper
 2020-07-30 19:06 UTC  (9+ messages)

[PATCH v1 0/3] Add missing ethernet reset ID for Amlogic SoC
 2020-07-30 18:04 UTC  (6+ messages)

[PATCH v2 0/2] Mediatek thermal driver update
 2020-07-30 17:52 UTC  (7+ messages)
` [PATCH v2 1/2] thermal: mediatek: prepare to add support for other platforms
    ` Aw: "
` [PATCH v2 2/2] thermal: mediatek: add tsensor support for V2 thermal system
    ` Aw: "

improve compat handling for the i386 u64 alignment quirk
 2020-07-30 17:34 UTC  (3+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly

[PATCH v5 0/2] Add character device interface to remoteproc
 2020-07-30 17:07 UTC  (5+ messages)
` [PATCH v5 1/2] remoteproc: Add remoteproc character device interface
` [PATCH v5 2/2] remoteproc: core: Register the "

[GIT PULL] arm64: dts: Amlogic updates for v5.9 (round 4)
 2020-07-30 17:00 UTC 

[PATCH] MAINTAINERS: Include drivers subdirs for ARM PMU PROFILING AND DEBUGGING entry
 2020-07-30 16:52 UTC  (4+ messages)

[PATCH] arm64: initialize per-cpu offsets earlier
 2020-07-30 16:38 UTC 

add watchdog support for mt8192
 2020-07-30 16:06 UTC  (3+ messages)
` [v3,5/5] watchdog: mt8192: add wdt support

[PATCH v2 0/4] KVM: arm64: Fixes to early stage-2 fault handling
 2020-07-30 15:06 UTC  (2+ messages)

[PATCH] clk: bcm2835: Do not use prediv with bcm2711's PLLs
 2020-07-30 14:13 UTC 

[PATCH v2 0/6] Add new controls for CQ and Frame-skip
 2020-07-30 13:57 UTC  (2+ messages)

[PATCH] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
 2020-07-30 13:52 UTC  (2+ messages)

[PATCH v10 0/3] Add basic SoC Support for Mediatek MT6779 SoC
 2020-07-30 13:30 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: pinctrl: add bindings for MediaTek "
` [PATCH v10 2/3] arm64: dts: add dts nodes for MT6779
` [PATCH v10 3/3] clk: mediatek: add UART0 clock support

[PATCH v2 0/2] Remove MT6779 UART3 clock support
 2020-07-30 13:04 UTC  (5+ messages)

[PATCH V3 1/3] reset: imx7: Support module build
 2020-07-30 13:11 UTC  (7+ messages)
` [PATCH V3 3/3] pci: imx: Select RESET_IMX7 by default

[PATCH 1/2] ARM: dts: imx27: Change nand node name to nand-controller
 2020-07-30 13:04 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx: Change gpmi "

[PATCH] arm64: mm: add message to die() in die_kernel_fault()
 2020-07-30 13:00 UTC  (3+ messages)

[PATCH] soc: fsl: Remove bogus packed attributes from qman.h
 2020-07-30 12:52 UTC 

[PATCH,v3] arm64: fix the illegal address access in some cases
 2020-07-30 12:52 UTC  (3+ 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).