linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 00:29:13 to 2021-03-14 02:20:10 UTC [more...]

[PATCH 1/2] usb: gadget: uvc: Updating bcdUVC field to 0x0110
 2021-03-14  2:18 UTC  (5+ messages)
` [PATCH 2/2] usb: webcam: Invalid size of Processing Unit Descriptor

epoll_wait.2: epoll_pwait2(2) prototype
 2021-03-13 17:10 UTC  (3+ messages)

[PATCH] lightnvm: remove duplicate include in lightnvm.h
 2021-03-13 11:22 UTC 

[PATCH v6 00/40] idmapped mounts
 2021-03-13  0:05 UTC  (3+ messages)
` [PATCH v6 02/40] fs: add id translation helpers

[PATCH v7 0/3] block device interposer
 2021-03-12 19:06 UTC  (6+ messages)
` [PATCH v7 1/3] block: add blk_mq_is_queue_frozen()
` [PATCH v7 2/3] block: add bdev_interposer
` [PATCH v7 3/3] dm: add DM_INTERPOSED_FLAG

[PATCH v22 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2021-03-12 16:59 UTC  (21+ messages)
` [PATCH v22 1/8] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v22 2/8] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v22 3/8] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v22 4/8] x86/cet/ibt: Update ELF header parsing "
` [PATCH v22 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v22 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v22 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v22 8/8] x86/vdso: Add ENDBR64 to __vdso_sgx_enter_enclave

[PATCH 2/2] sigaction.2: wfix - Clarify si_addr description
 2021-03-12 12:55 UTC  (4+ messages)

Why is the bit size different between a syscall and its wrapper?
 2021-03-12  3:27 UTC  (3+ messages)

[PATCH v2] ptrace: add PTRACE_GET_RSEQ_CONFIGURATION request
 2021-03-11 17:24 UTC  (9+ messages)

[PATCH v3] x86/fault: Send a SIGBUS to user process always for hwpoison page access
 2021-03-11 16:56 UTC  (6+ messages)

[PATCH v6 0/4] block-layer interposer
 2021-03-11 10:54 UTC  (13+ messages)
` [PATCH v6 1/4] block: add blk_mq_is_queue_frozen()
` [PATCH v6 2/4] block: add blk_interposer
` [PATCH v6 3/4] dm: introduce dm-interposer
` [PATCH v6 4/4] dm: add DM_INTERPOSED_FLAG

[PATCH v22 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-10 22:00 UTC  (29+ messages)
` [PATCH v22 01/28] Documentation/x86: Add CET description
` [PATCH v22 02/28] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v22 03/28] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v22 04/28] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v22 05/28] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v22 06/28] x86/cet: Add control-protection fault handler
` [PATCH v22 07/28] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v22 08/28] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v22 09/28] x86/mm: Introduce _PAGE_COW
` [PATCH v22 10/28] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v22 11/28] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v22 12/28] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v22 13/28] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v22 14/28] x86/mm: Shadow Stack page fault error checking
` [PATCH v22 15/28] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v22 16/28] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v22 17/28] mm: Add guard pages around a shadow stack
` [PATCH v22 18/28] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v22 19/28] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v22 20/28] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v22 21/28] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v22 22/28] x86/cet/shstk: User-mode shadow stack support
` [PATCH v22 23/28] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v22 24/28] ELF: Introduce arch_setup_elf_property()
` [PATCH v22 25/28] x86/cet/shstk: Handle thread shadow stack
` [PATCH v22 26/28] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v22 27/28] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v22 28/28] mm: Introduce PROT_SHSTK for shadow stack

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-10 18:01 UTC  (9+ messages)
` [PATCH v6 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v6 3/6] x86/elf: Support a new ELF "

[PATCH RFCv2] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-10 16:07 UTC  (4+ messages)

[RFC PATCH v2 0/6] Add IOPF support for VFIO passthrough
 2021-03-10  6:34 UTC  (9+ messages)
` [RFC PATCH v2 1/6] iommu: Evolve to support more scenarios of using IOPF
` [RFC PATCH v2 2/6] vfio: Add an MMU notifier to avoid pinning
` [RFC PATCH v2 3/6] vfio: Add a page fault handler
` [RFC PATCH v2 4/6] vfio: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v2 5/6] vfio: No need to statically pin and map if IOPF enabled
` [RFC PATCH v2 6/6] vfio: Add nested IOPF support

