messages from 2020-09-15 15:35:00 to 2020-09-16 02:52:07 UTC [more...]
[PATCH v3 0/10] libperf and arm64 userspace counter access support
2020-09-16 2:50 UTC (4+ messages)
[PATCH v3 0/2] ARM: support PHYS_OFFSET minimum aligned at 64KiB boundary
2020-09-16 2:49 UTC (3+ messages)
` [PATCH v3 1/2] ARM: fix trivial comments in head.S
` [PATCH v3 2/2] ARM: support PHYS_OFFSET minimum aligned at 64KiB boundary
[PATCH v11 0/5] Add NUMA-awareness to qspinlock
2020-09-16 2:40 UTC (9+ messages)
` [PATCH v11 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v11 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v11 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v11 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v11 5/5] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA
[PATCH] arm64: mm: Fix missing-prototypes in pageattr.c
2020-09-16 2:20 UTC
[GIT PULL] arm: dts: hisilicon dts updates for v5.10
2020-09-16 2:01 UTC
[PATCH v2] KVM: arm64: fix doc warnings in mmu code
2020-09-16 2:00 UTC
[PATCH V2 RESEND 1/4] gpio: mxc: Support module build
2020-09-16 1:59 UTC (6+ messages)
` [PATCH V2 RESEND 2/4] arm64: defconfig: Build in CONFIG_GPIO_MXC by default
` [PATCH V2 RESEND 4/4] ARM: multi_v7_defconfig: "
[GIT PULL] arm64: dts: hisilicon dts updates for v5.10
2020-09-16 1:58 UTC
[PATCH v2 0/2] ARM: support PHYS_OFFSET minimum aligned at 64KiB boundary
2020-09-16 1:57 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH] KVM: arm64: fix doc warnings in mmu code
2020-09-16 1:51 UTC (3+ messages)
[PATCH] arm64: dts: hisilicon: replace status value "ok" by "okay"
2020-09-16 1:46 UTC (2+ messages)
[PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users
2020-09-16 1:45 UTC (7+ messages)
` [PATCH v3 1/6] ARM: dts: hisilicon: Fix SP804 users
` [PATCH v3 4/6] arm64: dts: hisilicon: Fix SP805 clocks
` [PATCH v3 6/6] ARM: "
[PATCH] drivers/perf: hisi: Fix DEVICE_ATTR style tests warning for later PMU driver
2020-09-16 1:41 UTC (5+ messages)
[PATCH v1] soc: fsl: rcpm: Add ACPI support
2020-09-16 1:32 UTC (4+ messages)
[PATCH v4 0/5] arm64: Initial support for Texas Instrument's J7200 Platform
2020-09-16 1:15 UTC (4+ messages)
` [PATCH v4 5/5] arm64: dts: ti: Add support for J7200 Common Processor Board
[PATCH v2 1/4] Input: ep93xx_keypad - Fix handling of platform_get_irq() error
2020-09-16 1:01 UTC (8+ messages)
` [PATCH v2 2/4] Input: omap4-keypad "
` [PATCH v2 4/4] Input: sun4i-ps2 "
[PATCHv2] perf kvm: add kvm-stat for arm64
2020-09-16 0:44 UTC (6+ messages)
[PATCH net-next 0/3] net: stmmac: Add ethtool support for get|set channels
2020-09-16 0:02 UTC (5+ messages)
[PATCH 0/3] drm: panfrost: Coherency support
2020-09-15 23:51 UTC (4+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Support coherency for Mali LPAE
` [PATCH 2/3] drm/panfrost: Support cache-coherent integrations
` [PATCH 3/3] arm64: dts: meson: Describe G12b GPU as coherent
[PATCH] arm64: Enable PCI write-combine resources under sysfs
2020-09-15 23:40 UTC (16+ messages)
[PATCH 00/12] ARM: use adr_l/ldr_l macros for PC-relative references
2020-09-15 23:31 UTC (7+ messages)
` [PATCH 01/12] ARM: assembler: introduce adr_l, ldr_l and str_l macros
[PATCH V3 1/2] dt-bindings: mailbox : arm, mhu: Convert to Json-schema
2020-09-15 22:49 UTC (7+ messages)
` [PATCH V3 2/2] dt-bindings: mailbox: add doorbell support to ARM MHU
` [PATCH V3 1/2] dt-bindings: mailbox : arm,mhu: Convert to Json-schema
[PATCH v2 00/40] PCI: dwc: Driver clean-ups
2020-09-15 22:02 UTC (3+ messages)
[PATCH RFC v6 0/6] Exynos: Simple QoS for exynos-bus using interconnect
2020-09-15 21:40 UTC (8+ messages)
` [PATCH RFC v6 1/6] dt-bindings: exynos-bus: Add documentation for interconnect properties
[PATCH] cpuidle: psci: Fix suspicious RCU usage
2020-09-15 21:17 UTC (3+ messages)
[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
2020-09-15 21:16 UTC (38+ messages)
` [PATCH v2 01/37] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v2 02/37] kasan: group vmalloc code
` [PATCH v2 03/37] kasan: shadow declarations only for software modes
` [PATCH v2 04/37] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v2 05/37] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v2 06/37] kasan: only build init.c for software modes
` [PATCH v2 07/37] kasan: split out shadow.c from common.c
` [PATCH v2 08/37] kasan: rename generic/tags_report.c files
` [PATCH v2 09/37] kasan: don't duplicate config dependencies
` [PATCH v2 10/37] kasan: hide invalid free check implementation
` [PATCH v2 11/37] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v2 12/37] kasan, arm64: only init shadow for software modes
` [PATCH v2 13/37] kasan, arm64: only use kasan_depth "
` [PATCH v2 14/37] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v2 15/37] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v2 16/37] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v2 17/37] kasan: rename SHADOW layout macros to META
` [PATCH v2 18/37] kasan: separate metadata_fetch_row for each mode
` [PATCH v2 19/37] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v2 20/37] kasan: rename tags.c to tags_sw.c
` [PATCH v2 21/37] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v2 22/37] arm64: mte: Add in-kernel MTE helpers
` [PATCH v2 23/37] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v2 24/37] arm64: mte: Add in-kernel tag fault handler
` [PATCH v2 25/37] arm64: kasan: Enable in-kernel MTE
` [PATCH v2 26/37] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v2 27/37] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v2 28/37] arm64: kasan: Enable TBI EL1
` [PATCH v2 29/37] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v2 30/37] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v2 32/37] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v2 33/37] kasan, arm64: implement HW_TAGS runtime
` [PATCH v2 34/37] kasan, arm64: print report from tag fault handler
` [PATCH v2 35/37] kasan, slub: reset tags when accessing metadata
` [PATCH v2 36/37] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v2 37/37] kasan: add documentation for hardware tag-based mode
[PATCH 0/6] irqchip: Hybrid probing
2020-09-15 21:13 UTC (2+ messages)
[PATCH v10 00/13] Add support for Kontron sl28cpld
2020-09-15 21:03 UTC (3+ messages)
` [PATCH v10 06/13] pwm: add support for sl28cpld PWM controller
[PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
2020-09-15 20:57 UTC
[PATCH v3 1/2] drivers/perf: xgene_pmu: Fix uninitialized resource struct
2020-09-15 20:41 UTC (2+ messages)
` [PATCH v3 2/2] drivers/perf: thunderx2_pmu: Fix memory resource error handling
[PATCH] ARM: imx: W+X ocram page in imx6q. Might someone with working imx6 suspend please test ?
2020-09-15 20:30 UTC
[PATCH v2 1/2] scsi: ufs: Abort tasks before clear them from doorbell
2020-09-15 20:21 UTC (10+ messages)
[PATCH 0/2] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP
2020-09-15 20:11 UTC (3+ messages)
` [PATCH 1/2] sparc32: Move ioremap/iounmap declaration before asm-generic/io.h include
[PATCH 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
2020-09-15 20:05 UTC (12+ messages)
` [PATCH 1/5] phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode
` [PATCH 2/5] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: add the Amlogic AXG Families USB Glue Bindings
` [PATCH 2/5] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: "
` [PATCH 3/5] usb: dwc-meson-g12a: Add support for USB on AXG SoCs
` [PATCH 4/5] arm64: dts: meson-axg: add USB nodes
` [PATCH 5/5] arm64: dts: meson-axg-s400: enable USB OTG
[PATCH v2 00/15] ARM: dts: / gpio: Add dtschema for NXP PCA953x and correct dts
2020-09-15 20:00 UTC (14+ messages)
` [PATCH v2 01/15] dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschema
` [PATCH v2 02/15] dt-bindings: gpio: convert bindings for Maxim MAX732x "
support range based offsets in dma-direct v2
2020-09-15 19:55 UTC (5+ messages)
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset
[PATCH 0/3] arm64: dts: meson-axg-s400: add support for MIPI-DSI Panel
2020-09-15 19:50 UTC (3+ messages)
` [PATCH 1/3] arm64: dts: meson-axg: add VPU and PWRC nodes
[PATCH RESEND 0/2] soc: amlogic: add support for the Meson AXG Power Controller
2020-09-15 19:45 UTC (5+ messages)
` [PATCH RESEND 1/2] dt-bindings: power: amlogic, meson-ee-pwrc: add Amlogic AXG power controller bindings
` [PATCH RESEND 2/2] soc: amlogic: meson-ee-pwrc: add support for the Meson AXG SoCs
[PATCH v2 1/2] dt-bindings: iio: adc: exynos-adc: require second interrupt with touch screen
2020-09-15 19:45 UTC (4+ messages)
` [PATCH v2 2/2] dt-bindings: iio: adc: exynos-adc: do not require syscon on S5Pv210
[PATCH v3 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
2020-09-15 19:43 UTC (4+ messages)
` [PATCH v3 3/4] dt-bindings: i2c: imx: "
[PATCH v2 0/3] arm64: dts: meson: add support for ODROID-N2+
2020-09-15 19:35 UTC (2+ messages)
[PATCH v1 1/2] dt-bindings: Add bindings for BrcmSTB SCMI mailbox driver
2020-09-15 19:33 UTC (3+ messages)
` [PATCH v1 2/2] mailbox: Add Broadcom STB "
[PATCH] iio: adc: meson-saradc: Make the of_device_id array style consistent
2020-09-15 19:26 UTC
[PATCH v2] arm64: bpf: Fix branch offset in JIT
2020-09-15 19:23 UTC (5+ messages)
[PATCH] i2c: aspeed: disable additional device addresses on ast2[56]xx
2020-09-15 18:45 UTC
[PATCH v11 00/24] coresight: allow to build coresight as modules
2020-09-15 18:09 UTC (3+ messages)
` [PATCH v11 09/24] coresight: etm3x: allow etm3x to be built as a module
[PATCH 00/35] kasan: add hardware tag-based mode for arm64
2020-09-15 17:51 UTC (8+ messages)
[PATCH] [PATCH] ARM64: Setup DMA32 zone size by bootargs
2020-09-15 17:48 UTC (4+ messages)
[PATCH v4 0/3] iio: adc: mt6360: Add ADC driver for MT6360
2020-09-15 17:36 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
` [PATCH v4 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline
` [PATCH v4 3/3] iio: adc: mt6360: Add ADC driver for MT6360
[PATCH 00/14] UBSan Enablement for hyp/nVHE code
2020-09-15 17:32 UTC (7+ messages)
` [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
[PATCH 1/3] dt-bindings: arm: fsl: Add binding for Variscite Symphony board with VAR-SOM-MX8MN
2020-09-15 17:32 UTC (2+ messages)
[PATCH] mm/gup: fix gup_fast with dynamic page table folding
2020-09-15 17:31 UTC (6+ messages)
` [PATCH v2] "
[PATCH] drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result
2020-09-15 17:29 UTC (2+ messages)
[patch 00/13] preempt: Make preempt count unconditional
2020-09-15 17:25 UTC (7+ messages)
` [patch 04/13] lockdep: Clenaup PREEMPT_COUNT leftovers
` [patch 06/13] locking/bitspinlock: "
[PATCH] KVM: arm64: Do not flush memslot if FWB is supported
2020-09-15 17:04 UTC
[PATCH v3 00/14] Add BLK_CTL support for i.MX8MP
2020-09-15 16:47 UTC (3+ messages)
` [PATCH v3 09/14] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL
[PATCH] coresight: etm4x: Fix number of resources check for ETM 4.3 and above
2020-09-15 16:45 UTC (2+ messages)
[PATCH RESEND v2] coresight: etm4x: Fix mis-usage of nr_resource in sysfs interface
2020-09-15 16:42 UTC (2+ messages)
[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
2020-09-15 16:25 UTC (27+ messages)
` [PATCH 01/15] selftests/seccomp: Refactor arch register macros to avoid xtensa special case
` [PATCH 02/15] selftests/seccomp: Provide generic syscall setting macro
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 04/15] selftests/seccomp: arm: "
` [PATCH 05/15] selftests/seccomp: arm64: "
` [PATCH 06/15] selftests/seccomp: mips: Remove O32-specific macro
` [PATCH 07/15] selftests/seccomp: Remove syscall setting #ifdefs
` [PATCH 08/15] selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG
` [PATCH 09/15] selftests/seccomp: Convert REGSET calls "
` [PATCH 10/15] selftests/seccomp: Avoid redundant register flushes
` [PATCH 11/15] selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args
` [PATCH 15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod
[PATCH v5 00/21] KVM: arm64: Rewrite page-table code and fault handling
2020-09-15 16:16 UTC (3+ messages)
` [PATCH v5 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
[PATCH v6] perf: arm_dsu: Support DSU ACPI devices
2020-09-15 16:15 UTC (2+ messages)
[PATCHv5 0/2] soc: qcom: llcc: Support chipsets that can write to llcc regs
2020-09-15 16:11 UTC (6+ messages)
` [PATCHv5 1/2] soc: qcom: llcc: Move llcc configuration to its own function
` [PATCHv5 2/2] soc: qcom: llcc: Support chipsets that can write to llcc
[PATCH v3 0/6] kasan: add workqueue and timer stack for generic KASAN
2020-09-15 16:06 UTC (5+ messages)
[PATCHv4 0/2] soc: qcom: llcc: Support chipsets that can write to llcc regs
2020-09-15 16:01 UTC (5+ messages)
` [PATCHv4 2/2] "
[PATCH 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks
2020-09-15 15:56 UTC (2+ messages)
[PATCH] crypto: stm32/crc32 - Avoid lock if hardware is already used
2020-09-15 15:54 UTC (3+ messages)
[PATCH 1/2] pinctrl: mt65xx: add OF bindings for MT8167
2020-09-15 15:53 UTC (2+ messages)
a saner API for allocating DMA addressable pages v3
2020-09-15 15:51 UTC (19+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 16/18] dma-mapping: add new {alloc, free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages
[PATCH v3 0/2] leds: mt6360: Add LED driver for MT6360
2020-09-15 15:51 UTC (3+ messages)
` [PATCH v3 2/2] dt-bindings: leds: Add bindings for MT6360 LED
[PATCH] spi: bcm2835: mark polling_limit_us as static
2020-09-15 15:48 UTC (4+ messages)
page: next (older) | prev (newer) | latest
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).