linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 16:05:37 to 2021-03-05 10:29:53 UTC [more...]

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-05 10:28 UTC  (35+ messages)
` [RFT PATCH v3 01/27] arm64: Cope with CPUs stuck in VHE mode
` [RFT PATCH v3 02/27] dt-bindings: vendor-prefixes: Add apple prefix
` [RFT PATCH v3 03/27] dt-bindings: arm: apple: Add bindings for Apple ARM platforms
` [RFT PATCH v3 04/27] dt-bindings: arm: cpus: Add apple,firestorm & icestorm compatibles
` [RFT PATCH v3 05/27] arm64: cputype: Add CPU implementor & types for the Apple M1 cores
` [RFT PATCH v3 06/27] dt-bindings: timer: arm,arch_timer: Add interrupt-names support
` [RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names
` [RFT PATCH v3 08/27] asm-generic/io.h: Add a non-posted variant of ioremap()
` [RFT PATCH v3 09/27] docs: driver-api: device-io: Document I/O access functions
` [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs
` [RFT PATCH v3 11/27] arm64: Implement ioremap_np() to map MMIO as nGnRnE
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted
` [RFT PATCH v3 13/27] arm64: Add Apple vendor-specific system registers
` [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h
` [RFT PATCH v3 15/27] dt-bindings: interrupt-controller: Add DT bindings for apple-aic
` [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller
` [RFT PATCH v3 17/27] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE
` [RFT PATCH v3 18/27] tty: serial: samsung_tty: Separate S3C64XX ops structure
` [RFT PATCH v3 19/27] tty: serial: samsung_tty: Add ucon_mask parameter
` [RFT PATCH v3 20/27] tty: serial: samsung_tty: Add s3c24xx_port_type
` [RFT PATCH v3 21/27] tty: serial: samsung_tty: IRQ rework
` [RFT PATCH v3 22/27] tty: serial: samsung_tty: Use devm_ioremap_resource
` [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple,s5l-uart compatible
` [RFT PATCH v3 24/27] tty: serial: samsung_tty: Add support for Apple UARTs
` [RFT PATCH v3 25/27] tty: serial: samsung_tty: Add earlycon "
` [RFT PATCH v3 26/27] dt-bindings: display: Add apple,simple-framebuffer
` [RFT PATCH v3 27/27] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree

[PATCH] tools/memory-model: Fix smp_mb__after_spinlock() spelling
 2021-03-05 10:28 UTC 

[RFC]: MIPS: new ftrace implementation
 2021-03-05 10:19 UTC  (5+ messages)
` [PATCH 1/4] MIPS: replace -pg with CC_FLAGS_FTRACE
` [PATCH 2/4] MIPS: move FTRACE_SYSCALLS from ftrace.c into syscall.c
` [PATCH 3/4] MIPS: prepare for new ftrace implementation
` [PATCH 4/4] MIPS: add DYNAMIC_FTRACE_WITH_REGS

[PATCH V2]: MIPS work
 2021-03-05 10:03 UTC  (4+ messages)
` [PATCH 1/3] MIPS: sync arrangement of pt_regs with user_pt_regs and regoffset_table
` [PATCH 2/3] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling
` [PATCH 3/3] MIPS: loongson64: alloc pglist_data at run time

[PATCH V2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT
 2021-03-05  7:13 UTC  (6+ messages)
` [PATCH] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling

[RFC PATCH 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-03-05  6:37 UTC  (9+ messages)
` [RFC PATCH 2/12] x86/Hyper-V: Add new hvcall guest address host visibility support
` [RFC PATCH 3/12] x86/HV: Initialize GHCB page and shared memory boundary
` [RFC PATCH 4/12] HV: Add Write/Read MSR registers via ghcb

[PATCH] RTIC: selinux: ARM64: Move selinux_state to a separate page
 2021-03-05  2:21 UTC  (2+ messages)

[PATCH] sh: remove duplicate include in tlb.h
 2021-03-04 13:20 UTC 

[PATCH 0/2] arch: enable GENERIC_FIND_FIRST_BIT for MIPS and ARM64
 2021-03-03 22:17 UTC  (8+ messages)
` [RESEND PATCH 1/2] ARM64: enable GENERIC_FIND_FIRST_BIT
` [PATCH 2/2] MIPS: "

[PATCH memory-model 0/3] LKMM updates for v5.13
 2021-03-04  0:45 UTC  (4+ messages)
` [PATCH memory-model 1/3] doc: Update rcu_dereference.rst reference
` [PATCH memory-model 2/3] tools/memory-model: Remove reference to atomic_ops.rst
` [PATCH memory-model 3/3] tools/memory-model: Add access-marking documentation

[PATCH v2 0/7] Improve boot command line handling
 2021-03-03 18:53 UTC  (23+ messages)
` [PATCH v2 1/7] cmdline: Add generic function to build command line
` [PATCH v2 2/7] drivers: of: use cmdline building function
` [PATCH v2 3/7] powerpc: convert to generic builtin command line
` [PATCH v2 4/7] cmdline: Add capability to prepend the "
` [PATCH v2 5/7] powerpc: add capability to prepend default "
` [PATCH v2 6/7] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [PATCH v2 7/7] powerpc: use generic CMDLINE manipulations

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-03 17:26 UTC  (6+ messages)
` [PATCH v21 08/26] x86/mm: Introduce _PAGE_COW

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-03-03 16:22 UTC  (10+ messages)
` [PATCH v18 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v18 2/9] mmap: make mlock_future_check() global
` [PATCH v18 3/9] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v18 4/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v18 5/9] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v18 6/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v18 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v18 8/9] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v18 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2 0/3] Introduce the for_each_set_clump macro
 2021-03-03 14:43 UTC  (2+ messages)

[PATCH] module: remove extra spaces in include/asm-generic/tlb.h
 2021-03-03  3:11 UTC  (2+ messages)

[PATCH v3 00/10] Refactor arch specific Hyper-V code
 2021-03-02 23:06 UTC  (15+ messages)
` [PATCH v3 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
` [PATCH v3 02/10] x86/hyper-v: Move hv_message_type to architecture neutral module
` [PATCH v3 03/10] Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
` [PATCH v3 04/10] Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code
` [PATCH v3 05/10] Drivers: hv: vmbus: Handle auto EOI quirk inline
` [PATCH v3 06/10] Drivers: hv: vmbus: Move handling of VMbus interrupts
` [PATCH v3 07/10] clocksource/drivers/hyper-v: Handle vDSO differences inline
` [PATCH v3 08/10] clocksource/drivers/hyper-v: Handle sched_clock "
` [PATCH v3 09/10] clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature
` [PATCH v3 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts

[PATCH v2 00/10] Refactor arch specific Hyper-V code
 2021-03-02 17:42 UTC  (23+ messages)
` [PATCH v2 01/10] Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
  ` ** POTENTIAL FRAUD ALERT - RED HAT ** "
` [PATCH v2 02/10] x86/hyper-v: Move hv_message_type to architecture neutral module
` [PATCH v2 03/10] Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
` [PATCH v2 04/10] Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code
` [PATCH v2 05/10] Drivers: hv: vmbus: Handle auto EOI quirk inline
` [PATCH v2 06/10] Drivers: hv: vmbus: Move handling of VMbus interrupts
` [PATCH v2 07/10] clocksource/drivers/hyper-v: Handle vDSO differences inline
` [PATCH v2 08/10] clocksource/drivers/hyper-v: Handle sched_clock "
` [PATCH v2 09/10] clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature
` [PATCH v2 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-01 19:09 UTC  (8+ messages)
` [PATCH v6 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v6 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v6 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v6 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
` [PATCH v6 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v6 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH 12/11] pragma once: scripted treewide conversion
 2021-03-01 17:35 UTC  (2+ messages)

[PATCH 1/4] irqchip: riscv: Using CPUHP_AP_ONLINE_DYN
 2021-03-01 14:28 UTC  (4+ messages)
` [PATCH 2/4] clocksource: "
` [PATCH 3/4] clocksource: csky: "
` [PATCH 4/4] perf: "

[GIT PULL] csky changes for v5.12-rc1
 2021-03-01 10:24 UTC  (5+ messages)

[PATCH] MIPS: loongson64: alloc pglist_data at run time
 2021-03-01  8:42 UTC  (3+ messages)

[PATCH] ipc/msg: add msgsnd_timed and msgrcv_timed syscall for system V message queue
 2021-02-28 19:49 UTC  (2+ messages)

[PATCH] ipc/msg: add msgsnd_timed and msgrcv_timed syscall for system V message queue
 2021-02-27 12:29 UTC 

[PATCH] MIPS: replace -pg with CC_FLAGS_FTRACE
 2021-02-27  6:21 UTC 

[PATCH 4/4] kbuild: re-implement CONFIG_TRIM_UNUSED_KSYMS to make it work in one-pass
 2021-02-26  7:04 UTC  (6+ messages)

[PATCH 0/4] kbuild: build speed improvment of CONFIG_TRIM_UNUSED_KSYMS
 2021-02-25 19:24 UTC  (7+ messages)
` [PATCH 1/4] kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO

[PATCH v9 0/3] Kbuild: DWARF v5 support
 2021-02-25 19:13 UTC  (2+ messages)

[PATCH v29 00/12] Landlock LSM
 2021-02-25 19:06 UTC  (12+ messages)
` [PATCH v29 01/12] landlock: Add object management
` [PATCH v29 02/12] landlock: Add ruleset and domain management
` [PATCH v29 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v29 04/12] landlock: Add ptrace restrictions
` [PATCH v29 05/12] LSM: Infrastructure management of the superblock
` [PATCH v29 06/12] fs,security: Add sb_delete hook
` [PATCH v29 07/12] landlock: Support filesystem access-control
` [PATCH v29 08/12] landlock: Add syscall implementations
` [PATCH v29 09/12] arch: Wire up Landlock syscalls
` [PATCH v29 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v29 12/12] landlock: Add user and kernel documentation

[PATCH 00/10] Refactor arch specific Hyper-V code
 2021-02-25 18:56 UTC  (4+ messages)
` [PATCH 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts

[PATCH 1/3] PCI: Introduce quirk hook after driver shutdown callback
 2021-02-25 17:40 UTC 


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