summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-01-30x86/asm/suspend: Drop ENTRY from local dataJiri Slaby
2019-01-30x86/hw_breakpoints, kprobes: Remove kprobes ifdefferyBorislav Petkov
2019-01-29x86/boot: Save several bytes in decompressorCao jin
2019-01-29x86/trap: Remove useless declarationPingfan Liu
2019-01-29x86/mm/tlb: Remove unused cpu variableShaokun Zhang
2019-01-29x86/events: Mark expected switch-case fall-throughsGustavo A. R. Silva
2019-01-28x86/asm-prototypes: Remove duplicate include <asm/page.h>Brajeswar Ghosh
2019-01-26x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva
2019-01-26x86/insn-eval: Mark expected switch-case fall-throughGustavo A. R. Silva
2019-01-16x86/platform/UV: Replace kmalloc() and memset() with k[cz]alloc() callsGustavo A. R. Silva
2019-01-13x86/e820: Replace kmalloc() + memcpy() with kmemdup()Huang Zijiang
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-06nds32: remove redundant kernel-space generic-yMasahiro Yamada
2019-01-06nios2: remove unneeded HAS_DMA defineMasahiro Yamada
2019-01-05Merge tag 'trace-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-05Merge tag 'powerpc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-01-05Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-01-05Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-05x86/amd_gart: fix unmapping of non-GART mappingsChristoph Hellwig
2019-01-04ia64: fix compile without swiotlbChristoph Hellwig
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds
2019-01-04Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds
2019-01-04x86 uaccess: Introduce __put_user_gotoLinus Torvalds
2019-01-05parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller
2019-01-04Merge branch 'next/drivers' into next/lateOlof Johansson
2019-01-04ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMACMasahiro Yamada
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso
2019-01-04mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-04fls: change parameter to unsigned intMatthew Wilcox
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds