linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-25 23:46:33 to 2020-02-28 01:34:50 UTC [more...]

[PATCH v3] docs: add a script to check sysctl docs
 2020-02-27 21:58 UTC  (3+ messages)

[PATCH v3 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-02-28  1:20 UTC  (8+ messages)
` [PATCH v3 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v3 2/7] arch: um: "
` [PATCH v3 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v3 4/7] init: main: add KUnit to kernel init
` [PATCH v3 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v3 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v3 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH doc 0/5] doc: cgroup: improve formatting
 2020-02-28  0:06 UTC  (6+ messages)
` [PATCH doc 1/5] "
` [PATCH doc 2/5] doc: cgroup: improve formatting of mem stats
` [PATCH doc 3/5] doc: cgroup: improve formatting of io example
` [PATCH doc 4/5] doc: cgroup: improve formatting of cpuset examples
` [PATCH doc 5/5] doc: cgroup: improve formatting of references

[PATCH 1/3] PCI: Make PCIE_RESET_READY_POLL_MS configurable
 2020-02-27 23:44 UTC  (3+ messages)

[PATCH] acpi/x86: add a kernel parameter to disable ACPI BGRT
 2020-02-27 23:38 UTC 

[PATCH v2 12/24] docs: pci: endpoint/function/binding/pci-test.txt convert to ReST
 2020-02-27 23:03 UTC  (2+ messages)

[PATCH v2 0/2] pci: Add boot interrupt quirk mechanism for Xeon chipsets
 2020-02-27 22:49 UTC  (2+ messages)

[PATCH 00/11] fs/dcache: Limit # of negative dentries
 2020-02-27 22:39 UTC  (22+ messages)
` [PATCH 01/11] fs/dcache: Fix incorrect accounting "
` [PATCH 02/11] fs/dcache: Simplify __dentry_kill()
` [PATCH 03/11] fs/dcache: Add a counter to track number of children
` [PATCH 04/11] fs/dcache: Add sysctl parameter dentry-dir-max
` [PATCH 05/11] fs/dcache: Reclaim excessive negative dentries in directories
` [PATCH 06/11] fs/dcache: directory opportunistically stores # of positive dentries
` [PATCH 07/11] fs/dcache: Add static key negative_reclaim_enable
` [PATCH 08/11] fs/dcache: Limit dentry reclaim count in negative_reclaim_workfn()
` [PATCH 09/11] fs/dcache: Don't allow small values for dentry-dir-max
` [PATCH 10/11] fs/dcache: Kill off dentry as last resort
` [PATCH 11/11] fs/dcache: Track # of negative dentries reclaimed & killed

[PATCH] Documentation: cpufreq: Move legacy driver documentation
 2020-02-27 22:30 UTC 

[PATCH net-next v2 0/8] rework phylink interface for split MAC/PCS support
 2020-02-27 22:13 UTC  (20+ messages)
` [PATCH net-next v2 1/8] net: phylink: propagate resolved link config via mac_link_up()
` [PATCH net-next v2 2/8] net: dsa: "
` [PATCH net-next v2 3/8] net: mv88e6xxx: use resolved link config in mac_link_up()
` [PATCH net-next v2 4/8] net: axienet: "
` [PATCH net-next v2 5/8] net: dpaa2-mac: "
` [PATCH net-next v2 6/8] net: macb: "
` [PATCH net-next v2 7/8] net: mvneta: "
` [PATCH net-next v2 8/8] net: mvpp2: "

[PATCH v5 0/7] arm64: ARMv8.4 Activity Monitors support
 2020-02-27 19:58 UTC  (11+ messages)
` [PATCH v5 1/7] arm64: add support for the AMU extension v1
` [PATCH v5 2/7] arm64: trap to EL1 accesses to AMU counters from EL0
` [PATCH v5 3/7] arm64/kvm: disable access to AMU registers from kvm guests
` [PATCH v5 4/7] Documentation: arm64: document support for the AMU extension
` [PATCH v5 5/7] cpufreq: add function to get the hardware max frequency
` [PATCH v5 6/7] arm64: use activity monitors for frequency invariance
` [PATCH v5 7/7] clocksource/drivers/arm_arch_timer: validate arch_timer_rate

[PATCH 0/2] Documentation: bootconfig: Documentaiton updates
 2020-02-27 19:53 UTC  (5+ messages)
` [PATCH 1/2] Documentation: bootconfig: Update boot configuration documentation
` [PATCH 2/2] Documentation: bootconfig: Add EBNF syntax file

[GIT PULL] Documentation fixes for 5.6
 2020-02-27 19:40 UTC  (2+ messages)

[PATCH v3 0/5] Documentation/locking/atomic: Add litmus tests for atomic APIs
 2020-02-27 18:16 UTC  (17+ messages)
` [PATCH v3 1/5] tools/memory-model: Add an exception for limitations on _unless() family
` [PATCH v3 2/5] Documentation/locking/atomic: Fix atomic-set litmus test
` [PATCH v3 3/5] Documentation/locking/atomic: Introduce atomic-tests directory
` [PATCH v3 4/5] Documentation/locking/atomic: Add a litmus test for atomic_set()
` [PATCH v3 5/5] Documentation/locking/atomic: Add a litmus test smp_mb__after_atomic()

[Linux-kernel-mentees] [PATCH v3] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 18:06 UTC 

[Linux-kernel-mentees] [PATCH v2] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 18:03 UTC 

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-27 18:03 UTC  (36+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 04/27] x86/cet: Add control-protection fault handler
` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection
` [RFC PATCH v9 06/27] mm: Introduce VM_SHSTK for Shadow Stack memory
` [RFC PATCH v9 07/27] Add guard pages around a Shadow Stack
` [RFC PATCH v9 08/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 10/27] x86/mm: Update pte_modify, pmd_modify, and _PAGE_CHG_MASK for _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v9 13/27] x86/mm: Shadow Stack page fault error checking
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 16/27] mm: Update can_follow_write_pte() for Shadow Stack
` [RFC PATCH v9 17/27] x86/cet/shstk: User-mode Shadow Stack support

[Linux-kernel-mentees] [PATCH v2] doc: Convert to checklist.txt to checklist.rst
 2020-02-27 17:26 UTC 

[PATCH v10 00/15] CoreSight CTI Driver
 2020-02-27 17:05 UTC  (18+ messages)
` [PATCH v10 01/15] coresight: cti: Initial "
` [PATCH v10 02/15] coresight: cti: Add sysfs coresight mgmt reg access
` [PATCH v10 03/15] coresight: cti: Add sysfs access to program function regs
` [PATCH v10 04/15] coresight: cti: Add sysfs trigger / channel programming API
` [PATCH v10 05/15] dt-bindings: arm: Adds CoreSight CTI hardware definitions
` [PATCH v10 06/15] coresight: cti: Add device tree support for v8 arch CTI
` [PATCH v10 07/15] coresight: cti: Add device tree support for custom CTI
` [PATCH v10 08/15] coresight: cti: Enable CTI associated with devices
` [PATCH v10 09/15] coresight: cti: Add connection information to sysfs
` [PATCH v10 10/15] dt-bindings: qcom: Add CTI options for qcom msm8916
` [PATCH v10 11/15] dt-bindings: arm: Juno platform - add CTI entries to device tree
` [PATCH v10 12/15] dt-bindings: hisilicon: Add CTI bindings for hi-6220
` [PATCH v10 13/15] docs: coresight: Update documentation for CoreSight to cover CTI
` [PATCH v10 14/15] docs: sysfs: coresight: Add sysfs ABI documentation for CTI
` [PATCH v10 15/15] Update MAINTAINERS to add reviewer for CoreSight

[RFC PATCH v14 00/10] Landlock LSM
 2020-02-27 17:01 UTC  (13+ messages)
` [RFC PATCH v14 01/10] landlock: Add object and rule management
` [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control

[PATCH] Documentation/llvm: add documentation on building w/ Clang/LLVM
 2020-02-27 16:11 UTC  (23+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] kbuild: get rid of trailing slash from subdir- example
 2020-02-27 16:07 UTC  (2+ messages)

[PATCH v5 0/6] Describe CoreSight topology using sysfs links
 2020-02-27 15:14 UTC  (7+ messages)
` [PATCH v5 1/6] coresight: Pass coresight_device for coresight_release_platform_data
` [PATCH v5 2/6] coresight: add return value for fixup connections
` [PATCH v5 3/6] coresight: Add generic sysfs link creation functions
` [PATCH v5 4/6] coresight: Expose device connections via sysfs
` [PATCH v5 5/6] coresight: cti: Add in sysfs links to other coresight devices
` [PATCH v5 6/6] coresight: docs: Add information about the topology representations

[Linux-kernel-mentees] [PATCH] doc: Convert rculist_nulls.txt to rculist_nulls.rst
 2020-02-27 13:28 UTC  (2+ messages)

[PATCH] x86/tsc: Add kernel options to disable CPUID and MSR calibrations
 2020-02-27 12:58 UTC  (4+ messages)

[PATCH 0/7] Some cross-reference fixes due to fixes renames
 2020-02-27  9:16 UTC  (3+ messages)
` [PATCH 2/7] docs: dt: fix several broken references due to renames

[PATCH] doc: Convert to checklist.txt to checklist.rst
 2020-02-27  9:08 UTC  (4+ messages)
` [Linux-kernel-mentees] "
` [Linux-kernel-mentees] [PATCH v2] "

[PATCH v2 00/11] pstore: mtd: support crash log to block and mtd device
 2020-02-27  8:21 UTC  (4+ messages)
` [PATCH v2 01/11] pstore/blk: new support logger for block devices

[PATCH v1 0/5] Add fw_devlink kernel commandline option
 2020-02-26 21:41 UTC  (5+ messages)
` [PATCH v1 4/5] of: property: Start using fw_devlink_get_flags()
` [PATCH v1 5/5] of: property: Delete of_devlink kernel commandline option

[PATCH v4 0/6] Describe CoreSight topology using sysfs links
 2020-02-26 21:23 UTC  (9+ messages)
` [PATCH v4 4/6] coresight: Expose device connections via sysfs
` [PATCH v4 5/6] coresight: cti: Add in sysfs links to other coresight devices

[PATCH] kbuild: remove trailing slash from devicetree/binding/ for descending
 2020-02-26 17:53 UTC 

[PATCH net-next 0/8] rework phylink interface for split MAC/PCS support
 2020-02-26 15:07 UTC  (9+ messages)
` [PATCH net-next 2/8] net: dsa: propagate resolved link config via mac_link_up()
` [PATCH net-next 5/8] net: dpaa2-mac: use resolved link config in mac_link_up()

[PATCH] doc: fix filesystems/porting.rst whitespace
 2020-02-26 11:27 UTC  (5+ messages)

[PATCH v4 0/7] arm64: ARMv8.4 Activity Monitors support
 2020-02-26 10:22 UTC  (7+ messages)
` [PATCH v4 6/7] arm64: use activity monitors for frequency invariance

[RFC 0/3] tools/memory-model: Add litmus tests for atomic APIs
 2020-02-26  2:51 UTC  (7+ messages)
` [RFC 2/3] tools/memory-model: Add a litmus test for atomic_set()

[PATCH 1/3] dt-bindings: hwmon: Add compatible for ti,ina260
 2020-02-26  2:16 UTC  (3+ messages)
` [PATCH 3/3] hwmon: (ina2xx) Add support for ina260


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