summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-70/+188
2017-05-01Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2017-05-01Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+31
2017-05-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+2
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-142/+425
2017-05-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2017-05-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-192/+481
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-639/+623
2017-05-01Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-427/+549
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-81/+87
2017-05-01Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-64/+190
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-05-01Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-11/+0
2017-04-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+12
2017-04-26x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski1-1/+1
2017-04-26x86/unwind: Dump all stacks in unwind_dump()Josh Poimboeuf1-13/+21
2017-04-26x86/unwind: Silence more entry-code related warningsJosh Poimboeuf1-3/+17
2017-04-21x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinderSteven Rostedt (VMware)1-4/+4
2017-04-20x86/intel_rdt: Return error for incorrect resource names in schemataVikas Shivappa1-13/+15
2017-04-20x86/intel_rdt: Trim whitespace while parsing schemata inputVikas Shivappa1-1/+2
2017-04-20x86/intel_rdt: Fix padding when resource is enabled via mountVikas Shivappa1-1/+1
2017-04-20x86/irq: Optimize free vector check in the CPU offline pathChen Yu1-2/+7
2017-04-20sched/x86: Update reschedule warning textPrarit Bhargava1-1/+1
2017-04-20Merge branch 'WIP.x86/process' into perf/coreIngo Molnar5-64/+190
2017-04-20x86/reboot: Turn off KVM when halting a CPUTiantian Feng1-0/+3
2017-04-19x86/mce: Check MCi_STATUS[MISCV] for usable addr on Intel onlyBorislav Petkov1-1/+6
2017-04-19x86/unwind: Remove unused 'sp' parameter in unwind_dump()Josh Poimboeuf1-4/+4
2017-04-19x86/unwind: Prepend hex mask value with '0x' in unwind_dump()Josh Poimboeuf1-1/+1
2017-04-19x86/unwind: Properly zero-pad 32-bit values in unwind_dump()Josh Poimboeuf1-2/+4
2017-04-19x86/build: convert function graph '-Os' error to warningJosh Poimboeuf1-6/+0
2017-04-18x86/mce: Make the MCE notifier a blocking oneVishal Verma3-16/+5
2017-04-18x86/unwind: Ensure stack pointer is alignedJosh Poimboeuf2-3/+3
2017-04-18x86/mce: Update notifier priority checkBorislav Petkov1-1/+1
2017-04-14x86/irq: Remove a redundant #ifdef directiveDou Liyang1-2/+0
2017-04-14x86/apic/timer: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+4
2017-04-14x86/intel_rdt/mba: Add schemata file support for MBAVikas Shivappa2-0/+45
2017-04-14x86/intel_rdt: Make schemata file parsers resource specificVikas Shivappa2-14/+25
2017-04-14x86/intel_rdt/mba: Add info directory files for Memory Bandwidth AllocationVikas Shivappa2-2/+61
2017-04-14x86/intel_rdt: Make information files resource specificVikas Shivappa2-4/+15
2017-04-14x86/intel_rdt/mba: Add primary support for Memory Bandwidth Allocation (MBA)Vikas Shivappa1-2/+87
2017-04-14x86/intel_rdt/mba: Memory bandwith allocation feature detectVikas Shivappa2-0/+5
2017-04-14x86/intel_rdt: Add resource specific msr update functionThomas Gleixner1-24/+51
2017-04-14x86/intel_rdt: Move CBM specific data into a structThomas Gleixner3-45/+54
2017-04-14x86/intel_rdt: Cleanup namespace to support multiple resource typesVikas Shivappa3-32/+32
2017-04-14x86/intel_rdt: Organize code properlyThomas Gleixner1-47/+45
2017-04-14x86/intel_rdt: Init padding only if a device existsThomas Gleixner1-2/+2
2017-04-14ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-04-14x86/boot/e820: Remove a redundant self assignmentColin King1-1/+0