summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds2020-08-061-0/+5
* Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-051-3/+3
|\
| * x86/entry: Cleanup idtentry_enter/exitThomas Gleixner2020-07-241-3/+3
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-9/+9
|\ \
| * | x86/mm/numa: Remove uninitialized_var() usageKees Cook2020-07-161-9/+9
* | | Merge tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-6/+53
|\ \ \
| * | | x86/mm/64: Make sync_global_pgds() staticJoerg Roedel2020-07-271-1/+1
| * | | x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel2020-07-271-5/+0
| * | | x86/mm: Pre-allocate P4D/PUD pages for vmalloc areaJoerg Roedel2020-07-271-0/+52
| |/ /
* | | Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-042-3/+2
|\ \ \
| * | | Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2020-07-263-7/+7
| |\| |
| * | | x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.cBenjamin Thiel2020-06-172-3/+2
* | | | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/mm/pat: Mark an intentional data raceQian Cai2020-06-291-1/+1
| | |/ | |/|
* / | x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski2020-07-061-3/+3
|/ /
* | 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