Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-04 07:27:13 to 2022-01-10 13:33:44 UTC [more...]

[PATCH v5 1/6] powercap/drivers/dtpm: Move dtpm table from init to data section
 2022-01-10 13:33 UTC  (6+ messages)

[PATCH 00/23] mm, sched: Rework lazy mm handling
 2022-01-10 13:13 UTC  (52+ messages)
` [PATCH 01/23] membarrier: Document why membarrier() works
` [PATCH 02/23] x86/mm: Handle unlazying membarrier core sync in the arch code
` [PATCH 03/23] membarrier: Remove membarrier_arch_switch_mm() prototype in core code
` [PATCH 04/23] membarrier: Make the post-switch-mm barrier explicit
` [PATCH 05/23] membarrier, kthread: Use _ONCE accessors for task->mm
` [PATCH 06/23] powerpc/membarrier: Remove special barrier on mm switch
` [PATCH 07/23] membarrier: Rewrite sync_core_before_usermode() and improve documentation
` [PATCH 08/23] membarrier: Remove redundant clear of mm->membarrier_state in exec_mmap()
` [PATCH 09/23] membarrier: Fix incorrect barrier positions during exec and kthread_use_mm()
` [PATCH 10/23] x86/events, x86/insn-eval: Remove incorrect active_mm references
` [PATCH 11/23] sched/scs: Initialize shadow stack on idle thread bringup, not shutdown
` [PATCH 12/23] Rework "sched/core: Fix illegal RCU from offline CPUs"
` [PATCH 13/23] exec: Remove unnecessary vmacache_seqnum clear in exec_mmap()
` [PATCH 14/23] sched, exec: Factor current mm changes out from exec
` [PATCH 15/23] kthread: Switch to __change_current_mm()
` [PATCH 16/23] sched: Use lightweight hazard pointers to grab lazy mms
` [PATCH 17/23] x86/mm: Make use/unuse_temporary_mm() non-static
` [PATCH 18/23] x86/mm: Allow temporary mms when IRQs are on
` [PATCH 19/23] x86/efi: Make efi_enter/leave_mm use the temporary_mm machinery
` [PATCH 20/23] x86/mm: Remove leave_mm() in favor of unlazy_mm_irqs_off()
` [PATCH 21/23] x86/mm: Use unlazy_mm_irqs_off() in TLB flush IPIs
` [PATCH 22/23] x86/mm: Optimize for_each_possible_lazymm_cpu()
` [PATCH 23/23] x86/mm: Opt in to IRQs-off activate_mm()

[PATCH 1/5] sh: rename suffix-y to suffix_y
 2022-01-10 11:33 UTC  (10+ messages)
` [PATCH 2/5] kbuild: drop $(size_append) from cmd_zstd
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
` [PATCH 4/5] arch: decompressor: remove useless vmlinux.bin.all-y
` [PATCH 5/5] kbuild: add cmd_file_size

[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
 2022-01-10 10:28 UTC  (51+ messages)
    ` [PATCH] per_task: Remove the PER_TASK_BYTES hard-coded constant
  ` [PATCH] per_task: Implement single template to define 'struct task_struct_per_task' fields and offsets
      ` [PATCH] headers/uninline: Uninline single-use function: kobject_has_children()
    ` [DEBUG PATCH] DO NOT MERGE: Enable SHADOW_CALL_STACK on GCC builds, for build testing
    ` [PATCH] headers/deps: dcache: Move the ____cacheline_aligned attribute to the head of the definition
          ` [PATCH] headers/deps: Attribute placement fixes for Clang & GCC
    ` [TREE] "Fast Kernel Headers" Tree WIP/development branch
      ` [PATCH] x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
            ` [PATCH] headers/deps: Add header dependencies to .c files: <linux/ptrace_api.h>
            ` [PATCH] FIX: headers/deps: uapi/headers: Create usr/include/uapi symbolic link
            ` [PATCH] x86/bitops: Remove unused __sw_hweight64() assembly implementation

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2022-01-10  9:34 UTC  (8+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-01-10  8:03 UTC  (8+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support
` [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions

[PATCH 00/10] Removal of most do_exit calls
 2022-01-09  3:27 UTC  (43+ messages)
` [PATCH 01/10] exit/s390: Remove dead reference to do_exit from copy_thread
` [PATCH 02/10] exit: Add and use make_task_dead
` [PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
` [PATCH 04/10] exit: Stop poorly open coding do_task_dead in make_task_dead
` [PATCH 05/10] exit: Stop exporting do_exit
` [PATCH 06/10] exit: Implement kthread_exit
` [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
` [PATCH 10/10] exit/kthread: Move the exit code for kernel threads into struct kthread
` [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case
          ` [PATCH 1/2] signal: Have prepare_signal detect coredumps using signal->core_state
          ` [PATCH 2/2] signal: Make coredump handling explicit in complete_signal

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2022-01-08 16:26 UTC 

[PATCH 00/17] exit: Making task exiting a first class concept
 2022-01-08 16:10 UTC  (5+ messages)
` [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-08 14:38 UTC  (15+ messages)
` [RFC PATCH 8/8] signals: Support BSD VSTATUS, KERNINFO and SIGINFO

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-01-07 17:22 UTC  (5+ messages)
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH 26/43] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-07 16:57 UTC  (4+ messages)

[PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-01-07 13:10 UTC  (11+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2022-01-07  2:08 UTC  (3+ messages)

[PATCH] sections: Fix __is_kernel() to include init ranges
 2022-01-07  0:13 UTC 

[PATCH v8 0/2] PCI: hv: Hyper-V vPCI for arm64
 2022-01-06 11:39 UTC  (6+ messages)
` [PATCH v8 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v8 2/2] PCI: hv: Add arm64 Hyper-V vPCI support

[PATCH v9 00/15] Function Granular KASLR
 2022-01-05 18:46 UTC  (9+ messages)
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 03/15] kallsyms: Hide layout

[PATCH V5 00/22] arch: Add basic LoongArch support
 2022-01-05 17:21 UTC  (6+ messages)

[PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2022-01-05 16:03 UTC  (3+ messages)
` [PATCH v3 2/3] selftests/x86/Makefile: Support per-target $(LIBS) configuration
  ` [PATCH v3 3/3] x86: Add test for arch_prctl(ARCH_VSYSCALL_CONTROL)

[PATCH v2 00/11] kbuild: do not quote string values in Makefile
 2022-01-04 23:48 UTC  (2+ messages)

[PATCH v7 0/2] PCI: hv: Hyper-V vPCI for arm64
 2022-01-04 19:50 UTC  (5+ messages)
` [PATCH v7 2/2] PCI: hv: Add arm64 Hyper-V vPCI support


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 read-only IMAP folder(s) and NNTP newsgroup(s).