summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-433/+580
2017-05-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-346/+423
2017-05-01Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-86/+249
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-45/+104
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 Torvalds4-92/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-0/+12
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-636/+45
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 Torvalds3-6/+27
2017-04-30Prevent timer value 0 for MWAITXJanakarajan Natarajan1-0/+7
2017-04-28x86/KASLR: Fix kexec kernel boot crash when KASLR randomization failsBaoquan He1-2/+9
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro64-848/+424
2017-04-26x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski1-3/+1
2017-04-26x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+7
2017-04-26x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2-26/+0
2017-04-26x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()Andy Lutomirski1-1/+1
2017-04-26x86/mm/64: Fix crash in remove_pagetable()Kirill A. Shutemov1-3/+3
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-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar7-119/+510
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 Molnar18-86/+249
2017-04-20x86/reboot: Turn off KVM when halting a CPUTiantian Feng1-0/+3
2017-04-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
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 Poimboeuf2-6/+8
2017-04-18x86/mce: Make the MCE notifier a blocking oneVishal Verma3-16/+5
2017-04-18x86: Enable KASLR by defaultIngo Molnar3-3/+7
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-17x86/kbuild: Use cc-option to enable -falign-{jumps/loops}Matthias Kaehlcke1-2/+2
2017-04-17x86/intel_rdt: Get rid of anon unionThomas Gleixner1-4/+2
2017-04-15Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+31
2017-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-9/+16
2017-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2017-04-14Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2017-04-14x86/irq: Remove a redundant #ifdef directiveDou Liyang1-2/+0
2017-04-14x86/smp: Remove the redundant #ifdef CONFIG_SMP directiveDou Liyang1-5/+1
2017-04-14x86/smp: Reduce code duplicationDou Liyang1-16/+13