linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-21 21:31:16 to 2019-07-29 21:57:01 UTC [more...]

[PATCHv5 00/37] kernel: Introduce Time Namespace
 2019-07-29 21:57 UTC  (20+ messages)
` [PATCHv5 01/37] ns: "
` [PATCHv5 02/37] timens: Add timens_offsets
` [PATCHv5 03/37] posix-clocks: Rename the clock_get() into clock_get_timespec()
` [PATCHv5 04/37] posix-clocks: Rename *_clock_get() functions into *_clock_get_timespec()
` [PATCHv5 05/37] alarmtimer: Rename gettime() callback to get_ktime()
` [PATCHv5 06/37] alarmtimer: Provide get_timespec() callback
` [PATCHv5 07/37] posix-clocks: Introduce clock_get_ktime() callback
` [PATCHv5 08/37] posix-timers: Use clock_get_ktime() in common_timer_get()
` [PATCHv5 09/37] posix-clocks: Introduce CLOCK_MONOTONIC time namespace offsets
` [PATCHv5 10/37] posix-clocks: Introduce CLOCK_BOOTTIME time namespace offset
` [PATCHv5 11/37] kernel: Add do_timens_ktime_to_host() helper
` [PATCHv5 12/37] timerfd: Make timerfd_settime() time namespace aware
` [PATCHv5 13/37] posix-timers: Make timer_settime() "
` [PATCHv5 14/37] alarmtimer: Make nanosleep "
` [PATCHv5 15/37] hrtimers: Prepare hrtimer_nanosleep() for time namespaces
` [PATCHv5 16/37] posix-timers: Make clock_nanosleep() time namespace aware
` [PATCHv5 17/37] fd/proc: Respect boottime inside time namespace for /proc/uptime
` [PATCHv5 18/37] x86/vdso2c: Correct err messages on file opening
` [PATCHv5 19/37] x86/vdso2c: Convert iterator to unsigned

[PATCH V36 00/29] security: Add kernel lockdown functionality
 2019-07-29 21:47 UTC  (7+ messages)
` [PATCH V36 19/29] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH V36 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
` [PATCH V36 27/29] tracefs: Restrict tracefs when the kernel is locked down

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

[PATCH v12 0/6] Add utilization clamping support (CGroups API)
 2019-07-29 20:06 UTC  (6+ messages)
` [PATCH v12 1/6] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v12 3/6] sched/core: uclamp: Propagate system defaults to root group

[PATCH 5.2 121/215] rseq/selftests: Fix Thumb mode build failure on arm32
 2019-07-29 19:21 UTC 

[PATCH v4 0/3] Casefolding in F2FS
 2019-07-29 14:57 UTC  (10+ messages)
` [PATCH v4 1/3] fs: Reserve flag for casefolding
  ` [f2fs-dev] "
` [PATCH v4 2/3] f2fs: include charset encoding information in the superblock
  ` [f2fs-dev] "
` [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups
    ` [f2fs-dev] "

[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
 2019-07-28  1:02 UTC  (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests

[PATCH v7 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-27 20:39 UTC  (19+ messages)
` [PATCH v7 01/17] fs-verity: add a documentation file
` [PATCH v7 02/17] fs-verity: add MAINTAINERS file entry
` [PATCH v7 03/17] fs-verity: add UAPI header
` [PATCH v7 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v7 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v7 06/17] fs-verity: add inode and superblock fields
` [PATCH v7 07/17] fs-verity: add the hook for file ->open()
` [PATCH v7 08/17] fs-verity: add the hook for file ->setattr()
` [PATCH v7 09/17] fs-verity: add data verification hooks for ->readpages()
` [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v7 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v7 12/17] fs-verity: add SHA-512 support
` [PATCH v7 13/17] fs-verity: support builtin file signatures
` [PATCH v7 14/17] ext4: add basic fs-verity support
` [PATCH v7 15/17] ext4: add fs-verity read support
` [PATCH v7 16/17] ext4: update on-disk format documentation for fs-verity
` [PATCH v7 17/17] f2fs: add fs-verity support

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-07-27 18:20 UTC  (10+ messages)

Regression in 5.3 for some FS_USERNS_MOUNT (aka user-namespace-mountable) filesystems
 2019-07-27 13:17 UTC  (9+ messages)

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-27  1:40 UTC  (4+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v10 10/10] landlock: Add user and kernel documentation for Landlock

[PATCH v3 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-07-26 20:26 UTC  (4+ messages)
` [PATCH v3 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH v2 1/2] mm/page_idle: Add per-pid idle page tracking using virtual indexing
 2019-07-26 15:08 UTC  (2+ messages)
` [PATCH v2 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH 2/5] pidfd: add pidfd_wait()
 2019-07-26  9:57 UTC  (28+ messages)
` [PATCH 3/5] arch: wire-up pidfd_wait()
` [PATCH 4/5] pidfd: add CLONE_WAIT_PID

[PATCH v7 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-26  2:42 UTC  (7+ messages)
` [PATCH v7 1/5] mm: introduce MADV_COLD
` [PATCH v7 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v7 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v7 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v7 5/5] mm: factor out common parts between MADV_COLD and MADV_PAGEOUT

[v4 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages
 2019-07-25 17:38 UTC  (8+ messages)
` [v4 PATCH 2/2] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-07-24 15:34 UTC  (9+ messages)

[PATCH v3 00/12] FPGA DFL updates
 2019-07-24 14:22 UTC  (23+ messages)
` [PATCH v3 01/12] fpga: dfl: fme: support 512bit data width PR
` [PATCH v3 02/12] fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support
` [PATCH v3 03/12] fpga: dfl: pci: enable SRIOV support
` [PATCH v3 04/12] fpga: dfl: afu: add AFU state related sysfs interfaces
` [PATCH v3 05/12] fpga: dfl: afu: add userclock "
` [PATCH v3 06/12] fpga: dfl: add id_table for dfl private feature driver
` [PATCH v3 07/12] fpga: dfl: afu: export __port_enable/disable function
` [PATCH v3 08/12] fpga: dfl: afu: add error reporting support
` [PATCH v3 09/12] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH v3 10/12] fpga: dfl: fme: add capability sysfs interfaces
` [PATCH v3 11/12] fpga: dfl: fme: add global error reporting support
` [PATCH v3 12/12] Documentation: fpga: dfl: add descriptions for virtualization and new interfaces

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-23 14:34 UTC  (2+ messages)

[PATCH v6 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-23  6:25 UTC  (6+ messages)
` [PATCH v6 1/5] mm: introduce MADV_COLD
` [PATCH v6 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v6 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v6 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v6 5/5] mm: factor out common parts between MADV_COLD and MADV_PAGEOUT

[PATCH v5 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-07-23  5:47 UTC  (4+ messages)
` [PATCH v5 1/5] mm: introduce MADV_COLD


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