summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-305-0/+48
| * | | | | fork: Provide a function for copying init_mmNadav Amit2019-04-302-6/+19
| * | | | | uprobes: Initialize uprobes earlierNadav Amit2019-04-303-5/+9
| * | | | | x86/mm: Save debug registers when loading a temporary mmNadav Amit2019-04-301-0/+23
| * | | | | x86/mm: Introduce temporary mm structsAndy Lutomirski2019-04-301-0/+33
| * | | | | x86/jump_label: Use text_poke_early() during early initNadav Amit2019-04-301-1/+6
| * | | | | bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit2019-04-301-0/+8
| * | | | | mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit2019-04-302-0/+11
| * | | | | x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit2019-04-303-19/+45
| * | | | | Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesIngo Molnar2019-04-3060-224/+404
| |\ \ \ \ \
| * | | | | | x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackNadav Amit2019-04-261-34/+82
| * | | | | | Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar2019-04-26858-4480/+8874
| |\ \ \ \ \ \
| * | | | | | | x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86Mike Rapoport2019-04-251-1/+2
| * | | | | | | x86/Kconfig: Make SPARSEMEM default for 32-bit x86Mike Rapoport2019-04-251-6/+1
| * | | | | | | x86/build: Move _etext to actual end of .textKees Cook2019-04-241-3/+3
| * | | | | | | x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina2019-04-241-2/+0
| * | | | | | | x86/fault: Make fault messages more succinctBorislav Petkov2019-04-211-3/+3
| * | | | | | | x86/fault: Decode and print #PF oops in human readable formSean Christopherson2019-04-191-31/+11
| * | | | | | | x86/fault: Reword initial BUG message for unhandled page faultsSean Christopherson2019-04-191-3/+6
| * | | | | | | x86/mm: Fix the 56-bit addresses memory map in Documentation/x86/x86_64/mm.txtStephen Kitt2019-04-161-3/+3
| * | | | | | | x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GBBaoquan He2019-04-051-8/+2
| * | | | | | | x86/mm/KASLR: Use only one PUD entry for real mode trampolineBaoquan He2019-04-051-47/+37
* | | | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-062-15/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/kdump: Fall back to reserve high crashkernel memoryDave Young2019-04-222-10/+19
| * | | | | | | | x86/kdump: Have crashkernel=X reserve under 4G by defaultDave Young2019-04-221-5/+5
* | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0633-317/+377
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/irq: Fix outdated commentsJiang Biao2019-04-221-2/+2
| * | | | | | | | | x86/irq/64: Remove stack overflow debug codeThomas Gleixner2019-04-172-57/+1
| * | | | | | | | | x86/irq/64: Remap the IRQ stack with guard pagesAndy Lutomirski2019-04-171-0/+30
| * | | | | | | | | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-1711-44/+39
| * | | | | | | | | x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner2019-04-173-7/+16
| * | | | | | | | | x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-176-24/+35
| * | | | | | | | | x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner2019-04-172-3/+2
| * | | | | | | | | x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-176-6/+6
| * | | | | | | | | x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner2019-04-173-13/+14
| * | | | | | | | | x86/irq/32: Make irq stack a character arrayThomas Gleixner2019-04-171-1/+1
| * | | | | | | | | x86/irq/32: Define IRQ_STACK_SIZEThomas Gleixner2019-04-172-2/+4
| * | | | | | | | | x86/dumpstack/64: Speedup in_exception_stack()Thomas Gleixner2019-04-171-31/+51
| * | | | | | | | | x86/exceptions: Split debug IST stackThomas Gleixner2019-04-1710-31/+52
| * | | | | | | | | x86/exceptions: Enable IST guard pagesThomas Gleixner2019-04-171-6/+2
| * | | | | | | | | x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2019-04-176-15/+27
| * | | | | | | | | x86/cpu: Remove orig_ist arrayThomas Gleixner2019-04-172-15/+0
| * | | | | | | | | x86/cpu: Prepare TSS.IST setup for guard pagesThomas Gleixner2019-04-171-28/+7
| * | | | | | | | | x86/dumpstack/64: Use cpu_entry_area instead of orig_istThomas Gleixner2019-04-171-12/+27
| * | | | | | | | | x86/irq/64: Use cpu entry area instead of orig_istThomas Gleixner2019-04-171-6/+7
| * | | | | | | | | x86/traps: Use cpu_entry_area instead of orig_istThomas Gleixner2019-04-171-1/+2
| * | | | | | | | | x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner2019-04-172-0/+8
| * | | | | | | | | x86/cpu_entry_area: Prepare for IST guard pagesThomas Gleixner2019-04-171-7/+30
| * | | | | | | | | x86/exceptions: Add structs for exception stacksThomas Gleixner2019-04-173-11/+51
| * | | | | | | | | x86/cpu_entry_area: Cleanup setup functionsThomas Gleixner2019-04-171-10/+9