Show patches with: none      |   21865 patches
« 1 2 ... 202 203 204218 219 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v7,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework 1 - - --- 2019-07-09 Brendan Higgins Superseded
[v7,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-09 Brendan Higgins Superseded
[v7,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 3 - --- 2019-07-09 Brendan Higgins Superseded
selftests/ftrace: avoid failure when trying to probe a notrace function selftests/ftrace: avoid failure when trying to probe a notrace function - - - --- 2019-07-08 Thadeu Lima de Souza Cascardo New
[v9,10/10] selftests: add openat2(2) selftests namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,09/10] kselftest: save-and-restore errno to allow for %m formatting namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,08/10] open: openat2(2) syscall namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,07/10] namei: aggressively check for nd->root escape on ".." resolution namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,05/10] namei: O_BENEATH-style path resolution flags namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,04/10] namei: split out nd->dfd handling to dirfd_path_init namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,02/10] procfs: switch magic-link modes to be more sane namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[v9,01/10] namei: obey trailing magic-link DAC permissions namei: openat2(2) path resolution restrictions - - - --- 2019-07-06 Aleksa Sarai New
[2/3] kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree Untitled series #142827 - - - --- 2019-07-06 Masahiro Yamada New
[v6,18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() kunit: introduce KUnit, the Linux kernel unit testing framework 1 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,16/18] MAINTAINERS: add entry for KUnit the unit testing framework kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,15/18] Documentation: kunit: add documentation for KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,14/18] kunit: defconfig: add defconfigs for building KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,13/18] kunit: tool: add Python wrappers for running KUnit tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,12/18] kunit: test: add tests for KUnit managed resources kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,11/18] kunit: test: add the concept of assertions kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,10/18] kunit: test: add tests for kunit test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,09/18] kunit: test: add support for test abort kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,08/18] objtool: add kunit_try_catch_throw to the noreturn list kunit: introduce KUnit, the Linux kernel unit testing framework - - - --- 2019-07-04 Brendan Higgins Superseded
[v6,07/18] kunit: test: add initial tests kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,06/18] kbuild: enable building KUnit kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,05/18] kunit: test: add the concept of expectations kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,04/18] kunit: test: add kunit_stream a std::stream like logger kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,03/18] kunit: test: add string_stream a std::stream like string builder kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,02/18] kunit: test: add test resource management API kunit: introduce KUnit, the Linux kernel unit testing framework - 2 - --- 2019-07-04 Brendan Higgins Superseded
[v6,01/18] kunit: test: add KUnit test runner core kunit: introduce KUnit, the Linux kernel unit testing framework - 3 - --- 2019-07-04 Brendan Higgins Superseded
[v2,10/10] kselftest: arm64: fake_sigreturn_bad_size Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,09/10] kselftest: arm64: fake_sigreturn_duplicated_fpsimd Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,08/10] kselftest: arm64: fake_sigreturn_missing_fpsimd Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,07/10] kselftest: arm64: fake_sigreturn_bad_size_for_magic0 Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,06/10] kselftest: arm64: fake_sigreturn_bad_magic Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,05/10] kselftest: arm64: mangle_pstate_ssbs_regs Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,04/10] kselftest: arm64: mangle_pstate_invalid_mode_el Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,03/10] kselftest: arm64: mangle_pstate_invalid_daif_bits Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,02/10] kselftest: arm64: adds first test and common utils Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[v2,01/10] kselftest: arm64: introduce new boilerplate code Add arm64/signal initial kselftest support - - - --- 2019-07-03 Cristian Marussi New
[tip:timers/core] clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic [tip:timers/core] clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic - 1 - --- 2019-07-03 tip-bot for Kobe Wu Mainlined
[tip:timers/core] clocksource/drivers: Make Hyper-V clocksource ISA agnostic [tip:timers/core] clocksource/drivers: Make Hyper-V clocksource ISA agnostic - 1 - --- 2019-07-03 tip-bot for Kobe Wu Mainlined
[-next] kselftests: cgroup: remove duplicated include from test_freezer.c [-next] kselftests: cgroup: remove duplicated include from test_freezer.c 1 - - --- 2019-07-02 Yue Haibing Mainlined
selftests/ftrace: skip ftrace test if FTRACE was not enabled selftests/ftrace: skip ftrace test if FTRACE was not enabled - - - --- 2019-07-02 Po-Hsu Lin New
[next] selftests/x86: fix spelling mistake "FAILT" -> "FAIL" [next] selftests/x86: fix spelling mistake "FAILT" -> "FAIL" 1 - - --- 2019-07-01 Colin King Mainlined
[PATCHv2] selftests/net: skip psock_tpacket test if KALLSYMS was not enabled [PATCHv2] selftests/net: skip psock_tpacket test if KALLSYMS was not enabled 1 - - --- 2019-07-01 Po-Hsu Lin Mainlined
[v5,2/2] clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic clocksource/drivers: Create new Hyper-V clocksource driver - 1 - --- 2019-07-01 Michael Kelley (LINUX) New
[v5,1/2] clocksource/drivers: Make Hyper-V clocksource ISA agnostic clocksource/drivers: Create new Hyper-V clocksource driver - 1 - --- 2019-07-01 Michael Kelley (LINUX) New
[RFC,3/3] Revert "rcutorture: Tweak kvm options" [RFC,1/3] rcu: Expedite the rcu quiescent state reporting if help needed - - - --- 2019-07-01 Joel Fernandes New
[RFC,2/3] rcu: Simplify rcu_note_context_switch exit from critical section [RFC,1/3] rcu: Expedite the rcu quiescent state reporting if help needed - - - --- 2019-07-01 Joel Fernandes New
[RFC,1/3] rcu: Expedite the rcu quiescent state reporting if help needed [RFC,1/3] rcu: Expedite the rcu quiescent state reporting if help needed - - - --- 2019-07-01 Joel Fernandes New
[for,5.2] rseq/selftests: Fix Thumb mode build failure on arm32 [for,5.2] rseq/selftests: Fix Thumb mode build failure on arm32 1 - - --- 2019-06-30 Mathieu Desnoyers Mainlined
[bpf,3/3] selftests: bpf: add tests for shifts by zero [bpf,1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0 - - - --- 2019-06-29 Luke Nelson Mainlined
[bpf,2/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_K shift by 0 [bpf,1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0 - - - --- 2019-06-29 Luke Nelson Mainlined
[bpf,1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0 [bpf,1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0 - - - --- 2019-06-29 Luke Nelson Mainlined
[v4,2/2] Drivers: hv: Move Hyper-V clocksource code to new clocksource driver Drivers: hv: Move Hyper-V clock/timer code to separate clocksource driver - 1 - --- 2019-06-28 Michael Kelley (LINUX) New
[v4,1/2] Drivers: hv: Create Hyper-V clocksource driver from existing clockevents code Drivers: hv: Move Hyper-V clock/timer code to separate clocksource driver - 1 - --- 2019-06-28 Michael Kelley (LINUX) New
[19/39] docs: blockdev: add it to the admin-guide Untitled series #139593 - - - --- 2019-06-28 Mauro Carvalho Chehab New
[37/43] docs: blockdev: convert to ReST Untitled series #139535 - - - --- 2019-06-28 Mauro Carvalho Chehab New
selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y - 1 - --- 2019-06-28 Naresh Kamboju Mainlined
selftests: timestamping: Fix SIOCGSTAMP undeclared build failure selftests: timestamping: Fix SIOCGSTAMP undeclared build failure - - - --- 2019-06-27 Shuah Khan Mainlined
[v2] arm64: vdso: Fix compilation with clang older then 8 [v2] arm64: vdso: Fix compilation with clang older then 8 - - 1 --- 2019-06-26 Vincenzo Frascino Mainlined
lib/vdso: Make delta calculation work correctly lib/vdso: Make delta calculation work correctly - 1 - --- 2019-06-26 Thomas Gleixner New
arm64: vdso: Fix compilation with clang < 8 arm64: vdso: Fix compilation with clang < 8 - - 1 --- 2019-06-25 Vincenzo Frascino New
[3/3] arm64: compat: Fix __arch_get_hw_counter() implementation [1/3] lib/vdso: Delay mask application in do_hres() - - - --- 2019-06-25 Vincenzo Frascino New
[2/3] arm64: Fix __arch_get_hw_counter() implementation [1/3] lib/vdso: Delay mask application in do_hres() - - - --- 2019-06-25 Vincenzo Frascino New
[1/3] lib/vdso: Delay mask application in do_hres() [1/3] lib/vdso: Delay mask application in do_hres() - - - --- 2019-06-25 Vincenzo Frascino New
[v18,15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel arm64: untag user pointers passed to the kernel 1 1 - --- 2019-06-24 Andrey Konovalov New
[v18,14/15] vfio/type1: untag user pointers in vaddr_get_pfn arm64: untag user pointers passed to the kernel - 4 - --- 2019-06-24 Andrey Konovalov New
[v18,13/15] tee/shm: untag user pointers in tee_shm_register arm64: untag user pointers passed to the kernel 1 1 - --- 2019-06-24 Andrey Konovalov New
[v18,12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get arm64: untag user pointers passed to the kernel 1 2 - --- 2019-06-24 Andrey Konovalov New
[v18,11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr arm64: untag user pointers passed to the kernel 1 2 - --- 2019-06-24 Andrey Konovalov New
[v18,10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl arm64: untag user pointers passed to the kernel 1 3 - --- 2019-06-24 Andrey Konovalov New
[v18,09/15] drm/amdgpu: untag user pointers arm64: untag user pointers passed to the kernel 1 1 - --- 2019-06-24 Andrey Konovalov New
[v18,08/15] userfaultfd: untag user pointers arm64: untag user pointers passed to the kernel - 4 - --- 2019-06-24 Andrey Konovalov New
[v18,07/15] fs/namespace: untag user pointers in copy_mount_options arm64: untag user pointers passed to the kernel - 4 - --- 2019-06-24 Andrey Konovalov New
[v18,06/15] mm: untag user pointers in get_vaddr_frames arm64: untag user pointers passed to the kernel 1 3 - --- 2019-06-24 Andrey Konovalov New
[v18,05/15] mm: untag user pointers in mm/gup.c arm64: untag user pointers passed to the kernel - 4 - --- 2019-06-24 Andrey Konovalov New
[v18,04/15] mm: untag user pointers passed to memory syscalls arm64: untag user pointers passed to the kernel - 4 - --- 2019-06-24 Andrey Konovalov New
[v18,03/15] lib: untag user pointers in strn*_user arm64: untag user pointers passed to the kernel 1 3 - --- 2019-06-24 Andrey Konovalov New
[v18,02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI arm64: untag user pointers passed to the kernel - 1 - --- 2019-06-24 Andrey Konovalov New
[v18,01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr arm64: untag user pointers passed to the kernel - 3 - --- 2019-06-24 Andrey Konovalov New
[4.19,47/90] kselftest/cgroup: fix incorrect test_core skip Untitled series #136995 1 1 - --- 2019-06-24 Greg KH New
[4.19,46/90] kselftest/cgroup: fix unexpected testing failure on test_core Untitled series #136995 1 1 - --- 2019-06-24 Greg KH New
« 1 2 ... 202 203 204218 219 »