linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 16:27:36 to 2020-02-19 00:09:51 UTC [more...]

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-02-19  0:08 UTC  (6+ messages)
` [PATCH v8 00/12] "
  ` [PATCH v8 01/12] add support for Clang's Shadow Call Stack (SCS)
  ` [PATCH v8 02/12] scs: add accounting
  ` [PATCH v8 03/12] scs: add support for stack usage debugging
  ` [PATCH v8 04/12] scs: disable when function graph tracing is enabled

[PATCH 0/2] usb: gadget: aspeed: allow to customize vhub device
 2020-02-18 23:56 UTC  (3+ messages)
` [PATCH 1/2] usb: gadget: aspeed: allow to customize vhub device IDs/strings
` [PATCH 2/2] usb: gadget: aspeed: fixup usb1 device descriptor at init time

[PATCH v2 0/9] KVM: Move x86 init ops to separate struct
 2020-02-18 23:54 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH v2 2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH v2 3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH v2 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH v2 5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
` [PATCH v2 6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
` [PATCH v2 7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
` [PATCH v2 8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata
` [PATCH v2 9/9] KVM: SVM: Annotate svm_x86_ops "

LED backlight on Droid 4 and others
 2020-02-18 23:10 UTC  (7+ messages)

[PATCH v2 3/3] dt-bindings: hwlock: Document A64 hwspinlock bindings
 2020-02-18 23:05 UTC  (3+ messages)
` [PATCH v3] "

[PATCHv3 0/2] Convert QCOM watchdog timer bindings to YAML
 2020-02-18 23:03 UTC  (3+ messages)
` [PATCHv3 2/2] dt-bindings: watchdog: Add compatible for QCS404, SC7180, SDM845, SM8150

[PATCH] arm64: dts: rockchip: Add txpbl node for RK3399/RK3328
 2020-02-18 22:10 UTC 

[PATCH 00/18] efi: clean up contents of struct efi
 2020-02-18 22:08 UTC  (4+ messages)

[PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
 2020-02-18 21:59 UTC  (4+ messages)
` [PATCH] arm64: mte: Do not service syscalls after async tag fault

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-18 21:37 UTC 

[PATCH v2 0/3] Clean up RK3328 audio codec GPIO control
 2020-02-18 21:32 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: Make RK3328 codec GPIO explicit
` [PATCH v2 2/3] ASoC: rockchip: Make RK3328 GPIO_MUTE control explicit
` [PATCH v2 3/3] arm64: dts: rockchip: Describe RK3328 GPIO_MUTE users

[PATCH V4 1/4] dt-bindings: pinctrl: Convert i.MX8MQ to json-schema
 2020-02-18 21:29 UTC  (8+ messages)
` [PATCH V4 2/4] dt-bindings: pinctrl: Convert i.MX8MM "
` [PATCH V4 3/4] dt-bindings: pinctrl: Convert i.MX8MN "
` [PATCH V4 4/4] dt-bindings: pinctrl: imx8mp: Replace the uint32-array with uint32-matrix

[PATCH v4 0/3] clockevent: add low power STM32 timer
 2020-02-18 21:24 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: mfd: Document STM32 low power timer bindings

[PATCH v4 0/6] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2020-02-18 21:13 UTC  (3+ messages)
` [PATCH v4 4/6] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller

[PATCH v6 00/22] KVM: Dynamically size memslot arrays
 2020-02-18 21:07 UTC  (23+ messages)
` [PATCH v6 01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v6 02/22] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v6 03/22] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v6 04/22] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v6 05/22] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v6 06/22] KVM: Drop kvm_arch_create_memslot()
` [PATCH v6 07/22] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v6 08/22] KVM: Refactor error handling for setting memory region
` [PATCH v6 09/22] KVM: Move setting of memslot into helper routine
` [PATCH v6 10/22] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v6 11/22] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v6 12/22] KVM: Move memslot deletion to helper function
` [PATCH v6 13/22] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v6 14/22] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v6 15/22] KVM: Provide common implementation for generic dirty log functions
` [PATCH v6 16/22] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v6 17/22] KVM: Terminate memslot walks via used_slots
` [PATCH v6 18/22] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v6 19/22] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
` [PATCH v6 20/22] KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
` [PATCH v6 21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush
` [PATCH v6 22/22] KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes

[PATCH] mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()
 2020-02-18 21:05 UTC  (4+ messages)

[PATCH v7 0/7] Add basic SoC support for mt6765
 2020-02-18 20:39 UTC  (8+ messages)
` [PATCH v7 1/7] dt-bindings: clock: mediatek: document clk bindings for Mediatek MT6765 SoC

[PATCH v7 00/13] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-18 20:31 UTC  (3+ messages)
` [PATCH v7 02/13] dt-bindings: display: mediatek: Add mmsys binding description

[RFC PATCH 00/34] sun8i-codec fixes and new features
 2020-02-18 20:23 UTC  (3+ messages)
