summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-076-68/+231
|\
| * Merge branch 'pm-x86'Rafael J. Wysocki2019-05-066-68/+231
| |\
| | * x86: tsc: Rework time_cpufreq_notifier()Rafael J. Wysocki2019-04-251-15/+14
| | * PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interfaceRafael J. Wysocki2019-04-071-4/+89
| | * PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handlingRafael J. Wysocki2019-04-075-53/+132
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-072-36/+38
|\ \ \
| * | | x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov2019-04-101-1/+2
| * | | x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn2019-04-101-35/+36
* | | | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-072-4/+4
|\ \ \ \
| * | | | x86/topology: Make DEBUG_HOTPLUG_CPU0 pr_info() more descriptiveJuri Lelli2019-04-191-1/+1
| * | | | x86/smpboot: Rename match_die() to match_pkg()Len Brown2019-04-191-3/+3
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-1/+4
|\ \ \ \ \
| * | | | | x86/tsc: Add option to disable tsc clocksource watchdogJuri Lelli2019-03-221-1/+4
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-071-1/+1
|\ \ \ \ \ \
| * | | | | | x86/kvm: Make steal_time visibleAndi Kleen2019-04-191-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-077-92/+204
|\ \ \ \ \ \
| * | | | | | x86/alternatives: Add comment about module removal racesNadav Amit2019-04-301-0/+5
| * | | | | | x86/kprobes: Use vmalloc special flagRick Edgecombe2019-04-301-6/+1
| * | | | | | x86/ftrace: Use vmalloc special flagRick Edgecombe2019-04-301-8/+6
| * | | | | | x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2019-04-301-7/+4
| * | | | | | x86/jump-label: Remove support for custom text pokerNadav Amit2019-04-301-16/+10
| * | | | | | x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-04-302-8/+22
| * | | | | | x86/kprobes: Set instruction page as executableNadav Amit2019-04-301-4/+20
| * | | | | | x86/ftrace: Set trampoline pages as executableNadav Amit2019-04-301-0/+8
| * | | | | | x86/kgdb: Avoid redundant comparison of patched codeNadav Amit2019-04-301-13/+1
| * | | | | | x86/alternatives: Use temporary mm for text pokingNadav Amit2019-04-301-22/+86
| * | | | | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+3
| * | | | | | x86/jump_label: Use text_poke_early() during early initNadav Amit2019-04-301-1/+6
| * | | | | | x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit2019-04-302-19/+44
| * | | | | | Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar2019-04-267-14/+84
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | x86/build: Move _etext to actual end of .textKees Cook2019-04-241-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-071-13/+19
|\ \ \ \ \ \
| * | | | | | x86/kdump: Fall back to reserve high crashkernel memoryDave Young2019-04-221-8/+14
| * | | | | | x86/kdump: Have crashkernel=X reserve under 4G by defaultDave Young2019-04-221-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-0713-174/+199
|\ \ \ \ \ \
| * | | | | | x86/irq/64: Remove stack overflow debug codeThomas Gleixner2019-04-171-56/+0
| * | | | | | x86/irq/64: Remap the IRQ stack with guard pagesAndy Lutomirski2019-04-171-0/+30
| * | | | | | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-176-15/+14
| * | | | | | x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner2019-04-172-3/+16
| * | | | | | x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-173-20/+29
| * | | | | | x86/irq/32: Invoke irq_ctx_init() from init_IRQ()Thomas Gleixner2019-04-171-2/+2
| * | | | | | x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-174-4/+4
| * | | | | | x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner2019-04-172-11/+12
| * | | | | | x86/dumpstack/64: Speedup in_exception_stack()Thomas Gleixner2019-04-171-31/+51
| * | | | | | x86/exceptions: Split debug IST stackThomas Gleixner2019-04-174-16/+29
| * | | | | | x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2019-04-172-9/+9
| * | | | | | x86/cpu: Remove orig_ist arrayThomas Gleixner2019-04-171-6/+0
| * | | | | | x86/cpu: Prepare TSS.IST setup for guard pagesThomas Gleixner2019-04-171-28/+7
| * | | | | | x86/dumpstack/64: Use cpu_entry_area instead of orig_istThomas Gleixner2019-04-171-12/+27
| * | | | | | x86/irq/64: Use cpu entry area instead of orig_istThomas Gleixner2019-04-171-6/+7