Linux-Doc Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 01:35:50 to 2021-01-27 06:31:15 UTC [more...]

[Patch v4 1/2] cgroup: svm: Add Encryption ID controller
 2021-01-27  1:11 UTC  (13+ messages)

[PATCH v4 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement
 2021-01-27  2:43 UTC  (3+ messages)

[PATCH] include: sysfs: Add macro to assign show for RO attributes
 2021-01-27  4:19 UTC 

[PATCH 00/12] docs: path-lookup: Update pathlookup docs
 2021-01-27  1:11 UTC  (17+ messages)
` [PATCH 01/12] docs: path-lookup: update follow_managed() part
` [PATCH 02/12] docs: path-lookup: update path_to_nameidata() parth
` [PATCH 03/12] docs: path-lookup: update path_mountpoint() part
` [PATCH 04/12] docs: path-lookup: update do_last() part
` [PATCH 05/12] docs: path-lookup: remove filename_mountpoint
` [PATCH 06/12] docs: path-lookup: Add macro name to symlink limit description
` [PATCH 07/12] docs: path-lookup: i_op->follow_link replaced with i_op->get_link
` [PATCH 08/12] docs: path-lookup: update i_op->put_link and cookie description
` [PATCH 09/12] docs: path-lookup: no get_link()
` [PATCH 10/12] docs: path-lookup: update WALK_GET, WALK_PUT desc
` [PATCH 11/12] docs: path-lookup: update get_link() ->follow_link description
` [PATCH 12/12] docs: path-lookup: update symlink description

[PATCH v13 00/12] Free some vmemmap pages of HugeTLB page
 2021-01-26 20:13 UTC  (43+ messages)
` [PATCH v13 01/12] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v13 02/12] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
    ` [External] "
` [PATCH v13 03/12] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v13 04/12] mm: hugetlb: defer freeing of HugeTLB pages
    ` [External] "
` [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v13 06/12] mm: hugetlb: set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v13 09/12] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
      ` [External] "

[PATCH v24 14/25] LSM: Specify which LSM to display
 2021-01-26 16:41 UTC  (2+ messages)
` [PATCH v24 24/25] LSM: Add /proc attr entry for full LSM context

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2021-01-26 17:06 UTC  (11+ messages)

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-26 16:45 UTC  (18+ messages)
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW

[PATCH v3 18/34] xlink-ipc: Add xlink ipc driver
 2021-01-26  5:40 UTC 

[PATCH v6 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-01-25 15:38 UTC  (6+ messages)
` [PATCH v6 08/14] mm/gup: do not migrate zero page

[PATCH] Documentation: arm: marvell: Update link to unrestricted Armada 38x Functional Spec
 2021-01-25 14:15 UTC 

[PATCH] kgdb: rectify kernel-doc for kgdb_unregister_io_module()
 2021-01-25 14:48 UTC 

[PATCH] pci-driver: Add driver load messages
 2021-01-25 19:21 UTC 

[PATCH v1] mtd: spi-nor: core: fix/remove references to spi-nor.c
 2021-01-26  9:25 UTC 

[PATCH] pci-driver: Add driver load messages
 2021-01-26 15:12 UTC  (8+ messages)

[PATCH v6 0/2] Documentation: livepatch: Document reliable stacktrace and minor cleanup
 2021-01-26 10:50 UTC  (4+ messages)

[PATCH] printk: rectify kernel-doc for prb_rec_init_wr()
 2021-01-26 10:27 UTC  (3+ messages)

fbcon: remove soft scrollback code (missing Doc. patch)
 2021-01-25 15:39 UTC  (7+ messages)

[PATCH v2 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support
 2021-01-25 10:01 UTC  (4+ messages)
` [PATCH v2 4/4] hwmon: Support Aspeed AST2600 PWM/Fan tachometer

[PATCH] kernel-doc: Make the description of return value readable
 2021-01-25 17:31 UTC  (3+ messages)

[PATCH] Documentation: arm: marvell: Fix dead link to Armada 37xx Product Brief
 2021-01-25 14:13 UTC 

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

[PATCH v3 0/7] no-copy bvec
 2021-01-25 15:58 UTC  (2+ messages)

[PATCH 00/24] Fix broken file docs cross-references
 2021-01-25 19:36 UTC  (9+ messages)
` [PATCH 20/24] ASoC: audio-graph-card: update audio-graph-card.yaml reference
` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek,dpi.yaml reference
  ` [PATCH 21/24] dt-bindings: display: mediatek: update mediatek, dpi.yaml reference
` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml references
  ` [PATCH 22/24] dt-bindings: memory: mediatek: update mediatek, smi-larb.yaml references
` [PATCH 23/24] dt-bindings:iio:adc: update adc.yaml reference

[PATCH v2] Documentation/admin-guide: kernel-parameters: update CMA entries
 2021-01-25 21:59 UTC  (2+ messages)

[PATCH v2] doc: gcc-plugins: drop more stale information
 2021-01-25 21:55 UTC  (2+ messages)

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

[PATCH] rcu-tasks: rectify kernel-doc for struct rcu_tasks
 2021-01-25 16:58 UTC  (2+ messages)

[PATCH] watch_queue: rectify kernel-doc for init_watch()
 2021-01-25 16:14 UTC 

[PATCH] Documentation: ARM: fix reference to DT format documentation
 2021-01-25  7:10 UTC 

[PATCH v2 08/34] misc: xlink-pcie: Add documentation for XLink PCIe driver
 2021-01-24 18:27 UTC  (3+ messages)

[PATCH v27 00/12] Landlock LSM
 2021-01-24 15:22 UTC  (6+ messages)
` [PATCH v27 08/12] landlock: Add syscall implementations
` [PATCH v27 12/12] landlock: Add user and kernel documentation

[PATCH v3 net-next 1/1] Allow user to set metric on default route learned via Router Advertisement
 2021-01-24  8:09 UTC  (6+ messages)

[PATCH] counter: stm32-lptimer-cnt: remove iio counter abi
 2021-01-24  6:52 UTC  (2+ messages)

[PATCH] doc: networking: ip-sysctl: Document conf/all/disable_ipv6 and conf/default/disable_ipv6
 2021-01-23 21:40 UTC  (2+ messages)

[PATCH v5 1/3] dt-bindings: hwmon: Add TI TPS23861 bindings
 2021-01-23 16:41 UTC  (5+ 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] Documentation/Kbuild: Remove references to gcc-plugin.sh
 2021-01-23 16:40 UTC  (4+ messages)

[PATCH v9 0/8] AMD Sensor Fusion Hub driver refactored
 2021-01-23 14:10 UTC  (10+ messages)
` [PATCH v9 1/8] Updated MAINTAINERS
` [PATCH v9 2/8] Updated documentation
` [PATCH v9 3/8] Updated Kconfig
` [PATCH v9 4/8] Updated Makefile
` [PATCH v9 5/8] Refactored HID descriptor and report generators
` [PATCH v9 6/8] Refactored HID LL driver
` [PATCH v9 7/8] Refactored platform driver
` [PATCH v9 8/8] Refactored PCIe driver

[PATCH] doc: gcc-plugins: drop more stale information
 2021-01-23 13:11 UTC 

[PATCH v4 8/8] staging: qlge: add documentation for debugging qlge
 2021-01-23 10:46 UTC 

[PATCH 1/1] kernel/crash_core.c - Add crashkernel=auto for x86 and ARM
 2021-01-23  3:57 UTC  (10+ messages)

[PATCH 2/2] dm crypt: support using trusted keys
 2021-01-22 19:04 UTC  (4+ messages)

[PATCH v4] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-22 18:41 UTC  (26+ messages)
` [PATCH v5] "
  ` [PATCH v6] "
    ` [PATCH v7] "

[PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
 2021-01-22 18:12 UTC  (10+ messages)

[PATCH v9 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
 2021-01-22 14:18 UTC  (2+ messages)

[PATCH v9 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function
 2021-01-22 14:08 UTC  (2+ messages)

[PATCH for device-mapper/for-next] dm integrity: follow ReST formatting
 2021-01-22 11:16 UTC 

[PATCH] Documentation: gpio: Fix typo
 2021-01-22  9:44 UTC  (2+ messages)

[PATCH] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-22  1:43 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).