aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada24-25/+0
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada1-25/+0
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada7-12/+14
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada9-25/+16
2019-01-06kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada1-2/+2
2019-01-06kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada1-4/+2
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada42-119/+65
2019-01-06kallsyms: lower alignment on ARMMathias Krause1-2/+2
2019-01-06scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall1-0/+5
2019-01-06scripts: coccinelle: check for redeclarationJulia Lawall1-0/+3
2019-01-06kconfig: remove unused "file" field of yylval unionMasahiro Yamada1-1/+0
2019-01-06nds32: remove redundant kernel-space generic-yMasahiro Yamada1-10/+0
2019-01-06nios2: remove unneeded HAS_DMA defineMasahiro Yamada1-3/+0
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson1-0/+1
2019-01-04ia64: fix compile without swiotlbChristoph Hellwig2-1/+3
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds4-18/+51
2019-01-04Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds1-31/+22
2019-01-04x86 uaccess: Introduce __put_user_gotoLinus Torvalds1-11/+17
2019-01-05parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller1-2/+2
2019-01-04ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMACMasahiro Yamada1-0/+1
2019-01-04mm/page_io.c: fix polled swap page inJens Axboe1-1/+3
2019-01-04checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz1-0/+1
2019-01-04docs: fix Co-Developed-by docsJorge Ramirez-Ortiz1-2/+2
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai1-0/+3
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov10-15/+15
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso5-6/+6
2019-01-04mm/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso1-1/+1
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2019-01-04mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)1-0/+1
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2-0/+69
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)44-151/+101
2019-01-04initramfs: cleanup incomplete rootfsDavid Engraf1-3/+3
2019-01-04scripts/gdb: fix lx-version string outputDu Changbin1-1/+1
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang6-1/+28
2019-01-04panic: add options to print system info when panic happensFeng Tang2-0/+36
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian5-43/+41
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2-53/+53
2019-01-04exec: load_script: don't blindly truncate shebang stringOleg Nesterov1-3/+7
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang3-6/+2
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir6-22/+39
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir3-3/+10
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir2-7/+8
2019-01-04include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeCarmeli Tamir1-2/+2
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández3-0/+24
2019-01-04autofs: add strictexpire mount optionIan Kent4-3/+13
2019-01-04autofs: change catatonic setting to a bit flagIan Kent5-16/+20
2019-01-04autofs: simplify parse_options() function callIan Kent1-26/+29