linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-30 16:23:04 to 2019-12-04 20:18:28 UTC [more...]

[PATCH v4 0/5] Fix nits in the kunit
 2019-12-04 20:18 UTC  (3+ messages)
` [PATCH v4 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v4 2/5] kunit: Remove duplicated defconfig creation

[PATCH 2/2] Documentation: kernel-hacking: hacking.rst: Change reference to document namespaces.rst to symbol-namespaces.rst
 2019-12-04 19:49 UTC  (2+ messages)

[PATCH v3 0/5] Fix nits in the kunit
 2019-12-04 19:21 UTC  (9+ messages)
` [PATCH v3 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v3 2/5] kunit: Remove duplicated defconfig creation
` [PATCH v3 3/5] kunit: Create default config in '--build_dir'
` [PATCH v3 4/5] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v3 5/5] kunit: Rename 'kunitconfig' to '.kunitconfig'

[PATCH] doc: listRCU: Add some more listRCU patterns in the kernel
 2019-12-04 16:35 UTC  (7+ messages)

[PATCH v5 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-04 15:41 UTC  (19+ messages)
` [PATCH v5 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v5 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v5 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v5 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v5 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v5 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH v4 0/1] tpm/tpm_ftpm_tee: add shutdown call back
 2019-12-04 15:40 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v6 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-04 15:27 UTC  (7+ messages)
` [PATCH v6 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v6 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v6 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v6 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v6 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v6 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH v5 00/16] Support ROHM BD71828 PMIC
 2019-12-04 14:14 UTC  (15+ messages)
` [PATCH v5 01/16] dt-bindings: regulator: Document ROHM BD71282 regulator bindings

[PATCH] docs/core-api: Remove possibly confusing sub-headings from Bit Operations
 2019-12-04 11:19 UTC 

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-04  8:00 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] sched/numa: advanced per-cgroup "
  ` [PATCH v2 2/3] sched/numa: expose per-task pages-migration-failure
  ` [PATCH v3 0/2] sched/numa: introduce numa locality
    ` [PATCH v3 1/2] sched/numa: introduce per-cgroup NUMA locality info
    ` [PATCH v3 2/2] sched/numa: documentation for per-cgroup numa statistics
    ` [PATCH v4 0/2] sched/numa: introduce numa locality
      ` [PATCH v4 1/2] sched/numa: introduce per-cgroup NUMA locality info
      ` [PATCH v4 2/2] sched/numa: documentation for per-cgroup numa statistics

One question about trusted key of keyring in Linux kernel
 2019-12-04  6:39 UTC  (21+ messages)

[PATCH 0/8] Support for Casefolding and Encryption
 2019-12-04  0:32 UTC  (19+ messages)
` [PATCH 1/8] fscrypt: Add siphash and hash key for policy v2
` [PATCH 2/8] fscrypt: Don't allow v1 policies with casefolding
` [PATCH 3/8] fscrypt: Change format of no-key token
` [PATCH 4/8] vfs: Fold casefolding into vfs
` [PATCH 5/8] f2fs: Handle casefolding with Encryption
` [PATCH 6/8] ext4: Use struct super_block's casefold data
` [PATCH 7/8] ext4: Hande casefolding with encryption
` [PATCH 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH 0/6] Fix nits in the kunit
 2019-12-03 22:35 UTC  (23+ messages)
` [PATCH 1/6] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH 2/6] docs/kunit/start: Skip wrapper run command
` [PATCH 3/6] kunit: Remove duplicated defconfig creation
` [PATCH 4/6] kunit: Create default config in 'build_dir'
` [PATCH 5/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH 6/6] kunit: Rename 'kunitconfig' to '.kunitconfig'

[PATCH v2 0/5] padata lockdep, cpumask, and doc fixes
 2019-12-03 19:31 UTC  (6+ messages)
` [PATCH v2 1/5] padata: validate cpumask without removed CPU during offline
` [PATCH v2 2/5] padata: always acquire cpu_hotplug_lock before pinst->lock
` [PATCH v2 3/5] padata: remove cpumask change notifier
` [PATCH v2 4/5] padata: remove reorder_objects
` [PATCH v2 5/5] padata: update documentation

[PATCH v2 0/5] Fix nits in the kunit
 2019-12-03 17:41 UTC  (7+ messages)
` [PATCH v2 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v2 2/5] kunit: Remove duplicated defconfig creation
` [PATCH v2 3/5] kunit: Create default config in '--build_dir'
` [PATCH v2 4/5] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v2 5/5] kunit: Rename 'kunitconfig' to '.kunitconfig'

