summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-2/+4
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2015-06-221-2/+4
| |\
| | * x86: Load __USER_DS into DS/ES after resumeIngo Molnar2015-06-221-2/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-234-2/+11
|\ \ \
| * | | x86: kaslr: fix build due to missing ALIGN definitionJiri Kosina2015-04-291-0/+1
| * | | livepatch: x86: make kASLR logic more accurateJiri Kosina2015-04-291-0/+1
| * | | x86: introduce kaslr_offset()Jiri Kosina2015-04-293-2/+9
* | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-233-10/+15
|\ \ \ \
| * \ \ \ Merge branch 'pci/resource' into nextBjorn Helgaas2015-06-171-2/+15
| |\ \ \ \
| | * | | | x86/PCI: Use host bridge _CRS info on systems with >32 bit addressingBjorn Helgaas2015-06-171-2/+4
| | * | | | x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237ABjorn Helgaas2015-06-091-0/+11
| | | |_|/ | | |/| |
| * | | | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-7/+0
| * | | | PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2015-06-081-1/+0
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-223-258/+170
|\ \ \ \
| * \ \ \ Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-1945-595/+640
| |\ \ \ \
| * | | | | crypto: aesni - fix crypto_fpu_exit() section mismatchJeremiah Mahler2015-06-151-1/+1
| * | | | | crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu2015-06-031-167/+83
| * | | | | crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu2015-06-031-89/+83
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-281-1/+1
| |\ \ \ \ \
| * | | | | | crypto: aesni - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-2/+3
| * | | | | | crypto: sha1-mb - Remove pointless castfiro yang2015-04-261-1/+2
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-222-6/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2015-05-1942-311/+311
| |\ \ \ \ \ \ \
| * | | | | | | | x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
| * | | | | | | | x86: perf: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-22179-5692/+5739
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-22154-3699/+4126
| |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang2015-06-181-2/+6
| | | * | | | | | | | | | x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-073-14/+57
| | | * | | | | | | | | | x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani2015-06-071-30/+29
| | | * | | | | | | | | | x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-072-0/+10
| | | * | | | | | | | | | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-072-0/+23
| | | * | | | | | | | | | x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani2015-06-071-1/+7
| | | * | | | | | | | | | x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-071-3/+14
| | | * | | | | | | | | | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-071-9/+50
| | | * | | | | | | | | | x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-074-23/+10
| | | * | | | | | | | | | x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-074-34/+60
| | | * | | | | | | | | | x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-071-29/+40
| | | * | | | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-036-2/+6
| | * | | | | | | | | | | x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski2015-06-101-8/+31
| | * | | | | | | | | | | x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko2015-06-101-9/+18
| | * | | | | | | | | | | x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko2015-06-101-8/+12
| | * | | | | | | | | | | x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko2015-06-101-1/+1
| | * | | | | | | | | | | x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2015-06-092-16/+16
| | * | | | | | | | | | | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-082-4/+4
| | * | | | | | | | | | | x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko2015-06-081-6/+2
| | * | | | | | | | | | | x86/asm/entry/64: Clean up entry_64.SIngo Molnar2015-06-081-416/+404
| | * | | | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-0879-2814/+2116
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | x86/asm/entry/32: Clean up entry_32.SIngo Molnar2015-06-081-571/+570
| | | * | | | | | | | | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-086-14/+14
OpenPOWER on IntegriCloud