aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-4/+6
2019-04-30x86/alternatives: Add comment about module removal racesNadav Amit1-0/+5
2019-04-30x86/kprobes: Use vmalloc special flagRick Edgecombe1-6/+1
2019-04-30x86/ftrace: Use vmalloc special flagRick Edgecombe1-8/+6
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-4/+0
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe4-3/+19
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2-9/+6
2019-04-30x86/jump-label: Remove support for custom text pokerNadav Amit1-16/+10
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit2-8/+22
2019-04-30x86/kprobes: Set instruction page as executableNadav Amit1-4/+20
2019-04-30x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-04-30x86/kgdb: Avoid redundant comparison of patched codeNadav Amit1-13/+1
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit3-26/+86
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit4-0/+45
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit1-1/+6
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+2
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit3-19/+45
2019-04-30Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesIngo Molnar12-55/+100
2019-04-28Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-6/+20
2019-04-28Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-40/+60
2019-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+7
2019-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2019-04-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-3/+8
2019-04-26x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackNadav Amit1-34/+82
2019-04-26Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar132-1141/+1274
2019-04-25x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86Mike Rapoport1-1/+2
2019-04-25x86/Kconfig: Make SPARSEMEM default for 32-bit x86Mike Rapoport1-6/+1
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 countersHarry Pan1-5/+5
2019-04-24x86/build: Move _etext to actual end of .textKees Cook1-3/+3
2019-04-24x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina1-2/+0
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Qian Cai1-0/+6
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds16-1/+65
2019-04-23ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2019-04-23ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabledTigran Tadevosyan1-1/+1
2019-04-23ARM: fix function graph tracer and unwinder dependenciesRussell King2-4/+4
2019-04-23arm64/module: ftrace: deal with place relative nature of PLTsArd Biesheuvel1-2/+7
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson1-1/+1
2019-04-22Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-7/+1
2019-04-22x86/boot: Disable RSDP parsing temporarilyBorislav Petkov1-1/+1
2019-04-21x86/fault: Make fault messages more succinctBorislav Petkov1-3/+3
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-31/+92
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-14/+41
2019-04-19x86/fault: Decode and print #PF oops in human readable formSean Christopherson1-31/+11
2019-04-19x86/fault: Reword initial BUG message for unhandled page faultsSean Christopherson1-3/+6
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priorityHans de Goede1-2/+2
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+26