linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-21 13:34:38 to 2020-06-25 09:16:18 UTC [more...]

[PATCH 00/11] net: improve devres helpers
 2020-06-25  9:16 UTC  (17+ messages)
` [PATCH 01/11] net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()
` [PATCH 02/11] net: ethernet: ixgbe: don't call devm_mdiobus_free()
` [PATCH 03/11] net: devres: relax devm_register_netdev()
` [PATCH 04/11] net: devres: rename the release callback of devm_register_netdev()
` [PATCH 05/11] Documentation: devres: add missing mdio helper
` [PATCH 06/11] phy: un-inline devm_mdiobus_register()
` [PATCH 07/11] phy: mdio: add kerneldoc for __devm_mdiobus_register()
` [PATCH 08/11] net: phy: don't abuse devres in devm_mdiobus_register()
` [PATCH 09/11] of: mdio: remove the 'extern' keyword from function declarations
` [PATCH 10/11] of: mdio: provide devm_of_mdiobus_register()
` [PATCH 11/11] net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-25  1:47 UTC  (13+ messages)
` [PATCH v4 01/11] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v4 02/11] arch: arm64: "
` [PATCH v4 03/11] arch: microblaze: "
` [PATCH v4 04/11] arch: powerpc: "
` [PATCH v4 05/11] arch: um: "
` [PATCH v4 06/11] arch: xtensa: "
` [PATCH v4 07/11] kunit: test: create a single centralized executor for all tests
` [PATCH v4 08/11] init: main: add KUnit to kernel init
` [PATCH v4 09/11] kunit: test: add test plan to KUnit TAP format
` [PATCH v4 10/11] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v4 11/11] Documentation: kunit: add a brief blurb about kunit_test_suite

[RFC v7 03/11] drm/vblank: Add vblank works
 2020-06-24 23:03 UTC 

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-24 20:48 UTC  (7+ messages)
` [PATCH v3 4/7] init: main: add KUnit to kernel init

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-24 14:40 UTC  (5+ messages)

[PATCH v5] hwmon: add Corsair Commander Pro driver
 2020-06-24 14:15 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1
 2020-06-24 12:55 UTC  (15+ messages)
` [PATCH net-next v3 1/7] doc: net: add backplane documentation
` [PATCH net-next v3 2/7] dt-bindings: net: add backplane dt bindings
    ` [EXT] "
` [PATCH net-next v3 3/7] net: fman: add kr support for dpaa1 mac
` [PATCH net-next v3 5/7] net: phy: enable qoriq backplane support
` [PATCH net-next v3 6/7] net: phy: add bee algorithm for kr training
` [PATCH net-next v3 7/7] arm64: dts: add serdes and mdio description
  ` [PATCH net-next v3 4/7] net: phy: add backplane kr driver support
    ` [EXT] "

[PATCH v4 0/3] hwmon: Add Corsair Commander Pro driver
 2020-06-24  8:45 UTC  (5+ messages)
