linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-28 09:01:53 to 2020-01-30 21:07:25 UTC [more...]

[PATCH] acpi: button: Provide option for power button to directly signal init
 2020-01-30 21:07 UTC  (2+ messages)

[PATCH 0/8] Remove 64-bit GDT setup in efi_main + doc fixes
 2020-01-30 20:04 UTC  (9+ messages)
` [PATCH 1/8] efi/x86: Use C wrapper instead of inline assembly
` [PATCH 2/8] efi/x86: Allocate the GDT pointer on the stack
` [PATCH 3/8] efi/x86: Factor GDT setup code into a function
` [PATCH 4/8] efi/x86: Only setup the GDT for 32-bit kernel
` [PATCH 5/8] efi/x86: Allocate only the required 32 bytes for the GDT
` [PATCH 6/8] efi/x86: Change __KERNEL_{CS,DS} to __BOOT_{CS,DS}
` [PATCH 7/8] Documentation/x86/boot: Clarify segment requirements for EFI handover
` [PATCH 8/8] Documentation/x86/boot: Correct segment requirements for 64-bit boot

[PATCH 1/1] mm: sysctl: add panic_on_inconsistent_mm sysctl
 2020-01-30 19:28 UTC  (5+ messages)

[PATCH net] netfilter: nf_flowtable: fix documentation
 2020-01-30 19:10 UTC 

[PATCH v2 0/6] arm64: ARMv8.4 Activity Monitors support
 2020-01-30 18:26 UTC  (36+ messages)
