Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 18:19:37 to 2021-08-26 04:48:13 UTC [more...]

[PATCH -next] riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
 2021-08-26  4:48 UTC  (2+ messages)

[PATCH v2 0/9] Free user PTE page table pages
 2021-08-26  3:04 UTC  (6+ messages)
` [PATCH v2 1/9] mm: introduce pmd_install() helper

[PATCH v3 2/2] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-26  2:19 UTC  (3+ messages)

[PATCH v2 00/15] Introduce PECI subsystem
 2021-08-26  1:35 UTC  (5+ messages)
` [PATCH v2 06/15] peci: Add core infrastructure
` [PATCH v2 07/15] peci: Add peci-aspeed controller driver

[PATCH V4 00/13] Introduce vfio_pci_core subsystem
 2021-08-25 22:33 UTC  (20+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V4 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-25 21:37 UTC  (7+ messages)
` [PATCH v7 1/6] cgroup/cpuset: Properly transition to invalid partition
` [PATCH v7 2/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v7 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v7 4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v7 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-08-25 19:26 UTC  (8+ messages)
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages

[PATCH-cgroup v6 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-25 19:24 UTC  (7+ messages)
` [PATCH v6 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v4] uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argument
 2021-08-25 17:06 UTC 

[PATCH] Documentation: update pagemap with SOFT_DIRTY & UFFD_WP shmem issue
 2021-08-25 15:48 UTC  (7+ messages)

[PATCH v2] docs/zh_CN: Add zh_CN/admin-guide/sysrq.rst
 2021-08-25 14:37 UTC  (2+ messages)
  `  "

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-25 14:52 UTC  (20+ messages)
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}

[PATCH v3 0/6] docs/zh_CN: add core-api Memory management translation
 2021-08-25  7:53 UTC  (14+ messages)
` [PATCH v3 1/6] docs/zh_CN: add core-api memory-allocation translation
` [PATCH v3 2/6] docs/zh_CN: add core-api unaligned-memory-access translation
` [PATCH v3 3/6] docs/zh_CN: add core-api mm-api translation
` [PATCH v3 4/6] docs/zh_CN: add core-api genalloc translation
` [PATCH v3 5/6] docs/zh_CN: add core-api boot-time-mm translation
` [PATCH v3 6/6] docs/zh_CN: add core-api gfp_mask-from-fs-io translation

[PATCH v1 1/3] Revert "usb: gadget: u_audio: add real feedback implementation"
 2021-08-25  7:16 UTC  (7+ messages)
` [PATCH v1 2/3] Revert "usb: gadget: f_uac2: add adaptive sync support for capture"
` [PATCH v1 3/3] Revert "usb: gadget: f_uac2/u_audio: add feedback endpoint support"

[PATCH v3 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-08-25  2:10 UTC  (3+ messages)

[PATCH V3 00/13] Introduce vfio_pci_core subsystem
 2021-08-24 22:48 UTC  (19+ messages)
` [PATCH V3 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V3 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V3 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V3 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V3 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V3 08/13] vfio/pci: Move module parameters "
` [PATCH V3 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V3 11/13] vfio: Use select for eventfd
` [PATCH V3 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V3 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH 1/3] docs/zh_TW: add translations for zh_TW/arm64
 2021-08-24 19:40 UTC  (4+ messages)
` [PATCH 2/3] docs/zh_TW: add translations for zh_TW/cpu-freq
` [PATCH 3/3] docs/zh_TW: add translations for zh_TW/filesystems

[PATCH] docs/zh_CN: Modify the translator tag and fix the wrong word
 2021-08-24 19:35 UTC  (3+ messages)

[PATCH] Documentation/features/vm: correct huge-vmap APIs
 2021-08-24 19:31 UTC  (2+ messages)

[PATCH] Documentation: block: blk-mq: Fix small typo in multi-queue docs
 2021-08-24 19:30 UTC  (2+ messages)

[PATCH v2] Documentation: in_irq() cleanup
 2021-08-24 19:28 UTC  (2+ messages)

