summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-315-79/+172
|\
| * x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-191-1/+4
| * x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-191-0/+8
| * x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
| * x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-152-5/+8
| * x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
| * x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3
| * x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
| * x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6
| * x86/irq: Get rid of code duplicationThomas Gleixner2016-01-151-18/+15
| * x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-01-151-1/+1
| * x86/irq: Check vector allocation earlyThomas Gleixner2016-01-151-13/+25
| * x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-01-151-8/+16
| * x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-01-151-14/+8
| * x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
| * x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-01-151-0/+9
| * x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8
| * x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-01-151-1/+5
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-314-4/+27
|\ \
| * | perf/x86: De-obfuscate codePeter Zijlstra2016-01-291-3/+1
| * | perf/x86: Fix uninitialized value usagePeter Zijlstra2016-01-291-1/+2
| * | perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-213-0/+24
* | | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-201-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-171-1/+5
|\ \ \
| * | | thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2016-01-151-1/+5
* | | | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-171-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-12-236-7/+10
| |\ \ \
| * \ \ \ Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-085-13/+28
| |\ \ \ \
| * \ \ \ \ Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-2366-1960/+3269
| |\ \ \ \ \
| * | | | | | drm/i915/kbl: Kabylake uses the same GMS values as SkylakeDeepak S2015-11-051-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-25/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | livepatch: Cleanup module page permission changesJosh Poimboeuf2015-12-041-23/+2
| * | | | | | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-145-107/+119
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter2016-01-141-2/+1
| * | | | | x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-01-121-0/+8
| * | | | | x86/boot: Hide local labels in verify_cpu()Borislav Petkov2016-01-121-25/+25
| * | | | | x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-121-0/+6
| * | | | | x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-122-14/+45
| * | | | | x86/fpu: Disable XGETBV1 when no XSAVEyu-cheng yu2016-01-121-0/+1
| * | | | | x86/fpu: Fix early FPU command-line parsingyu-cheng yu2016-01-121-71/+38
* | | | | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-121-7/+14
|\ \ \ \ \ \
| * | | | | | x86: ftrace: Fix the comments for ftrace_modify_code_direct()Li Bin2016-01-041-7/+5
| * | | | | | ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-46/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-046-7/+10
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-232-46/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-2/+2
|\ \ \ \ \
| * | | | | x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-291-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-114-4/+13
|\ \ \ \ \
OpenPOWER on IntegriCloud