linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 08:43:12 to 2019-12-03 08:19:24 UTC [more...]

[PATCH v2 0/5] Fix nits in the kunit
 2019-12-03  8:19 UTC  (3+ messages)
` [PATCH v2 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v2 4/5] kunit: Place 'test.log' under the 'build_dir'

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2019-12-03  8:17 UTC  (21+ messages)
` [PATCH v3 1/7] gpiolib: Add GPIOCHIP_NAME definition
` [PATCH v3 2/7] gpiolib: Add support for gpiochipN-based table lookup
` [PATCH v3 3/7] gpiolib: Add support for GPIO line "
` [PATCH v3 4/7] dt-bindings: gpio: Add gpio-repeater bindings
` [PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver
` [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation
` [PATCH v3 7/7] MAINTAINERS: Add GPIO Aggregator/Repeater section

[PATCH 0/8] Support for Casefolding and Encryption
 2019-12-03  7:41 UTC  (10+ 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  7:10 UTC  (17+ 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] doc: listRCU: Add some more listRCU patterns in the kernel
 2019-12-03  6:39 UTC 

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-12-03  6:02 UTC  (18+ 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

One question about trusted key of keyring in Linux kernel
 2019-12-03  3:12 UTC  (21+ 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)
  `  "

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

[PATCH v5 00/14] CoreSight CTI Driver
 2019-12-02 10:43 UTC  (44+ messages)
` [PATCH v5 01/14] coresight: cti: Initial "
` [PATCH v5 03/14] coresight: cti: Add sysfs access to program function regs
` [PATCH v5 04/14] coresight: cti: Add sysfs trigger / channel programming API
` [PATCH v5 05/14] dt-bindings: arm: Adds CoreSight CTI hardware definitions
` [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 08/14] coresight: cti: Enable CTI associated with devices
` [PATCH v5 09/14] coresight: cti: Add connection information to sysfs
` [PATCH v5 10/14] dt-bindings: qcom: Add CTI options for qcom msm8916
` [PATCH v5 11/14] dt-bindings: arm: Juno platform - add CTI entries to device tree
` [PATCH v5 13/14] docs: coresight: Update documentation for CoreSight to cover CTI
` [PATCH v5 14/14] docs: sysfs: coresight: Add sysfs ABI documentation for CTI

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

[PATCH v2] Documentation: filesystems: convert fuse to RST
 2019-11-30  4:58 UTC  (3+ messages)

[PATCH v24 23/24] docs: x86/sgx: Document microarchitecture
 2019-11-29 23:13 UTC  (2+ messages)
` [PATCH v24 24/24] docs: x86/sgx: Document kernel internals

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-29 21:44 UTC  (4+ messages)
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[PATCH] Documentation: security: core.rst: fix warnings
 2019-11-29 20:57 UTC  (2+ messages)

[PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-29 20:05 UTC  (4+ messages)
` [PATCH v5 1/5] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-29 19:59 UTC  (6+ messages)
` [RESEND PATCH v5 1/5] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo
` [RESEND PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
` [RESEND PATCH v5 3/5] Documentation/arm64: Fix a simple typo in memory.rst
` [RESEND PATCH v5 4/5] Documentation/vmcoreinfo: Add documentation for 'MAX_PHYSMEM_BITS'
` [RESEND PATCH v5 5/5] Documentation/vmcoreinfo: Add documentation for 'TCR_EL1.T1SZ'

[RESEND PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-29 19:28 UTC  (2+ messages)
` [RESEND PATCH v5 1/5] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[PATCH 0/7] docs: Update ko_KR translations
 2019-11-29 18:28 UTC  (5+ messages)
      ` [PATCH] docs/memory-barriers.txt.kokr: Minor wordsmith

[PATCH] Documentation: kvm: Fix mention to number of ioctls classes
 2019-11-29 18:18 UTC  (2+ messages)

[PATCH v2] Documentation/barriers/kokr: Remove references to [smp_]read_barrier_depends()
 2019-11-29 18:08 UTC 

[PATCH v5 2/5] arm64/crash_core: Export TCR_EL1.T1SZ in vmcoreinfo
 2019-11-28 20:25 UTC  (4+ messages)
` [PATCH v5 3/5] Documentation/arm64: Fix a simple typo in memory.rst
` [PATCH v5 4/5] Documentation/vmcoreinfo: Add documentation for 'MAX_PHYSMEM_BITS'
` [PATCH v5 5/5] Documentation/vmcoreinfo: Add documentation for 'TCR_EL1.T1SZ'

[PATCH 4.4 108/132] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-27 20:31 UTC 

[PATCH 4.14 178/211] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-27 20:31 UTC 

[PATCH 5.4 10/66] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-27 20:32 UTC 

[PATCH 5.3 47/95] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-27 20:32 UTC 

[PATCH 4.19 268/306] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-27 20:31 UTC 

[PATCH 4.9 120/151] x86/speculation: Fix incorrect MDS/TAA mitigation status
 2019-11-27 20:31 UTC 

[PATCH 15/16] dyndbg: allow inverted-flag-chars in modflags
 2019-11-27 17:51 UTC 

[PATCH 14/16] dyndbg: add inverted-flags, implement filtering on flags
 2019-11-27 17:51 UTC 

[PATCH 12/16] dyndbg: extend ddebug_parse_flags to accept optional filter-flags
 2019-11-27 17:51 UTC 

[PATCH 08/16] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
 2019-11-27 17:51 UTC 

[PATCH 01/16] dyndbg-docs: eschew file /full/path query in docs
 2019-11-27 17: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).