linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-05 18:23:30 to 2020-02-10 06:03:31 UTC [more...]

[PATCH 00/28] docs: virt: manually convert text documents to ReST format
 2020-02-10  6:03 UTC  (9+ messages)
` [PATCH 03/28] docs: virt: user_mode_linux.rst: update compiling instructions
` [PATCH 04/28] docs: virt: user_mode_linux.rst: fix URL references
` [PATCH 16/28] docs: kvm: convert devices/xive.txt to ReST
` [PATCH 20/28] docs: kvm: Convert hypercalls.txt to ReST format
` [PATCH 25/28] docs: kvm: Convert s390-diag.txt "
` [PATCH 26/28] docs: kvm: Convert timekeeping.txt "
` [PATCH 27/28] docs: kvm: review-checklist.txt: rename to ReST
` [PATCH 28/28] docs: virt: guest-halt-polling.txt convert "

[PATCH v2 00/27] docs: virt: manually convert text documents to ReST format
 2020-02-10  5:58 UTC  (41+ messages)
` [PATCH v2 01/27] docs: kvm: add arm/pvtime.rst to index.rst
` [PATCH v2 03/27] docs: virt: user_mode_linux.rst: update compiling instructions
` [PATCH v2 04/27] docs: virt: user_mode_linux.rst: fix URL references
` [PATCH v2 05/27] docs: virt: convert halt-polling.txt to ReST format
` [PATCH v2 06/27] docs: virt: Convert msr.txt "
` [PATCH v2 07/27] docs: kvm: devices/arm-vgic-its.txt "
` [PATCH v2 08/27] docs: kvm: devices/arm-vgit-v3.txt to ReST
` [PATCH v2 09/27] docs: kvm: convert devices/arm-vgit.txt "
` [PATCH v2 10/27] docs: kvm: convert devices/mpic.txt "
` [PATCH v2 11/27] docs: kvm: convert devices/s390_flic.txt "
` [PATCH v2 12/27] docs: kvm: convert devices/vcpu.txt "
` [PATCH v2 13/27] "
` [PATCH v2 14/27] docs: kvm: convert devices/vm.txt "
` [PATCH v2 15/27] docs: kvm: convert devices/xics.txt "
` [PATCH v2 16/27] docs: kvm: convert devices/xive.txt "
` [PATCH v2 18/27] docs: kvm: convert arm/hyp-abi.txt "
` [PATCH v2 19/27] docs: kvm: arm/psci.txt: convert "
` [PATCH v2 20/27] docs: kvm: Convert hypercalls.txt to ReST format
` [PATCH v2 21/27] docs: kvm: Convert locking.txt "
` [PATCH v2 22/27] docs: kvm: Convert mmu.txt "
` [PATCH v2 23/27] docs: kvm: Convert nested-vmx.txt "
` [PATCH v2 24/27] docs: kvm: Convert ppc-pv.txt "
` [PATCH v2 25/27] docs: kvm: Convert s390-diag.txt "
` [PATCH v2 26/27] docs: kvm: Convert timekeeping.txt "
` [PATCH v2 27/27] docs: kvm: review-checklist.txt: rename to ReST

[PATCH v6 0/6] reorganize and add FADump sysfs files
 2020-02-10  4:44 UTC  (3+ messages)
` [PATCH v6 2/6] sysfs: wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name

[PATCH] Documentation: fuse: fix Sphinx directive warning
 2020-02-10  3:33 UTC 

[PATCH v26 22/22] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-02-09 21:26 UTC 

[PATCH] docs: userspace: ioctl-number: remove mc146818rtc conflict
 2020-02-09 20:33 UTC 

