Show patches with: Archived = No       |   15062 patches
« 1 2 ... 127 128 129150 151 »
Patch Series S/W/F Date Submitter Delegate State
[v2,net-next,8/8] selftests: nci: Add the NCI testcase reading T4T Tag Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,7/8] selftests: nci: Extract the start/stop discovery function Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,6/8] selftests: nci: Add the flags parameter for the send_cmd_mt_nla Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,5/8] selftests: nci: Fix the wrong condition Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,4/8] selftests: nci: Fix the code for next nlattr offset Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,3/8] selftests: nci: Fix the typo Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,2/8] selftests: nci: Remove the polling code to read a NCI frame Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
[v2,net-next,1/8] nfc: virtual_ncidev: Use wait queue instead of polling Update the virtual NCI device driver and add the NCI testcase --- 2021-08-17 Bongsu Jeon New
selftests: Use -fno-integrated-as instead of -no-integrated-as selftests: Use -fno-integrated-as instead of -no-integrated-as --- 2021-08-16 Nathan Chancellor New
[bpf-next,v7,5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp. sockmap: add sockmap support for unix stream socket --- 2021-08-16 Jiang Wang Accepted
[bpf-next,v7,4/5] selftest/bpf: change udp to inet in some function names sockmap: add sockmap support for unix stream socket --- 2021-08-16 Jiang Wang Accepted
[bpf-next,v7,3/5] selftest/bpf: add tests for sockmap with unix stream type. sockmap: add sockmap support for unix stream socket --- 2021-08-16 Jiang Wang Accepted
[bpf-next,v7,2/5] af_unix: add unix_stream_proto for sockmap sockmap: add sockmap support for unix stream socket --- 2021-08-16 Jiang Wang Accepted
[bpf-next,v7,1/5] af_unix: add read_sock for stream socket types sockmap: add sockmap support for unix stream socket --- 2021-08-16 Jiang Wang Accepted
[RFC,net-next,7/7] ice: add sysfs interface to configure PHY recovered reference signal Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[RFC,net-next,6/7] ice: add SIOC{S|G}SYNCE interface usage to recover reference signal Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[RFC,net-next,5/7] selftests/net: Add test app for SIOC{S|G}SYNCE Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[RFC,net-next,4/7] net: add ioctl interface for recover reference clock on netdev Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[RFC,net-next,3/7] ice: add get_dpll_state ptp interface usage Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[RFC,net-next,2/7] selftests/ptp: Add usage of PTP_DPLL_GETSTATE ioctl in testptp Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[RFC,net-next,1/7] ptp: Add interface for acquiring DPLL state Add basic SyncE interfaces --- 2021-08-16 Kubalewski, Arkadiusz New
[net-next,3/3] selftests: Add the NCI testcase reading T4T Tag Update the virtual NCI driver and the NCI selftests --- 2021-08-16 Bongsu Jeon New
[net-next,2/3] selftests: Remove the polling code to read a NCI frame Update the virtual NCI driver and the NCI selftests --- 2021-08-16 Bongsu Jeon Superseded
[net-next,1/3] nfc: Change the virtual NCI device driver to use Wait Queue Update the virtual NCI driver and the NCI selftests --- 2021-08-16 Bongsu Jeon New
[17/17] vsprintf: rework bitmap_list_string Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[16/17] lib: bitmap: add performance test for bitmap_print_to_pagebuf Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[15/17] bitmap: unify find_bit operations Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[14/17] mm/percpu: micro-optimize pcpu_is_populated() Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[13/17] tools: Rename bitmap_alloc() to bitmap_zalloc() Resend bitmap patches --- 2021-08-14 Yury Norov New
[12/17] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[11/17] find: micro-optimize for_each_{set,clear}_bit() Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[10/17] include/linux: move for_each_bit() macros from bitops.h to find.h Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[09/17] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate Resend bitmap patches --- 2021-08-14 Yury Norov New
[08/17] tools: sync tools/bitmap with mother linux Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[06/17] cpumask: use find_first_and_bit() Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[05/17] lib: add find_first_and_bit() Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[03/17] include: move find.h from asm_generic to linux Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[02/17] bitops: move find_bit_*_le functions from le.h to find.h Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[01/17] bitops: protect find_first_{,zero}_bit properly Resend bitmap patches --- 2021-08-14 Yury Norov Accepted
[v6,6/6] kselftest/cgroup: Add cpuset v2 partition root state test cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v6,5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v6,4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v6,3/6] cgroup/cpuset: Add a new isolated cpus.partition type cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v6,2/6] cgroup/cpuset: Show invalid partition reason string cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v6,1/6] cgroup/cpuset: Properly transition to invalid partition cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v5,6/6] kselftest/cgroup: Add cpuset v2 partition root state test cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v5,5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long New
[v5,4/6] cgroup/cpuset: Allow non-top parent partition to distribute out all CPUs cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v5,3/6] cgroup/cpuset: Add a new isolated cpus.partition type cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v5,2/6] cgroup/cpuset: Show invalid partition reason string cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[v5,1/6] cgroup/cpuset: Properly transition to invalid partition cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-14 Waiman Long Superseded
[bpf-next,v6,5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp. sockmap: add sockmap support for unix stream socket --- 2021-08-14 Jiang Wang Superseded
[bpf-next,v6,4/5] selftest/bpf: change udp to inet in some function names sockmap: add sockmap support for unix stream socket --- 2021-08-14 Jiang Wang Superseded
[bpf-next,v6,3/5] selftest/bpf: add tests for sockmap with unix stream type. sockmap: add sockmap support for unix stream socket --- 2021-08-14 Jiang Wang Superseded
[bpf-next,v6,2/5] af_unix: add unix_stream_proto for sockmap sockmap: add sockmap support for unix stream socket --- 2021-08-14 Jiang Wang Superseded
[bpf-next,v6,1/5] af_unix: add read_sock for stream socket types sockmap: add sockmap support for unix stream socket --- 2021-08-14 Jiang Wang Superseded
[GIT,PULL] Kselftest update for Linux 5.14-rc6 [GIT,PULL] Kselftest update for Linux 5.14-rc6 --- 2021-08-13 Shuah Khan New
[v2] selftests/sgx: Provide per-op parameter structs for the test enclave [v2] selftests/sgx: Provide per-op parameter structs for the test enclave --- 2021-08-12 Jarkko Sakkinen New
selftests/sgx: Provide per-op parameter structs for the test enclave selftests/sgx: Provide per-op parameter structs for the test enclave --- 2021-08-12 Jarkko Sakkinen Accepted
[v3,6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ Untitled series #151603 --- 2021-08-11 Maxim Levitsky Accepted
[v3,4/6] scripts/gdb: rework lx-symbols gdb script Untitled series #151603 --- 2021-08-11 Maxim Levitsky New
[v3,2/6] KVM: x86: add force_intercept_exceptions_mask Untitled series #151603 --- 2021-08-11 Maxim Levitsky New
[v4,6/6] kselftest/cgroup: Add cpuset v2 partition root state test cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-11 Waiman Long Superseded
[v4,4/6] cgroup/cpuset: Allow non-top parent partition root to distribute out all CPUs cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-11 Waiman Long New
[v4,2/6] cgroup/cpuset: Properly handle partition root tree cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus --- 2021-08-11 Waiman Long New
[v2] selftests/kselftest/runner/run_one(): Allow running non-executable files [v2] selftests/kselftest/runner/run_one(): Allow running non-executable files --- 2021-08-10 SeongJae Park New
selftests/kselftest/runner/run_one(): Allow running non-executable files selftests/kselftest/runner/run_one(): Allow running non-executable files --- 2021-08-10 SeongJae Park New
[v2] kunit: tool: allow filtering test cases via glob [v2] kunit: tool: allow filtering test cases via glob --- 2021-08-09 Daniel Latypov Superseded
kunit: tool: allow filtering test cases via glob kunit: tool: allow filtering test cases via glob --- 2021-08-09 Daniel Latypov Superseded
[bpf-next,v6,5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp. [bpf-next,v6,1/5] af_unix: add read_sock for stream socket types --- 2021-08-09 Jiang Wang Superseded
[bpf-next,v6,3/5] selftest/bpf: add tests for sockmap with unix stream type. [bpf-next,v6,1/5] af_unix: add read_sock for stream socket types --- 2021-08-09 Jiang Wang Superseded
[bpf-next,v6,1/5] af_unix: add read_sock for stream socket types [bpf-next,v6,1/5] af_unix: add read_sock for stream socket types --- 2021-08-09 Jiang Wang Superseded
[v4,8/8] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed Add an oversubscription test --- 2021-08-09 Jarkko Sakkinen New
[v4,6/8] selftests/sgx: Encpsulate the test enclave creation Add an oversubscription test --- 2021-08-09 Jarkko Sakkinen New
[v4,4/8] selftests/sgx: Create a heap for the test enclave Add an oversubscription test --- 2021-08-09 Jarkko Sakkinen Accepted
[v4,2/8] selftests/sgx: Assign source for each segment Add an oversubscription test --- 2021-08-09 Jarkko Sakkinen Accepted
[net-next,2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support Add RFC-7597 Section 5.1 PSID support --- 2021-08-09 Cole Dishington New
[v2,2/2] selftests: vm: add COW time test for KSM pages add KSM performance tests --- 2021-08-06 Zhansaya Bagdauletkyzy Superseded
[v3,8/8] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed [v3,1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem --- 2021-08-06 Jarkko Sakkinen Superseded
[v3,5/8] selftests/sgx: Dump segments and /proc/self/maps only on failure [v3,1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem --- 2021-08-06 Jarkko Sakkinen Accepted
[v3,3/8] selftests/sgx: Make data measurement for an enclave segment optional [v3,1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem --- 2021-08-06 Jarkko Sakkinen Accepted
[v3,1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem [v3,1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem --- 2021-08-06 Jarkko Sakkinen New
[v2,2/2] kunit: add 'kunit.action' param to allow listing out tests Untitled series #150394 --- 2021-08-05 Daniel Latypov New
[bpf-next,v5,5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp. [bpf-next,v5,1/5] af_unix: add read_sock for stream socket types --- 2021-08-05 Jiang Wang Superseded
[bpf-next,v5,3/5] selftest/bpf: add tests for sockmap with unix stream type. [bpf-next,v5,1/5] af_unix: add read_sock for stream socket types --- 2021-08-05 Jiang Wang Superseded
[bpf-next,v5,1/5] af_unix: add read_sock for stream socket types [bpf-next,v5,1/5] af_unix: add read_sock for stream socket types --- 2021-08-05 Jiang Wang Superseded
[linux-next] powerpc/tm: remove duplicate include in tm-poison.c [linux-next] powerpc/tm: remove duplicate include in tm-poison.c --- 2021-08-05 Lv Ruyi Superseded
[bpf-next,v4,5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp. [bpf-next,v4,1/5] af_unix: add read_sock for stream socket types --- 2021-08-05 Jiang Wang Superseded
[bpf-next,v4,3/5] selftest/bpf: add tests for sockmap with unix stream type. [bpf-next,v4,1/5] af_unix: add read_sock for stream socket types --- 2021-08-05 Jiang Wang Superseded
[bpf-next,v4,1/5] af_unix: add read_sock for stream socket types [bpf-next,v4,1/5] af_unix: add read_sock for stream socket types --- 2021-08-05 Jiang Wang Superseded
[v4,2/3] kunit: Add support for suite initialization and cleanup Untitled series #150398 --- 2021-08-05 Bart Van Assche New
[v2] KVM: selftests: fix hyperv_clock test [v2] KVM: selftests: fix hyperv_clock test --- 2021-08-04 Maxim Levitsky Superseded
KVM: selftests: fix hyperv_clock test KVM: selftests: fix hyperv_clock test --- 2021-08-04 Maxim Levitsky Accepted
[RFC,v3,2/2] selftests/xsave: add xsave test during and after signal handling Introduce XSAVE/XRSTOR self-test --- 2021-08-04 Pengfei Xu New
[RFC,v3,1/2] selftests/xsave: test basic XSAVE architecture functionality Introduce XSAVE/XRSTOR self-test --- 2021-08-04 Pengfei Xu Superseded
[v2] kunit: Print test statistics on failure [v2] kunit: Print test statistics on failure --- 2021-08-04 David Gow Accepted
[net-next] tc-testing: Add control-plane selftests for sch_mq [net-next] tc-testing: Add control-plane selftests for sch_mq --- 2021-08-03 Peilin Ye New
[v5,4/4] kselftest/arm64: Add a TODO list for floating point tests kselftest/arm64: Vector length configuration tests --- 2021-08-03 Mark Brown Accepted
« 1 2 ... 127 128 129150 151 »