Age | Commit message (Expand) | Author | Files | Lines |
2021-01-06 | mips compat: switch to compat_binfmt_elf.c | Al Viro | 7 | -174/+54 |
2021-01-06 | mips: don't bother with ELF_CORE_EFLAGS | Al Viro | 1 | -2/+0 |
2021-01-06 | mips compat: don't bother with ELF_ET_DYN_BASE | Al Viro | 3 | -14/+0 |
2021-01-06 | mips: KVM_GUEST makes no sense for 64bit builds... | Al Viro | 1 | -1/+1 |
2021-01-06 | mips: kill unused definitions in binfmt_elf[on]32.c | Al Viro | 2 | -36/+0 |
2021-01-06 | mips binfmt_elf*32.c: use elfcore-compat.h | Al Viro | 2 | -65/+8 |
2021-01-06 | Merge remote-tracking branch 'mips/mips-fixes' into work.elf-compat | Al Viro | 3 | -1/+16 |
2021-01-06 | x32: make X32, !IA32_EMULATION setups able to execute x32 binaries | Al Viro | 2 | -2/+2 |
2021-01-06 | [amd64] clean PRSTATUS_SIZE/SET_PR_FPVALID up properly | Al Viro | 4 | -14/+35 |
2021-01-06 | elf_prstatus: collect the common part (everything before pr_reg) into a struct | Al Viro | 5 | -7/+16 |
2021-01-05 | binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID | Al Viro | 1 | -4/+7 |
2020-12-29 | MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps | Al Viro | 2 | -0/+14 |
2020-12-29 | MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB | Paul Cercueil | 1 | -1/+2 |
2020-12-25 | Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2020-12-25 | Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 7 | -15/+29 |
2020-12-25 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -9/+7 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -152/+30 |
2020-12-23 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2020-12-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 36 | -51/+466 |
2020-12-23 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux | Linus Torvalds | 50 | -473/+1256 |
2020-12-23 | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -12/+111 |
2020-12-23 | x86/split-lock: Avoid returning with interrupts enabled | Andi Kleen | 1 | -1/+2 |
2020-12-22 | kasan: allow VMAP_STACK for HW_TAGS mode | Andrey Konovalov | 1 | -4/+4 |
2020-12-22 | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 2 | -2/+2 |
2020-12-22 | kasan, arm64: enable CONFIG_KASAN_HW_TAGS | Andrey Konovalov | 1 | -0/+1 |
2020-12-22 | kasan, arm64: print report from tag fault handler | Andrey Konovalov | 1 | -0/+14 |
2020-12-22 | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 3 | -2/+7 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 10 | -14/+18 |
2020-12-22 | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 2 | -0/+2 |
2020-12-22 | arm64: kasan: add arch layer for memory tagging helpers | Andrey Konovalov | 1 | -0/+9 |
2020-12-22 | arm64: kasan: align allocations for HW_TAGS | Andrey Konovalov | 1 | -0/+3 |
2020-12-22 | arm64: mte: switch GCR_EL1 in kernel entry and exit | Vincenzo Frascino | 6 | -4/+79 |
2020-12-22 | arm64: mte: convert gcr_user into an exclude mask | Vincenzo Frascino | 2 | -15/+16 |
2020-12-22 | arm64: kasan: allow enabling in-kernel MTE | Vincenzo Frascino | 3 | -3/+33 |
2020-12-22 | arm64: mte: add in-kernel tag fault handler | Vincenzo Frascino | 3 | -0/+70 |
2020-12-22 | arm64: mte: reset the page tag in page->flags | Vincenzo Frascino | 4 | -0/+32 |
2020-12-22 | arm64: mte: add in-kernel MTE helpers | Vincenzo Frascino | 6 | -6/+150 |
2020-12-22 | arm64: enable armv8.5-a asm-arch option | Vincenzo Frascino | 2 | -0/+9 |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov | 2 | -2/+2 |
2020-12-22 | kasan, arm64: move initialization message | Andrey Konovalov | 2 | -14/+8 |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 1 | -3/+8 |
2020-12-22 | kasan, arm64: only init shadow for software modes | Andrey Konovalov | 2 | -3/+20 |
2020-12-22 | RISC-V: Fix usage of memblock_enforce_memory_limit | Atish Patra | 1 | -1/+1 |
2020-12-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 3 | -3/+3 |
2020-12-21 | Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -293/+192 |
2020-12-21 | powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall... | Christophe Leroy | 1 | -9/+16 |
2020-12-21 | Merge branch 'devel-stable' into for-next | Russell King | 13 | -273/+431 |
2020-12-21 | Merge branches 'fixes' and 'misc' into for-next | Russell King | 43 | -185/+819 |
2020-12-21 | ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical... | Ard Biesheuvel | 1 | -2/+2 |
2020-12-21 | ARM: 9038/1: Link with '-z norelro' | Nathan Chancellor | 1 | -1/+1 |