[PATCH 3.16 097/148] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2020-02-08 18:20 UTC 

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  2:12 UTC  (10+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [PATCH v7 2/8] fs: Add standard casefolding support
` [PATCH v7 3/8] f2fs: Use generic "
` [PATCH v7 4/8] ext4: "
` [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [PATCH v7 7/8] ext4: Hande casefolding with encryption
` [PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH] bootconfig: Use parse_args() to find bootconfig and '--'
 2020-02-08  1:41 UTC  (4+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[PATCH v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-02-08  0:44 UTC  (6+ messages)
` [PATCH v6 08/22] bootconfig: init: Allow admin to use bootconfig for init command line

[GIT PULL] Documentation fixes for 5.6
 2020-02-07 21:55 UTC  (2+ messages)

[PATCH v5 00/12] mm/gup: track FOLL_PIN pages
 2020-02-07 21:14 UTC  (18+ messages)
` [PATCH v5 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v5 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v5 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v5 04/12] mm: introduce page_ref_sub_return()
` [PATCH v5 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v5 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v5 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v5 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v5 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v5 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v5 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v3 kunit-next 0/2] kunit: add debugfs representation to show results/run tests
 2020-02-07 16:58 UTC  (3+ messages)
` [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v3 kunit-next 2/2] kunit: update documentation to describe debugfs representation

[PATCH v2 00/11] pstore: mtd: support crash log to block and mtd device
 2020-02-07 12:25 UTC  (12+ messages)
` [PATCH v2 01/11] pstore/blk: new support logger for block devices
` [PATCH v2 02/11] blkoops: add blkoops, a warpper for pstore/blk
` [PATCH v2 03/11] pstore/blk: blkoops: support pmsg recorder
` [PATCH v2 04/11] pstore/blk: blkoops: support console recorder
` [PATCH v2 05/11] pstore/blk: blkoops: support ftrace recorder
` [PATCH v2 06/11] Documentation: pstore/blk: blkoops: create document for pstore_blk
` [PATCH v2 07/11] pstore/blk: skip broken zone for mtd device
` [PATCH v2 08/11] blkoops: respect for device to pick recorders
` [PATCH v2 09/11] pstore/blk: blkoops: support special removing jobs for dmesg
` [PATCH v2 10/11] blkoops: add interface for dirver to get information of blkoops
` [PATCH v2 11/11] mtd: new support oops logger based on pstore/blk

[PATCH] docs: admin-guide: Add description of %c corename format
 2020-02-07 11:01 UTC 

[PATCH v1 00/11] pstore: support crash log to block and mtd device
 2020-02-07 10:30 UTC  (13+ messages)
` [PATCH v1 11/11] mtd: new support oops logger based on pstore/blk

[PATCH v3 0/2] remoteproc: Add elf64 support to elf loader
 2020-02-07  7:57 UTC  (9+ messages)
  ` [PATCH v3 1/2] remoteproc: Use u64 len for da_to_va
  ` [PATCH v3 2/2] remoteproc: Add elf64 support in elf loader

[PATCH RESEND v8 0/2] sched/numa: introduce numa locality
 2020-02-07  3:37 UTC  (4+ messages)
` [PATCH RESEND v8 1/2] sched/numa: introduce per-cgroup NUMA locality info
` [PATCH RESEND v8 2/2] sched/numa: documentation for per-cgroup numa

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2020-02-07  2:37 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v4 "
      ` [PATCH v5 "
        ` [PATCH v6 "
          ` [PATCH v7 "
            ` [PATCH v8 "
            ` [PATCH RESEND "

[PATCH 1/2] hwmon: (pmbus/ltc2978): add support for more parts
 2020-02-06 23:44 UTC  (2+ messages)
` [PATCH 2/2] bindings: (hwmon/ltc2978.txt): "

[PATCH 1/3] docs: hwmon: (pmbus/ltc2978): Update datasheet URLs to analog.com
 2020-02-06 17:12 UTC  (3+ messages)
` [PATCH 3/3] hwmon: (pmbus/ltc2978): add support for more parts

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-06 20:17 UTC  (4+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description

[PATCH 00/11] Manually convert thermal, crypto and misc-devices to ReST
 2020-02-06 20:09 UTC  (13+ messages)
` [PATCH 01/11] docs: thermal: convert cpu-idle-cooling.rst "
` [PATCH 02/11] docs: crypto: convert asymmetric-keys.txt "
` [PATCH 03/11] docs: crypto: convert api-intro.txt to ReST format
` [PATCH 04/11] docs: crypto: convert async-tx-api.txt "
` [PATCH 05/11] docs: crypto: descore-readme.txt: convert "
` [PATCH 06/11] docs: misc-devices/spear-pcie-gadget.txt: convert to ReST
` [PATCH 07/11] docs: misc-devices/pci-endpoint-test.txt: "
` [PATCH 08/11] "
` [PATCH 09/11] docs: misc-devices/c2port.txt: convert to ReST format
` [PATCH 10/11] docs: misc-devices/bh1770glc.txt: convert to ReST
` [PATCH 11/11] docs: misc-devices/apds990x.txt: convert to ReST format

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-02-06 19:22 UTC  (10+ messages)
` [PATCH v2 2/7] arch: um: add linker section for KUnit test suites
` [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format

[PATCH 00/28] Manually convert network text files to ReST (part 1)
 2020-02-06 15:17 UTC  (27+ messages)
` [PATCH 01/28] docs: networking: caif: convert to ReST
` [PATCH 02/28] docs: networking: convert 6lowpan.txt "
` [PATCH 03/28] docs: networking: convert 6pack.txt "
` [PATCH 04/28] docs: networking: convert altera_tse.txt "
` [PATCH 06/28] docs: networking: convert arcnet.txt "
` [PATCH 07/28] docs: networking: convert atm.txt "
` [PATCH 08/28] docs: networking: convert ax25.txt "
` [PATCH 09/28] docs: networking: convert baycom.txt "
` [PATCH 11/28] docs: networking: convert cdc_mbim.txt "
` [PATCH 12/28] docs: networking: convert cops.txt "
` [PATCH 13/28] docs: networking: convert cxacru.txt "
` [PATCH 14/28] docs: networking: convert dccp.txt "
` [PATCH 15/28] docs: networking: convert dctcp.txt "
` [PATCH 16/28] docs: networking: convert decnet.txt "
` [PATCH 17/28] docs: networking: convert defza.txt "
` [PATCH 18/28] docs: networking: convert dns_resolver.txt "
` [PATCH 19/28] docs: networking: convert driver.txt "
` [PATCH 20/28] docs: networking: convert eql.txt "
` [PATCH 21/28] docs: networking: convert fib_trie.txt "
` [PATCH 22/28] docs: networking: convert filter.txt "
` [PATCH 23/28] docs: networking: convert fore200e.txt "
` [PATCH 24/28] docs: networking: convert framerelay.txt "
` [PATCH 25/28] docs: networking: convert generic-hdlc.txt "
` [PATCH 26/28] docs: networking: convert generic_netlink.txt "
` [PATCH 27/28] docs: networking: convert gen_stats.txt "
` [PATCH 28/28] docs: networking: convert gtp.txt "

[PATCH v25 21/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
 2020-02-06 14:50 UTC  (5+ messages)

[PATCH v5] Documentation: filesystems: convert fuse to RST
 2020-02-06 12:11 UTC  (2+ messages)

[PATCH] Documentation: zram: fix the description about orig_data_size of mm_stat
 2020-02-06 11:10 UTC 

[RFC PATCH v4 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-02-06  9:41 UTC  (7+ messages)
` [RFC PATCH v4 01/22] bootconfig: Add Extra Boot Config support

[PATCH] Revert kheaders feature
 2020-02-06  7:04 UTC  (9+ messages)

[PATCH 2/5] docs/ko_KR/howto: Insert missing dots
 2020-02-06  0:12 UTC  (2+ messages)
`  "

[PATCH v4 00/12] mm/gup: track FOLL_PIN pages
 2020-02-05 23:58 UTC  (6+ messages)
` [PATCH v4 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting

[PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-02-05 23:40 UTC  (6+ messages)
` [PATCH v6 1/5] unicode: Add standard casefolded d_ops

[PATCH 1/1] mm: sysctl: add panic_on_inconsistent_mm sysctl
 2020-02-05 22:23 UTC  (5+ messages)

[RFC PATCH v9 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-02-05 18:23 UTC  (7+ messages)
` [RFC PATCH v9 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [RFC PATCH v9 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [RFC PATCH v9 4/7] x86/cet/ibt: ELF header parsing for Indirect Branch Tracking
` [RFC PATCH v9 5/7] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v9 6/7] mm: Update alloc_set_pte() for zero page
` [RFC PATCH v9 7/7] x86/cet/ibt: Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)


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