aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21x86/setup/crash: Cleanup some moreBorislav Petkov1-12/+7
2015-10-21x86/setup/crash: Remove alignment variableBorislav Petkov1-5/+6
2015-10-21x86/setup: Cleanup crashkernel reservation functionsBorislav Petkov1-22/+21
2015-10-21x86/setup: Do not reserve crashkernel high memory if low reservation failedBaoquan He1-9/+11
2015-10-20x86/mm, kasan: Silence KASAN warnings in get_wchan()Andrey Ryabinin1-3/+3
2015-10-20perf/x86: Add support for PERF_SAMPLE_BRANCH_CALLStephane Eranian1-0/+4
2015-10-20perf/x86: Fix time_shift in perf_event_mmap_pageAdrian Hunter1-0/+11
2015-10-19sched/x86: Fix typo in __switch_to() commentsChuck Ebbert1-1/+1
2015-10-19x86/smpboot: Fix CPU #1 boot timeoutLen Brown1-2/+6
2015-10-19x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehaviorLen Brown1-2/+5
2015-10-16x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov1-0/+4
2015-10-16x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini1-0/+8
2015-10-15x86, ACPI: Handle apic/x2apic entries in MADT in correct orderLukasz Anaczkowski1-4/+18
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efiIngo Molnar1-1/+3
2015-10-13x86/early_printk: Set __iomem address space for IOAndy Shevchenko1-2/+2
2015-10-12x86/microcode/amd: Do not overwrite final patch levelsBorislav Petkov2-8/+43
2015-10-12x86/microcode/amd: Extract current patch level read to a functionBorislav Petkov2-12/+29
2015-10-12efi: Add "efi_fake_mem" boot optionTaku Izumi1-1/+3
2015-10-12Merge branch 'x86/ras' into ras/core, to pick up changesIngo Molnar6-62/+66
2015-10-12x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang1-3/+0
2015-10-11x86/io_apic: Make eoi_ioapic_pin() staticAndy Shevchenko1-1/+1
2015-10-09x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski1-3/+0
2015-10-08Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar6-62/+66
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski1-2/+2
2015-10-06perf/x86/intel/uncore: Fix multi-segment problem of perf_event_intel_uncoreTaku Izumi4-15/+106
2015-10-06perf/x86: Add Intel cstate PMUs supportKan Liang2-0/+695
2015-10-06sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra2-16/+0
2015-10-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-62/+66
2015-10-02x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi1-4/+3
2015-10-01x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERORadim Krčmář1-11/+35
2015-10-01x86/irq: Drop unlikely before IS_ERR_OR_NULLGeliang Tang1-1/+1
2015-10-01perf/x86/intel/uncore: Do not use macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar1-1/+1
2015-09-30x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko1-1/+1
2015-09-30x86: Deinline early_console_register, save 403 bytesDenys Vlasenko1-1/+1
2015-09-30x86/e820: Deinline e820_type_to_string, save 126 bytesDenys Vlasenko1-1/+1
2015-09-30x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner3-84/+55
2015-09-30x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner1-10/+42
2015-09-30Merge branch 'x86/for-kvm' into x86/apicThomas Gleixner1-4/+12
2015-09-30x86/apic: Deinline various functionsDenys Vlasenko1-4/+4
2015-09-30x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov1-5/+7
2015-09-28x86/mce: Don't clear shared banks on Intel when offlining CPUsAshok Raj1-10/+20
2015-09-28x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmapDenys Vlasenko1-6/+11
2015-09-28perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang1-4/+4
2015-09-28Merge branch 'linus' into perf/core, to pick up fixes before applying new changesIngo Molnar6-23/+24
2015-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+18
2015-09-25perf/x86: Change test_aperfmperf() and test_intel() to staticGeliang Tang1-2/+2
2015-09-23x86/cpufeatures: Correct spelling of the HWP_NOTIFY flagKristen Carlson Accardi1-1/+1
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski1-4/+12
2015-09-22x86/numachip: Add Numachip IPI optimisationsDaniel J Blueman1-5/+32
2015-09-22x86/numachip: Add Numachip2 APIC supportDaniel J Blueman1-0/+93