messages from 2019-07-14 15:21:14 to 2019-07-17 19:13:29 UTC [more...]
[RFC v1 0/4] arm64: MMU enabled kexec kernel relocation
2019-07-17 19:13 UTC (9+ messages)
` [RFC v1 1/4] arm64, mm: identity mapped page table
` [RFC v1 2/4] arm64, kexec: interface preparation for mmu enabled kexec
` [RFC v1 3/4] arm64, kexec: add kexec's own identity page table
` [RFC v1 4/4] arm64: Keep MMU on while kernel is being relocated
[PATCH v4 03/15] docs: kernellog.py: add support for info()
2019-07-17 16:13 UTC (12+ messages)
` [PATCH v4 04/15] docs: kernel_abi.py: add a script to parse ABI documentation
` [PATCH v4 05/15] docs: kernel_abi.py: fix UTF-8 support
` [PATCH v4 06/15] docs: kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH v4 07/15] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
` [PATCH v4 08/15] docs: kernel_abi.py: allow passing ABI files in a transparent way
` [PATCH v4 09/15] docs: kernel_abi.py: Sphinx has a lazy parser... workaround it
` [PATCH v4 10/15] docs: add ABI documentation to the admin-guide book
` [PATCH v4 12/15] docs: ABI: stable: make files ReST compatible
` [PATCH v4 14/15] docs: ABI: obsolete, removed: don't escape ReST-incompatible chars
` [PATCH v4 15/15] docs: Kconfig/Makefile: add a check for broken ABI files
` [PATCH v4 13/15] docs: ABI: testing: make the files compatible with ReST output
[PATCH v5 02/11] of/platform: Add functional dependency link from DT bindings
2019-07-17 14:35 UTC (4+ messages)
If interested
2019-07-17 13:32 UTC
[PATCH v3 04/20] docs: kernellog.py: add support for info()
2019-07-17 12:30 UTC (16+ messages)
` [PATCH v3 05/20] docs: kernel_abi.py: add a script to parse ABI documentation
` [PATCH v3 06/20] docs: kernel_abi.py: fix UTF-8 support
` [PATCH v3 07/20] docs: kernel_abi.py: make it compatible with Sphinx 1.7+
` [PATCH v3 08/20] docs: kernel_abi.py: Update copyrights
` [PATCH v3 09/20] docs: kernel_abi.py: add a SPDX header file
` [PATCH v3 10/20] docs: kernel_abi.py: use --enable-lineno for get_abi.pl
` [PATCH v3 11/20] docs: kernel_abi.py: Handle with a lazy Sphinx parser
` [PATCH v3 12/20] docs: add ABI documentation to the admin-guide book
` [PATCH v3 16/20] docs: ABI: make it parse ABI/stable as ReST-compatible files
` [PATCH v3 17/20] docs: ABI: create a 2-depth index for ABI
` [PATCH v3 18/20] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed
` [PATCH v3 19/20] docs: abi-testing.rst: enable --rst-sources when building docs
` [PATCH v3 20/20] docs: Kconfig/Makefile: add a check for broken ABI files
[PATCH 2/2] docs: gpu: add msm-crash-dump.rst to the index.rst file
2019-07-17 11:06 UTC
[PATCH] docs: fs: convert porting to ReST
2019-07-17 10:46 UTC
[PATCH v2 0/2] Casefolding in F2FS
2019-07-17 10:11 UTC (5+ messages)
` [PATCH v2 1/2] f2fs: include charset encoding information in the superblock
` [PATCH v2 2/2] f2fs: Support case-insensitive file name lookups
[PATCH v3 00/12] kbuild: create *.mod with directory path and remove MODVERDIR
2019-07-17 6:17 UTC (2+ messages)
` [PATCH v3 09/12] kbuild: create *.mod with full "
[PATCH v2 00/11] kbuild: create *.mod with directory path and remove MODVERDIR
2019-07-17 5:21 UTC (4+ messages)
` [PATCH v2 08/11] kbuild: create *.mod with full "
[PATCH v5] Documentation/checkpatch: Prefer strscpy/strscpy_pad over strcpy/strlcpy/strncpy
2019-07-17 4:30 UTC
[PATCH v11 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-17 1:55 UTC (19+ messages)
` [PATCH v11 01/18] kunit: test: add KUnit test runner core
` [PATCH v11 02/18] kunit: test: add test resource management API
` [PATCH v11 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v11 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v11 05/18] kunit: test: add the concept of expectations
` [PATCH v11 06/18] kbuild: enable building KUnit
` [PATCH v11 07/18] kunit: test: add initial tests
` [PATCH v11 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v11 09/18] kunit: test: add support for test abort
` [PATCH v11 10/18] kunit: test: add tests for kunit "
` [PATCH v11 11/18] kunit: test: add the concept of assertions
` [PATCH v11 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v11 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v11 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v11 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v11 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v11 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v11 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH 0/9] Harden list_for_each_entry_rcu() and family
2019-07-17 0:07 UTC (26+ messages)
` [PATCH 1/9] rcu/update: Remove useless check for debug_locks (v1)
` [PATCH 2/9] rcu: Add support for consolidated-RCU reader checking (v3)
` [PATCH 3/9] rcu/sync: Remove custom check for reader-section (v2)
` [PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)
` [PATCH 5/9] driver/core: Convert to use built-in RCU list checking (v1)
` [PATCH 6/9] workqueue: Convert for_each_wq to use built-in list check (v2)
` [PATCH 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator (v1)
` [PATCH 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list (v1)
` [PATCH 9/9] doc: Update documentation about list_for_each_entry_rcu (v1)
[PATCH 1/2] f2fs: include charset encoding information in the superblock
2019-07-16 20:46 UTC (2+ messages)
[PATCH] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu slices
2019-07-16 19:58 UTC (9+ messages)
` [PATCH v5 0/1] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices
` [PATCH v5 1/1] "
[GIT PULL for v5.3-rc1] docs: addition of a large set of files to the documentation body
2019-07-16 19:40 UTC (2+ messages)
[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-16 18:55 UTC (26+ messages)
` [PATCH v9 01/18] kunit: test: add KUnit test runner core
` [PATCH v9 02/18] kunit: test: add test resource management API
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v9 06/18] kbuild: enable building KUnit
[PATCH v2 0/9] Harden list_for_each_entry_rcu() and family
2019-07-16 18:50 UTC (23+ messages)
` [PATCH v2 2/9] rcu: Add support for consolidated-RCU reader checking
` [PATCH v2 3/9] rcu/sync: Remove custom check for reader-section
[PATCH 00/14] pending doc patches for 5.3-rc
2019-07-16 18:42 UTC (13+ messages)
` [PATCH 01/14] docs: powerpc: convert docs to ReST and rename to *.rst
` [PATCH 02/14] docs: power: add it to to the main documentation index
` [PATCH 03/14] docs: fix broken doc references due to renames
` [PATCH 04/14] docs: pdf: add all Documentation/*/index.rst to PDF output
` [PATCH 05/14] docs: conf.py: add CJK package needed by translations
` [PATCH 06/14] docs: conf.py: only use CJK if the font is available
` [PATCH 12/14] docs: load_config.py: avoid needing a conf.py just due to LaTeX docs
` [PATCH 13/14] docs: remove extra conf.py files
` [PATCH 14/14] docs: virtual: add it to the documentation body
[PATCH] tracing/fgraph: support recording function return values
2019-07-16 15:24 UTC (6+ messages)
[PATCH 01/12] Documentation: move architectures together
2019-07-16 14:51 UTC (5+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
[PATCH] docs/vm: transhuge: fix typo in madvise reference
2019-07-16 14:49 UTC
[PATCH 00/10] cpufreq: Migrate users of policy notifiers to QoS requests
2019-07-16 10:27 UTC (4+ messages)
[PATCH 10/10] Documentation: cpufreq: Update policy notifier documentation
2019-07-16 9:54 UTC
[PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-16 9:43 UTC (19+ messages)
` [PATCH v10 01/18] kunit: test: add KUnit test runner core
` [PATCH v10 02/18] kunit: test: add test resource management API
` [PATCH v10 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v10 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v10 05/18] kunit: test: add the concept of expectations
` [PATCH v10 06/18] kbuild: enable building KUnit
` [PATCH v10 07/18] kunit: test: add initial tests
` [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v10 09/18] kunit: test: add support for test abort
` [PATCH v10 10/18] kunit: test: add tests for kunit "
` [PATCH v10 11/18] kunit: test: add the concept of assertions
` [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v10 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] rculist: Add build check for single optional list argument
2019-07-16 4:07 UTC
[PATCH v9] Documentation: filesystem: Convert xfs.txt to ReST
2019-07-15 22:39 UTC
[PATCH v8] Documentation: filesystem: Convert xfs.txt to ReST
2019-07-15 22:34 UTC (5+ messages)
[PATCH AUTOSEL 5.1 099/219] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 14:01 UTC (2+ messages)
` [PATCH AUTOSEL 5.1 103/219] x86/atomic: Fix smp_mb__{before,after}_atomic()
[PATCH AUTOSEL 4.19 075/158] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 14:16 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 077/158] x86/atomic: Fix smp_mb__{before,after}_atomic()
[PATCH AUTOSEL 4.14 053/105] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 14:27 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 054/105] x86/atomic: Fix smp_mb__{before,after}_atomic()
[PATCH AUTOSEL 5.2 113/249] sched/fair: Fix "runnable_avg_yN_inv" not used warnings
2019-07-15 13:44 UTC (2+ messages)
` [PATCH AUTOSEL 5.2 117/249] x86/atomic: Fix smp_mb__{before,after}_atomic()
Kindly Respond
2019-07-15 11:03 UTC
[PATCH] docs: fix broken doc links due to renames
2019-07-15 9:12 UTC
[PATCH v8 0/2] fTPM: firmware TPM running in TEE
2019-07-15 9:05 UTC (5+ messages)
Loan offer !!
2019-07-15 8:11 UTC
[PATCH 0/8] docs: some improvements when producing PDF files
2019-07-15 8:01 UTC (6+ messages)
` [PATCH 7/8] docs: load_config.py: avoid needing a conf.py just due to LaTeX docs
` [PATCH v2 "
` [PATCH 8/8] docs: remove extra conf.py files
[PATCH] Documentation/security-bugs: provide more information about linux-distros
2019-07-14 18:05 UTC (5+ messages)
[PATCH 0/5] Convert misc-devices, i2c, w1, spi and some markdown files to ReST
2019-07-14 16:24 UTC (3+ messages)
` [PATCH 5/5] docs: spi: convert to ReST and add it to the kABI bookset
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).