summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-3/+3
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-173-4/+4
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-134-29/+69
|\
| * x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski2020-06-121-2/+13
| * x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-2/+2
| * x86/idt: Consolidate idt functionalityThomas Gleixner2020-06-111-12/+4
| * x86/entry: Remove DBn stacksPeter Zijlstra2020-06-111-1/+0
| * x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-111-21/+48
| * x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner2020-06-111-1/+1
| * x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner2020-06-111-2/+13
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+4
|\ \ | |/ |/|
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1314-136/+172
| |\
| * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-212-6/+19
| |\ \
| * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2123-1626/+466
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-062-6/+2
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3023-374/+380
| |\ \ \ \ \
| * | | | | | x86, kcsan: Enable KCSAN for x86Marco Elver2019-11-161-0/+4
* | | | | | | maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-7/+2
* | | | | | | maccess: unify the probe kernel arch hooksChristoph Hellwig2020-06-091-21/+12
* | | | | | | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-1/+1
* | | | | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-6/+6
* | | | | | | mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-1/+1
* | | | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* | | | | | | mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-23/+3
* | | | | | | x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport2020-06-092-32/+23
* | | | | | | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-096-6/+6
* | | | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-098-8/+8
* | | | | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-099-9/+0
* | | | | | | Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-059-30/+441
|\ \ \ \ \ \ \
| * | | | | | | x86/tlb: Restrict access to tlbstateThomas Gleixner2020-04-261-1/+0
| * | | | | | | x86/tlb: Move PCID helpers where they are usedThomas Gleixner2020-04-261-0/+120
| * | | | | | | x86/tlb: Uninline nmi_uaccess_okay()Thomas Gleixner2020-04-261-0/+32
| * | | | | | | x86/tlb: Move cr4_set_bits_and_update_boot() to the usage siteThomas Gleixner2020-04-261-0/+13
| * | | | | | | x86/tlb: Move paravirt_tlb_remove_table() to the usage siteThomas Gleixner2020-04-261-0/+8
| * | | | | | | x86/tlb: Move __flush_tlb_all() out of lineThomas Gleixner2020-04-261-7/+22
| * | | | | | | x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner2020-04-261-2/+9
| * | | | | | | x86/tlb: Move __flush_tlb_one_kernel() out of lineThomas Gleixner2020-04-266-6/+38
| * | | | | | | x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-1/+55
| * | | | | | | x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-0/+41
| * | | | | | | x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-262-2/+33
| * | | | | | | x86/cr4: Sanitize CR4.PCE updateThomas Gleixner2020-04-241-1/+21
| * | | | | | | x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner2020-04-241-0/+20
| * | | | | | | x86/mm: Unexport __cachemode2pte_tblChristoph Hellwig2020-04-232-2/+14
| * | | | | | | x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()Christoph Hellwig2020-04-232-7/+3
| * | | | | | | x86/mm: Move pgprot2cachemode out of lineChristoph Hellwig2020-04-201-2/+11
| * | | | | | | x86/mm: Add a x86_has_pat_wp() helperChristoph Hellwig2020-04-202-6/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-5/+2
* | | | | | | arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-14/+0
* | | | | | | {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-041-8/+2
* | | | | | | arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0