Show patches with: Archived = No       |   20879 patches
« 1 2 ... 12 13 14208 209 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,25/30] selftests: ntsync: Add some tests for wakeup signaling with events. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,24/30] selftests: ntsync: Add some tests for auto-reset event state. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,23/30] selftests: ntsync: Add some tests for manual-reset event state. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,22/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,21/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,20/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,19/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,18/30] selftests: ntsync: Add some tests for mutex state. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,17/30] selftests: ntsync: Add some tests for semaphore state. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,16/30] ntsync: Introduce alertable waits. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,15/30] ntsync: Introduce NTSYNC_IOC_EVENT_READ. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,14/30] ntsync: Introduce NTSYNC_IOC_MUTEX_READ. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,13/30] ntsync: Introduce NTSYNC_IOC_SEM_READ. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,12/30] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,11/30] ntsync: Introduce NTSYNC_IOC_EVENT_RESET. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,10/30] ntsync: Introduce NTSYNC_IOC_EVENT_SET. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,09/30] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,08/30] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,07/30] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,06/30] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,05/30] ntsync: Introduce NTSYNC_IOC_WAIT_ALL. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,03/30] ntsync: Introduce NTSYNC_IOC_SEM_POST. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,02/30] ntsync: Introduce NTSYNC_IOC_CREATE_SEM. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
[v3,01/30] ntsync: Introduce the ntsync driver and character device. NT synchronization primitive driver - - - --- 2024-03-29 Elizabeth Figura New
Documentation: kunit: Clarify test filter format Documentation: kunit: Clarify test filter format - - - --- 2024-03-28 Brendan Jackman brendanhiggins New
[2/2] selftests/mm: fix additional build errors for selftests Fix selftests/mm build without requiring "make headers" 1 - - --- 2024-03-28 John Hubbard New
[1/2] selftests: break the dependency upon local header files Fix selftests/mm build without requiring "make headers" 1 - - --- 2024-03-28 John Hubbard New
[RFC,bpf-next,3/3] selftests/bpf: add selftest for bpf_task_freeze_cgroup bpf: freeze a task cgroup from bpf - - - --- 2024-03-27 Djalal Harouni New
[RFC,bpf-next,2/3] bpf: add bpf_task_freeze_cgroup() to freeze the cgroup of a task bpf: freeze a task cgroup from bpf - - - --- 2024-03-27 Djalal Harouni New
[RFC,bpf-next,1/3] cgroup: add cgroup_freeze_no_kn() to freeze a cgroup from bpf bpf: freeze a task cgroup from bpf - - - --- 2024-03-27 Djalal Harouni New
[RFC,v3,8/8] mm: test system-wide workingset reporting mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,7/8] mm: add kernel aging thread for workingset reporting mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,6/8] mm: add per-memcg reaccess histogram mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,5/8] mm: extend working set reporting to memcgs mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,4/8] mm: report workingset during memory pressure driven scanning mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,3/8] mm: use refresh interval to rate-limit workingset report aggregation mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,2/8] mm: aggregate working set information into histograms mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[RFC,v3,1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true mm: workingset reporting - - - --- 2024-03-27 Yuanchu Xie New
[v2,3/3] selftests: x86: test_mremap_vdso: conform test to TAP format output [v2,1/3] selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocks - - - --- 2024-03-27 Muhammad Usama Anjum Accepted
[v2,2/3] selftests: x86: test_vsyscall: conform test to TAP format output [v2,1/3] selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocks - - - --- 2024-03-27 Muhammad Usama Anjum Accepted
[v2,1/3] selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocks [v2,1/3] selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocks - - - --- 2024-03-27 Muhammad Usama Anjum Accepted
[v6] selftests/dmabuf-heap: conform test to TAP format output [v6] selftests/dmabuf-heap: conform test to TAP format output - 1 - --- 2024-03-27 Muhammad Usama Anjum Accepted
[v3] selftests: x86: skip the tests if prerequisites aren't fulfilled [v3] selftests: x86: skip the tests if prerequisites aren't fulfilled 1 2 - --- 2024-03-27 Muhammad Usama Anjum Accepted
[next] selftests/perf_events: Fix spelling mistake "sycnhronize" -> "synchronize" [next] selftests/perf_events: Fix spelling mistake "sycnhronize" -> "synchronize" 1 - - --- 2024-03-27 Colin Ian King New
[v1,3/3] KVM: selftests: Add a test case for KVM_X86_DISABLE_EXITS_HLT Add a test case for KVM_X86_DISABLE_EXIT - - - --- 2024-03-27 Manali Shukla New
[v1,2/3] KVM: selftests: Change __vm_create() to create a vm without in-kernel APIC Add a test case for KVM_X86_DISABLE_EXIT - - - --- 2024-03-27 Manali Shukla New
[v1,1/3] KVM: selftests: Add safe_halt() and cli() helpers to common code Add a test case for KVM_X86_DISABLE_EXIT - - - --- 2024-03-27 Manali Shukla New
selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate - 1 - --- 2024-03-27 Tianchen Ding New
[RFC,net-next,v7,14/14] selftests: add ncdevmem, netcat for devmem TCP Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,13/14] net: add devmem TCP documentation Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,11/14] tcp: RX path for devmem TCP Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,10/14] net: add support for skbs with unreadable frags Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,09/14] net: support non paged skb frags Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,08/14] memory-provider: dmabuf devmem memory provider Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,07/14] page_pool: devmem support Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,06/14] page_pool: convert to use netmem Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,05/14] netdev: netdevice devmem allocator Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,04/14] netdev: support binding dma-buf to netdevice Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,03/14] net: netdev netlink api to bind dma-buf to a net device Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,02/14] net: page_pool: create hooks for custom page providers Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[RFC,net-next,v7,01/14] queue_api: define queue api Device Memory TCP - - - --- 2024-03-26 Mina Almasry New
[v2] selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN [v2] selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN - - - --- 2024-03-26 Shengyu Li Accepted
[net-next,14/14] selftests: forwarding: Add a test for testing lib.sh functionality selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,13/14] selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on veth selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,12/14] selftests: forwarding: Mark performance-sensitive tests selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,11/14] selftests: forwarding: Support for performance sensitive tests selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,10/14] selftests: forwarding: Convert log_test() to recognize RET values selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,09/14] selftests: forwarding: Have RET track kselftest framework constants selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,08/14] selftests: lib: Define more kselftest exit codes selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,07/14] selftests: forwarding: Change inappropriate log_test_skip() calls selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,06/14] selftests: forwarding: Ditch skip_on_veth() selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,05/14] selftests: forwarding: Move several selftests selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,04/14] selftests: forwarding: ipip_lib: Do not import lib.sh selftests: Fixes for kernel CI - - - --- 2024-03-26 Petr Machata New
[net-next,03/14] selftests: forwarding: README: Document customization selftests: Fixes for kernel CI - 1 - --- 2024-03-26 Petr Machata New
[net-next,02/14] selftests: forwarding.config.sample: Move overrides to lib.sh selftests: Fixes for kernel CI - 1 - --- 2024-03-26 Petr Machata New
[net-next,01/14] selftests: net: libs: Change variable fallback syntax selftests: Fixes for kernel CI - 1 - --- 2024-03-26 Petr Machata New
[v19,RESEND,5/5] ring-buffer/selftest: Add ring-buffer mapping test Untitled series #838309 - - - --- 2024-03-26 Vincent Donnefort New
kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests - 1 - --- 2024-03-26 David Gow brendanhiggins Accepted
[v19,5/5] ring-buffer/selftest: Add ring-buffer mapping test Untitled series #838302 - - - --- 2024-03-26 Vincent Donnefort New
[v6,3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test KVM: selftests: aarch64: Introduce pmu_event_filter_test - 1 - --- 2024-03-26 Shaoqin Huang New
[v6,2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test KVM: selftests: aarch64: Introduce pmu_event_filter_test - - - --- 2024-03-26 Shaoqin Huang New
[v6,1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation KVM: selftests: aarch64: Introduce pmu_event_filter_test - 1 - --- 2024-03-26 Shaoqin Huang New
[v3] selftests/mm: Fix ARM related issue with fork after pthread_create [v3] selftests/mm: Fix ARM related issue with fork after pthread_create - 1 - --- 2024-03-25 Edward Liaw New
[net-next,v4,4/4] net: gro: move L3 flush checks to tcp_gro_receive net: gro: encapsulation bug fix and flush checks improvements - - - --- 2024-03-25 Richard Gobert New
[net-next,v4,3/4] net: gro: add {inner_}network_offset to napi_gro_cb net: gro: encapsulation bug fix and flush checks improvements - - - --- 2024-03-25 Richard Gobert New
[net-next,v4,2/4] selftests/net: add local address bind in vxlan selftest net: gro: encapsulation bug fix and flush checks improvements - - - --- 2024-03-25 Richard Gobert New
[net-next,v4,1/4] net: gro: add p_off param in *_gro_complete net: gro: encapsulation bug fix and flush checks improvements - - - --- 2024-03-25 Richard Gobert New
[v2,14/14] powerpc: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,13/14] riscv: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,12/14] sh: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,11/14] s390: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,10/14] parisc: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 2 - 1 --- 2024-03-25 Guenter Roeck New
[v2,09/14] loongarch: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,08/14] arm64: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,07/14] x86: Add support for suppressing warning backtraces Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests Add support for suppressing warning backtraces 1 - 1 --- 2024-03-25 Guenter Roeck New
[v2,05/14] drm: Suppress intentional warning backtraces in scaling unit tests Add support for suppressing warning backtraces 2 - 1 --- 2024-03-25 Guenter Roeck New
[v2,04/14] kunit: Add documentation for warning backtrace suppression API Add support for suppressing warning backtraces 1 1 1 --- 2024-03-25 Guenter Roeck brendanhiggins New
« 1 2 ... 12 13 14208 209 »