linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-11 16:27:09 to 2018-04-20 01:03:55 UTC [more...]

[REVIEW][PATCH 00/17] siginfo bugfixes and cleanups
 2018-04-20  1:03 UTC  (5+ messages)
` [REVIEW][PATCH 01/17] signal/alpha: Document a conflict with SI_USER for SIGFPE
` [REVIEW][PATCH 02/17] sparc: fix compat siginfo ABI regression
` [REVIEW][PATCH 03/17] signal/sh: Use force_sig_fault in hw_breakpoint_handler
` [REVIEW][PATCH 04/17] signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-04-20  1:03 UTC  (32+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 02/13] audit: check children and threading before allowing containerid
` [RFC PATCH ghak32 V2 04/13] audit: add containerid filtering
` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak32 V2 07/13] audit: add container aux record to watch/tree/mark
` [RFC PATCH ghak32 V2 09/13] audit: add containerid support for config/feature/user records
` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces
` [RFC PATCH ghak32 V2 12/13] audit: NETFILTER_PKT: record each container ID associated with a netNS

[PATCH v3 00/17] y2038: Convert IPC syscalls
 2018-04-19 22:12 UTC  (24+ messages)
` [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
` [PATCH v3 02/17] y2038: alpha: Remove unneeded ipc uapi header files
` [PATCH v3 03/17] y2038: ia64: "
` [PATCH v3 04/17] y2038: s390: "
` [PATCH v3 05/17] y2038: arm64: Extend sysvipc compat data structures
` [PATCH v3 06/17] y2038: mips: Extend sysvipc "
` [PATCH v3 07/17] y2038: x86: "
` [PATCH v3 08/17] y2038: parisc: "
` [PATCH v3 09/17] y2038: sparc: "
` [PATCH v3 10/17] y2038: powerpc: "
` [PATCH v3 11/17] y2038: xtensa: "
` [PATCH v3 12/17] y2038: ipc: Use ktime_get_real_seconds consistently
` [PATCH v3 13/17] y2038: ipc: Report long times to user space
` [PATCH v3 14/17] y2038: ipc: Use __kernel_timespec
` [PATCH v3 15/17] y2038: ipc: Enable COMPAT_32BIT_TIME
` [PATCH v3 16/17] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
` [PATCH v3 17/17] y2038: compat: Move common compat types to asm-generic/compat.h

[PATCH 00/24] security: Add kernel lockdown
 2018-04-19 14:38 UTC  (40+ messages)
` [PATCH 01/24] Add the ability to lock down access to the running kernel image
` [PATCH 02/24] Add a SysRq option to lift kernel lockdown
` [PATCH 06/24] kexec_load: Disable at runtime if the kernel is locked down
` [PATCH 07/24] hibernate: Disable when "
` [PATCH 18/24] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH 23/24] Lock down perf
` [PATCH 24/24] debugfs: Restrict debugfs when the kernel is locked down

[tip GIT PULL] y2038: timekeeping syscall changes
 2018-04-19 12:04 UTC  (3+ messages)

[tip GIT PULL v2] y2038: timekeeping syscall changes
 2018-04-19 12:03 UTC  (4+ messages)

[RFC PATCH V1 00/12] audit: implement container id
 2018-04-18 19:51 UTC  (8+ messages)
` [RFC PATCH V1 01/12] audit: add "

sendmmsg flags userspace ABI change in kernel 4.6
 2018-04-18 19:03 UTC 

[PATCH 0/3] Interface for higher order contiguous allocations
 2018-04-18  1:39 UTC  (7+ messages)
` [PATCH 1/3] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH 2/3] mm: add find_alloc_contig_pages() interface
` [PATCH 3/3] mm/hugetlb: use find_alloc_contig_pages() to allocate gigantic pages

[RFC PATCH] fs: introduce ST_HUGE flag and set it to tmpfs and hugetlbfs
 2018-04-17 21:51 UTC 

[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
 2018-04-17  6:23 UTC  (23+ messages)

[RFC PATCH for 4.18 00/23] Restartable sequences and CPU op vector
 2018-04-16 20:58 UTC  (39+ messages)
` [RFC PATCH for 4.18 01/23] uapi headers: Provide types_32_64.h (v2)
` [RFC PATCH for 4.18 02/23] rseq: Introduce restartable sequences system call (v13)
` [RFC PATCH for 4.18 03/23] arm: Add restartable sequences support
` [RFC PATCH for 4.18 04/23] arm: Wire up restartable sequences system call
` [RFC PATCH for 4.18 05/23] x86: Add support for restartable sequences (v2)
` [RFC PATCH for 4.18 06/23] x86: Wire up restartable sequence system call
` [RFC PATCH for 4.18 07/23] powerpc: Add support for restartable sequences
` [RFC PATCH for 4.18 08/23] powerpc: Wire up restartable sequences system call
` [RFC PATCH for 4.18 09/23] sched: Implement push_task_to_cpu (v2)
` [RFC PATCH for 4.18 10/23] mm: Introduce vm_map_user_ram, vm_unmap_user_ram
` [RFC PATCH for 4.18 11/23] mm: Provide is_vma_noncached
` [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system call (v7)
` [RFC PATCH for 4.18 13/23] x86: Wire up cpu_opv system call
` [RFC PATCH for 4.18 14/23] powerpc: "
` [RFC PATCH for 4.18 15/23] arm: "
` [RFC PATCH for 4.18 16/23] selftests: lib.mk: Introduce OVERRIDE_TARGETS
` [RFC PATCH for 4.18 17/23] cpu_opv: selftests: Implement selftests (v7)
` [RFC PATCH for 4.18 18/23] rseq: selftests: Provide rseq library (v5)
` [RFC PATCH for 4.18 19/23] rseq: selftests: Provide percpu_op API
` [RFC PATCH for 4.18 20/23] rseq: selftests: Provide basic test
` [RFC PATCH for 4.18 21/23] rseq: selftests: Provide basic percpu ops test
` [RFC PATCH for 4.18 22/23] rseq: selftests: Provide parametrized tests
` [RFC PATCH for 4.18 23/23] rseq: selftests: Provide Makefile, scripts, gitignore

io_pgetevents & aio fsync V3
 2018-04-15 15:01 UTC  (8+ messages)
` [PATCH 1/7] aio: don't print the page size at boot time
` [PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete
` [PATCH 3/7] aio: sanitize ki_list handling
` [PATCH 4/7] aio: remove the extra get_file/fput pair in io_submit_one
` [PATCH 5/7] aio: refactor read/write iocb setup
` [PATCH 6/7] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
` [PATCH 7/7] aio: implement io_pgetevents

[PATCH 1/3] mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
 2018-04-13 12:13 UTC  (9+ messages)

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2018-04-13 11:17 UTC  (7+ messages)
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH manpages] membarrier.2: New membarrier commands introduced in 4.16
 2018-04-12 18:14 UTC  (4+ messages)

[PATCH v2 00/13] y2038: convert IPC syscalls
 2018-04-12 14:20 UTC 

[PATCH] mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
 2018-04-12 12:01 UTC  (3+ messages)

[PATCH] mmap.2: document new MAP_FIXED_NOREPLACE flag
 2018-04-12  8:21 UTC  (10+ messages)

[PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy
 2018-04-11 22:18 UTC  (12+ 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).