` [PATCH v2 1/6] arm64: add support for the AMU extension v1
` [PATCH v2 3/6] arm64/kvm: disable access to AMU registers from kvm guests
` [PATCH v2 4/6] Documentation: arm64: document support for the AMU extension
` [PATCH v2 5/6] TEMP: sched: add interface for counter-based frequency invariance
` [PATCH v2 6/6] arm64: use activity monitors for "

[PATCH] Documentation: admin-guide: PM: Update sleep states documentation
 2020-01-30 14:52 UTC 

[PATCH v2 0/8] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-30 11:31 UTC  (17+ messages)
` [PATCH v2 1/8] mm: dump_page: print head page's refcount, for compound pages
` [PATCH v2 2/8] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v2 3/8] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v2 4/8] mm/gup: track FOLL_PIN pages
` [PATCH v2 5/8] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v2 6/8] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v2 7/8] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 8/8] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-01-30 10:02 UTC  (3+ messages)
  ` [PATCH 1/3] ide: "

[GIT PULL] Documentation for 5.6
 2020-01-29 23:35 UTC  (2+ messages)

[PATCH v2] Documentation: changes.rst: update several outdated project URLs
 2020-01-29 23:15 UTC 

[PATCH v3 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-29 21:10 UTC  (30+ messages)
` [PATCH v3 01/28] docs: i2c: sort index logically
` [PATCH v3 02/28] docs: i2c: summary: extend introduction
` [PATCH v3 03/28] docs: i2c: summary: rewrite the "terminology" section
` [PATCH v3 04/28] docs: i2c: call it "I2C" consistently
` [PATCH v3 05/28] docs: i2c: fix typo
` [PATCH v3 06/28] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
` [PATCH v3 07/28] docs: i2c: i2c-protocol: fix kernel-doc function syntax
` [PATCH v3 08/28] docs: i2c: i2c-protocol: properly name start and stop conditions
` [PATCH v3 09/28] docs: i2c: i2c-protocol: remove unneeded colons from table
` [PATCH v3 10/28] docs: i2c: i2c-protocol: use proper names for ACK and NACK
` [PATCH v3 11/28] docs: i2c: smbus-protocol: fix link syntax
` [PATCH v3 12/28] docs: i2c: smbus-protocol: properly name start and stop conditions
` [PATCH v3 13/28] docs: i2c: smbus-protocol: remove unneeded colons from table
` [PATCH v3 14/28] docs: i2c: smbus-protocol: use proper names for ACK and NACK
` [PATCH v3 15/28] docs: i2c: smbus-protocol: enable kernel-doc function syntax
` [PATCH v3 16/28] docs: i2c: smbus-protocol: fix "
` [PATCH v3 17/28] docs: i2c: smbus-protocol: fix typo
` [PATCH v3 18/28] docs: i2c: smbus-protocol: fix punctuation
` [PATCH v3 19/28] docs: i2c: smbus-protocol: improve I2C Block transactions description
` [PATCH v3 20/28] docs: i2c: instantiating-devices: fix internal hyperlink
` [PATCH v3 21/28] docs: i2c: instantiating-devices: rearrange static instatiation
` [PATCH v3 22/28] docs: i2c: instantiating-devices: use monospace for sysfs attributes
` [PATCH v3 23/28] docs: i2c: old-module-parameters: fix internal hyperlink
` [PATCH v3 24/28] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
` [PATCH v3 25/28] docs: i2c: old-module-parameters: use monospace instead of ""
` [PATCH v3 26/28] docs: i2c: rename sections so the overall picture is clearer
` [PATCH v3 27/28] docs: i2c: i2c-protocol: use same wording as smbus-protocol
` [PATCH v3 28/28] docs: i2c: writing-clients: properly name the stop condition

[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-29 20:01 UTC  (4+ messages)

[PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
 2020-01-29 19:59 UTC  (16+ messages)
` [PATCH v2 1/9] mm: "
    `  "
` [PATCH v2 8/9] mm/damon: Add kunit tests
` [PATCH v2 9/9] mm/damon: Add a tracepoint for result buffer writing
  ` Re: [PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
          `  "
              `  "
                  `  "

[PATCH v2 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-29 12:22 UTC  (4+ messages)
` [PATCH v2 01/28] docs: i2c: sort index logically

[PATCH 1/2] docs: usb: remove some broken references
 2020-01-29  9:18 UTC  (8+ messages)
` [PATCH 2/2] docs: filesystems: add overlayfs to index.rst

Docs build broken by driver-api/dmaengine/client.rst ? (was Re: [GIT PULL]: dmaengine updates for v5.6-rc1)
 2020-01-29  7:47 UTC  (5+ messages)

[PATCH v1 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-29  6:38 UTC  (9+ messages)
` [PATCH v1 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v1 4/7] init: main: add KUnit to kernel init
` [PATCH v1 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v5] Documentation: filesystems: convert fuse to RST
 2020-01-29  5:06 UTC 

[PATCH v2 0/5] Documentation: nfs: convert remaining files to ReST
 2020-01-29  4:49 UTC  (6+ messages)
` [PATCH v2 1/5] Documentation: nfs: convert pnfs.txt "
` [PATCH v2 2/5] Documentation: nfs: rpc-cache: convert "
` [PATCH v2 3/5] Documentation: nfs: rpc-server-gss: "
` [PATCH v2 4/5] Documentation: nfs: nfs41-server: "
` [PATCH v2 5/5] Documentation: nfs: knfsd-stats: "

[PATCH][RFC] PCI: Add "pci=blacklist_dev=" parameter to blacklist specific devices
 2020-01-29  1:32 UTC  (3+ messages)

[PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-01-28 23:03 UTC  (6+ messages)
` [PATCH v6 1/5] unicode: Add standard casefolded d_ops
` [PATCH v6 2/5] fscrypt: Have filesystems handle their d_ops
` [PATCH v6 3/5] f2fs: Handle casefolding with Encryption
` [PATCH v6 4/5] ext4: Hande casefolding with encryption
` [PATCH v6 5/5] ext4: Optimize match for casefolded encrypted dirs

[PATCH 1/3] docs: hwmon: (pmbus/ltc2978): Update datasheet URLs to analog.com
 2020-01-28 22:38 UTC  (8+ messages)
` [PATCH 2/3] hwmon: (pmbus/ltc2978): Fix PMBus polling of MFR_COMMON definitions
` [PATCH 3/3] hwmon: (pmbus/ltc2978): add support for more parts

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

[PATCH v8 00/15] CoreSight CTI Driver
 2020-01-28 19:32 UTC  (4+ messages)
` [PATCH v8 08/15] coresight: cti: Enable CTI associated with devices

[PATCH] dmaengine: doc: Properly indent metadata title
 2020-01-28 12:50 UTC 


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