` [RFC PATCH 30/34] ASoC: dt-bindings: Bump sound-dai-cells on sun8i-codec

[PATCH v2 0/4] thermal: k3: Add support for bandgap sensors
 2020-02-18 20:20 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: thermal: k3: Add VTM bindings documentation

[RFC PATCH v2 00/13] SCMI Notifications Core Support
 2020-02-18 20:19 UTC  (2+ messages)

[PATCH 00/18] arm64: Modernize assembly annotations
 2020-02-18 19:58 UTC  (19+ messages)
` [PATCH 01/18] arm64: crypto: Modernize some extra "
` [PATCH 02/18] arm64: crypto: Modernize names for AES function macros
` [PATCH 03/18] arm64: entry: Annotate vector table and handlers as code
` [PATCH 04/18] arm64: entry: Annotate ret_from_fork "
` [PATCH 05/18] arm64: entry: Additional annotation conversions for entry.S
` [PATCH 06/18] arm64: entry-ftrace.S: Convert to modern annotations for assembly functions
` [PATCH 07/18] arm64: ftrace: Correct annotation of ftrace_caller assembly
` [PATCH 08/18] arm64: ftrace: Modernise annotation of return_to_handler
` [PATCH 09/18] arm64: head.S: Convert to modern annotations for assembly functions
` [PATCH 10/18] arm64: head: Annotate stext and preserve_boot_args as code
` [PATCH 11/18] arm64: kernel: Convert to modern annotations for assembly data
` [PATCH 12/18] arm64: kernel: Convert to modern annotations for assembly functions
` [PATCH 13/18] arm64: kvm: Annotate assembly using modern annoations
` [PATCH 14/18] arm64: kvm: Modernize annotation for __bp_harden_hyp_vecs
` [PATCH 15/18] arm64: kvm: Modernize __smccc_workaround_1_smc_start annotations
` [PATCH 16/18] arm64: sdei: Annotate SDEI entry points using new style annotations
` [PATCH 17/18] arm64: vdso: Convert to modern assembler annotations
` [PATCH 18/18] arm64: vdso32: "

[PATCH 0/8] net: ll_temac: Bugfixes and ethtool support
 2020-02-18 19:50 UTC  (2+ messages)

[PATCH v7 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-02-18 19:44 UTC  (22+ messages)
` [PATCH v7 01/12] capabilities: introduce CAP_PERFMON to kernel and user space
` [PATCH v7 02/12] perf/core: open access to the core for CAP_PERFMON privileged process
` [PATCH v7 03/12] perf/core: open access to probes "
` [PATCH v7 04/12] perf tool: extend Perf tool with CAP_PERFMON capability support
` [PATCH v7 05/12] drm/i915/perf: open access for CAP_PERFMON privileged process
` [PATCH v7 06/12] trace/bpf_trace: "
` [PATCH v7 07/12] powerpc/perf: "
` [PATCH v7 08/12] parisc/perf: "
` [PATCH v7 09/12] drivers/perf: "
` [PATCH v7 10/12] drivers/oprofile: "

[PATCH 00/20] usb: remove useless cast for driver.name
 2020-02-18 19:41 UTC  (23+ messages)
` [PATCH 01/20] usb: gadget: legacy: gmidi: "
` [PATCH 02/20] usb: gadget: legacy: inode: "
` [PATCH 03/20] usb: gadget: udc: amd5536udc_pci: "
` [PATCH 04/20] usb: gadget: at91_udc: "
` [PATCH 05/20] usb: gadget: dummy_hcd: "
` [PATCH 06/20] usb: gadget: fotg210-udc: "
` [PATCH 07/20] usb: gadget: fusb300_udc: "
` [PATCH 08/20] usb: gadget: goku_udc: "
` [PATCH 09/20] usb: gadget: lpc32xx_udc: "
` [PATCH 10/20] usb: gadget: m66592-udc: "
` [PATCH 11/20] usb: gadget: net2280: "
` [PATCH 12/20] usb: gadget: omap_udc: "
` [PATCH 13/20] usb: gadget: r8a66597-udc: "
` [PATCH 14/20] usb: gadget: renesas_usb3: "
` [PATCH 15/20] usb: host: ehci-pci: "
` [PATCH 16/20] usb: host: ohci-pci: "
` [PATCH 17/20] usb: host: sl811-hcd: "
` [PATCH 18/20] usb: host: uhci-pci: "
` [PATCH 19/20] usb: host: xhci-pci: "
` [PATCH 20/20] usb: musb: core: "

[PATCH v4 0/5] perf cs-etm: Fix synthesizing instruction samples
 2020-02-18 19:30 UTC  (3+ messages)

arm64: bpf: Elide some moves to a0 after calls
 2020-02-18 19:28 UTC  (2+ messages)

[PATCH] staging: bcm2835-camera: call function instead of macro
 2020-02-18 19:17 UTC  (3+ messages)

[PATCH 2/3] pci: designware: add separate driver for the MSI part of the RC
 2020-02-18 19:09 UTC  (5+ messages)

[PATCH] iommu/qcom: Fix bogus detach logic
 2020-02-18 19:05 UTC  (2+ messages)

[PATCH] firmware: imx: Align imx SC msg structs to 4
 2020-02-18 19:02 UTC  (6+ messages)

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-18 18:56 UTC  (4+ messages)
` [PATCH 1/2] mm: use_mm: fix for arches checking mm_users to optimize "

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-18 18:51 UTC  (21+ messages)
` [RFC PATCH 01/11] vfio: Remove Calxeda XGMAC reset driver
` [RFC PATCH 02/11] ata: Remove Calxeda AHCI driver
` [RFC PATCH 03/11] cpuidle: Remove Calxeda driver
` [RFC PATCH 04/11] cpufreq: "
` [RFC PATCH 05/11] EDAC: Remove Calxeda drivers
` [RFC PATCH 06/11] iommu: arm-smmu: Remove Calxeda secure mode quirk
` [RFC PATCH 07/11] net: Remove Calxeda XGMAC driver
` [RFC PATCH 08/11] clk: Remove Calxeda driver
` [RFC PATCH 09/11] ARM: Remove Calxeda platform support
` [RFC PATCH 10/11] ARM: dts: Remove Calxeda platforms
` [RFC PATCH 11/11] dt-bindings: Remove Calxeda platforms bindings

take the bus_dma_limit into account on arm
 2020-02-18 18:41 UTC  (4+ messages)
` [PATCH 1/3] ARM/dma-mapping: remove get_coherent_dma_mask
` [PATCH 2/3] ARM/dma-mapping: take the bus limit into account in __dma_alloc
` [PATCH 3/3] ARM/dma-mapping: merge __dma_supported into arm_dma_supported