` [PATCH v4 1/3] input: add to hid_ignore_list
` [PATCH v4 2/3] hwmon: add Documentation
` [PATCH v4 3/3] hwmon: add driver

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-06-24  8:45 UTC  (12+ messages)

[PATCH v3 08/10] x86: Add support for function granular KASLR
 2020-06-24  7:11 UTC  (2+ messages)

[PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-06-24  6:04 UTC  (13+ messages)
` [PATCH v9 1/4] unicode: Add utf8_casefold_hash
` [PATCH v9 2/4] fs: Add standard casefolding support
` [PATCH v9 3/4] f2fs: Use generic "
` [PATCH v9 4/4] ext4: "

[PATCH v2 0/9] Convert the remaining text files to ReST and add SPDX for GFDL
 2020-06-24  5:29 UTC  (15+ messages)
` [PATCH v2 1/9] docs: dt: convert booting-without-of.txt to ReST format
` [PATCH v2 2/9] LICENSES: add GFDL licenses
` [PATCH v2 4/9] docs: trace: ring-buffer-design.txt: convert to ReST format
` [PATCH v2 5/9] docs: move nommu-mmap.txt to admin-guide and rename to ReST
` [PATCH v2 6/9] docs: move mailbox.txt to driver-api and rename it
` [PATCH v2 7/9] docs: move other kAPI documents to core-api
` [PATCH v2 8/9] docs: Add remaining Documentation/*.txt at staging/index.rst
` [PATCH v2 9/9] docs: staging: use small font for literal includes

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-06-23 20:03 UTC  (4+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH] scsi: sd: stop SSD (non-rotational) disks before reboot
 2020-06-23 20:42 UTC  (4+ messages)

[PATCH v2] trivial: fix kerneldoc comments
 2020-06-23 18:28 UTC 

[PATCH v2 00/16] Remove uninitialized_var() macro
 2020-06-23 18:29 UTC  (20+ messages)
` [PATCH v2 01/16] docs: deprecated.rst: Add uninitialized_var()
` [PATCH v2 04/16] b43: Remove uninitialized_var() usage
` [PATCH v2 07/16] clk: st: "
` [PATCH v2 09/16] clk: spear: "
` [PATCH v2 10/16] KVM: PPC: Book3S PR: "
` [PATCH v2 11/16] media: sur40: "
` [PATCH v2 13/16] mm/debug_vm_pgtable: "

[PATCH v3 bpf-next 0/8] bpf, printk: add BTF-based type printing
 2020-06-23 18:16 UTC  (14+ messages)
` [PATCH v3 bpf-next 1/8] bpf: provide function to get vmlinux BTF information
` [PATCH v3 bpf-next 2/8] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v3 bpf-next 3/8] checkpatch: add new BTF pointer format specifier
` [PATCH v3 bpf-next 4/8] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v3 bpf-next 5/8] printk: initialize vmlinux BTF outside of printk in late_initcall()
` [PATCH v3 bpf-next 6/8] printk: extend test_printf to test %pT BTF-based format specifier
` [PATCH v3 bpf-next 7/8] bpf: add support for %pT format specifier for bpf_trace_printk() helper
` [PATCH v3 bpf-next 8/8] bpf/selftests: add tests for %pT format specifier

[PATCH v2 01/15] mm: vmalloc.c: remove a kernel-doc annotation from a removed parameter
 2020-06-23 17:38 UTC  (18+ messages)
` [PATCH v2 02/15] net: dev: add a missing kernel-doc annotation
` [PATCH v2 03/15] net: netdevice.h: add a description for napi_defer_hard_irqs
` [PATCH v2 04/15] scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
` [PATCH v2 05/15] net: pylink.h: add kernel-doc descriptions for new fields at phylink_config
` [PATCH v2 06/15] scripts/kernel-doc: handle function pointer prototypes
` [PATCH v2 07/15] fs: fs.h: fix a kernel-doc parameter description
` [PATCH v2 08/15] kcsan: fix a kernel-doc warning
` [PATCH v2 09/15] selftests/vm/keys: fix a broken reference at protection_keys.c
` [PATCH v2 10/15] docs: hugetlbpage.rst: fix some warnings
` [PATCH v2 11/15] docs: powerpc: fix some issues at vas-api.rst
` [PATCH v2 12/15] docs: driver-model: remove a duplicated markup at driver.rst
` [PATCH v2 13/15] docs: ABI: fix a typo when pointing to w1-generic.rst
` [PATCH v2 14/15] docs: fix references for DMA*.txt files
` [PATCH v2 15/15] docs: fs: proc.rst: convert a new chapter to ReST

[PATCH] docs: sysctl/kernel: document random
 2020-06-23 11:25 UTC 

[PATCH v3 1/7] docs: dt: convert booting-without-of.txt to ReST format
 2020-06-23 13:31 UTC  (7+ messages)
` [PATCH v3 2/7] docs: trace: ring-buffer-design.txt: convert "
` [PATCH v3 3/7] docs: move nommu-mmap.txt to admin-guide and rename to ReST
` [PATCH v3 4/7] docs: move mailbox.txt to driver-api and rename it
` [PATCH v3 5/7] docs: move other kAPI documents to core-api
` [PATCH v3 6/7] docs: Add remaining Documentation/*.txt at staging/index.rst
` [PATCH v3 7/7] docs: staging: use small font for literal includes

[PATCH] sched/numa: documentation for NUMA locality measure
 2020-06-23  9:56 UTC 

[PATCH] trivial: fix kerneldoc comments
 2020-06-23  9:45 UTC  (5+ messages)

[PATCH 18/22] docs: trace: ring-buffer-design.txt: convert to ReST format
 2020-06-23  8:24 UTC  (4+ messages)

[patch] New mode DM-Verity error handling
 2020-06-23  8:08 UTC  (9+ messages)
  `  "
    ` [dm-devel] "

[RFC PATCH v5 0/3] Add scheduler overview documentation
 2020-06-23  7:17 UTC  (4+ messages)
` [RFC PATCH v5 2/3] docs: scheduler: "

[PATCH] docs: f2fs: fix a broken table
 2020-06-23  5:57 UTC  (4+ messages)

[PATCH] docs: Don't push Sphinx upgrades quite so readily
 2020-06-22 22:35 UTC 

[PATCH] Documentation: kunit: Add naming guidelines
 2020-06-22 21:41 UTC  (4+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Documentation/process
 2020-06-22 20:15 UTC  (11+ messages)

[PATCH v2] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 19:46 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 18:38 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide
 2020-06-22 18:17 UTC  (4+ messages)

[PATCH v16 00/14] Introduce Data Access MONitor (DAMON)
 2020-06-22 17:00 UTC  (3+ messages)

[PATCH] mm: Fix a warning while make xmldocs
 2020-06-22 15:28 UTC 

Recall: [PATCH net-next v2 0/9] net: ethernet backplane support on DPAA1
 2020-06-22 13:50 UTC 

[PATCH v3] debugfs: Add access restriction option
 2020-06-22 13:47 UTC  (6+ messages)
` [PATCH v4 0/2] "
  ` [PATCH 1/2] tracefs: Remove unnecessary debug_fs checks
  ` [PATCH 2/2] debugfs: Add access restriction option

[PATCH net-next v3 0/7] net: ethernet backplane support on DPAA1
 2020-06-22 13:38 UTC 

[PATCH v4] docs: block: Create blk-mq documentation
 2020-06-22 13:09 UTC  (3+ messages)

[PATCH] docs: kbuild: fix ReST formatting
 2020-06-22 12:43 UTC 

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-22  2:28 UTC  (11+ messages)

[PATCH] Replace HTTP links with HTTPS ones: Documentation/filesystems
 2020-06-21 13:35 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/driver-api
 2020-06-21 13:35 UTC 

[PATCH] Replace HTTP links with HTTPS ones: Documentation/arm
 2020-06-21 13:34 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).