aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-06ALSA: hda: Clear RIRB status before reading WPMohan Kumar1-2/+9
2020-02-06ALSA: hda/realtek - Fixed one of HP ALC671 platform Headset Mic supportedKailang Yang1-0/+1
2020-02-05bootconfig: Show the number of nodes on boot messageMasami Hiramatsu1-2/+4
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2-1/+5
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu1-4/+12
2020-02-05bootconfig: Use bootconfig instead of boot configMasami Hiramatsu1-3/+3
2020-02-05ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-05broken ping to ipv6 linklocal addresses on debian busterCasey Schaufler1-22/+19
2020-02-05ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-05tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-05tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-05PCI/ATS: Use PF PASID for VFsKuppuswamy Sathyanarayanan1-2/+4
2020-02-05ASoC: wcd934x: Add missing COMMON_CLK dependency to SND_SOC_ALL_CODECSGeert Uytterhoeven1-1/+1
2020-02-05bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdlineSteven Rostedt (VMware)3-7/+29
2020-02-05dt-bindings: Fix paths in schema $id fieldsRob Herring22-22/+22
2020-02-04io_uring: cleanup fixed file data table referencesJens Axboe1-13/+19
2020-02-04io_uring: spin for sq thread to idle on shutdownJens Axboe1-1/+12
2020-02-04dt-bindings: PCI: intel: Fix dt_binding_check compilation failureDilip Kota1-3/+1
2020-02-04dt-bindings: phy: Fix errors in intel,lgm-emmc-phy exampleRob Herring1-1/+3
2020-02-05nvmet: update AEN list and array at one placeDaniel Wagner1-27/+36
2020-02-04ALSA: hda - Fix DP-MST support for NVIDIA codecsNikhil Mahale1-31/+63
2020-02-05nvmet: Fix controller use after freeIsrael Rukshin1-4/+9
2020-02-05nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin1-1/+1
2020-02-04x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCIJason A. Donenfeld1-2/+2
2020-02-04brd: check and limit max_part parZhiqiang Liu1-2/+20
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo1-2/+2
2020-02-04l2tp: Allow duplicate session creation with UDPRidge Kennedy1-1/+6
2020-02-04ASoC: wcd934x: Add missing COMMON_CLK dependencySrinivas Kandagatla1-0/+1
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng1-3/+10
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-04microblaze: Add ID for Microblaze v11Michal Simek1-0/+1
2020-02-04microblaze: Prevent the overflow of the startShubhrajyoti Datta1-1/+2
2020-02-04microblaze: Wire CMA allocatorMichal Simek3-0/+7
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek8-7/+1
2020-02-04microblaze: Sync defconfig with latest Kconfig layoutMichal Simek1-3/+3
2020-02-04microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 driversManish Narani2-2/+2
2020-02-04MAINTAINERS: Remove the Bard Liao from the MAINTAINERS of Realtek CODECsOder Chiou1-1/+0
2020-02-04qed: Remove set but not used variable 'p_link'YueHaibing1-3/+0
2020-02-04tc-testing: add missing 'nsPlugin' to basic.jsonDavide Caratti1-0/+51
2020-02-04tc-testing: fix eBPF tests failure on linux fresh clonesDavide Caratti1-1/+1
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-02-04ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai1-1/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada28-41/+35
2020-02-04include/linux/cpumask.h: don't calculate length of the input stringYury Norov1-3/+1
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov1-0/+8
2020-02-04lib: rework bitmap_parse()Yury Norov2-99/+84
2020-02-04lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov1-10/+10
2020-02-04lib: add test for bitmap_parse()Yury Norov1-2/+95
2020-02-04bitops: more BITS_TO_* macrosYury Norov2-5/+8
2020-02-04lib/string: add strnchrnul()Yury Norov2-0/+18