linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 14:46:34 to 2020-06-24 21:04:05 UTC [more...]

[PATCH 00/22] add support for Clang LTO
 2020-06-24 21:01 UTC  (27+ messages)
` [PATCH 01/22] objtool: use sh_info to find the base for .rela sections
` [PATCH 02/22] kbuild: add support for Clang LTO
` [PATCH 03/22] kbuild: lto: fix module versioning
` [PATCH 04/22] kbuild: lto: fix recordmcount
` [PATCH 05/22] kbuild: lto: postpone objtool
` [PATCH 06/22] kbuild: lto: limit inlining
` [PATCH 07/22] kbuild: lto: merge module sections
` [PATCH 08/22] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH 09/22] init: lto: ensure initcall ordering
` [PATCH 10/22] init: lto: fix PREL32 relocations
` [PATCH 11/22] pci: "
` [PATCH 12/22] modpost: lto: strip .lto from module names
` [PATCH 13/22] scripts/mod: disable LTO for empty.c
` [PATCH 14/22] efi/libstub: disable LTO
` [PATCH 15/22] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH 16/22] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
` [PATCH 17/22] arm64: vdso: disable LTO
` [PATCH 18/22] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH 19/22] x86, vdso: disable LTO only for vDSO
` [PATCH 20/22] x86, ftrace: disable recordmcount for ftrace_make_nop
` [PATCH 21/22] x86, relocs: Ignore L4_PAGE_OFFSET relocations
` [PATCH 22/22] x86, build: allow LTO_CLANG and THINLTO to be selected

[RFC] MFD's relationship with Device Tree (OF)
 2020-06-24 21:01 UTC  (4+ messages)

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-24 20:55 UTC  (12+ messages)
` [PATCH v4 01/11] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v4 02/11] arch: arm64: "
` [PATCH v4 03/11] arch: microblaze: "
` [PATCH v4 04/11] arch: powerpc: "
` [PATCH v4 05/11] arch: um: "
` [PATCH v4 06/11] arch: xtensa: "
` [PATCH v4 07/11] kunit: test: create a single centralized executor for all tests
` [PATCH v4 08/11] init: main: add KUnit to kernel init
` [PATCH v4 09/11] kunit: test: add test plan to KUnit TAP format
` [PATCH v4 10/11] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v4 11/11] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH] xen: introduce xen_vring_use_dma
 2020-06-24 20:47 UTC  (4+ messages)

[PATCH v2 00/17] arm/arm64: Turning IPIs into normal interrupts
 2020-06-24 19:58 UTC  (18+ messages)
` [PATCH v2 01/17] genirq: Add fasteoi IPI flow
` [PATCH v2 02/17] genirq: Allow interrupts to be excluded from /proc/interrupts
` [PATCH v2 03/17] arm64: Allow IPIs to be handled as normal interrupts
` [PATCH v2 04/17] ARM: "
` [PATCH v2 05/17] irqchip/gic-v3: Describe the SGI range
` [PATCH v2 06/17] irqchip/gic-v3: Configure SGIs as standard interrupts
` [PATCH v2 07/17] irqchip/gic: Atomically update affinity
` [PATCH v2 08/17] irqchip/gic: Refactor SMP configuration
` [PATCH v2 09/17] irqchip/gic: Configure SGIs as standard interrupts
` [PATCH v2 10/17] irqchip/gic-common: Don't enable SGIs by default
` [PATCH v2 11/17] irqchip/bcm2836: Configure mailbox interrupts as standard interrupts
` [PATCH v2 12/17] irqchip/hip04: Configure IPIs "
` [PATCH v2 13/17] irqchip/armada-370-xp: "
` [PATCH v2 14/17] arm64: Kill __smp_cross_call and co
` [PATCH v2 15/17] arm64: Remove custom IRQ stat accounting
` [PATCH v2 16/17] ARM: Kill __smp_cross_call and co
` [PATCH v2 17/17] ARM: Remove custom IRQ stat accounting

[PATCH v8] arm64: Expose FAR_EL1 tag bits in siginfo
 2020-06-24 19:51 UTC  (7+ messages)

[PATCH v2 1/2] arm/build: Warn on orphan section placement
 2020-06-24 19:43 UTC  (2+ messages)

[RESEND PATCH v5 0/5] driver core: add probe error check helper
 2020-06-24 19:39 UTC  (19+ messages)
  ` [RESEND PATCH v5 3/5] drivers core: allow probe_err accept integer and pointer types
    ` [RESEND PATCH v5 1/5] driver core: add probe_err log helper

[PATCH 09/15] net: phy: delay PHY driver probe until PHY registration
 2020-06-24 18:59 UTC  (12+ messages)
  ` [PATCH 05/15] net: phy: reset the PHY even if probe() is not implemented
            ` [PATCH 14/15] net: phy: add PHY regulator support

[PATCH v3 0/9] Warn on orphan section placement
 2020-06-24 18:57 UTC  (28+ messages)
` [PATCH v3 2/9] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to STABS_DEBUG
` [PATCH v3 3/9] efi/libstub: Remove .note.gnu.property
` [PATCH v3 9/9] arm64/build: Warn on orphan section placement

