| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: move jump_label_init() before parse_early_param() | Kees Cook | 2019-07-12 | 2 | -5/+5 |
* | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual | 2019-07-12 | 6 | -12/+6 |
* | unicore32: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -28/+8 |
* | um: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 2 | -36/+2 |
* | riscv: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -27/+2 |
* | parisc: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -31/+2 |
* | nios2: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -35/+2 |
* | nds32: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -27/+4 |
* | mips: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -31/+2 |
* | m68k: sun3: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -39/+2 |
* | csky: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -27/+3 |
* | arm64: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 3 | -42/+13 |
* | arm: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 2 | -29/+14 |
* | alpha: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -37/+3 |
* | asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel] | Mike Rapoport | 2019-07-12 | 2 | -40/+12 |
* | mm: move the powerpc hugepd code to mm/gup.c | Christoph Hellwig | 2019-07-12 | 2 | -72/+1 |
* | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP | Christoph Hellwig | 2019-07-12 | 8 | -15/+8 |
* | sparc64: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -341/+20 |
* | sparc64: define untagged_addr() | Christoph Hellwig | 2019-07-12 | 1 | -0/+22 |
* | sparc64: add the missing pgd_page definition | Christoph Hellwig | 2019-07-12 | 1 | -0/+3 |
* | sh: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -278/+40 |
* | sh: add the missing pud_page definition | Christoph Hellwig | 2019-07-12 | 1 | -0/+3 |
* | MIPS: use the generic get_user_pages_fast code | Christoph Hellwig | 2019-07-12 | 4 | -304/+5 |
* | mm: lift the x86_32 PAE version of gup_get_pte to common code | Christoph Hellwig | 2019-07-12 | 3 | -48/+2 |
* | mm: simplify gup_fast_permitted | Christoph Hellwig | 2019-07-12 | 2 | -14/+2 |
* | sparc: remove ARCH_SELECT_MEMORY_MODEL | Mike Rapoport | 2019-07-12 | 1 | -3/+0 |
* | s390: remove ARCH_SELECT_MEMORY_MODEL | Mike Rapoport | 2019-07-12 | 1 | -3/+0 |
* | arm: remove ARCH_SELECT_MEMORY_MODEL | Mike Rapoport | 2019-07-12 | 1 | -3/+0 |
* | asm-generic, x86: add bitops instrumentation for KASAN | Marco Elver | 2019-07-12 | 1 | -151/+38 |
* | x86: use static_cpu_has in uaccess region to avoid instrumentation | Marco Elver | 2019-07-12 | 2 | -2/+2 |
* | sh: prevent warnings when using iounmap | Sam Ravnborg | 2019-07-12 | 1 | -1/+5 |
* | sh: config: remove left-over BACKLIGHT_LCD_SUPPORT | Krzysztof Kozlowski | 2019-07-12 | 2 | -2/+0 |
* | arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS | Kefeng Wang | 2019-07-12 | 1 | -1/+0 |
* | scripts/spelling.txt: drop "sepc" from the misspelling list | Paul Walmsley | 2019-07-12 | 2 | -2/+2 |
* | mm/nvdimm: add is_ioremap_addr and use that to check ioremap address | Aneesh Kumar K.V | 2019-07-12 | 1 | -0/+14 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-07-11 | 11 | -83/+90 |
|\ |
|
| * | x86/stacktrace: Prevent infinite loop in arch_stack_walk_user() | Eiichi Tsukata | 2019-07-11 | 1 | -5/+3 |
| * | x86/asm: Move native_write_cr0/4() out of line | Thomas Gleixner | 2019-07-10 | 5 | -68/+61 |
| * | x86/pgtable/32: Fix LOWMEM_PAGES constant | Arnd Bergmann | 2019-07-10 | 1 | -1/+1 |
| * | x86/alternatives: Fix int3_emulate_call() selftest stack corruption | Peter Zijlstra | 2019-07-09 | 1 | -5/+20 |
| * | x86/entry/32: Fix ENDPROC of common_spurious | Jiri Slaby | 2019-07-09 | 1 | -1/+1 |
| * | Revert "x86/build: Move _etext to actual end of .text" | Ross Zwisler | 2019-07-09 | 1 | -3/+3 |
| * | x86/ldt: Initialize the context lock for init_mm | Sebastian Andrzej Siewior | 2019-07-09 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 32 | -343/+325 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-07-09 | 1 | -255/+29 |
| |\ \ |
|
| | * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-07-03 | 1 | -255/+29 |
| | |\ \ |
|
| | | * | | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 2019-07-03 | 1 | -57/+6 |
| | | * | | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 | Luke Nelson | 2019-07-03 | 1 | -198/+23 |
| * | | | | bpf, riscv: Enable zext optimization for more RV64G ALU ops | Luke Nelson | 2019-07-05 | 1 | -8/+8 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-28 | 19 | -42/+111 |
| |\| | | |
|