messages from 2019-03-15 22:01:31 to 2019-05-03 05:36:18 UTC [more...]
[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-03 5:36 UTC (44+ messages)
` [PATCH v2 01/17] kunit: test: add KUnit test runner core
` [PATCH v2 02/17] kunit: test: add test resource management API
` [PATCH v2 03/17] kunit: test: add string_stream a std::stream like string builder
` [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v2 05/17] kunit: test: add the concept of expectations
` [PATCH v2 06/17] kbuild: enable building KUnit
` [PATCH v2 07/17] kunit: test: add initial tests
` [PATCH v2 08/17] kunit: test: add support for test abort
` [PATCH v2 09/17] kunit: test: add tests for kunit "
` [PATCH v2 10/17] kunit: test: add the concept of assertions
` [PATCH v2 11/17] kunit: test: add test managed resource tests
` [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v2 13/17] kunit: defconfig: add defconfigs for building "
` [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit
` [PATCH v2 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v2 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH 00/15] introduce generic pte_{alloc,free}_one[_kernel]
2019-05-02 19:09 UTC (19+ messages)
` [PATCH 01/15] asm-generic, x86: introduce generic pte_{alloc, free}_one[_kernel]
` [PATCH 01/15] asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]
` [PATCH 02/15] alpha: switch to generic version of pte allocation
` [PATCH 03/15] arm: "
` [PATCH 04/15] arm64: "
` [PATCH 05/15] csky: "
` [PATCH 06/15] hexagon: "
` [PATCH 07/15] m68k: sun3: "
` [PATCH 08/15] mips: "
` [PATCH 09/15] nds32: "
` [PATCH 10/15] nios2: "
` [PATCH 11/15] parisc: "
` [PATCH 12/15] powerpc/nohash/64: "
` [PATCH 13/15] riscv: "
` [PATCH 14/15] um: "
` [PATCH 15/15] unicore32: "
[uml-devel] How to convert UML user-space virtual address into HOST user-space virtual address?
2019-04-30 17:19 UTC (2+ messages)
[PATCH v3 20/26] compat_ioctl: remove translation for sound ioctls
2019-04-29 12:43 UTC (4+ messages)
[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-04-25 21:39 UTC (22+ messages)
` [PATCH v1 01/17] kunit: test: add KUnit test runner core
` [PATCH v1 02/17] kunit: test: add test resource management API
` [PATCH v1 03/17] kunit: test: add string_stream a std::stream like string builder
` [PATCH v1 04/17] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v1 05/17] kunit: test: add the concept of expectations
` [PATCH v1 06/17] kbuild: enable building KUnit
` [PATCH v1 07/17] kunit: test: add initial tests
` [PATCH v1 08/17] kunit: test: add support for test abort
` [PATCH v1 09/17] kunit: test: add tests for kunit "
` [PATCH v1 10/17] kunit: test: add the concept of assertions
` [PATCH v1 11/17] kunit: test: add test managed resource tests
` [PATCH v1 12/17] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v1 13/17] kunit: defconfig: add defconfigs for building "
` [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit
` [PATCH v1 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v1 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v1 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] x86: um: vdso: drop unnecessary cc-ldoption
2019-04-23 21:15 UTC
[PATCH] [v2] x86/mpx: fix recursive munmap() corruption
2019-04-22 17:08 UTC (3+ messages)
[RESEND PATCH 0/4] um: build and irq fixes
2019-04-14 7:57 UTC (6+ messages)
` [RESEND PATCH 1/4] um: remove unused variable
` [RESEND PATCH 2/4] um: remove uses of variable length arrays
` [RESEND PATCH 3/4] um: define set_pte_at() as a static inline function, not a macro
` [RESEND PATCH 4/4] um: irq: don't set the chip for all irqs
[PATCH] uml: fix a boot splat wrt use of cpu_all_mask
2019-04-10 18:11 UTC (2+ messages)
` [PATCH v2] "
[RFC patch 01/41] um/stacktrace: Remove the pointless ULONG_MAX marker
2019-04-10 10:27 UTC
[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
2019-04-09 13:02 UTC (5+ messages)
[PATCH] um: Do not unlock mutex that is not hold
2019-04-05 16:17 UTC (2+ messages)
[PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args
2019-04-04 21:06 UTC (10+ messages)
` [PATCH 6/6 v3] syscalls: Remove start and number from syscall_set_arguments() args
[RESEND PATCH 0/4] um: build and irq fixes
2019-04-03 13:20 UTC (7+ messages)
` [RESEND PATCH 1/4] um: remove unused variable
` [RESEND PATCH 2/4] um: remove uses of variable length arrays
` [RESEND PATCH 3/4] um: define set_pte_at() as a static inline function, not a macro
` [RESEND PATCH 4/4] um: irq: don't set the chip for all irqs
[RFC][PATCH 3/4 v2] syscalls: Remove start and number from syscall_get_arguments() args
2019-03-28 23:05 UTC (2+ messages)
` [RFC][PATCH 4/4 v2] syscalls: Remove start and number from syscall_set_arguments() args
[RFC v4 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-03-26 7:44 UTC (32+ messages)
` [RFC v4 08/17] kunit: test: add support for test abort
` [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-25 22:18 UTC (22+ messages)
` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
[PATCH v5 0/3] locking/rwsem: Rwsem rearchitecture part 0
2019-03-25 15:25 UTC (13+ messages)
` [PATCH v5 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v5 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v5 3/3] locking/rwsem: Optimize down_read_trylock()
[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
2019-03-25 15:24 UTC (15+ 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
[PATCH] um/timer: fix tv_sec value setup in os_timer_one_shot
2019-03-23 3:30 UTC (2+ messages)
[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)
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