messages from 2019-01-18 19:23:07 to 2019-03-22 13:21:08 UTC [more...]
[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
2019-03-22 13:21 UTC (3+ messages)
` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
[RFC v4 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-03-22 7:10 UTC (59+ messages)
` [RFC v4 01/17] kunit: test: add KUnit test runner core
` [RFC v4 02/17] kunit: test: add test resource management API
` [RFC v4 03/17] kunit: test: add string_stream a std::stream like string builder
` [RFC v4 04/17] kunit: test: add test_stream a std::stream like logger
` [RFC v4 05/17] kunit: test: add the concept of expectations
` [RFC v4 06/17] kbuild: enable building KUnit
` [RFC v4 07/17] kunit: test: add initial tests
` [RFC v4 08/17] kunit: test: add support for test abort
` [RFC v4 09/17] kunit: test: add the concept of assertions
` [RFC v4 10/17] kunit: test: add test managed resource tests
` [RFC v4 11/17] kunit: tool: add Python wrappers for running KUnit tests
` [RFC v4 12/17] kunit: defconfig: add defconfigs for building "
` [RFC v4 13/17] Documentation: kunit: add documentation for KUnit
` [RFC v4 14/17] MAINTAINERS: add entry for KUnit the unit testing framework
` [RFC v4 15/17] of: unittest: migrate tests to run on KUnit
` [RFC v4 16/17] of: unittest: split out a couple of test cases from unittest
` [RFC v4 17/17] of: unittest: split up some super large test cases
[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-03-22 1:47 UTC (49+ messages)
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
[PATCH v2 13/13] syscall_get_arch: add "struct task_struct *" argument
2019-03-21 1:22 UTC (2+ messages)
[PATCH] hostfs: fix mismatch between link_file definition and declaration
2019-03-18 9:30 UTC (4+ messages)
[PATCH] hostfs: fix mismatch between link_file definition and declaration
2019-03-18 8:46 UTC
[GIT PULL] UML updates for 5.1-rc1
2019-03-15 22:10 UTC (4+ messages)
[PATCH] um: irq: don't set the chip for all irqs
2019-03-15 8:35 UTC (2+ messages)
[PATCH] um: remove uses of variable length arrays
2019-03-14 13:45 UTC (6+ messages)
[PATCH] um: define set_pte_at() as a static inline function, not a macro
2019-03-13 16:20 UTC (3+ messages)
[PATCH] um: remove unused variable
2019-03-13 9:48 UTC (2+ messages)
[PATCH 0/3] kbuild: More KCONFIG_CONFIG ignorance
2019-03-11 17:25 UTC (6+ messages)
` [PATCH 1/3] kconfig/Makefile: localmodconfig: use KCONFIG_CONFIG
` [PATCH 2/3] Makefile: kselftest: "
` [PATCH 3/3] arch/um/kernel/Makefile: "
[PATCH] arch: um: drivers: Kconfig: formatting cleanup
2019-03-07 22:22 UTC (4+ messages)
` [PATCH v2] arch: um: drivers: Kconfig: pedantic formatting
[PATCH] arch: um: Kconfig: pedantic cleanups
2019-03-06 21:14 UTC (3+ messages)
` [PATCH v2] arch: um: Kconfig: pedantic indention cleanups
[PATCH v3 21/34] um: mm: Add p?d_large() definitions
2019-02-27 17:05 UTC
[PATCH -next] um: Remove duplicated include from vector_user.c
2019-02-27 8:37 UTC (4+ messages)
` [-next] "
[PATCH] um: Fix for a possible OOPS in ubd initialization
2019-02-26 15:55 UTC
[bug report] um: Convert ubd driver to blk-mq
2019-02-22 12:31 UTC (2+ messages)
[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
2019-02-22 3:28 UTC (15+ messages)
` [PATCH v4 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v4 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v4 3/3] locking/rwsem: Optimize down_read_trylock()
[uml-devel] UML: Access to a host device from UML
2019-02-20 20:28 UTC (2+ messages)
[PATCH v2 00/21] Refine memblock API
2019-02-03 10:04 UTC (40+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH v2 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH v2 15/21] sparc: "
` [PATCH v2 16/21] mm/percpu: "
` [PATCH v2 17/21] init/main: "
` [PATCH v2 18/21] swiotlb: "
` [PATCH v2 19/21] treewide: "
` [PATCH v2 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants
[PATCH v7 13/28] um: annotate data appropriatelly
2019-01-30 12:46 UTC
[PATCH AUTOSEL 3.18 52/61] um: Avoid marking pages with "changed protection"
2019-01-28 16:26 UTC
[PATCH AUTOSEL 4.4 69/80] um: Avoid marking pages with "changed protection"
2019-01-28 16:23 UTC
[PATCH AUTOSEL 4.9 091/107] um: Avoid marking pages with "changed protection"
2019-01-28 16:19 UTC
[PATCH AUTOSEL 4.14 148/170] um: Avoid marking pages with "changed protection"
2019-01-28 16:11 UTC
[PATCH AUTOSEL 4.19 228/258] um: Avoid marking pages with "changed protection"
2019-01-28 15:58 UTC
[PATCH AUTOSEL 4.20 271/304] um: Avoid marking pages with "changed protection"
2019-01-28 15:43 UTC
[PATCH] um: Remove duplicate headers
2019-01-18 21:54 UTC (5+ messages)
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).