[RFC PATCH v1] iommu/arm-smmu: Allow domains to choose a context bank
 2020-02-18 18:41 UTC  (3+ messages)

[PATCH 0/5] Random debug/PMU fixes for 5.6
 2020-02-18 18:15 UTC  (9+ messages)
` [PATCH 1/5] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 3/5] kvm: arm64: Limit PMU version to ARMv8.1
` [PATCH 4/5] KVM: arm64: Limit the debug architecture to ARMv8.0

[PATCH RFC 0/7] perf pmu-events: Support event aliasing for system PMUs
 2020-02-18 18:13 UTC  (8+ messages)

[PATCH v2 0/2] Add GPIO level-sensitive interrupt support
 2020-02-18 18:13 UTC  (8+ messages)
` [PATCH v2 1/2] irqchip/stm32: Add irq retrigger support
` [PATCH v2 2/2] pinctrl: stm32: Add level interrupt support to gpio irq chip

[PATCH] arm64: lse: Fix LSE atomics with LLVM
 2020-02-18 18:11 UTC  (7+ messages)

[PATCH 1/1] Support LVDS output on Allwinner A20
 2020-02-18 17:50 UTC  (10+ messages)
` [PATCH v2 2/2] ARM: sun7i: dts: Add LVDS panel support on A20

[PATCH] iommu/arm-smmu: Restore naming of driver parameter prefix
 2020-02-18 17:40 UTC  (2+ messages)

[PATCH net-next v4] net: page_pool: API cleanup and comments
 2020-02-18 17:17 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: spi: Add fsl,ls1028a-dspi compatible
 2020-02-18 17:14 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: ls1028a: add missing SPI nodes

[PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
 2020-02-18 17:10 UTC  (11+ messages)

[PATCH 0/2] ARM: decompressor: use by-VA cache maintenance for v7 cores
 2020-02-18 17:08 UTC  (6+ messages)
` [PATCH 1/2] ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenance
` [PATCH 2/2] ARM: decompressor: switch to by-VA cache maintenance for v7 cores

[PATCH 1/3] clk: imx8mp: Include slab.h instead of clkdev.h
 2020-02-18 17:03 UTC  (6+ messages)
` [PATCH 2/3] clk: imx8mm: Remove unused includes
` [PATCH 3/3] clk: imx8mn: "

[PATCH v3 2/2] remoteproc: Add elf64 support in elf loader
 2020-02-18 17:01 UTC  (10+ messages)
` [PATCH v4 0/5] remoteproc: Add elf64 support
  ` [PATCH v4 1/5] remoteproc: Use u64 len for da_to_va

[PATCH 1/2] arm64: defconfig: run through savedefconfig for ordering
 2020-02-18 16:54 UTC  (6+ messages)
` [PATCH 2/2] arm64: defconfig: enable additional drivers needed by NXP QorIQ boards

[PATCH] docs: arm: tcm: Fix a few typos
 2020-02-18 16:38 UTC 

WARNING: at kernel/workqueue.c:1473 __queue_work+0x3b8/0x3d0
 2020-02-18 16:35 UTC  (2+ 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).