linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 16:01:19 to 2021-03-06 06:00:34 UTC [more...]

[PATCH v3] mm/vmalloc: randomize vmalloc() allocations
 2021-03-06  5:57 UTC  (3+ messages)

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-05 20:08 UTC  (20+ messages)
` [RFC PATCH v2 01/13] futex2: Implement wait and wake functions
` [RFC PATCH v2 02/13] futex2: Add support for shared futexes
` [RFC PATCH v2 03/13] futex2: Implement vectorized wait
` [RFC PATCH v2 04/13] futex2: Implement requeue operation
` [RFC PATCH v2 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [RFC PATCH v2 06/13] docs: locking: futex2: Add documentation
` [RFC PATCH v2 07/13] selftests: futex2: Add wake/wait test
` [RFC PATCH v2 08/13] selftests: futex2: Add timeout test
` [RFC PATCH v2 09/13] selftests: futex2: Add wouldblock test
` [RFC PATCH v2 10/13] selftests: futex2: Add waitv test
` [RFC PATCH v2 11/13] selftests: futex2: Add requeue test
` [RFC PATCH v2 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH v2 13/13] kernel: Enable waitpid() for futex2

[PATCH v3 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-03-05 19:41 UTC  (12+ messages)

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-05 14:29 UTC  (21+ messages)
` [PATCH v21 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v21 06/26] x86/cet: Add control-protection fault handler
` [PATCH v21 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-05 10:43 UTC  (9+ 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 v4 0/3] Preventing job distribution to isolated CPUs
 2021-03-04 23:23 UTC  (16+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
                              ` [EXT] "

[PATCH v3 0/2] quota: Add mountpath based quota support
 2021-03-04 17:08 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] quota: wire up quotactl_path
` [PATCH] quotactl.2: Add documentation for quotactl_path()

[PATCH v2 0/2] unprivileged fanotify listener
 2021-03-04 11:29 UTC  (3+ messages)
` [PATCH v2 1/2] fanotify: configurable limits via sysfs
` [PATCH v2 2/2] fanotify: support limited functionality for unprivileged users

[RFC] Hugepage collapse in process context
 2021-03-04 10:52 UTC  (7+ messages)

[PATCH] MAINTAINERS: exclude uapi directories in API/ABI section
 2021-03-03 21:52 UTC  (2+ messages)

[PATCH] ptrace: add PTRACE_GET_RSEQ_CONFIGURATION request
 2021-03-03 18:55 UTC  (4+ messages)

[PATCH v2] ptrace: add PTRACE_GET_RSEQ_CONFIGURATION request
 2021-03-03 18:55 UTC  (7+ messages)

[PATCH] mtd: add OTP (one-time-programmable) erase ioctl
 2021-03-03 20:18 UTC 

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-03-03 19:00 UTC  (14+ messages)

[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 v6 0/4] block-layer interposer
 2021-03-03 12:30 UTC  (5+ messages)
` [PATCH v6 1/4] block: add blk_mq_is_queue_frozen()
` [PATCH v6 2/4] block: add blk_interposer
` [PATCH v6 3/4] dm: introduce dm-interposer
` [PATCH v6 4/4] dm: add DM_INTERPOSED_FLAG

[PATCH 0/7] Add FFT Support for R-Car Gen3 devices
 2021-03-03 10:43 UTC  (47+ messages)
` [PATCH 1/7] clk: renesas: r8a77990: Add DAB clock
` [PATCH 2/7] clk: renesas: r8a77965: "
` [PATCH 3/7] dt-bindings: misc: Add binding for R-Car DAB
` [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R-Car devices
` [PATCH 5/7] arm64: dts: renesas: r8a77990: Add DAB support
` [PATCH 6/7] arm64: dts: renesas: r8a77965: "
` [PATCH 7/7] arm64: configs: Add R-Car "

[PATCH v6 00/40] idmapped mounts
 2021-03-03  7:01 UTC  (5+ messages)
` [PATCH v6 39/40] xfs: support "

[RFC PATCH] fs: introduce mkdirat2 syscall for atomic mkdir
 2021-03-03  2:39 UTC  (16+ messages)

[RFC PATCH] mtd: add OTP (one-time-programmable) erase ioctl
 2021-03-02 16:59 UTC  (7+ messages)

[PATCH AUTOSEL 5.11 47/52] drivers/base/memory: don't store phys_device in memory blocks
 2021-03-02 11:55 UTC 

[PATCH AUTOSEL 5.10 42/47] drivers/base/memory: don't store phys_device in memory blocks
 2021-03-02 11:56 UTC 

[PATCH bpf 0/4] Expose network namespace cookies to user space
 2021-03-02 10:14 UTC  (5+ messages)
` [PATCH bpf 2/4] nsfs: add an ioctl to discover the network namespace cookie

[PATCH] ARM: syscalls: switch to generic syscallhdr.sh
 2021-03-01 14:29 UTC 

[PATCH] ARM: syscalls: switch to generic syscallhdr.sh
 2021-03-01 14:16 UTC 

[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 v29 00/12] Landlock LSM
 2021-02-25 19:06 UTC  (13+ 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 10/12] selftests/landlock: Add user space tests
` [PATCH v29 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v29 12/12] landlock: Add user and kernel documentation

[PATCH 1/5] Add manpage for open_tree(2)
 2021-02-25 19:03 UTC  (2+ messages)

[PATCH 0/3 v2] arm64/ptrace: allow to get all registers on syscall traps
 2021-02-25 16:00 UTC  (4+ messages)
` [PATCH 1/3] arm64/ptrace: don't clobber task registers on syscall entry/exit traps

[RFC][PATCH 0/2] unprivileged fanotify listener
 2021-02-24 17:29 UTC  (9+ messages)
` [RFC][PATCH 2/2] fanotify: support limited functionality for unprivileged users


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