linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 13:19:03 to 2021-01-20 18:13:25 UTC [more...]

[RFC PATCH 0/7] Linux on Apple Silicon
 2021-01-20 18:10 UTC  (14+ messages)
` [RFC PATCH 1/7] arm64: kernel: FIQ support
` [RFC PATCH 2/7] arm64: kernel: Add a WFI hook
` [RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors
` [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC
` [RFC PATCH 5/7] arm64/Kconfig: Add Apple Silicon SoC platform
` [RFC PATCH 6/7] arm64: kernel: Apple CPU start driver
` [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver

Live patching on ARM64
 2021-01-20 18:11 UTC  (5+ messages)

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 18:06 UTC  (12+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v9 00/10] iommu: I/O page faults for SMMUv3
 2021-01-20 17:55 UTC  (13+ messages)
` [PATCH v9 01/10] iommu: Remove obsolete comment
` [PATCH v9 05/10] uacce: Enable IOMMU_DEV_FEAT_IOPF
` [PATCH v9 06/10] iommu: Add a page fault handler
` [PATCH v9 10/10] iommu/arm-smmu-v3: Add stall support for platform devices

[PATCH] kasan: Add explicit preconditions to kasan_report()
 2021-01-20 17:55 UTC  (7+ messages)

[PATCH 0/4] clocksource: remove obsolete drivers
 2021-01-20 17:50 UTC  (4+ messages)
` [PATCH 3/4] timer: remove sirf atlas driver
` [PATCH 4/4] timer: remove sirf prima driver

[PATCH 1/1] arm64: reduce section size for sparsemem
 2021-01-20 17:49 UTC 

[GIT PULL] firmware: arm_scmi: Updates for v5.12
 2021-01-20 17:43 UTC 

[RFC PATCH 00/17] objtool: add base support for arm64
 2021-01-20 17:38 UTC  (18+ messages)
` [RFC PATCH 01/17] tools: Add some generic functions and headers
` [RFC PATCH 02/17] tools: arm64: Make aarch64 instruction decoder available to tools
` [RFC PATCH 03/17] tools: bug: Remove duplicate definition
` [RFC PATCH 04/17] objtool: arm64: Add base definition for arm64 backend
` [RFC PATCH 05/17] objtool: arm64: Decode add/sub instructions
` [RFC PATCH 06/17] objtool: arm64: Decode jump and call related instructions
` [RFC PATCH 07/17] objtool: arm64: Decode other system instructions
` [RFC PATCH 08/17] objtool: arm64: Decode load/store instructions
` [RFC PATCH 09/17] objtool: arm64: Decode LDR instructions
` [RFC PATCH 10/17] objtool: arm64: Accept padding in code sections
` [RFC PATCH 11/17] efi: libstub: Ignore relocations for .discard sections
` [RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64
` [RFC PATCH 13/17] objtool: arm64: Implement functions to add switch tables alternatives
` [RFC PATCH 14/17] objtool: arm64: Cache section with switch table information
` [RFC PATCH 15/17] objtool: arm64: Handle supported relocations in alternatives
` [RFC PATCH 16/17] objtool: arm64: Ignore replacement section for alternative callback
` [RFC PATCH 17/17] objtool: arm64: Enable stack validation for arm64

[PATCH v8 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2021-01-20 17:37 UTC  (3+ messages)
` [PATCH v8 4/7] pwm: ntxec: Add driver for PWM function in Netronix EC

[PATCH v4 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-20 17:36 UTC  (9+ messages)
` [PATCH v4 1/8] mm: Cleanup faultaround and finish_fault() codepaths
` [PATCH v4 2/8] mm: Allow architectures to request 'old' entries when prefaulting
` [PATCH v4 3/8] arm64: mm: Implement arch_wants_old_prefaulted_pte()
` [PATCH v4 4/8] mm: Move immutable fields of 'struct vm_fault' into anonymous struct
` [PATCH v4 5/8] mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
` [PATCH v4 6/8] mm: Avoid modifying vmf.address in __collapse_huge_page_swapin()
` [PATCH v4 7/8] mm: Use static initialisers for immutable fields of 'struct vm_fault'
` [PATCH v4 8/8] mm: Mark anonymous struct field of 'struct vm_fault' as 'const'

[PATCH v5 0/4] gpio: mvebu: pwm fixes and improvements
 2021-01-20 17:24 UTC  (6+ messages)
` [PATCH v5 1/4] gpio: mvebu: improve pwm period calculation accuracy
` [PATCH v5 2/4] gpio: mvebu: make pwm .get_state closer to idempotent
` [PATCH v5 3/4] gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAX
` [PATCH v5 4/4] gpio: mvebu: improve handling of pwm zero on/off values

[RFC PATCH 0/5] arm64: Prepare instruction decoder for objtool
 2021-01-20 17:17 UTC  (5+ messages)
` [RFC PATCH 2/5] arm64: aarch64-insn: Add SVE instruction class
` [RFC PATCH 3/5] arm64: aarch64-insn: Add barrier encodings
` [RFC PATCH 4/5] arm64: aarch64-insn: Add some opcodes to instruction decoder
` [RFC PATCH 5/5] arm64: Add load/store decoding helpers

[PATCH/RFC] soc: renesas: rcar-sysc: Mark device node OF_POPULATED after init
 2021-01-20 17:09 UTC  (2+ messages)

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH v2] efi/arm64: Update debug prints to reflect other entropy sources
 2021-01-20 16:47 UTC  (2+ messages)

[PATCH 0/5] watchdog: remove obsolete drivers
 2021-01-20 16:27 UTC  (6+ messages)
` [PATCH 1/5] watchdog: remove sirf prima driver
` [PATCH 2/5] watchdog: remove sirf atlas driver
` [PATCH 3/5] watchdog: remove zte zx driver
` [PATCH 4/5] watchdog: remove tango driver
` [PATCH 5/5] watchdog: remove coh901 driver

[PATCH] efi/arm64: Update debug prints to reflect other entropy sources
 2021-01-20 16:28 UTC  (3+ messages)

[PATCH 0/2] ASoC: remove obsolete drivers
 2021-01-20 16:25 UTC  (3+ messages)
` [PATCH 1/2] ASoC: remove sirf prima/atlas drivers
` [PATCH 2/2] ASoC: remove zte zx drivers

[PATCH 0/2] thermal: remove obsolete drivers
 2021-01-20 16:24 UTC  (3+ messages)
` [PATCH 1/2] thermal: remove tango driver
` [PATCH 2/2] thermal: remove zx driver

[PATCH v2 01/22] media: camss: Fix vfe_isr_comp_done() documentation
 2021-01-20 16:17 UTC  (22+ messages)
` [PATCH v2 02/22] media: camss: Fix vfe_isr comment typo
` [PATCH v2 03/22] media: camss: Add CAMSS_845 camss version
` [PATCH v2 04/22] media: camss: Make ISPIF subdevice optional
` [PATCH v2 06/22] media: camss: Add support for VFE hardware version Titan 170
` [PATCH v2 07/22] media: camss: Add missing format identifiers
` [PATCH v2 08/22] media: camss: Refactor CSID HW version support
` [PATCH v2 09/22] media: camss: Add support for CSID hardware version Titan 170
` [PATCH v2 10/22] media: camss: Add support for CSIPHY "
` [PATCH v2 11/22] media: camss: Remove per VFE power domain toggling
` [PATCH v2 12/22] media: camss: Enable SDM845
` [PATCH v2 13/22] dt-bindings: media: camss: Add qcom, msm8916-camss binding
` [PATCH v2 14/22] dt-bindings: media: camss: Add qcom, msm8996-camss binding
` [PATCH v2 15/22] dt-bindings: media: camss: Add qcom, sdm660-camss binding
` [PATCH v2 16/22] dt-bindings: media: camss: Add qcom, sdm845-camss binding
` [PATCH v2 17/22] MAINTAINERS: Change CAMSS documentation to use dtschema bindings
` [PATCH v2 18/22] media: dt-bindings: media: Remove qcom, camss documentation
` [PATCH v2 19/22] arm64: defconfig: Build Qcom CAMSS as module
` [PATCH v2 20/22] arm64: dts: sdm845: Add CAMSS ISP node
` [PATCH v2 21/22] arm64: dts: sdm845-db845c: Configure regulator for camss node
` [PATCH v2 22/22] arm64: dts: sdm845-db845c: Enable ov8856 sensor and connect to ISP

[PATCH] spi: remove sirf prima/atlas driver
 2021-01-20 16:14 UTC 

[PATCH V3] clk: imx: Fix reparenting of UARTs not associated with sdout
 2021-01-20 16:14 UTC  (8+ messages)

[PATCH] serial: remove sirf prima/atlas driver
 2021-01-20 16:12 UTC 

[RFC PATCH 0/2] Avoid booting stall caused by idmap_kpti_install_ng_mappings
 2021-01-20 15:55 UTC  (2+ messages)

[PATCH 0/2] Use another method to avoid resource conflicts between the SMMU and PMCG drivers
 2021-01-20 15:54 UTC  (10+ messages)
` [PATCH 1/2] perf/smmuv3: Don't reserve the register space that overlaps with the SMMUv3
` [PATCH 2/2] Revert "iommu/arm-smmu-v3: Don't reserve implementation defined register space"

[PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver()
 2021-01-20 15:50 UTC  (4+ messages)

[RFC PATCH 0/5] running kernel mode SIMD with softirqs disabled
 2021-01-20 15:44 UTC  (5+ messages)
` [RFC PATCH 4/5] arm64: fpsimd: run kernel mode NEON "

[PATCH] serial: remove sirf prima/atlaas driver
 2021-01-20 15:43 UTC 

[PATCH] nand: raw: remove tango driver
 2021-01-20 15:43 UTC  (4+ messages)

[PATCH 0/3] rtc: remove obsolete drivers
 2021-01-20 15:41 UTC  (4+ messages)
` [PATCH 1/3] rtc: remove sirfsoc driver
` [PATCH 2/3] rtc: remove ste coh901 driver
` [PATCH 3/3] rtc: remove ste ab3100 driver

[PATCH] pci: remove tango host controller driver
 2021-01-20 15:07 UTC 

[PATCH v3 0/3] scsi: ufs: Cleanup and refactor clock scaling
 2021-01-20 15:01 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: ufs: Refactor cancelling clkscaling works
` [PATCH v3 2/3] scsi: ufs: Remove redundant null checking of devfreq instance
` [PATCH v3 3/3] scsi: ufs: Cleanup and refactor clk-scaling feature

[PATCH v1 0/7] devicetree fixes for Protonic and Plymovent boards
 2021-01-20 14:47 UTC  (9+ messages)
` [PATCH v1 1/7] dt-bindings: display: simple: add Innolux G070Y2-T02 panel
` [PATCH v1 2/7] drm: panel-simple: Add support for the "
` [PATCH v1 3/7] ARM: dts: imx6dl-prtvt7: Add display and panel nodes
` [PATCH v1 4/7] ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
` [PATCH v1 5/7] ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
` [PATCH v1 6/7] ARM: dts: imx6dl-prtvt7: fix PWM cell count for the backlight node
` [PATCH v1 7/7] ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties

[PATCH v4 0/5] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-20 14:46 UTC  (10+ messages)
` [PATCH v4 2/5] kasan: Add KASAN mode kernel parameter
` [PATCH v4 3/5] kasan: Add report for async mode

[PATCH] PCI: xilinx-cpm: Fix reference count leak on error path
 2021-01-20 14:37 UTC 

[PATCH 0/2] mmc: remove obsolete drivers
 2021-01-20 14:28 UTC  (3+ messages)
` [PATCH 1/2] mmc: remove dw_mmc-zx driver
` [PATCH 2/2] mmc: remove sirf prima/atlas driver

[PATCH] mfd: remove ab3100 driver
 2021-01-20 14:26 UTC 

[PATCH AUTOSEL 5.10 28/45] net: stmmac: Fixed mtu channged by cache aligned
 2021-01-20 14:26 UTC  (3+ messages)

[PATCH 0/2] media: rc: remove obsolete drivers
 2021-01-20 14:25 UTC  (3+ messages)
` [PATCH 1/2] media: rc: remove tango ir driver
` [PATCH 2/2] media: rc: remove zte zx "

[PATCH] Input: remove sirfsoc power button driver
 2021-01-20 14:16 UTC 

[PATCH v2 0/1] rpi: enable SD/Wifi on ACPI firmware
 2021-01-20 14:08 UTC  (3+ messages)
` [PATCH v2] mmc: sdhci-iproc: Add ACPI bindings for the rpi

[PATCH v7 0/6] mmc: sdhci-of-aspeed: Expose phase delay tuning
 2021-01-20 13:56 UTC  (2+ messages)

[PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-20 13:54 UTC  (6+ messages)

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2021-01-20 13:36 UTC  (3+ messages)
` [PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys

[PATCH 1/3] arm64/kernel: FIQ support
 2021-01-20 13:33 UTC  (3+ messages)

[PATCH 0/2] irqchip: Remove obsolete drivers
 2021-01-20 13:30 UTC  (3+ messages)
` [PATCH 1/2] irqchip: remove sigma tango driver
` [PATCH 2/2] irqchip: remove sirfsoc driver

[PATCH] Input: remove sirfsoc power button driver
 2021-01-20 13:30 UTC 

[PATCH 0/3] i2c: drop unused bus drivers
 2021-01-20 13:28 UTC  (4+ messages)
` [PATCH 1/3] i2c: remove sirf bus driver
` [PATCH 2/3] i2c: remove u300 "
` [PATCH 3/3] i2c: remove zte zx "

[PATCH] hwspinlock: remove sirf driver
 2021-01-20 13:25 UTC 

[PATCH] hwspinlock: remove sirf driver
 2021-01-20 13:21 UTC 

[PATCH 0/5] pinctrl/gpio: remove obsolete drivers
 2021-01-20 13:20 UTC  (5+ messages)
` [PATCH 1/5] gpio: remove zte zx driver
` [PATCH 2/5] pinctrl: "
` [PATCH 4/5] pinctrl: remove coh901 driver
` [PATCH 5/5] pinctrl: remove ste u300 driver

[PATCH 0/3] dmaengine: remove obsolete drivers
 2021-01-20 13:18 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: remove sirfsoc driver
` [PATCH 2/3] dmaengine: remove zte zx driver
` [PATCH 3/3] dmaengine: remove coh901318 driver

[PATCH v4 0/2] xor-neon: Remove GCC warn & pragmas
 2021-01-20 13:18 UTC  (4+ messages)
` [PATCH v4 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

[PATCH] cpufreq: remove tango driver
 2021-01-20 13:16 UTC 


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