summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-141-4/+0
|\
| * hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-4/+0
* | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-146-16/+93
|\ \ | |/ |/|
| * x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-03-061-0/+1
| * x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-03-061-0/+5
| * x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner2019-03-063-0/+23
| * x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-03-061-0/+13
| * x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner2019-03-061-0/+25
| * x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2019-03-061-0/+1
| * x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen2019-03-062-0/+7
| * x86/msr-index: Cleanup bit definesThomas Gleixner2019-03-061-16/+18
* | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-05-091-10/+0
|\ \
| * | x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig2019-04-081-10/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-1/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-1/+1
| |\ \ \
| * | | | asm-generic: generalize asm/sockios.hArnd Bergmann2019-04-191-1/+0
* | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-3/+5
|\ \ \ \ \
| * | | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-3/+5
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-079-61/+185
|\ \ \ \ \ \
| * | | | | | x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-123-17/+42
| * | | | | | x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior2019-04-121-0/+43
| * | | | | | x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior2019-04-111-2/+19
| * | | | | | x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior2019-04-112-0/+10
| * | | | | | x86/fpu: Eager switch PKRU stateRik van Riel2019-04-113-3/+31
| * | | | | | x86/fpu: Only write PKRU if it is different from currentSebastian Andrzej Siewior2019-04-111-0/+7
| * | | | | | x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2019-04-112-4/+10
| * | | | | | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-101-2/+2
| * | | | | | x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel2019-04-102-8/+25
| * | | | | | x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior2019-04-101-17/+0
| * | | | | | x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-103-21/+11
| * | | | | | x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior2019-04-091-1/+0
| * | | | | | x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior2019-04-091-1/+0
| * | | | | | x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-091-1/+1
* | | | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-071-14/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/MCE: Group AMD function prototypes in <asm/mce.h>Yazen Ghannam2019-03-241-14/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
| * | | | | | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-076-4/+69
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe2019-04-301-0/+3
| * | | | | | | | x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2019-04-301-2/+2
| * | | | | | | | x86/alternatives: Use temporary mm for text pokingNadav Amit2019-04-301-2/+0
| * | | | | | | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-302-0/+5
| * | | | | | | | 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
| * | | | | | | | mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit2019-04-301-0/+2
| * | | | | | | | x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit2019-04-301-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0710-60/+98
|\ \ \ \ \ \ \ \