linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-01 14:47:07 to 2022-04-02 14:10:03 UTC [more...]

[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-02 13:52 UTC  (11+ messages)
` [PATCH V11 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V11 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V11 03/20] compat: consolidate the compat_flock{, 64} definition
` [PATCH V11 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V11 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V11 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V11 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V11 08/20] riscv: Fixup difference with defconfig
` [PATCH V11 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation

[PATCH 0/9] Apple M1 (Pro/Max) NVMe driver
 2022-04-02 13:51 UTC  (29+ messages)
` [PATCH 1/9] dt-bindings: soc: apple: Add Apple SART
` [PATCH 2/9] dt-bindings: soc: apple: Add ANS NVMe
` [PATCH 4/9] soc: apple: Add SART driver
` [PATCH 5/9] soc: apple: Add RTKit IPC library
` [PATCH 6/9] nvme-apple: Add initial Apple SoC NVMe driver
` [PATCH 7/9] nvme-apple: Serialize command issue

[PATCH V10 00/20] riscv: Add COMPAT mode support for rv64
 2022-04-02 13:42 UTC  (23+ messages)
` [PATCH V10 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V10 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V10 03/20] compat: consolidate the compat_flock{, 64} definition
` [PATCH V10 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V10 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V10 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V10 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V10 08/20] riscv: Fixup difference with defconfig
` [PATCH V10 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V10 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V10 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V10 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V10 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V10 14/20] riscv: compat: Add elf.h implementation
` [PATCH V10 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V10 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V10 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V10 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V10 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V10 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH 0/3] cfi: Use __builtin_function_start
 2022-04-02 13:31 UTC  (6+ messages)
` [PATCH 1/3] kbuild: Change CFI_CLANG to depend on __builtin_function_start
` [PATCH 2/3] linux/compiler-clang.h: define function_nocfi
` [PATCH 3/3] arm64: Drop the inline assembly implementation of function_nocfi

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-04-02 13:16 UTC  (4+ messages)

[PATCH v3 1/2] dt-bindings: clock: convert rockchip, rk3188-cru.txt to YAML
 2022-04-02 12:20 UTC  (8+ messages)
    ` [PATCH v3 1/2] dt-bindings: clock: convert rockchip,rk3188-cru.txt "

[PATCH v4 00/33] crypto: rockchip: permit to pass self-tests
 2022-04-02 12:10 UTC  (38+ messages)
` [PATCH v4 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v4 02/33] crypto: rockchip: do not use uninitialized variable
` [PATCH v4 03/33] crypto: rockchip: do not do custom power management
` [PATCH v4 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v4 05/33] crypto: rockchip: do not store mode globally
` [PATCH v4 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v4 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v4 08/33] crypto: rockchip: better handle cipher key
` [PATCH v4 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v4 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v4 11/33] crypto: rockchip: rewrite type
` [PATCH v4 12/33] crypto: rockchip: add debugfs
` [PATCH v4 13/33] crypto: rockchip: introduce PM
` [PATCH v4 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v4 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v4 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v4 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v4 18/33] crypto: rockchip: fix style issue
` [PATCH v4 19/33] crypto: rockchip: add support for rk3328
` [PATCH v4 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v4 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v4 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v4 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v4 24/33] crypto: rockchip: rename crypto_info to main in TFM context
` [PATCH v4 25/33] crypto: rockchip: store crypto_info in request context
` [PATCH v4 26/33] crypto: rockchip: Add support for rk3399
` [PATCH v4 27/33] dt-bindings: crypto: convert rockchip-crypto to yaml
` [PATCH v4 28/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v4 29/33] clk: rk3399: use proper crypto0 name
` [PATCH v4 30/33] ARM: dts: rk3288: crypto does not need reset-names anymore
` [PATCH v4 31/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v4 32/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v4 33/33] crypto: rockchip: Check for clocks numbers and their frequencies

[PATCH 0/3] devfreq: mediatek: introduce MTK cci devfreq
 2022-04-02 11:31 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: devfreq: mediatek: add mtk cci devfreq dt-bindings

[PATCH v1 0/2] Change Bananapi-R2-Pro board to match V1.0
 2022-04-02 11:00 UTC  (3+ messages)
` [PATCH v1 1/2] arm64: dts: rockchip: Change io-domains of bpi-r2-pro
` [PATCH v1 2/2] arm64: dts: rockchip: Add gmac1 and change network settings

(no subject)
 2022-04-02 10:43 UTC  (3+ messages)
` [PATCH v1 1/2] arm64: dts: rockchip: Change io-domains of bpi-r2-pro
` [PATCH v1 2/2] arm64: dts: rockchip: Add gmac1 and change network settings

[PATCH] char: tpm: Prepare cleanup of powerpc's asm/prom.h
 2022-04-02 10:29 UTC 

[PATCH] sched: topology: make cache topology separate from cpu topology
 2022-04-02 10:29 UTC  (12+ messages)

[PATCH 0/3] Add initial support for MA35D1 SoC
 2022-04-02  9:55 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: nuvoton: Add initial support for MA35D1

[PATCH v2 RESEND] kbuild: Enable armthumb BCJ filter for Thumb-2 kernel
 2022-04-02  8:35 UTC  (2+ messages)

[PATCH v4 0/2] refine the NFC clock framework
 2022-04-02  7:49 UTC  (3+ messages)
` [PATCH v4 1/2] mtd: rawnand: meson: discard the common MMC sub "
` [PATCH v4 2/2] dt-bindings: nand: meson: refine Amlogic NAND controller driver

[PATCH bpf-next v2] bpf, arm64: Sign return address for jited code
 2022-04-02  7:39 UTC 

[PATCH v6 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2022-04-02  5:24 UTC  (6+ messages)
` [PATCH v6 resend 1/5] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_mode_set()
` [PATCH v6 resend 2/5] phy: Add LVDS configuration options
` [PATCH v6 resend 3/5] dt-bindings: phy: Convert mixel, mipi-dsi-phy to json-schema
` [PATCH v6 resend 4/5] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp
` [PATCH v6 resend 5/5] phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support

[v8 0/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s
 2022-04-02  5:17 UTC  (5+ messages)
` [v8 1/4] ASoC: dt-bindings: mt8192-mt6359: add new compatible and new properties
` [v8 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker
` [v8 3/4] ASoC: mediatek: mt8192: refactor for I2S8/I2S9 DAI links of headset
` [v8 4/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s

[PATCH RESEND2] net: stmmac: Fix unset max_speed difference between DT and non-DT platforms
 2022-04-02  5:00 UTC  (3+ messages)

[PATCH v6 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2022-04-02  4:03 UTC  (6+ messages)
` [PATCH v6 1/5] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_mode_set()
` [PATCH v6 2/5] phy: Add LVDS configuration options
` [PATCH v6 3/5] dt-bindings: phy: Convert mixel, mipi-dsi-phy to json-schema
` [PATCH v6 4/5] dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp
` [PATCH v6 5/5] phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support

[PATCH v12 0/9] Add Sunplus SP7021 SoC Support
 2022-04-02  3:37 UTC  (11+ messages)
` [PATCH v12 5/9] clk: Add Sunplus SP7021 clock driver
` [PATCH v12 6/9] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller

[PATCH v8 0/8] PCI: imx6: refine codes and add compliance tests mode support
 2022-04-02  3:03 UTC  (7+ messages)
` [PATCH v8 6/8] PCI: dwc: Add dw_pcie_host_ops.host_exit() callback
` [PATCH v8 8/8] PCI: imx6: Add compliance tests mode support

[PATCH 0/4] dt-bindings: imx: add nvmem property
 2022-04-02  1:52 UTC  (4+ messages)

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-02  1:37 UTC  (14+ messages)
` [PATCH v9 20/23] drm/rockchip: Make VOP driver optional

[PATCH] fix refcount leak in mxs_get_ocotp()
 2022-04-02  1:33 UTC 

[PATCH v2] KVM: arm64: Don't split hugepages outside of MMU write lock
 2022-04-02  1:06 UTC  (2+ messages)

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-04-02  1:03 UTC  (5+ messages)

[PATCH v2] kvm/arm64: fixed passthrough gpu into vm on arm64
 2022-04-01 16:48 UTC  (2+ messages)

[PATCH v3 0/7] Fix AST2600 quad mode SPI pinmux settings
 2022-04-01 22:25 UTC  (8+ messages)

[PATCH v2 resend 0/3] arm64: mm: Do not defer reserve_crashkernel()
 2022-04-01 22:09 UTC  (7+ messages)
` [PATCH v2 resend 1/3] arm64: mm: Do not defer reserve_crashkernel() if only ZONE_DMA32
` [PATCH v2 resend 2/3] arm64: mm: Don't defer reserve_crashkernel() with dma_force_32bit
` [PATCH v2 resend 3/3] arm64: mm: Cleanup useless parameters in zone_sizes_init()

[GIT PULL] SoC: fixes for 5.18, part 1
 2022-04-01 21:45 UTC  (2+ messages)

[PATCH] staging: vc04_services: Convert kmap() to kmap_local_page()
 2022-04-01 20:49 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: sign return address for jited code
 2022-04-01 20:22 UTC  (2+ messages)

[PATCH] arm64: defconfig: enable Qualcomm RX and TX macro for SM8250 audio
 2022-04-01 19:32 UTC 

[PATCH v2 0/6] Make evlist CPUs more accurate
 2022-04-01 19:12 UTC  (3+ messages)
` [PATCH v2 5/6] perf cpumap: Add intersect function

[next] db845c: WARNING: CPU: 5 PID: 8 at drivers/clk/clk-divider.c:139 divider_recalc_rate
 2022-04-01 18:46 UTC  (3+ messages)

[PATCH v11 0/8] RISC-V CPU Idle Support
 2022-04-01 18:38 UTC  (4+ messages)

[PATCH v6 60/64] KVM: arm64: nv: Sync nested timer state with ARMv8.4
 2022-04-01 17:51 UTC  (2+ messages)

[PATCH v9 0/3] mmc: mediatek: add support for SDIO async IRQ
 2022-04-01 17:43 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: mmc: mtk-sd: extend interrupts and pinctrls properties

[PATCH] ARM: dts: imx8mm-venice-gw{72xx, 73xx}: fix OTG controller OC mode
 2022-04-01 17:42 UTC 

[PATCH 1/2] dt-bindings: arm: bcm: fix BCM53012 and BCM53016 SoC strings
 2022-04-01 17:24 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: arm: bcm: add bindings for Asus RT-AC88U

[PATCH] arm64/io: Remind compiler that there is a memory side effect
 2022-04-01 17:22 UTC  (2+ messages)

[PATCH] gpio: pcf857x: Make teardown callback return void
 2022-04-01 17:05 UTC 

[PATCH v15 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2022-04-01 16:51 UTC  (3+ messages)
` [PATCH v15 11/12] dmaengine: imx-sdma: add uart rom script

[linux-next:master] BUILD REGRESSION e5071887cd2296a7704dbcd10c1cedf0f11cdbd5
 2022-04-01 16:39 UTC 

[PATCH 0/4] cpufreq: mediatek: introduce mtk cpufreq
 2022-04-01 16:32 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: cpufreq: mediatek: transform cpufreq-mediatek into yaml

[PATCH v3 01/10] arch: arm: mach-hpe: Introduce the HPE GXP architecture
 2022-04-01 16:30 UTC  (16+ messages)
` [PATCH v3 09/10] arch: arm: boot: dts: Introduce HPE GXP Device tree

[RFC PATCH 00/10] mmc: improve API to make clear {h|s}w_reset is for cards
 2022-04-01 16:25 UTC  (2+ messages)

[PATCH] ASoC: samsung: Constify snd_soc_dapm_{route,widget} structs
 2022-04-01 16:02 UTC  (2+ messages)

[PATCH v2 0/5] fpga: fix for coding style and kernel-doc issues
 2022-04-01 15:51 UTC  (13+ messages)
` [PATCH v2 1/5] fpga: zynq: Fix incorrect variable type
` [PATCH v2 2/5] fpga: fpga-mgr: fix for coding style issues
` [PATCH v2 3/5] fpga: fpga-mgr: Add missing kernel-doc description
` [PATCH v2 4/5] fpga: Use tab instead of spaces for indentation

[PATCH] arm64: mte: Fix the stack frame size warning in mte_dump_tag_range()
 2022-04-01 15:13 UTC 

(EXT) Re: (EXT) Re: (EXT) Re: [PATCH v2 3/3] clk: Drop the rate range on clk_put
 2022-04-01 14:55 UTC  (4+ messages)
    ` (EXT) "

[PATCH AUTOSEL 4.19 10/29] PCI: aardvark: Fix support for MSI interrupts
 2022-04-01 14:45 UTC 

[PATCH AUTOSEL 5.4 13/37] PCI: aardvark: Fix support for MSI interrupts
 2022-04-01 14:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 27/37] iommu/iova: Improve 32-bit free space estimate

[PATCH AUTOSEL 5.10 15/65] mt76: dma: initialize skip_unmap in mt76_dma_rx_fill
 2022-04-01 14:41 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 21/65] PCI: aardvark: Fix support for MSI interrupts
` [PATCH AUTOSEL 5.10 22/65] iommu/arm-smmu-v3: fix event handling soft lockup
` [PATCH AUTOSEL 5.10 38/65] mt76: mt7615: Fix assigning negative values to unsigned variable
` [PATCH AUTOSEL 5.10 45/65] iommu/iova: Improve 32-bit free space estimate

[PATCH AUTOSEL 5.15 23/98] mt76: mt7921: fix crash when startup fails
 2022-04-01 14:37 UTC  (8+ messages)
` [PATCH AUTOSEL 5.15 24/98] mt76: dma: initialize skip_unmap in mt76_dma_rx_fill
` [PATCH AUTOSEL 5.15 32/98] PCI: aardvark: Fix support for MSI interrupts
` [PATCH AUTOSEL 5.15 33/98] iommu/arm-smmu-v3: fix event handling soft lockup
` [PATCH AUTOSEL 5.15 58/98] mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU
` [PATCH AUTOSEL 5.15 61/98] mt76: mt7615: Fix assigning negative values to unsigned variable
` [PATCH AUTOSEL 5.15 69/98] iommu/iova: Improve 32-bit free space estimate
` [PATCH AUTOSEL 5.15 88/98] mt76: fix monitor mode crash with sdio driver


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