linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-28 21:40:23 to 2019-04-03 18:09:09 UTC [more...]

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-04-03 18:09 UTC  (21+ messages)
` [PATCH 01/17] fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address
` [PATCH 05/17] fpga: dfl: fme: add DFL_FPGA_FME_PORT_RELEASE/ASSIGN ioctl support
` [PATCH 06/17] fpga: dfl: pci: enable SRIOV support
` [PATCH 08/17] fpga: dfl: afu: add userclock sysfs interfaces
` [PATCH 09/17] fpga: dfl: add id_table for dfl private feature driver
` [PATCH 10/17] fpga: dfl: afu: export __port_enable/disable function
` [PATCH 12/17] fpga: dfl: afu: add STP (SignalTap) support
` [PATCH 14/17] fpga: dfl: fme: add thermal management support

[PATCH v4 0/6] arm64: Initial support for CVADP
 2019-04-03 16:33 UTC  (17+ messages)
` [PATCH v4 1/6] arm64: HWCAP: add support for AT_HWCAP2
` [PATCH v4 2/6] arm64: HWCAP: encapsulate elf_hwcap
` [PATCH v4 3/6] arm64: Handle trapped DC CVADP
` [PATCH v4 4/6] arm64: Expose DC CVADP to userspace
` [PATCH v4 5/6] arm64: add CVADP support to the cache maintenance helper
` [PATCH v4 6/6] arm64: Advertise ARM64_HAS_DCPODP cpu feature

[RESEND PATCH v1] moduleparam: Save information about built-in modules in separate file
 2019-04-03 11:30 UTC  (8+ messages)

[PATCH v3 0/7] arm64: Initial support for CVADP
 2019-04-03  9:57 UTC  (23+ messages)
` [PATCH v3 1/7] arm64: Handle trapped DC CVADP
` [PATCH v3 2/7] arm64: HWCAP: add support for AT_HWCAP2
` [PATCH v3 3/7] arm64: HWCAP: encapsulate elf_hwcap
` [PATCH v3 4/7] arm64: Expose DC CVADP to userspace
` [PATCH v3 5/7] arm64: add CVADP support to the cache maintenance helper
` [PATCH v3 6/7] arm64: Advertise ARM64_HAS_DCPODP cpu feature
` [PATCH v3 7/7] arm64: docs: document AT_HWCAP2 and unused AT_HWCAP bits

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

[PATCHv8 00/10] Heterogenous memory node attributes
 2019-04-02 14:56 UTC  (7+ messages)
` [PATCHv8 07/10] acpi/hmat: Register processor domain to its memory

[PATCH ghak90 V5 00/10] audit: implement container identifier
 2019-04-02 14:28 UTC  (27+ messages)
` [PATCH ghak90 V5 05/10] audit: add containerid support for ptrace and signals
` [PATCH ghak90 V5 06/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V5 09/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 V5 10/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCH v2 0/5] pid: add pidfd_open()
 2019-04-02 11:03 UTC  (83+ messages)
` [PATCH v2 1/5] Make anon_inodes unconditional
` [PATCH v2 2/5] pid: add pidfd_open()
` [PATCH v2 3/5] signal: support pidfd_open() with pidfd_send_signal()
` [PATCH v2 4/5] signal: PIDFD_SIGNAL_TID threads via pidfds
` [PATCH v2 5/5] tests: add pidfd_open() tests

[PATCH v8 00/16] Add utilization clamping support
 2019-04-02 10:41 UTC  (17+ messages)
` [PATCH v8 01/16] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v8 02/16] sched/core: Add bucket local max tracking
` [PATCH v8 03/16] sched/core: uclamp: Enforce last task's UCLAMP_MAX
` [PATCH v8 04/16] sched/core: uclamp: Add system default clamps
` [PATCH v8 05/16] sched/core: Allow sched_setattr() to use the current policy
` [PATCH v8 06/16] sched/core: uclamp: Extend sched_setattr() to support utilization clamping
` [PATCH v8 07/16] sched/core: uclamp: Reset uclamp values on RESET_ON_FORK
` [PATCH v8 08/16] sched/core: uclamp: Set default clamps for RT tasks
` [PATCH v8 09/16] sched/cpufreq: uclamp: Add clamps for FAIR and "
` [PATCH v8 10/16] sched/core: uclamp: Add uclamp_util_with()
` [PATCH v8 11/16] sched/fair: uclamp: Add uclamp support to energy_compute()
` [PATCH v8 12/16] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v8 13/16] sched/core: uclamp: Propagate parent clamps
` [PATCH v8 14/16] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v8 15/16] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v8 16/16] sched/core: uclamp: Update CPU's refcount on TG's clamp changes

[PATCH 1/4] glibc: Perform rseq(2) registration at C startup and thread creation (v7)
 2019-04-02  7:08 UTC  (5+ messages)

[PATCH 0/4] pidfd_open()
 2019-03-30 16:08 UTC  (13+ messages)
` [PATCH 2/4] pid: add pidfd_open()


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