aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_em86.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2020-02-04sparc: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-04s390: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price2-0/+14
2020-02-04powerpc: mm: add p?d_leaf() definitionsSteven Price1-0/+3
2020-02-04mips: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2020-02-04arm64: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-02-04arm: mm: add p?d_leaf() definitionsSteven Price2-0/+2
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price1-0/+1
2020-02-04mm: add generic p?d_leaf() macrosSteven Price1-0/+20
2020-02-04mm: remove __kreallocFlorian Westphal3-27/+0
2020-02-04pinctrl: fix pxa2xx.c build warningsRandy Dunlap1-0/+1
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton1-1/+1
2020-02-04drivers/block/null_blk_main.c: fix layoutAndrew Morton1-28/+28
2020-02-04ipc/msg.c: consolidate all xxxctl_down() functionsLu Shuaibing1-9/+10
2020-02-04ipc/sem.c: document and update memory barriersManfred Spraul1-25/+41
2020-02-04ipc/msg.c: update and document memory barriersManfred Spraul1-7/+36