linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 16:32:38 to 2020-11-23 21:49:41 UTC [more...]

[PATCH v5 0/9] "Task_isolation" mode
 2020-11-23 21:49 UTC  (12+ messages)
` [PATCH v5 1/9] task_isolation: vmstat: add quiet_vmstat_sync function
` [PATCH v5 2/9] task_isolation: vmstat: add vmstat_idle function
` [PATCH v5 3/9] task_isolation: userspace hard isolation from kernel
` [PATCH v5 4/9] task_isolation: Add task isolation hooks to arch-independent code
` [PATCH v5 5/9] task_isolation: Add driver-specific hooks
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v5 8/9] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus

[PATCH v24 00/12] Landlock LSM
 2020-11-23 21:19 UTC  (19+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 12/12] landlock: Add user and kernel documentation

linux-arch@vger.kernel.org waiting to hear from you
 2020-11-23 19:51 UTC 

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-23 18:34 UTC  (39+ messages)
` [PATCH v7 01/17] tracing: move function tracer options to Kconfig
` [PATCH v7 02/17] kbuild: add support for Clang LTO
` [PATCH v7 03/17] kbuild: lto: fix module versioning
` [PATCH v7 04/17] kbuild: lto: limit inlining
` [PATCH v7 05/17] kbuild: lto: merge module sections
` [PATCH v7 06/17] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v7 07/17] init: lto: ensure initcall ordering
` [PATCH v7 08/17] init: lto: fix PREL32 relocations
` [PATCH v7 09/17] PCI: Fix PREL32 relocations for LTO
` [PATCH v7 10/17] modpost: lto: strip .lto from module names
` [PATCH v7 11/17] scripts/mod: disable LTO for empty.c
` [PATCH v7 12/17] efi/libstub: disable LTO
` [PATCH v7 13/17] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v7 14/17] arm64: vdso: disable LTO
` [PATCH v7 15/17] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v7 16/17] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v7 17/17] arm64: allow LTO_CLANG and THINLTO to be selected

[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-23 15:28 UTC  (12+ messages)
` [PATCH v10 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v10 2/9] mmap: make mlock_future_check() global
` [PATCH v10 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v10 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v10 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v10 6/9] secretmem: add memcg accounting
` [PATCH v10 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v10 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v10 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v3 00/14] An alternative series for asymmetric AArch32 systems
 2020-11-23 14:48 UTC  (44+ messages)
` [PATCH v3 02/14] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v3 07/14] sched: Introduce restrict_cpus_allowed_ptr() to limit task CPU affinity
` [PATCH v3 08/14] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v3 09/14] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v3 10/14] sched: Introduce arch_cpu_allowed_mask() to limit fallback rq selection
` [PATCH v3 11/14] sched: Reject CPU affinity changes based on arch_cpu_allowed_mask()

[PATCH 0/8] linker-section array fix and clean ups
 2020-11-23 10:39 UTC  (6+ messages)

[PATCH v2 0/8] linker-section array fix and clean ups
 2020-11-23 10:23 UTC  (9+ messages)
` [PATCH v2 1/8] of: fix linker-section match-table corruption
` [PATCH v2 2/8] earlycon: simplify earlycon-table implementation
` [PATCH v2 3/8] module: drop version-attribute alignment
` [PATCH v2 4/8] module: simplify version-attribute handling
` [PATCH v2 5/8] init: use type alignment for kernel parameters
` [PATCH v2 6/8] params: drop redundant "unused" attributes
` [PATCH v2 7/8] params: use type alignment for kernel parameters
` [PATCH v2 8/8] params: clean up module-param macros

[PATCH] asm-generic/io.h: terser readsb() and friends
 2020-11-22 11:51 UTC 

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2020-11-20 23:04 UTC  (6+ messages)
` [PATCH v2 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v2 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v2 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v2 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH 0/4] Modify bitmap_set_value() to suppress compiler warning
 2020-11-20 18:46 UTC  (8+ messages)
` [PATCH 1/4] bitmap: Modify bitmap_set_value() to check bitmap length
  ` [RESEND PATCH "
` [RESEND PATCH 2/4] lib/test_bitmap.c: Modify for_each_set_clump test
` [RESEND PATCH 3/4] gpio: xilinx: Modify bitmap_set_value() calls
` [RESEND PATCH 4/4] gpio: xilinx: Add extra check if sum of widths exceed 64

[PATCH 0/5] perf/mm: Fix PERF_SAMPLE_*_PAGE_SIZE
 2020-11-20 12:20 UTC  (11+ messages)

[PATCH v5 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-11-19  1:12 UTC  (7+ messages)
` [PATCH v5 1/5] arm64, numa: Change the numa init functions name to be generic
` [PATCH v5 2/5] numa: Move numa implementation to common code
` [PATCH v5 3/5] riscv: Separate memory init from paging init
` [PATCH v5 4/5] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
` [PATCH v5 5/5] riscv: Add numa support for riscv64 platform

[PATCH 1/3] lib: Introduce copy_from_back()
 2020-11-18 15:10 UTC  (5+ messages)

[PATCH v9 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-18  6:57 UTC  (15+ messages)
` [PATCH v9 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v9 2/9] mmap: make mlock_future_check() global
` [PATCH v9 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v9 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v9 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v9 6/9] secretmem: add memcg accounting
` [PATCH v9 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v9 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v9 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v12 0/5] Add NUMA-awareness to qspinlock
 2020-11-17 23:13 UTC  (6+ messages)
` [PATCH v12 1/5] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v12 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v12 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v12 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v12 5/5] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA

[PATCH v2 00/10] Migrate syscall entry/exit work to SYSCALL_WORK flagset
 2020-11-17 19:11 UTC  (12+ messages)
` [PATCH v2 01/10] x86: Expose syscall_work field in thread_info
` [PATCH v2 02/10] entry: Expose helpers to migrate TIF to SYSCALL_WORK flags
` [PATCH v2 03/10] entry: Wire up syscall_work in common entry code
` [PATCH v2 04/10] seccomp: Migrate to use SYSCALL_WORK flag
` [PATCH v2 05/10] tracepoints: "
` [PATCH v2 06/10] ptrace: Migrate to use SYSCALL_TRACE flag
` [PATCH v2 07/10] ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flag
` [PATCH v2 08/10] audit: Migrate "
` [PATCH v2 09/10] entry: Drop usage of TIF flags in the generic syscall code
` [PATCH v2 10/10] x86: Reclaim unused x86 TI flags

[PATCH v8 2/9] mmap: make mlock_future_check() global
 2020-11-17 15:58 UTC  (5+ messages)

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[asm-generic:asm-generic-fixes] BUILD SUCCESS cef397038167ac15d085914493d6c86385773709
 2020-11-17  7:12 UTC 

[asm-generic:asm-generic-mmu-context] BUILD SUCCESS c3634425ff9454510876a26e9e9738788bb88abd
 2020-11-17  7:12 UTC 

[asm-generic:master] BUILD SUCCESS 8eb42bcea5aeb292101a9e4fd4becdc9f4728bb1
 2020-11-17  7:12 UTC 

[PATCH] man2: new page describing memfd_secret() system call
 2020-11-17  6:26 UTC  (3+ messages)
` [PATCH v2] memfd_secret.2: New "

[PATCH v22 00/12] Landlock LSM
 2020-11-16 21:36 UTC  (4+ messages)
` [PATCH v22 01/12] landlock: Add object management

[PATCH] syscalls: Fix file comments for syscalls implemented in kernel/sys.c
 2020-11-16 16:44 UTC  (3+ 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).