[PATCH v2 2/2] usb: webcam: Invalid size of Processing Unit Descriptor
 2021-03-10  4:45 UTC 

[PATCH v25 14/25] LSM: Specify which LSM to display
 2021-03-09 14:42 UTC  (2+ messages)
` [PATCH v25 24/25] LSM: Add /proc attr entry for full LSM context

[PATCH v4] mm/vmalloc: randomize vmalloc() allocations
 2021-03-09 13:57 UTC 

[PATCH v3] mm/vmalloc: randomize vmalloc() allocations
 2021-03-09 13:49 UTC  (5+ messages)

[PATCH 0/3] platform/surface: Add DTX detachment system driver
 2021-03-08 18:48 UTC  (3+ messages)
` [PATCH 1/3] platform/surface: Add DTX driver
` [PATCH 3/3] docs: driver-api: Add Surface DTX driver documentation

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-08 17:33 UTC  (27+ messages)
` [RFC PATCH v2 01/13] futex2: Implement wait and wake functions
` [RFC PATCH v2 02/13] futex2: Add support for shared futexes
` [RFC PATCH v2 03/13] futex2: Implement vectorized wait
` [RFC PATCH v2 04/13] futex2: Implement requeue operation
` [RFC PATCH v2 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [RFC PATCH v2 06/13] docs: locking: futex2: Add documentation
` [RFC PATCH v2 07/13] selftests: futex2: Add wake/wait test
` [RFC PATCH v2 08/13] selftests: futex2: Add timeout test
` [RFC PATCH v2 09/13] selftests: futex2: Add wouldblock test
` [RFC PATCH v2 10/13] selftests: futex2: Add waitv test
` [RFC PATCH v2 11/13] selftests: futex2: Add requeue test
` [RFC PATCH v2 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH v2 13/13] kernel: Enable waitpid() for futex2

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-03-08 16:51 UTC  (8+ messages)
` [PATCH v21 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW

[RFC PATCH] fs: introduce mkdirat2 syscall for atomic mkdir
 2021-03-08 13:50 UTC  (6+ messages)

[PATCH] mtd: add OTP (one-time-programmable) erase ioctl
 2021-03-08 11:27 UTC  (2+ messages)

[PATCH v3 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-03-05 19:41 UTC  (12+ messages)

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2021-03-04 23:23 UTC  (16+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs
                              ` [EXT] "

[PATCH v3 0/2] quota: Add mountpath based quota support
 2021-03-04 17:08 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] quota: wire up quotactl_path
` [PATCH] quotactl.2: Add documentation for quotactl_path()

[PATCH v2 0/2] unprivileged fanotify listener
 2021-03-04 11:29 UTC  (3+ messages)
` [PATCH v2 1/2] fanotify: configurable limits via sysfs
` [PATCH v2 2/2] fanotify: support limited functionality for unprivileged users

[RFC] Hugepage collapse in process context
 2021-03-04 10:52 UTC  (7+ messages)

[PATCH] MAINTAINERS: exclude uapi directories in API/ABI section
 2021-03-03 21:52 UTC  (2+ messages)

[PATCH] ptrace: add PTRACE_GET_RSEQ_CONFIGURATION request
 2021-03-03 18:55 UTC  (4+ messages)

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-03-03 19:00 UTC  (14+ messages)

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-03-03 16:22 UTC  (10+ messages)
` [PATCH v18 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v18 2/9] mmap: make mlock_future_check() global
` [PATCH v18 3/9] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v18 4/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v18 5/9] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v18 6/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v18 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v18 8/9] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v18 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 0/7] Add FFT Support for R-Car Gen3 devices
 2021-03-03 10:43 UTC  (14+ messages)
` [PATCH 1/7] clk: renesas: r8a77990: Add DAB clock
` [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R-Car devices


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