[PATCH v5 00/25] arm64: Memory Tagging Extension user-space support
 2020-06-24 18:45 UTC  (32+ messages)
` [PATCH v5 01/25] arm64: mte: system register definitions
` [PATCH v5 02/25] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v5 03/25] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v5 04/25] arm64: mte: Add specific SIGSEGV codes
` [PATCH v5 05/25] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v5 06/25] mm: Add PG_ARCH_2 page flag
` [PATCH v5 07/25] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v5 08/25] arm64: mte: Tags-aware copy_{user_, }highpage() implementations
` [PATCH v5 09/25] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v5 10/25] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v5 11/25] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v5 12/25] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v5 13/25] mm: Introduce arch_validate_flags()
` [PATCH v5 14/25] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v5 15/25] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v5 16/25] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v5 17/25] arm64: mte: Allow user control of the generated random tags "
` [PATCH v5 18/25] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v5 19/25] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v5 20/25] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v5 21/25] mm: Add arch hooks for saving/restoring tags
` [PATCH v5 22/25] arm64: mte: Enable swap of tagged pages
` [PATCH v5 23/25] arm64: mte: Save tags when hibernating
` [PATCH v5 24/25] arm64: mte: Kconfig entry
` [PATCH v5 25/25] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v3] ARM: imx6plus: enable internal routing of clk_enet_ref where possible
 2020-06-24 18:24 UTC  (3+ messages)

[PATCH 4/4] ARM: dts: uniphier: change support card to simple-mfd from simple-bus
 2020-06-24 18:16 UTC  (2+ messages)

[PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
 2020-06-24 18:08 UTC  (2+ messages)
  ` [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code

[PATCH v2 0/6] Add RMU and DMAC/GPIO clock support for Actions Semi S500 SoCs
 2020-06-24 17:47 UTC  (7+ messages)
` [PATCH v2 1/6] clk: actions: Fix h_clk for Actions S500 SoC
` [PATCH v2 2/6] dt-bindings: clock: Add APB, DMAC, GPIO bindings "
` [PATCH v2 3/6] clk: actions: Add APB, DMAC, GPIO clock support "
` [PATCH v2 4/6] dt-bindings: reset: Add binding constants for Actions S500 RMU
` [PATCH v2 5/6] clk: actions: Add Actions S500 SoC Reset Management Unit support
` [PATCH v2 6/6] MAINTAINERS: Add reset binding entry for Actions Semi Owl SoCs

[PATCH v3 0/2] prctl.2 man page updates for Linux 5.6
 2020-06-24 17:36 UTC  (3+ messages)
` [PATCH v3 1/2] prctl.2: Add SVE prctls (arm64)
` [PATCH v3 2/2] prctl.2: Add tagged address ABI control "

[PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2020-06-24 17:30 UTC  (8+ messages)

[PATCH RESEND v2] phy: exynos: Rename Exynos to lowercase
 2020-06-24 17:14 UTC  (2+ messages)

[PATCH v2 1/3] mfd: core: Make a best effort attempt to match devices with the correct of_nodes
 2020-06-24 16:25 UTC  (7+ messages)

[RFC PATCH 0/2] MTE support for KVM guest
 2020-06-24 16:24 UTC  (6+ messages)

[PATCH 0/8] Fix a bunch of W=1 warnings in Backlight
 2020-06-24 16:24 UTC  (12+ messages)
` [PATCH 1/8] backlight: lms501kf03: Remove unused const variables
` [PATCH 2/8] backlight: lcd: Add missing kerneldoc entry for 'struct device parent'
` [PATCH 3/8] backlight: ili922x: Add missing kerneldoc descriptions for CHECK_FREQ_REG() args
` [PATCH 4/8] backlight: ili922x: Remove invalid use of kerneldoc syntax
` [PATCH 5/8] backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'s arg
` [PATCH 6/8] backlight: backlight: Supply description for function args in existing Kerneldocs
` [PATCH 7/8] backlight: lm3630a_bl: Remove invalid checks for unsigned int < 0
` [PATCH 8/8] backlight: qcom-wled: Remove unused configs for LED3 and LED4

[PATCH 00/10] Fix a bunch of W=1 warnings in MFD
 2020-06-24 16:24 UTC  (13+ messages)
` [PATCH 01/10] mfd: twl4030-irq: Fix incorrect type in assignment warning
` [PATCH 02/10] mfd: twl4030-irq: Fix cast to restricted __le32 warning
` [PATCH 03/10] mfd: tps6586x: "
` [PATCH 04/10] mfd: altera-sysmgr: Fix physical address storing hacks
` [PATCH 05/10] mfd: sprd-sc27xx-spi: Fix symbol 'sprd_pmic_detect_charger_type' was not declared warning
` [PATCH 06/10] mfd: ab3100-core: Fix incompatible types in comparison expression warning
` [PATCH 07/10] mfd: ab8500-debugfs: Fix incompatible types in comparison expression issue
` [PATCH 08/10] mfd: tc3589x: Remove invalid use of kerneldoc syntax
` [PATCH 09/10] mfd: wm8400-core: Supply description for wm8400_reset_codec_reg_cache's arg
` [PATCH 10/10] mfd: wm831x-core: Supply description wm831x_reg_{un}lock args

[PATCH 00/73] ARM: tegra: Various fixes for DT schema validation
 2020-06-24 16:19 UTC  (3+ messages)
` [PATCH 12/73] ARM: tegra: Drop display controller parent clocks on Tegra114

[PATCH v5 0/2] *mfd: Add support for Khadas Microcontroller
 2020-06-24 16:18 UTC  (4+ messages)
` [PATCH v5 1/2] thermal: add support for the MCU controlled FAN on Khadas boards
` [PATCH v5 2/2] arm64: dts: meson-khadas-vim3: add Khadas MCU nodes

[PATCH v2 0/2] introduce fallback to pio in spi core
 2020-06-24 15:38 UTC  (2+ messages)

[PATCH v2] drm/bridge: dw-mipi-dsi.c: Add VPG runtime config through debugfs
 2020-06-24 15:35 UTC  (2+ messages)

[PATCH v8 4/8] PM / EM: add support for other devices than CPUs in Energy Model
 2020-06-24 15:29 UTC  (4+ messages)
` [RESEND][PATCH "

[PATCH v5 0/6] arm64: add the time namespace support
 2020-06-24 15:18 UTC  (3+ messages)
` [PATCH 2/6] arm64/vdso: Zap vvar pages when switching to a time namespace

brocken devfreq simple_ondemand for Odroid XU3/4?
 2020-06-24 15:11 UTC  (5+ messages)

[PATCH] drm/bridge: dw-mipi-dsi.c: remove unused header file
 2020-06-24 15:08 UTC  (2+ messages)

[PATCH v2] ARM: imx6plus: enable internal routing of clk_enet_ref where possible
 2020-06-24 15:05 UTC 

[PATCH] arm64: defconfig: enable QoriQ dependencies as modules
 2020-06-24 15:04 UTC  (4+ messages)

[PATCH v3 7/7] Input: Add "inhibited" property
 2020-06-24 15:00 UTC  (4+ messages)
` [PATCH v4 0/7] Support inhibiting input devices
  ` [PATCH v4 3/7] ACPI: button: Access input device's users under appropriate mutex

[PATCH v2 0/5] Improvements of the stackleak gcc plugin
 2020-06-24 14:53 UTC  (9+ messages)
` [PATCH v2 1/5] gcc-plugins/stackleak: Don't instrument itself
` [PATCH v2 2/5] ARM: vdso: Don't use gcc plugins for building vgettimeofday.c
` [PATCH v2 3/5] arm64: "
` [PATCH v2 5/5] gcc-plugins/stackleak: Add 'verbose' plugin parameter

[PATCH] media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'
 2020-06-24 14:46 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).