messages from 2020-08-28 18:24:15 to 2020-09-08 04:59:56 UTC [more...]
[PATCH v6 0/9] Syscall User Dispatch
2020-09-08 4:59 UTC (19+ messages)
` [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag
` [PATCH v6 2/9] kernel: entry: Support TIF_SYSCAL_INTERCEPT on common entry code
` [PATCH v6 3/9] x86: vdso: Expose sigreturn address on vdso to the kernel
` [PATCH v6 4/9] signal: Expose SYS_USER_DISPATCH si_code type
` [PATCH v6 5/9] kernel: Implement selective syscall userspace redirection
` [PATCH v6 6/9] kernel: entry: Support Syscall User Dispatch for common syscall entry
` [PATCH v6 7/9] x86: Enable Syscall User Dispatch
` [PATCH v6 8/9] selftests: Add kselftest for syscall user dispatch
` [PATCH v6 9/9] doc: Document Syscall User Dispatch
[PATCH RESEND v4 0/1] add sysfs exports for TPM 2 PCR registers
2020-09-07 21:52 UTC (10+ messages)
` [PATCH RESEND v4 1/1] tpm: add sysfs exports for all banks of "
[RESEND RFC PATCH 0/5] Remote mapping
2020-09-07 20:43 UTC (40+ messages)
` [RESEND RFC PATCH 1/5] mm: add atomic capability to zap_details
` [RESEND RFC PATCH 2/5] mm: let the VMA decide how zap_pte_range() acts on mapped pages
` [RESEND RFC PATCH 3/5] mm/mmu_notifier: remove lockdep map, allow mmu notifier to be used in nested scenarios
` [RESEND RFC PATCH 4/5] mm/remote_mapping: use a pidfd to access memory belonging to unrelated process
` [RESEND RFC PATCH 5/5] pidfd_mem: implemented remote memory mapping system call
[PATCH v10 0/6] ACPI: Support Generic Initiator proximity domains
2020-09-07 14:03 UTC (7+ messages)
` [PATCH v10 1/6] ACPI: Support Generic Initiator only domains
` [PATCH v10 2/6] x86: Support Generic Initiator only proximity domains
` [PATCH v10 3/6] ACPI: Let ACPI know we support Generic Initiator Affinity Structures
` [PATCH v10 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
` [PATCH v10 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v10 6/6] docs: mm: numaperf.rst Add brief description for access class 1
[PATCH 6/9] ARM: oabi-compat: rework sys_semtimedop emulation
2020-09-07 15:36 UTC
[PATCH RESEND 1/4] scsi: sg: fix BLKSECTGET ioctl
2020-09-07 9:01 UTC (20+ messages)
` [PATCH RESEND 2/4] scsi: sg: implement BLKSSZGET
` [PATCH RESEND 3/4] scsi: sg: use queue_logical_sector_size() in max_sectors_bytes()
` [PATCH RESEND 4/4] block/scsi_ioctl.c: "
` [PATCH v2 1/4] scsi: sg: fix BLKSECTGET ioctl
` [PATCH v2 2/4] scsi: sg: implement BLKSSZGET
` [PATCH v2 3/4] scsi: sg: use queue_logical_sector_size() in max_sectors_bytes()
` [PATCH v2 4/4] block/scsi_ioctl.c: "
` [PATCH v3 1/4] scsi: sg: fix BLKSECTGET ioctl
` [PATCH v3 2/4] scsi: sg: implement BLKSSZGET
` [PATCH v3 3/4] scsi: sg: use queue_logical_sector_size() in max_sectors_bytes()
` [PATCH v3 4/4] block/scsi_ioctl.c: "
[PATCH v4 6/6] io_uring: add support for zone-append
2020-09-07 7:01 UTC (12+ messages)
[PATCH 21/23] init: add an init_stat helper
2020-09-04 16:04 UTC (3+ messages)
` [PATCH] init: fix error check in clean_path()
[PATCH v20 00/12] Landlock LSM
2020-09-04 14:06 UTC (6+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
[RFC PATCH 0/5] Remote mapping
2020-09-04 11:34 UTC (2+ messages)
[PATCH v2 0/4] Support non-blocking pidfds
2020-09-04 10:30 UTC (16+ messages)
` [PATCH v2 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()
` [PATCH v2 2/4] exit: support non-blocking pidfds
` [PATCH v2 3/4] tests: port pidfd_wait to kselftest harness
` [PATCH v2 4/4] tests: add waitid() tests for non-blocking pidfds
[PATCH v9 0/3] introduce memory hinting API for external process
2020-09-04 9:36 UTC (9+ messages)
` [PATCH v9 1/3] mm/madvise: pass mm to do_madvise
` [PATCH v9 2/3] pid: move pidfd_get_pid() to pid.c
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
2020-09-03 17:59 UTC (20+ messages)
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
2020-09-03 7:46 UTC (2+ messages)
[PATCH 1/5] Add manpage for open_tree(2)
2020-09-02 20:14 UTC (5+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
2020-09-02 13:58 UTC (31+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
2020-09-01 22:51 UTC (3+ messages)
[PATCH 0/4] Support non-blocking pidfds
2020-09-01 16:53 UTC (10+ messages)
` [PATCH 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()
` [PATCH 2/4] exit: support non-blocking pidfds
` [PATCH 3/4] tests: port pidfd_wait to kselftest harness
` [PATCH 4/4] tests: add waitid() tests for non-blocking pidfds
[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
2020-09-01 15:42 UTC (8+ messages)
[Question] About SECCOMP issue for ILP32
2020-09-01 11:40 UTC (2+ messages)
[PATCH v2] vfs: add RWF_NOAPPEND flag for pwritev2
2020-08-31 17:05 UTC (3+ messages)
[RESEND PATCH] vfs: add RWF_NOAPPEND flag for pwritev2
2020-08-31 13:12 UTC (12+ messages)
[PATCH v34 04/12] LRNG - add switchable DRNG support
2020-08-31 10:03 UTC (2+ messages)
[PATCH v34 01/12] Linux Random Number Generator
2020-08-31 9:24 UTC (2+ messages)
[PATCH v8 0/4] introduce memory hinting API for external process
2020-08-29 7:02 UTC (9+ messages)
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).