linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-10 03:40:59 to 2021-02-15 12:39:29 UTC [more...]

[PATCH v4 0/8] Make fw_devlink=on more forgiving
 2021-02-15 12:38 UTC  (23+ messages)
` [PATCH v4 4/8] of: property: Add fw_devlink support for optional properties
` [PATCH v4 8/8] clk: Mark fwnodes when their clock provider is added/removed
  ` [PATCH] clk: Mark fwnodes when their clock provider is added

[PATCH v15 0/8] Free some vmemmap pages of HugeTLB page
 2021-02-15 12:24 UTC  (11+ messages)
` [PATCH v15 4/8] mm: hugetlb: alloc the vmemmap pages associated with each "
    ` [External] "

[PATCH v5 0/6] block-layer interposer
 2021-02-15 10:34 UTC  (8+ messages)
` [PATCH v5 4/6] dm: new ioctl DM_DEV_REMAP_CMD
` [PATCH v5 5/6] dm: add 'noexcl' option for dm-linear

[PATCH] docs: reporting-issues.rst: explain how to decode stack traces
 2021-02-15  5:55 UTC  (5+ messages)

[PATCH net-next] net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPT
 2021-02-14 20:43 UTC  (4+ messages)

[PATCH v6 08/34] misc: xlink-pcie: Add documentation for XLink PCIe driver
 2021-02-14 17:52 UTC  (4+ messages)
` [PATCH v6 18/34] xlink-ipc: Add xlink ipc driver
` [PATCH v6 20/34] xlink-core: Add xlink core driver xLink

[PATCH RFC v3 0/3] checkpatch: add verbose mode
 2021-02-14 16:57 UTC  (6+ messages)
` [PATCH RFC v3 1/3] "
` [PATCH RFC v3 2/3] docs: add documentation for checkpatch
` [PATCH RFC v3 3/3] "

[PATCH] docs: reporting-issues.rst: shortcut for stable regressions
 2021-02-14 14:54 UTC 

[PATCH] doc/zh_CN: impove process/index & 1.Intro.rst
 2021-02-14 10:30 UTC 

[RESEND PATCH v18 0/4] overlayfs override_creds=off & nested get xattr fix
 2021-02-12 19:04 UTC  (6+ messages)
` [RESEND PATCH v18 2/4] overlayfs: handle XATTR_NOSECURITY flag for get xattr method

[PATCH v6 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-12 17:28 UTC  (6+ messages)
` [PATCH v6 1/5] misc: "
` [PATCH v6 2/5] misc: Add Synopsys DesignWare xData IP driver to Makefile and Kconfig
` [PATCH v6 3/5] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH v6 4/5] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [PATCH v6 5/5] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

[PATCH] KCOV: Introduced tracing unique covered PCs
 2021-02-12 12:54 UTC  (2+ messages)

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2021-02-12 12:22 UTC  (5+ messages)
` [PATCH v8 1/4] KEYS: trusted: Add generic trusted keys framework

[PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
 2021-02-12  8:23 UTC  (4+ messages)

[PATCH v2 0/2] hwmon: (pmbus) Add ST STPDDC60 pmbus driver
 2021-02-12  4:49 UTC  (2+ messages)

[PATCH v5 1/3] dt-bindings: hwmon: Add TI TPS23861 bindings
 2021-02-12  4:33 UTC  (6+ messages)
` [PATCH v5 2/3] hwmon: add Texas Instruments TPS23861 driver
` [PATCH v5 3/3] MAINTAINERS: Add entry for Texas Instruments TPS23861 PoE PSE

[PATCH v2 0/4] net: ti: am65-cpsw-nuss: Add switchdev driver
 2021-02-12  2:10 UTC  (6+ messages)
` [PATCH v2 1/4] net: ti: am65-cpsw-nuss: Add devlink support
` [PATCH v2 2/4] net: ti: am65-cpsw-nuss: Add netdevice notifiers
` [PATCH v2 3/4] net: ti: am65-cpsw-nuss: Add switchdev support
` [PATCH v2 4/4] docs: networking: ti: Add driver doc for AM65 NUSS switch driver

[PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
 2021-02-11 23:35 UTC  (10+ messages)

[PATCH 0/2] tiny fixes to watch_queue
 2021-02-11 22:21 UTC  (3+ messages)
` [PATCH 1/2] watch_queue: Fold info_id initialization into init_watch
` [PATCH 2/2] docs: watch_queue: Fix unit of the notification size field

[RFC PATCH] docs: Warn when auto xref to document fails
 2021-02-11 19:57 UTC  (2+ messages)

[PATCH v3 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-11 18:08 UTC 

[PATCH] docs: Remove the Microsoft rhetoric
 2021-02-11 16:44 UTC  (2+ messages)

[PATCH v2] Documentation/admin-guide: kernel-parameters: Update nohlt section
 2021-02-11 16:41 UTC  (2+ messages)

[PATCH] doc/admin-guide: fix spelling mistake: "perfomance" -> "performance"
 2021-02-11 16:39 UTC  (2+ messages)

[PATCH v10 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-02-11 16:24 UTC  (15+ messages)
` [PATCH v10 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v10 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v10 03/14] mm/gup: return an error on migration failure
` [PATCH v10 04/14] mm/gup: check for isolation errors
` [PATCH v10 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v10 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v10 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v10 08/14] mm/gup: do not migrate zero page
` [PATCH v10 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v10 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v10 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v10 12/14] mm/gup: longterm pin migration cleanup
` [PATCH v10 13/14] selftests/vm: gup_test: fix test flag
` [PATCH v10 14/14] selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages

[PATCH v5 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-11 14:13 UTC  (24+ messages)
` [PATCH v5 1/6] misc: "
` [PATCH v5 2/6] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [PATCH v5 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [PATCH v5 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH v5 5/6] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [PATCH v5 6/6] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

add a new dma_alloc_noncontiguous API v2
 2021-02-11 13:55 UTC  (11+ messages)

[PATCH v3 0/8] coresight: etm-perf: Fix pid tracing with VHE
 2021-02-11 12:38 UTC  (5+ messages)
` [PATCH v3 6/8] perf cs-etm: Add helper cs_etm__get_pid_fmt()
` [PATCH v3 8/8] Documentation: coresight: Add PID tracing description

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-11  7:55 UTC  (16+ messages)
` [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2021-02-11  4:01 UTC  (12+ messages)

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

[PATCH] Documentation: Replace more lkml.org links with lore
 2021-02-11  1:15 UTC  (2+ messages)

[PATCH v6] pgo: add clang's Profile Guided Optimization infrastructure
 2021-02-10 23:25 UTC  (3+ messages)
` [PATCH v7] "

[PATCH v28 00/12] Landlock LSM
 2021-02-10 20:17 UTC  (4+ messages)
` [PATCH v28 07/12] landlock: Support filesystem access-control

[PATCH] Documentation: ioctl: add entry for nsfs.h
 2021-02-10 18:22 UTC 

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

[PATCH] Replace HTTP links with HTTPS ones: PCI
 2021-02-10  7:41 UTC  (6+ messages)
` PCI: Replace lkml.org, spinics, gmane with lore.kernel.org
    ` [PATCH] Documentation: Replace lkml.org links with lore

[PATCH] net/mlx5: docs: correct section reference in table of contents
 2021-02-10  5:42 UTC  (2+ messages)

[PATCH 1/2] fs: eventpoll: fix comments & kernel-doc notation
 2021-02-10  4:25 UTC  (2+ messages)
` [PATCH 2/2] Docs: add fs/eventpoll to docbooks


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