linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-12 13:32:33 to 2019-09-23 11:46:52 UTC [more...]

[PATCH v6 0/4] Use MFD framework for SGI IOC3 drivers
 2019-09-23 11:46 UTC 

[PATCH RESEND] k10temp: update docs and add temp2_input info
 2019-09-23 10:59 UTC 

[PATCH] k10temp: update documentation
 2019-09-23 10:51 UTC  (2+ messages)

[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:05 UTC  (22+ messages)
` [PATCH v17 01/19] kunit: test: add KUnit test runner core
` [PATCH v17 02/19] kunit: test: add test resource management API
` [PATCH v17 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v17 04/19] kunit: test: add assertion printing library
` [PATCH v17 05/19] kunit: test: add the concept of expectations
` [PATCH v17 06/19] lib: enable building KUnit in lib/
` [PATCH v17 07/19] kunit: test: add initial tests
` [PATCH v17 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v17 09/19] kunit: test: add support for test abort
` [PATCH v17 10/19] kunit: test: add tests for kunit "
` [PATCH v17 11/19] kunit: test: add the concept of assertions
` [PATCH v17 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v17 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v17 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v17 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v17 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v17 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v17 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v17 19/19] kunit: fix failure to build without printk

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:02 UTC  (20+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
` [PATCH v18 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v18 04/19] kunit: test: add assertion printing library
` [PATCH v18 05/19] kunit: test: add the concept of expectations
` [PATCH v18 06/19] lib: enable building KUnit in lib/
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v18 09/19] kunit: test: add support for test abort
` [PATCH v18 10/19] kunit: test: add tests for kunit "
` [PATCH v18 11/19] kunit: test: add the concept of assertions
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v18 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v18 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v18 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v18 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v18 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v18 19/19] kunit: fix failure to build without printk

[PATCH] k10temp: update documentation
 2019-09-23  7:18 UTC  (5+ messages)

[PATCH 2/2] Documentation/gpu: Fix no structured comments warning for drm_gem_ttm_helper.h
 2019-09-23  7:03 UTC  (3+ messages)

[PATCH v2] docs: Use make invocation's -j argument for parallelism
 2019-09-22 20:03 UTC  (2+ messages)

[PATCH AUTOSEL 5.3 191/203] ALSA: hda - Add a quirk model for fixing Huawei Matebook X right speaker
 2019-09-22 18:43 UTC 

[PATCH AUTOSEL 5.2 173/185] ALSA: hda - Add a quirk model for fixing Huawei Matebook X right speaker
 2019-09-22 18:49 UTC 

[PATCH 0/2] misc: add support for the cc1101 RF transceiver chip from TI
 2019-09-22  6:03 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH 5/5] lib/math: remove int_pow()
 2019-09-21 15:22 UTC  (4+ messages)

[PATCH] kbuild: remove ar-option and KBUILD_ARFLAGS
 2019-09-21  6:49 UTC 

[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-20 23:52 UTC  (23+ messages)
` [PATCH v16 01/19] kunit: test: add KUnit test runner core
` [PATCH v16 02/19] kunit: test: add test resource management API
` [PATCH v16 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v16 04/19] kunit: test: add assertion printing library
` [PATCH v16 05/19] kunit: test: add the concept of expectations
` [PATCH v16 06/19] lib: enable building KUnit in lib/
` [PATCH v16 07/19] kunit: test: add initial tests
` [PATCH v16 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v16 09/19] kunit: test: add support for test abort
` [PATCH v16 10/19] kunit: test: add tests for kunit "
` [PATCH v16 11/19] kunit: test: add the concept of assertions
` [PATCH v16 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v16 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v16 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v16 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v16 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v16 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v16 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v16 19/19] kunit: fix failure to build without printk

Spende von 5 Millionen Euro
 2019-09-20  8:26 UTC 

[PATCH] docs: Use make invocation's -j argument for parallelism
 2019-09-19 21:19 UTC  (3+ messages)

[PATCH 00/11] drm/vram: Add VRAM buffers for HW cursors
 2019-09-19  6:51 UTC  (14+ messages)
` [PATCH 01/11] drm/vram: Add struct drm_vram_buffer to VRAM helpers
` [PATCH 02/11] drm/ast: Don't call ast_show_cursor() from ast_cursor_move()
` [PATCH 03/11] drm/ast: Move cursor update code to ast_show_cursor()
` [PATCH 04/11] drm/ast: Reserve space for double-buffered cursor image
` [PATCH 05/11] drm/ast: Store cursor in reserved memory area
` [PATCH 06/11] drm/mgag200: Rename cursor functions to use mgag200_ prefix
` [PATCH 07/11] drm/mgag200: Add init and fini functions for cursor handling
` [PATCH 08/11] drm/mgag200: Add separate move-cursor function
` [PATCH 09/11] drm/mgag200: Move cursor-image update to mgag200_show_cursor()
` [PATCH 10/11] drm/mgag200: Reserve video memory for cursor plane
` [PATCH 11/11] drm/mgag200: Implement cursor buffer with struct drm_vram_buffer

Spende von 5 Millionen Euro
 2019-09-18 17:44 UTC 

[PATCH v3] powerpc/fadump: sysfs for fadump memory reservation
 2019-09-18  8:19 UTC  (8+ messages)

[PATCH V4 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support
 2019-09-18  1:55 UTC  (4+ messages)

[GIT PULL] Documentation for 5.4
 2019-09-17 23:40 UTC  (2+ messages)

[PATCH 0/2] kernel-doc: fix bug and improve dump_struct
 2019-09-17 19:41 UTC  (3+ messages)
` [PATCH 1/2] kernel-doc: fix processing nested structs with attributes
` [PATCH 2/2] kernel-doc: add support for ____cacheline_aligned_in_smp attribute

[PATCH 0/4] arm64: ARMv8.4 Activity Monitors support
 2019-09-17 13:42 UTC  (5+ messages)
` [PATCH 1/4] arm64: add support for the AMU extension v1
` [PATCH 2/4] arm64: trap to EL1 accesses to AMU counters from EL0
` [PATCH 3/4] arm64/kvm: disable access to AMU registers from kvm guests
` [PATCH 4/4] Documentation: arm64: document support for the AMU extension

[PATCH v2 00/11] coresight: etm4x: Fixes and updates for sysfs API
 2019-09-17  9:33 UTC  (5+ messages)
` [PATCH v2 02/11] coresight: etm4x: Fix input validation for sysfs
` [PATCH v2 03/11] coresight: etm4x: Add missing API to set EL match on address filters

[PATCH v2] Documentation: document earlycon without options for more platforms
 2019-09-17  7:15 UTC 

[PATCH v2] printf: add support for printing symbolic error codes
 2019-09-17  6:59 UTC  (6+ messages)
  ` [PATCH v3] "

Wohltätigkeitsspende von 2.000.000 Millionen Euro
 2019-09-17  3:58 UTC 

CONFIDENTIAL FROM MS LISA HUGH(BUSINESS)
 2019-09-16 17:47 UTC 

[PATCH] Documentation: document earlycon without options for more platforms
 2019-09-16 15:25 UTC  (2+ messages)

[PATCH net-next] net: phylink: clarify where phylink should be used
 2019-09-16 14:54 UTC  (3+ messages)

[PATCH v2 0/4] null_blk: fixes around nr_devices and log improvements
 2019-09-16 13:38 UTC  (13+ messages)
` [PATCH v2 1/4] null_blk: do not fail the module load with zero devices
` [PATCH v2 2/4] null_blk: match the type of parameter nr_devices
` [PATCH v2 3/4] null_blk: format pr_* logs with pr_fmt
` [PATCH v2 4/4] coding-style: add explanation about pr_fmt macro

[PATCH] riscv-docs: correct the sequence of the magic number 2 since it's little endian
 2019-09-16 13:01 UTC 

[PATCH 0/4] Documentation/process: embargoed hardware issues additions
 2019-09-16  8:30 UTC  (4+ messages)
` [PATCH 4/4] Documentation/process: add transparency promise to list subscription

[PATCH] docs: hwmon: Suppress Sphinx warning
 2019-09-16  8:25 UTC  (3+ messages)

D;
 2019-09-15 14:49 UTC 

[PATCH 0/4] reorganize and add FADump sysfs files
 2019-09-15 13:23 UTC  (5+ messages)
` [PATCH 1/4] powerpc/fadump: replicate /sys/kernel/fadump_* sysfs into /sys/kernel/fadump/
` [PATCH 2/4] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH 4/4] powerpc/fadump: sysfs for fadump memory reservation

[PATCH] docs: perf: Add imx-ddr to documentation index
 2019-09-15  8:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] Documentation: kbuild: Add document about reproducible builds
 2019-09-15  7:24 UTC  (3+ messages)

[PATCH] Documentation: kbuild: Add document about reproducible builds
 2019-09-14 11:15 UTC  (3+ messages)

[PATCH] docs: printk-formats: Stop encouraging use of unnecessary %h[xudi] and %hh[xudi]
 2019-09-14  7:58 UTC  (2+ messages)

[PATCH] Documentation: Add "earlycon=sbi" to the admin guide
 2019-09-14  7:55 UTC  (2+ messages)

[PATCH v3] doc:lock: remove reference to clever use of read-write lock
 2019-09-14  7:55 UTC  (3+ messages)

[PATCH] devices.txt: improve entry for comedi (char major 98)
 2019-09-14  7:52 UTC  (2+ messages)

[PATCH 0/4] null_blk: fixes around nr_devices and log improvements
 2019-09-14  7:08 UTC  (13+ messages)
` [PATCH 1/4] null_blk: do not fail the module load with zero devices
` [PATCH 2/4] null_blk: match the type of parameter nr_devices
` [PATCH 3/4] null_blk: format pr_* logs with pr_fmt
` [PATCH 4/4] coding-style: add explanation about pr_fmt macro

[PATCH 1/3] docs: block: null_blk: enhance document style
 2019-09-13 16:48 UTC  (15+ messages)
` [PATCH 2/3] null_blk: fix module name at log message
` [PATCH 3/3] null_blk: validated the number of devices

[PATCH 1/3] docs: scsi: fix typo
 2019-09-12 14:03 UTC  (5+ messages)
` [PATCH 2/3] scsi: core: remove trailing whitespaces
` [PATCH 3/3] scsi: core: change function comments to kernel-doc style


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