[PATCH v5 00/14] CoreSight CTI Driver
 2019-12-03 16:53 UTC  (17+ messages)
` [PATCH v5 01/14] coresight: cti: Initial "
` [PATCH v5 06/14] coresight: cti: Add device tree support for v8 arch CTI
` [PATCH v5 07/14] coresight: cti: Add device tree support for custom CTI
` [PATCH v5 09/14] coresight: cti: Add connection information to sysfs
` [PATCH v5 13/14] docs: coresight: Update documentation for CoreSight to cover CTI

[PATCH] Documentation: x86: boot.rst: fix typo
 2019-12-03 11:33 UTC 

[PATCH v3 0/4] reorganize and add FADump sysfs files
 2019-12-03 11:20 UTC  (6+ messages)
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* "

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2019-12-03 10:51 UTC  (12+ messages)
` [PATCH v3 1/7] gpiolib: Add GPIOCHIP_NAME definition
` [PATCH v3 4/7] dt-bindings: gpio: Add gpio-repeater bindings
` [PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver
` [PATCH v3 7/7] MAINTAINERS: Add GPIO Aggregator/Repeater section

[PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-12-03 10:12 UTC  (4+ messages)

[PATCH v3] hwspinlock: allow sharing of hwspinlocks
 2019-12-03 10:02 UTC  (3+ messages)

[PULL] Documentation for 5.5
 2019-12-02 21:05 UTC  (7+ messages)

[GIT PULL] Documentation for 5.5, take 2
 2019-12-02 21:05 UTC  (2+ messages)

[PATCH 1/2] kernel: set taint flag 'L' at any kind of lockup
 2019-12-02 20:03 UTC  (5+ messages)
` [PATCH 2/2] kernel: add sysctl kernel.nr_taints

Fw: [PATCH] Documentation: networking: device drivers: Remove stray asterisks
 2019-12-02 14:22 UTC  (8+ messages)
  `  "

[RFC PATCH v4 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2019-12-02 10:17 UTC  (23+ messages)
` [RFC PATCH v4 01/22] bootconfig: Add Extra Boot Config support
` [RFC PATCH v4 02/22] bootconfig: Load boot config from the tail of initrd
` [RFC PATCH v4 03/22] tools: bootconfig: Add bootconfig command
` [RFC PATCH v4 04/22] tools: bootconfig: Add bootconfig test script
` [RFC PATCH v4 05/22] proc: bootconfig: Add /proc/bootconfig to show boot config list
` [RFC PATCH v4 06/22] init/main.c: Alloc initcall_command_line in do_initcall() and free it
` [RFC PATCH v4 07/22] bootconfig: init: Allow admin to use bootconfig for kernel command line
` [RFC PATCH v4 08/22] bootconfig: init: Allow admin to use bootconfig for init "
` [RFC PATCH v4 09/22] Documentation: bootconfig: Add a doc for extended boot config
` [RFC PATCH v4 10/22] tracing: Apply soft-disabled and filter to tracepoints printk
` [RFC PATCH v4 11/22] tracing: kprobes: Output kprobe event to printk buffer
` [RFC PATCH v4 12/22] tracing: kprobes: Register to dynevent earlier stage
` [RFC PATCH v4 13/22] tracing: Accept different type for synthetic event fields
` [RFC PATCH v4 14/22] tracing: Add NULL trace-array check in print_synth_event()
` [RFC PATCH v4 15/22] tracing/boot: Add boot-time tracing
` [RFC PATCH v4 16/22] tracing/boot: Add per-event settings
` [RFC PATCH v4 17/22] tracing/boot Add kprobe event support
` [RFC PATCH v4 18/22] tracing/boot: Add synthetic "
` [RFC PATCH v4 19/22] tracing/boot: Add instance node support
` [RFC PATCH v4 20/22] tracing/boot: Add cpu_mask option support
` [RFC PATCH v4 21/22] tracing/boot: Add function tracer filter options
` [RFC PATCH v4 22/22] Documentation: tracing: Add boot-time tracing document

[PATCH 0/2] arm64: Introduce boot parameter to disable TLB flush instruction within the same inner shareable domain
 2019-12-01 16:02 UTC  (4+ messages)

[PATCH] doc:locking: fix locktorture parameter description
 2019-12-01 12:19 UTC 

[PATCH v7 17/24] mm/gup: track FOLL_PIN pages
 2019-11-30 18:59 UTC  (2+ messages)


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