summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-1/+12
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-311-1/+1
|\
| * genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-1/+4
|\ \ | |/ |/|
| * x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-1/+4
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-1/+1
|\|
| * x86/uv: Use the right TLB-flush APIPeter Zijlstra2017-12-221-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-071-2/+2
|\ \
| * | x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-061-2/+2
* | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-1/+1
|/ /
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-141-2/+3
|\ \
| * | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-2/+3
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-141-3/+2Star
|\ \ \
| * | | x86: Use ARRAY_SIZEJérémy Lefaure2017-10-191-3/+2Star
| |/ /
* | / x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky2017-11-071-1/+15
| |/ |/|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
|/
* Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-091-1/+1
|\
| * gpu: drm: tc35876x: move header file out of I2C realmWolfram Sang2017-08-131-1/+1
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-19/+0Star
|\ \
| * | efi: Move efi_mem_type() to common codeJan Beulich2017-08-261-19/+0Star
* | | Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar2017-08-313-9/+16
|\| |
| * | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-262-13/+26
| |\ \
| | * | x86: Mark various structures and functions as 'static'Colin Ian King2017-08-111-2/+2
| | |/
| * | x86/efi: Update EFI pagetable creation to work with SMETom Lendacky2017-07-181-4/+11
| * | efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-3/+3
* | | x86/platform/intel-mid: Make several arrays static, to make code smallerColin Ian King2017-08-291-2/+2
* | | x86/platform/intel-mid: Make 'bt_sfi_data' constBhumika Goyal2017-08-101-1/+1
* | | x86/platform/intel-mid: Make IRQ allocation a bit more flexibleAndy Shevchenko2017-07-251-3/+3
* | | x86/platform/intel-mid: Group timers callbacks togetherAndy Shevchenko2017-07-251-1/+1
| |/ |/|
* | x86/platform/uv/BAU: Disable BAU on single hub configurationsAndrew Banman2017-07-211-5/+18
* | x86/platform/intel-mid: Fix a format string overflow warningArnd Bergmann2017-07-201-2/+4
* | x86/platform/uv/BAU: Fix congested_response_us not taking effectJustin Ernst2017-07-161-4/+2Star
|/
* x86/platform/uv/BAU: Minor cleanup, make some local functions staticColin Ian King2017-07-041-25/+6Star
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-041-5/+13
|\
| * x86/uv: Create named irq domainThomas Gleixner2017-06-221-5/+13
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-033-9/+7Star
|\ \
| * | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-132-3/+3
| * | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-6/+4Star
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-6/+8
|\ \
| * | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-203-10/+78
| |\|
| * | x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra2017-05-151-6/+8
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-034-3/+151
|\ \ \
| * | | x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth2017-06-053-3/+14
| * | | efi/capsule: Add support for Quark security headerJan Kiszka2017-06-051-0/+137
| | |/ | |/|
* / | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+1
|/ /
* | x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabledBaoquan He2017-05-281-8/+71
* | x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2017-05-281-2/+4
* | efi: Don't issue error message when booted under XenJuergen Gross2017-05-281-0/+3
|/
* x86: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-0/+49
|\