linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-29 10:34:46 to 2022-01-07 04:10:10 UTC [more...]

[PATCH 0/8] signal: Cleanup of the signal->flags
 2022-01-07  3:48 UTC  (35+ messages)
  ` [PATCH 00/17] exit: Making task exiting a first class concept
    ` [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap
    ` [PATCH 02/17] exit: Coredumps reach do_group_exit
    ` [PATCH 03/17] exit: Fix the exit_code for wait_task_zombie
    ` [PATCH 04/17] exit: Use the correct exit_code in /proc/<pid>/stat
    ` [PATCH 05/17] taskstats: Cleanup the use of task->exit_code
    ` [PATCH 06/17] ptrace: Remove second setting of PT_SEIZED in ptrace_attach
    ` [PATCH 07/17] ptrace: Remove unused regs argument from ptrace_report_syscall
    ` [PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall
    ` [PATCH 09/17] ptrace: Move setting/clearing ptrace_message into ptrace_stop
    ` [PATCH 10/17] ptrace: Return the signal to continue with from ptrace_stop
    ` [PATCH 11/17] ptrace: Separate task->ptrace_code out from task->exit_code
    ` [PATCH 12/17] signal: Compute the process exit_code in get_signal
    ` [PATCH 13/17] signal: Make individual tasks exiting a first class concept
    ` [PATCH 14/17] signal: Remove zap_other_threads
    ` [PATCH 15/17] signal: Add JOBCTL_WILL_EXIT to mark exiting tasks
    ` [PATCH 16/17] signal: Record the exit_code when an exit is scheduled
    ` [PATCH 17/17] signal: Always set SIGNAL_GROUP_EXIT on process exit
` [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case
` [PATCH 2/8] signal: Drop signals received after a fatal signal has been processed
` [PATCH 3/8] signal: Have the oom killer detect coredumps using signal->core_state
` [PATCH 4/8] signal: During coredumps set SIGNAL_GROUP_EXIT in zap_process
` [PATCH 5/8] signal: Remove SIGNAL_GROUP_COREDUMP
` [PATCH 6/8] coredump: Stop setting signal->group_exit_task
` [PATCH 7/8] signal: Rename group_exit_task group_exec_task
` [PATCH 8/8] signal: Remove the helper signal_group_exit

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

[PATCH v3] sched/numa: add per-process numa_balancing
 2022-01-06  8:08 UTC  (3+ 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 V40 00/29] Add kernel lockdown functionality
 2022-01-05 10:14 UTC  (8+ messages)
` [PATCH V40 12/29] x86: Lock down IO port access when the kernel is locked down

[PATCH v11 00/14] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2022-01-04 19:06 UTC  (4+ messages)
` [PATCH v11 01/14] fs: export rw_verify_area()

[PATCH v18 0/4] Add trusted_for(2) (was O_MAYEXEC)
 2022-01-04 15:50 UTC  (5+ messages)
` [PATCH v18 1/4] printk: Move back proc_dointvec_minmax_sysadmin() to sysctl.c
` [PATCH v18 2/4] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v18 3/4] arch: Wire up trusted_for(2)
` [PATCH v18 4/4] selftest/interpreter: Add tests for trusted_for(2) policies

Wycena paneli fotowoltaicznych
 2021-12-30  8:45 UTC 

[PATCH v2] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2021-12-27 17:40 UTC  (3+ messages)

[PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount
 2021-12-26 13:31 UTC  (3+ messages)
` [PATCH v2 2/2] binfmt_misc: enable sandboxed mounts

Happy Weekend:
 2021-12-26  9:29 UTC 

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2021-12-24 11:27 UTC  (25+ messages)
` [RFC][PATCH 1/3] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [RFC][PATCH 2/3] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

【ADeLick】 お問い合わせありがとうございます
 2021-12-18  9:29 UTC 

【ADeLick】 お問い合わせありがとうございます
 2021-12-18  9:28 UTC 

[PATCH] x86: Implement arch_prctl(ARCH_VSYSCALL_LOCKOUT) to disable vsyscall
 2021-12-16 18:31 UTC  (7+ messages)

[Question] About SECCOMP issue for ILP32
 2021-12-16 12:03 UTC  (3+ messages)

[PATCH v3 00/11] Extend fanotify dirent events
 2021-12-15 18:49 UTC  (3+ messages)

rseq + membarrier programming model
 2021-12-14 20:25 UTC  (8+ messages)

[PATCH v31 14/28] LSM: Specify which LSM to display
 2021-12-14 18:49 UTC  (4+ messages)
` [PATCH v31 27/28] LSM: Add /proc attr entry for full LSM context

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 

[PATCH v3 0/3] block: show crypto capabilities in sysfs
 2021-12-14  7:29 UTC  (19+ messages)
` [PATCH v3 1/3] block: simplify calling convention of elv_unregister_queue()
` [PATCH v3 2/3] block: don't delete queue kobject before its children
` [PATCH v3 3/3] blk-crypto: show crypto capabilities in sysfs

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-12-13 13:55 UTC  (27+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[PATCH] uapi: Make __{u,s}64 match {u,}int64_t in userspace
 2021-12-08 15:33 UTC  (16+ messages)

+ mm-mempolicy-wire-up-syscall-set_mempolicy_home_node.patch added to -mm tree
 2021-12-06  6:14 UTC  (3+ messages)

+ mm-mempolicy-add-set_mempolicy_home_node-syscall.patch added to -mm tree
 2021-12-02 22:55 UTC 

+ mm-mempolicy-use-policy_node-helper-with-mpol_preferred_many.patch added to -mm tree
 2021-12-02 22:55 UTC 

[PATCH v6 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
 2021-12-02 13:07 UTC  (4+ messages)
` [PATCH v6 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
` [PATCH v6 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node

[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-12-01 16:40 UTC  (6+ messages)

[PATCH v5 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
 2021-12-01 16:22 UTC  (16+ messages)

[PATCH v2 0/3] block: show crypto capabilities in sysfs
 2021-12-01  6:45 UTC  (13+ messages)
` [PATCH v2 1/3] block: simplify calling convention of elv_unregister_queue()
` [PATCH v2 2/3] block: don't delete queue kobject before its children
` [PATCH v2 3/3] blk-crypto: show crypto capabilities in sysfs

[PATCH v7 0/5] Introduce multi-preference mempolicy
 2021-12-01  5:33 UTC  (3+ messages)

[PATCH] Increase default MLOCK_LIMIT to 8 MiB
 2021-11-30 15:52 UTC  (12+ messages)

[PATCH v2 0/9] Extend fanotify dirent events
 2021-11-29 19:12 UTC  (3+ messages)

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-11-29 12:55 UTC  (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts


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