[PATCH] Documentation: arm: marvell: Add 88F6825 model into list
 2021-08-24 19:27 UTC  (2+ messages)

[PATCH 1/2] Documentation/process/applying-patches: Activate linux-next man hyperlink
 2021-08-24 19:23 UTC  (5+ messages)
` [PATCH 2/2] Documentation/process/maintainer-pgp-guide: Replace broken link to PGP path finder

[PATCHv2] Documentation: locking: fix references
 2021-08-24 19:21 UTC  (2+ messages)

[PATCH v9 0/7] Add support for the IEI WT61P803 PUZZLE MCU
 2021-08-24 18:09 UTC  (10+ messages)
` [PATCH v9 1/7] dt-bindings: Add IEI vendor prefix and IEI WT61P803 PUZZLE driver bindings
` [PATCH v9 2/7] drivers: mfd: Add a driver for IEI WT61P803 PUZZLE MCU
` [PATCH v9 3/7] drivers: hwmon: Add the IEI WT61P803 PUZZLE HWMON driver
` [PATCH v9 4/7] drivers: leds: Add the IEI WT61P803 PUZZLE LED driver
` [PATCH v9 5/7] Documentation/ABI: Add iei-wt61p803-puzzle driver sysfs interface documentation
` [PATCH v9 6/7] Documentation/hwmon: Add iei-wt61p803-puzzle hwmon driver documentation
` [PATCH v9 7/7] MAINTAINERS: Add an entry for the IEI WT61P803 PUZZLE driver

[PATCH V1] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-08-24  3:53 UTC 

[PATCH v2 0/2] lkdtm: update block layer crashpoints
 2021-08-24  3:10 UTC  (2+ messages)

[PATCH] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-24  1:16 UTC  (3+ messages)

[PATCH V1] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-08-23 19:17 UTC  (2+ messages)

[PATCH] Documentation: locking: fix references
 2021-08-23 18:25 UTC  (3+ messages)

[PATCH] hugetlbfs: add hugepages_node kernel parameter
 2021-08-23 16:52 UTC  (6+ messages)

[PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-23 15:12 UTC  (4+ messages)
` [PATCH v3 2/2] fs: remove mandatory file locking support

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-08-22 10:06 UTC  (8+ messages)

[PATCH] vsprintf and docs: Add X to %ph for upper case output
 2021-08-22  9:00 UTC  (6+ messages)

[PATCH] stddef: Fix kerndoc for sizeof_field() and offsetofend()
 2021-08-22  6:07 UTC 

[PATCH v29 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-22  2:59 UTC  (27+ messages)
` [PATCH v29 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v29 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v29 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v29 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v29 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v29 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v29 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v29 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v29 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v29 18/32] mm: Add guard pages around a shadow stack
` [PATCH v29 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v29 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v29 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v29 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v29 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v29 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v29 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v29 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v29 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v29 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v29 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v29 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v29 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v29 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
 2021-08-21 16:27 UTC  (7+ messages)

[PATCH v3] Documentation: Update details of The Linux Kernel Module Programming Guide
 2021-08-21 13:18 UTC  (4+ messages)

[PATCH] docs/zh_CN: Add zh_CN/admin-guide/sysrq.rst
 2021-08-21  9:59 UTC  (2+ messages)

What is the oldest perl version being used with the kernel ? update oldest supported to 5.14 ?
 2021-08-21  5:43 UTC  (3+ messages)

[syzbot] KASAN: invalid-free in bdev_free_inode (2)
 2021-08-21  2:29 UTC 

[PATCH v2] Documentation: Update details of The Linux Kernel Module Programming Guide
 2021-08-20 22:24 UTC  (3+ messages)

[PATCH v29 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-20 18:22 UTC  (11+ messages)
` [PATCH v29 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v29 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v29 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v29 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v29 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v29 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v29 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v29 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v29 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v29 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave


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 read-only IMAP folder(s) and NNTP newsgroup(s).