aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan100-1006/+961
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan7-80/+98
2020-02-04asm-generic/tlb: provide MMU_GATHER_TABLE_FREEPeter Zijlstra4-71/+130
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHERPeter Zijlstra4-9/+19
2020-02-04asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra4-7/+10
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra13-21/+21
2020-02-04asm-generic/tlb: add missing CONFIG symbolPeter Zijlstra1-0/+3
2020-02-04asm-gemeric/tlb: remove stray function declarationsPeter Zijlstra1-4/+0
2020-02-04asm-generic/tlb: avoid potential double flushPeter Zijlstra1-1/+6
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra7-20/+43
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V5-26/+1
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price7-25/+23
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price4-20/+22
2020-02-04arm64: mm: display non-present entries in ptdumpSteven Price1-12/+13
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price8-107/+50
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price4-247/+70
2020-02-04mm: add generic ptdumpSteven Price4-0/+182
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price3-13/+12
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price4-6/+6
2020-02-04x86: mm: point to struct seq_file from struct pg_stateSteven Price1-34/+35
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price6-16/+40
2020-02-04mm: pagewalk: fix termination condition in walk_pte_range()Steven Price1-2/+2
2020-02-04mm: pagewalk: don't lock PTEs for walk_page_range_novma()Steven Price1-7/+28
2020-02-04mm: pagewalk: allow walking without vmaSteven Price2-8/+37
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price3-47/+95