summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03clk: qcom: Get rid of the test clock for videocc-sc7180Douglas Anderson
2020-02-03dt-bindings: clock: Cleanup qcom,videocc bindings for sdm845/sc7180Douglas Anderson
2020-02-03clk: qcom: Use ARRAY_SIZE in gpucc-sc7180 for parent clocksDouglas Anderson
2020-02-03clk: qcom: Get rid of the test clock for gpucc-sc7180Douglas Anderson
2020-02-03dt-bindings: clock: Fix qcom,gpucc bindings for sdm845/sc7180/msm8998Douglas Anderson
2020-02-03clk: qcom: Use ARRAY_SIZE in dispcc-sc7180 for parent clocksDouglas Anderson
2020-02-03clk: qcom: Get rid of the test clock for dispcc-sc7180Douglas Anderson
2020-02-03clk: qcom: Get rid of fallback global names for dispcc-sc7180Douglas Anderson
2020-02-03dt-bindings: clock: Fix qcom,dispcc bindings for sdm845/sc7180Douglas Anderson
2020-02-03clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson
2020-02-03clk: ls1028a: fix a dereference of pointer 'parent' before a null checkColin Ian King
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-02-04ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04include/linux/cpumask.h: don't calculate length of the input stringYury Norov
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov
2020-02-04lib: rework bitmap_parse()Yury Norov
2020-02-04lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov
2020-02-04lib: add test for bitmap_parse()Yury Norov
2020-02-04bitops: more BITS_TO_* macrosYury Norov
2020-02-04lib/string: add strnchrnul()Yury Norov
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2020-02-04asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra
2020-02-04asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra
2020-02-04asm-gemeric/tlb: remove stray function declarationsPeter Zijlstra
2020-02-04asm-generic/tlb: avoid potential double flushPeter Zijlstra
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price
2020-02-04arm64: mm: display non-present entries in ptdumpSteven Price
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price
2020-02-04mm: add generic ptdumpSteven Price
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price
2020-02-04x86: mm: point to struct seq_file from struct pg_stateSteven Price
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-02-04mm: pagewalk: fix termination condition in walk_pte_range()Steven Price
2020-02-04mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price
2020-02-04mm: pagewalk: allow walking without vmaSteven Price
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price
2020-02-04sparc: mm: add p?d_leaf() definitionsSteven Price
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price