summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: move jump_label_init() before parse_early_param()Kees Cook2019-07-122-5/+5
* mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-126-12/+6
* unicore32: switch to generic version of pte allocationMike Rapoport2019-07-121-28/+8
* um: switch to generic version of pte allocationMike Rapoport2019-07-122-36/+2
* riscv: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+2
* parisc: switch to generic version of pte allocationMike Rapoport2019-07-121-31/+2
* nios2: switch to generic version of pte allocationMike Rapoport2019-07-121-35/+2
* nds32: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+4
* mips: switch to generic version of pte allocationMike Rapoport2019-07-121-31/+2
* m68k: sun3: switch to generic version of pte allocationMike Rapoport2019-07-121-39/+2
* csky: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+3
* arm64: switch to generic version of pte allocationMike Rapoport2019-07-123-42/+13
* arm: switch to generic version of pte allocationMike Rapoport2019-07-122-29/+14
* alpha: switch to generic version of pte allocationMike Rapoport2019-07-121-37/+3
* asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-122-40/+12
* mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-122-72/+1
* mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig2019-07-128-15/+8
* sparc64: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-124-341/+20
* sparc64: define untagged_addr()Christoph Hellwig2019-07-121-0/+22
* sparc64: add the missing pgd_page definitionChristoph Hellwig2019-07-121-0/+3
* sh: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-124-278/+40
* sh: add the missing pud_page definitionChristoph Hellwig2019-07-121-0/+3
* MIPS: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-124-304/+5
* mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig2019-07-123-48/+2
* mm: simplify gup_fast_permittedChristoph Hellwig2019-07-122-14/+2
* sparc: remove ARCH_SELECT_MEMORY_MODELMike Rapoport2019-07-121-3/+0
* s390: remove ARCH_SELECT_MEMORY_MODELMike Rapoport2019-07-121-3/+0
* arm: remove ARCH_SELECT_MEMORY_MODELMike Rapoport2019-07-121-3/+0
* asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-121-151/+38
* x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-122-2/+2
* sh: prevent warnings when using iounmapSam Ravnborg2019-07-121-1/+5
* sh: config: remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2019-07-122-2/+0
* arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFSKefeng Wang2019-07-121-1/+0
* scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-122-2/+2
* mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-121-0/+14
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-1111-83/+90
|\
| * x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-111-5/+3
| * x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-105-68/+61
| * x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2019-07-101-1/+1
| * x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra2019-07-091-5/+20
| * x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
| * Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-091-3/+3
| * x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior2019-07-091-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1132-343/+325
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-091-255/+29
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-031-255/+29
| | |\ \
| | | * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson2019-07-031-57/+6
| | | * | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-07-031-198/+23
| * | | | bpf, riscv: Enable zext optimization for more RV64G ALU opsLuke Nelson2019-07-051-8/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2819-42/+111
| |\| | |