messages from 2020-11-04 19:12:37 to 2020-11-05 08:55:38 UTC [more...]
[PATCH V2 1/2] arm64: add config for Broadcom BCM4908 SoCs
2020-11-05 8:54 UTC
[PATCH 00/14] Allwinner MIPI CSI-2 support for A31/V3s/A83T
2020-11-05 8:48 UTC (5+ messages)
` [PATCH 08/14] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH 11/14] dt-bindings: media: i2c: Add A83T MIPI CSI-2 bindings documentation
[PATCH v2 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
2020-11-05 8:46 UTC (3+ messages)
[BUG] Error applying setting, reverse things back on lot of devices
2020-11-05 8:47 UTC (10+ messages)
` [Linux-stm32] "
[PATCH] ARM: dts: exynos: Assign a fixed index to mmc devices on exynos4412 based ODROID boards
2020-11-05 8:31 UTC (7+ messages)
[PATCH v5 0/4] DCMI BT656 parallel bus mode support
2020-11-05 8:29 UTC (2+ messages)
[PATCH v2 1/4] dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID
2020-11-05 8:25 UTC (5+ messages)
` [PATCH v2 2/4] arm64: dts: imx8m: add compatible string to .dtsi file
` [PATCH v2 3/4] arm64: dts: imx8m: add nvmem-cell related stuff
` [PATCH v2 4/4] soc: imx8m: change to use platform driver
Re: [PATCH 0/2] drivers/tty: delete break after return or goto
2020-11-05 8:20 UTC (2+ messages)
` "
[PATCH] ARM: dts: exynos: Add a placeholder for a MAC address
2020-11-05 8:18 UTC (6+ messages)
` [PATCH v2] "
[PATCH 1/3 v2] Input: atmel_mxt_ts - Fix up inverted RESET handler
2020-11-05 8:09 UTC (2+ messages)
[PATCH v4 0/3] wire up IMA secure boot for arm64
2020-11-05 7:55 UTC (7+ messages)
[PATCH 0/5 v16] KASan for Arm
2020-11-05 7:52 UTC (14+ messages)
[PATCH 0/1] arm64: Accelerate Adler32 using arm64 SVE instructions
2020-11-05 7:51 UTC (10+ messages)
` [PATCH 1/1] "
[PATCH v3 5/6] i2c: iproc: handle master read request
2020-11-05 7:46 UTC (2+ messages)
[PATCH 0/4] arm64: dts: ti: Cleanup mix of "okay" and "disabled" usage
2020-11-05 7:32 UTC (8+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level
` [PATCH 2/4] arm64: dts: ti: k3-j721e*: "
` [PATCH 3/4] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto
` [PATCH 4/4] arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB
[PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
2020-11-05 7:19 UTC (3+ messages)
[PATCH v2 1/3] dt-bindings: display: Add a property to deal with WiFi coexistence
2020-11-04 21:40 UTC (2+ messages)
[PATCH v14 0/8] arm64: expose FAR_EL1 tag bits in siginfo
2020-11-04 21:18 UTC (9+ messages)
` [PATCH v14 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v14 2/8] parisc: start using signal-defs.h
` [PATCH v14 3/8] arch: move SA_* definitions to generic headers
` [PATCH v14 4/8] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v14 5/8] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v14 6/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v14 7/8] signal: define the field siginfo.si_faultflags
` [PATCH v14 8/8] arm64: expose FAR_EL1 tag bits in siginfo
[PATCH v8 00/43] kasan: add hardware tag-based mode for arm64
2020-11-04 23:48 UTC (45+ messages)
` [PATCH v8 01/43] kasan: drop unnecessary GPL text from comment headers
` [PATCH v8 02/43] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v8 03/43] kasan: group vmalloc code
` [PATCH v8 04/43] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v8 05/43] kasan: shadow declarations only for software modes
` [PATCH v8 06/43] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v8 07/43] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v8 08/43] kasan: only build init.c for software modes
` [PATCH v8 09/43] kasan: split out shadow.c from common.c
` [PATCH v8 10/43] kasan: define KASAN_GRANULE_PAGE
` [PATCH v8 11/43] kasan: rename report and tags files
` [PATCH v8 12/43] kasan: don't duplicate config dependencies
` [PATCH v8 13/43] kasan: hide invalid free check implementation
` [PATCH v8 14/43] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v8 15/43] kasan, arm64: only init shadow for software modes
` [PATCH v8 16/43] kasan, arm64: only use kasan_depth "
` [PATCH v8 17/43] kasan, arm64: move initialization message
` [PATCH v8 18/43] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH v8 19/43] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v8 20/43] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v8 21/43] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v8 22/43] kasan: rename SHADOW layout macros to META
` [PATCH v8 23/43] kasan: separate metadata_fetch_row for each mode
` [PATCH v8 24/43] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v8 25/43] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v8 26/43] arm64: Enable armv8.5-a asm-arch option
` [PATCH v8 27/43] arm64: mte: Add in-kernel MTE helpers
` [PATCH v8 28/43] arm64: mte: Reset the page tag in page->flags
` [PATCH v8 29/43] arm64: mte: Add in-kernel tag fault handler
` [PATCH v8 30/43] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v8 31/43] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v8 32/43] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v8 33/43] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v8 34/43] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v8 35/43] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v8 36/43] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v8 37/43] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v8 38/43] kasan, arm64: implement HW_TAGS runtime
` [PATCH v8 39/43] kasan, arm64: print report from tag fault handler
` [PATCH v8 40/43] kasan, mm: reset tags when accessing metadata
` [PATCH v8 41/43] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v8 42/43] kasan: add documentation for hardware tag-based mode
` [PATCH v8 43/43] kselftest/arm64: Check GCR_EL1 after context switch
[PATCH 00/20] kasan: boot parameters for hardware tag-based mode
2020-11-05 0:02 UTC (21+ messages)
` [PATCH 01/20] kasan: simplify quarantine_put call site
` [PATCH 02/20] kasan: rename get_alloc/free_info
` [PATCH 03/20] kasan: introduce set_alloc_info
` [PATCH 04/20] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH 05/20] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH 06/20] kasan: remove __kasan_unpoison_stack
` [PATCH 07/20] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH 08/20] kasan: inline random_tag for HW_TAGS
` [PATCH 09/20] kasan: inline kasan_poison_memory and check_invalid_free
` [PATCH 10/20] kasan: inline and rename kasan_unpoison_memory
` [PATCH 11/20] kasan: add and integrate kasan boot parameters
` [PATCH 12/20] kasan, mm: check kasan_enabled in annotations
` [PATCH 13/20] kasan: simplify kasan_poison_kfree
` [PATCH 14/20] kasan, mm: rename kasan_poison_kfree
` [PATCH 15/20] kasan: don't round_up too much
` [PATCH 16/20] kasan: simplify assign_tag and set_tag calls
` [PATCH 17/20] kasan: clarify comment in __kasan_kfree_large
` [PATCH 18/20] kasan: clean up metadata allocation and usage
` [PATCH 19/20] kasan, mm: allow cache merging with no metadata
` [PATCH 20/20] kasan: update documentation
[PATCH 1/8] clk: pwm: drop of_match_ptr from of_device_id table
2020-11-05 1:11 UTC (9+ messages)
` [PATCH 2/8] clk: imx8mm: "
` [PATCH 3/8] clk: imx8mn: "
` [PATCH 4/8] clk: imx8mp: "
` [PATCH 5/8] clk: imx8mq: "
[PATCH v5 00/14] Add BLK_CTL support for i.MX8MP
2020-11-05 1:09 UTC (23+ messages)
` [PATCH v5 01/14] dt-bindings: clocks: imx8mp: Rename audiomix ids clocks to audio_blk_ctl
` [PATCH v5 02/14] dt-bindings: reset: imx8mp: Add audio blk_ctl reset IDs
` [PATCH v5 03/14] dt-bindings: clock: imx8mp: Add ids for the audio shared gate
` [PATCH v5 04/14] dt-bindings: clock: imx8mp: Add media blk_ctl clock IDs
` [PATCH v5 05/14] dt-bindings: reset: imx8mp: Add media blk_ctl reset IDs
` [PATCH v5 06/14] dt-bindings: clock: imx8mp: Add hdmi blk_ctl clock IDs
` [PATCH v5 07/14] dt-bindings: reset: imx8mp: Add hdmi blk_ctl reset IDs
` [PATCH v5 08/14] clk: imx8mp: Add audio shared gate
` [PATCH v5 09/14] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL
` [PATCH v5 10/14] clk: imx: Add generic blk-ctl driver
` [PATCH v5 11/14] clk: imx: Add blk-ctl driver for i.MX8MP
[PATCH 0/6] PinePhone Device Tree Enhancements
2020-11-05 5:41 UTC (7+ messages)
` [PATCH 1/6] arm64: dts: allwinner: pinephone: Remove AC power supply
` [PATCH 2/6] arm64: dts: allwinner: pinephone: Set ALDO3 to exactly 3v0
` [PATCH 3/6] arm64: dts: allwinner: pinephone: Add LED flash
` [PATCH 4/6] arm64: dts: allwinner: pinephone: Add light/proximity sensor
` [PATCH 5/6] arm64: dts: allwinner: pinephone: Add WiFi support
` [PATCH 6/6] arm64: dts: allwinner: pinephone: Add Bluetooth support
[PATCH 0/2] arm64: Implement CONFIG_CMDLINE_EXTEND
2020-11-05 5:40 UTC (4+ messages)
[PATCH v1 0/2] Support SC7180 sound card variation without headset
2020-11-05 1:32 UTC (3+ messages)
` [PATCH v1 1/2] ASoC: google: dt-bindings: add new compatible for sc7180-coachz
` [PATCH v1 2/2] ASoC: qcom: sc7180: Modify machine driver for adau7002
[PATCH] arm64: dts: exynos: Fix reboot/poweroff issues on Exynos7
2020-11-04 21:14 UTC (3+ messages)
[PATCH v4 0/7] arm64: dts: rockchip: Add Engicam PX30.Core
2020-11-04 21:55 UTC (4+ messages)
[PATCH v22 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
2020-11-04 21:57 UTC (4+ messages)
` [PATCH v22 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
[PATCH 0/4] Add KRYO2XX Errata / mitigations data
2020-11-04 23:22 UTC (5+ messages)
` [PATCH 1/4] arm64: Add MIDR value for KRYO2XX gold/silver CPU cores
` [PATCH 2/4] arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelist
` [PATCH 3/4] arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-list
` [PATCH 4/4] arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX Silver
[PATCH -next] clk: imx: scu: Make pd_np with static keyword
2020-11-05 1:37 UTC (2+ messages)
[PATCH v8 0/4] Introduce TEE based Trusted Keys support
2020-11-05 5:07 UTC (2+ messages)
[PATCH v4 0/2] mailbox: Add Broadcom STB mailbox driver for SCMI
2020-11-04 22:03 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: Add bindings for BrcmSTB SCMI mailbox driver
[PATCH -next] clk: imx: gate2: Remove unused variable ret
2020-11-05 1:32 UTC (2+ messages)
[PATCH] drm/mediatek: mtk_dpi: Fix unused variable 'mtk_dpi_encoder_funcs'
2020-11-04 23:50 UTC (3+ messages)
[PATCH v8 0/7] Exynos: Simple QoS for exynos-bus using interconnect
2020-11-05 2:20 UTC (2+ messages)
[PATCH v4 00/16] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
2020-11-04 22:04 UTC (5+ messages)
` [PATCH v4 10/16] dt-bindings: power: Add MT8183 power domains
` [PATCH v4 14/16] dt-bindings: power: Add MT8192 "
[PATCH V3] clk: imx8m: fix bus critical clk registration
2020-11-05 1:13 UTC (2+ messages)
[PATCH] xfrm:fragmented ipv4 tunnel packets in inner interface
2020-11-05 4:52 UTC (5+ messages)
[RESEND PATCH v3 0/4] STUSB1600 support on STM32MP15xx-DKx
2020-11-04 21:08 UTC (7+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: connector: add power-opmode optional property to usb-connector
[PATCH v3 0/3] CPUFreq: Add support for cpu performance dependencies
2020-11-05 4:41 UTC (5+ messages)
` [PATCH v3 2/3] opp/of: Allow empty opp-table with opp-shared
[PATCH v1] ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs
2020-11-05 1:04 UTC (2+ messages)
[PATCH v3] arm64/mm: add fallback option to allocate virtually contiguous memory
2020-11-05 0:03 UTC (3+ messages)
` [PATCH v4] "
[PATCH 1/2] dt-bindings: usb: mediatek,mtk-xhci: add keep-clock-on
2020-11-04 22:39 UTC (2+ messages)
[PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding
2020-11-04 22:30 UTC (3+ messages)
` [PATCH v2 1/4] dt-bindings: microchip: atmel, at91rm9200-tcb: add atmel, tcb-pwm
[PATCH v2 1/2] scsi: ufs: Put hba into LPM during clk gating
2020-11-05 4:21 UTC (2+ messages)
[PATCH v2 0/6] Allwinner V3 SL631 Action Camera Support and Related Fixes
2020-11-05 4:14 UTC (3+ messages)
` [PATCH v2 2/6] irqchip/sunxi-nmi: Add support for the V3s NMI
[PATCH v13 0/8] arm64: expose FAR_EL1 tag bits in siginfo
2020-11-04 20:48 UTC (13+ messages)
` [PATCH v13 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v13 3/8] arch: move SA_* definitions to generic headers
` [PATCH v13 7/8] signal: define the field siginfo.si_faultflags
[PATCH 1/4] dt-bindings: clock: document the fsl-flexspi-clk driver
2020-11-04 22:34 UTC (2+ messages)
[PATCH v3 00/11] Raspberry Pi PoE HAT fan support
2020-11-04 19:55 UTC (4+ messages)
` [PATCH v3 09/11] dt-bindings: pwm: Add binding for RPi firmware PWM bus
[PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
2020-11-04 20:12 UTC (3+ messages)
[PATCH 1/3] ARM: dts: BCM5301X: Linksys EA9500 make use of pinctrl
2020-11-04 20:58 UTC (6+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] ARM: dts: BCM5301X: pinctrl - use correct driver and define mdio pins
` [PATCH v2 2/2] ARM: dts: BCM5301X: Linksys EA9500 make use of pinctrl
[PATCH] ARM: uncompress: Enable debug in head.S
2020-11-04 20:40 UTC (4+ messages)
[PATCH v4 0/9] ASoC: Mediatek: Add support for MT8192 SoC
2020-11-04 20:42 UTC (2+ messages)
[PATCH] ARM: do not assemble iwmmxt.S with LLVM toolchain
2020-11-04 20:44 UTC (7+ messages)
[PATCH] ASoC: mchp-spdiftx: Do not set Validity bit(s)
2020-11-04 20:43 UTC (2+ messages)
[PATCH v1 1/2] driver core: Fix lockdep warning on wfs_lock
2020-11-04 20:54 UTC (2+ messages)
` [PATCH v1 2/2] spi: Populate fwnode in of_register_spi_device()
[PATCH] regulator: debug early supply resolving
2020-11-05 2:54 UTC
[PATCH v7 00/41] kasan: add hardware tag-based mode for arm64
2020-11-04 19:32 UTC (11+ messages)
` [PATCH v7 13/41] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v7 16/41] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v7 34/41] kasan, x86, s390: update undef CONFIG_KASAN
[PATCH v6] driver/perf: Add PMU driver for the ARM DMC-620 memory controller
2020-11-04 19:30 UTC
[PATCH] arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc
2020-11-04 19:29 UTC
[PATCH] dt-bindings: display: mcde: Convert to YAML schema
2020-11-04 19:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).