summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-1127-211/+183
|\
| * x86/alternatives: Switch AMD F15h and later to the P6 NOPsBorislav Petkov2015-05-111-0/+9
| * x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2015-05-104-9/+9
| * x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-101-2/+2
| * x86/irq: Merge irq_regs & irq_statBrian Gerst2015-05-103-12/+6
| * x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-081-1/+1
| * x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-084-13/+1
| * x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-081-1/+1
| * Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-0838-419/+4921
| |\
| | * Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-061-2/+2
| | |\
| | | * hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky2015-05-051-2/+2
| | * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-061-6/+8
| | |\ \
| | | * | x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers2015-05-061-5/+7
| | | * | x86: Make cpu_tss available to external modulesMarc Dionne2015-05-051-1/+1
| | * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-062-28/+50
| | |\ \ \
| | | * | | perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driverSonny Rao2015-04-221-1/+5
| | | * | | perf/x86/intel/uncore: Add support for Intel Haswell ULT (lower power Mobile ...Sonny Rao2015-04-221-0/+8
| | | * | | perf/x86/intel: Add cpu_(prepare|starting|dying) for core_pmuJiri Olsa2015-04-221-28/+38
| | * | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-44/+0
| | | |_|/ | | |/| |
| | * | | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-263-0/+40
| | * | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-1/+1
| | |\ \ \
| | | * | | ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas2015-03-261-1/+1
| | * | | | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-211-6/+0
| | |\ \ \ \
| | | * \ \ \ Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman2015-04-074-11/+45
| | | |\ \ \ \
| | | * \ \ \ \ Merge 4.0-rc5 into tty-nextGreg Kroah-Hartman2015-03-236-30/+60
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-6/+0
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | | * | | | | x86, intel-mid: remove Intel MID specific serial supportAndy Shevchenko2015-03-071-6/+0
| * | | | | | | | x86/asm/entry/64: Clean up usage of TEST insnsDenys Vlasenko2015-05-081-6/+5
| * | | | | | | | x86/asm/entry/64: Tidy up JZ insns after TESTsDenys Vlasenko2015-05-081-4/+4
| * | | | | | | | x86/asm/entry/64: Merge 32-bit execve stubs with x32 ones, as they are identicalDenys Vlasenko2015-04-221-18/+5
| * | | | | | | | x86/asm/entry/64: Implement better check for canonical addressesDenys Vlasenko2015-04-221-11/+12
| * | | | | | | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-223-2/+5
| * | | | | | | | x86/asm, x86/acpi/wakeup_64.S: Make global label a local oneBorislav Petkov2015-04-151-3/+3
| * | | | | | | | x86/asm: Remove unused TI_cpuBrian Gerst2015-04-151-3/+0
| * | | | | | | | x86/asm: Merge common 32-bit values in asm-offsets.cBrian Gerst2015-04-153-36/+19
* | | | | | | | | x86/smpboot: Skip delays during SMP initialization similar to XenJan H. Schönherr2015-05-061-23/+38
* | | | | | | | | x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPIJan Kiszka2015-05-051-0/+2
* | | | | | | | | x86: Constify irqdomain opsThomas Gleixner2015-05-052-8/+8
* | | | | | | | | x86/irq: Avoid memory allocation in __assign_irq_vector()Jiang Liu2015-04-241-16/+17
* | | | | | | | | x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu2015-04-244-4/+4
* | | | | | | | | x86: Cleanup irq_domain opsThomas Gleixner2015-04-244-25/+18
* | | | | | | | | x86,ioapic: Cleanup irq_trigger/polarity()Thomas Gleixner2015-04-241-88/+50
* | | | | | | | | x86, ioapic: Use proper defines for the entry fieldsThomas Gleixner2015-04-241-50/+50
* | | | | | | | | x86/irq, ACPI: Remove private function mp_register_gsi()/ mp_unregister_gsi()Jiang Liu2015-04-241-39/+18
* | | | | | | | | x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu2015-04-241-102/+119
* | | | | | | | | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2015-04-241-2/+8
* | | | | | | | | x86/irq: Remove function apic_set_affinity()Jiang Liu2015-04-241-37/+3
* | | | | | | | | x86/irq: Make functions only used in vector.c staticJiang Liu2015-04-241-3/+4
* | | | | | | | | x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu2015-04-241-21/+0
* | | | | | | | | x86/irq: Remove sis apic bug workaroundThomas Gleixner2015-04-241-25/+10