linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 17:45:44 to 2022-01-17 01:14:58 UTC [more...]

[RFC PATCH 00/13] x86 User Interrupts support
 2022-01-17  1:14 UTC  (4+ messages)

[PATCH 00/10] Removal of most do_exit calls
 2022-01-15 19:23 UTC  (36+ messages)
` [PATCH 03/10] exit: Move oops specific logic from do_exit into make_task_dead
` [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

[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
 2022-01-15  0:42 UTC  (23+ messages)
            ` [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

[PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2022-01-14 13:36 UTC  (12+ 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] asm-generic: Add missing brackets for io_stop_wc macro
 2022-01-14 11:56 UTC  (2+ messages)

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2022-01-13 11:14 UTC  (6+ messages)
` [PATCH v5 08/10] ARM: uaccess: add __{get,put}_kernel_nofault

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2022-01-13 10:16 UTC  (8+ messages)

[PATCH 00/23] mm, sched: Rework lazy mm handling
 2022-01-12 17:08 UTC  (71+ 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()

consolidate the compat fcntl definitions
 2022-01-12 16:09 UTC  (16+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition

[PATCH 00/17] exit: Making task exiting a first class concept
 2022-01-12  8:05 UTC  (18+ messages)
` [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap
` [PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall

[GIT PULL] LKMM changes for v5.17
 2022-01-11 18:03 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-01-11  7:45 UTC 

[GIT PULL] asm-generic: cleanups for 5.17
 2022-01-10 18:27 UTC  (2+ messages)

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

[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

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

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

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

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-01-07 17:22 UTC  (3+ messages)
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code

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

[PATCH] sections: Fix __is_kernel() to include init ranges
 2022-01-07  0:13 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).