linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-19 04:04:47 to 2019-03-06 23:38:19 UTC [more...]

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-03-06 23:38 UTC  (10+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
  ` [PATCH 1/3] mm/mincore: make mincore() more conservative

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-03-06 19:12 UTC  (6+ messages)
` [PATCH RESEND v5 1/5] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH RESEND v5 2/5] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v5 3/5] namei: O_THISROOT: chroot-like path resolution
` [PATCH RESEND v5 4/5] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v5 5/5] binfmt_*: scope path resolution of interpreters

a.out coredumping: fix or delete?
 2019-03-06 17:45 UTC  (20+ messages)
      ` [PATCH] x86: Deprecate a.out support

[PATCH v7 00/15] Add utilization clamping support
 2019-03-06 17:21 UTC  (3+ messages)
` [PATCH v7 10/15] sched/fair: uclamp: Add uclamp support to energy_compute()

[PATCH for 5.1 0/3] Restartable Sequences updates for 5.1
 2019-03-06 17:00 UTC  (11+ messages)
` [PATCH for 5.1 1/3] rseq: cleanup: Reflect removal of event counter in comments
` [PATCH for 5.1 2/3] rseq: cleanup: remove rseq_len from task_struct
` [PATCH for 5.1 3/3] rseq/selftests: Adapt number of threads to the number of detected cpus

[PATCH v1] moduleparam: Save information about built-in modules in separate file
 2019-03-06 16:54 UTC 

[PATCH] ipc: Fix building compat mode without sysvipc
 2019-03-06 15:00 UTC  (3+ messages)

[PATCH v9 00/24] ILP32 for ARM64
 2019-03-05 20:56 UTC  (2+ messages)

[PATCH man-pages] Add rseq manpage
 2019-03-04 18:02 UTC  (3+ messages)

[PATCH 2/2] seccomp.2: document userspace notification
 2019-03-01 16:02 UTC  (8+ messages)

[PATCH] mm,mremap: Bail out earlier in mremap_to under map pressure
 2019-03-01 15:25 UTC  (6+ messages)

[PATCH] numa: Change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES
 2019-02-28 20:43 UTC  (3+ messages)

[PATCH 0/3] Allow checking SYN cookies from XDP and tc cls act
 2019-02-28 17:37 UTC  (11+ messages)
` [PATCH 1/3] bpf: add helper to check for a valid SYN cookie
` [PATCH 2/3] tools: sync changes to uapi/linux/bpf.h
` [PATCH 3/3] selftests/bpf: add tests for bpf_sk_check_syncookie

[PATCHSET v15] io_uring IO interface
 2019-02-28  8:37 UTC  (35+ messages)
` [PATCH 11/19] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/19] io_uring: add support for pre-mapped user IO buffers
` [PATCH 14/19] io_uring: add file set registration

[PATCHv7 00/10] Heterogenous memory node attributes
 2019-02-27 22:50 UTC  (11+ messages)
` [PATCHv7 01/10] acpi: Create subtable parsing infrastructure
` [PATCHv7 02/10] acpi: Add HMAT to generic parsing tables
` [PATCHv7 03/10] acpi/hmat: Parse and report heterogeneous memory
` [PATCHv7 04/10] node: Link memory nodes to their compute nodes
` [PATCHv7 05/10] node: Add heterogenous memory access attributes
` [PATCHv7 06/10] node: Add memory-side caching attributes
` [PATCHv7 07/10] acpi/hmat: Register processor domain to its memory
` [PATCHv7 08/10] acpi/hmat: Register performance attributes
` [PATCHv7 09/10] acpi/hmat: Register memory side cache attributes
` [PATCHv7 10/10] doc/mm: New documentation for memory performance

[PATCHv6 00/10] Heterogenous memory node attributes
 2019-02-25 22:30 UTC  (29+ messages)
` [PATCHv6 06/10] node: Add memory-side caching attributes
` [PATCHv6 07/10] acpi/hmat: Register processor domain to its memory
` [PATCHv6 08/10] acpi/hmat: Register performance attributes
` [PATCHv6 09/10] acpi/hmat: Register memory side cache attributes

[GIT PULL] y2038: additional syscall ABI cleanup
 2019-02-25 20:03 UTC 

[PATCH 0/8] y2038: remove time32 ABI on rv32 and csky
 2019-02-25 19:19 UTC  (12+ messages)
` [PATCH 2/8] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 4/8] asm-generic: Make time32 syscall numbers optional
` [PATCH 7/8] csky: Use latest system call ABI
` [PATCH 8/8] riscv: "

[PATCH] mmap.2: describe the 5level paging hack
 2019-02-25 15:02 UTC  (3+ messages)

[RFC PATCH] mm,mremap: Bail out earlier in mremap_to under map pressure
 2019-02-25 12:16 UTC  (4+ messages)

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-23 18:32 UTC  (16+ messages)

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-02-21 18:42 UTC  (28+ messages)
` [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block
` [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support
` [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls
` [RFC PATCH v3 16/18] f2fs: "
` [RFC PATCH v3 17/18] ubifs: "
` [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version

[RFC PATCH 00/27] Containers and using authenticated filesystems
 2019-02-20 18:54 UTC  (5+ messages)

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-02-20 15:49 UTC  (13+ messages)

mremap vs sysctl_max_map_count
 2019-02-20 10:30 UTC  (5+ 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).