Age | Commit message (Expand) | Author | Files | Lines |
2016-07-25 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+3 |
2016-07-25 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -152/+464 |
2016-07-25 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -2/+11 |
2016-07-25 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -49/+79 |
2016-07-25 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -13/+148 |
2016-07-25 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -24/+10 |
2016-07-25 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2016-07-25 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+24 |
2016-07-25 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -3/+3 |
2016-07-22 | x86/boot: Simplify EBDA-vs-BIOS reservation logic | Andy Lutomirski | 1 | -23/+11 |
2016-07-21 | x86/fpu: Do not BUG_ON() in early FPU code | Dave Hansen | 1 | -6/+13 |
2016-07-21 | x86/boot: Reorganize and clean up the BIOS area reservation code | Ingo Molnar | 4 | -47/+85 |
2016-07-15 | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang | 8 | -10/+0 |
2016-07-15 | Merge branch 'linus' into x86/apic, to refresh the branch | Ingo Molnar | 9 | -40/+130 |
2016-07-15 | x86/smp: Remove unnecessary initialization of thread_info::cpu | Andy Lutomirski | 1 | -1/+0 |
2016-07-15 | x86/smp: Remove stack_smp_processor_id() | Andy Lutomirski | 1 | -1/+1 |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 1 | -1/+3 |
2016-07-15 | x86/dumpstack: When OOPSing, rewind the stack before do_exit() | Andy Lutomirski | 1 | -1/+9 |
2016-07-15 | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS | Andy Lutomirski | 1 | -2/+10 |
2016-07-15 | x86/dumpstack: Try harder to get a call trace on stack overflow | Andy Lutomirski | 1 | -1/+9 |
2016-07-11 | x86/fpu/xstate: Re-enable XSAVES | Yu-cheng Yu | 2 | -15/+9 |
2016-07-11 | x86/fpu/xstate: Fix fpstate_init() for XRSTORS | Yu-cheng Yu | 1 | -0/+8 |
2016-07-11 | x86/fpu/xstate: Return NULL for disabled xstate component address | Yu-cheng Yu | 1 | -0/+5 |
2016-07-11 | x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES | Yu-cheng Yu | 1 | -2/+9 |
2016-07-10 | Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" | Ingo Molnar | 1 | -8/+0 |
2016-07-10 | x86/quirks: Add early quirk to reset Apple AirPort card | Lukas Wunner | 1 | -0/+64 |
2016-07-10 | x86/quirks: Reintroduce scanning of secondary buses | Lukas Wunner | 1 | -13/+21 |
2016-07-10 | x86/quirks: Apply nvidia_bugs quirk only on root bus | Lukas Wunner | 1 | -0/+7 |
2016-07-10 | x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstates | Yu-cheng Yu | 1 | -0/+9 |
2016-07-10 | x86/fpu/xstate: Fix XSTATE component offset print out | Yu-cheng Yu | 1 | -2/+16 |
2016-07-10 | x86/fpu/xstate: Fix PTRACE frames for XSAVES | Yu-cheng Yu | 2 | -23/+212 |
2016-07-10 | x86/fpu/xstate: Fix supervisor xstate component offset | Yu-cheng Yu | 1 | -23/+39 |
2016-07-10 | x86/fpu/xstate: Align xstate components according to CPUID | Yu-cheng Yu | 1 | -28/+32 |
2016-07-10 | Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changes | Ingo Molnar | 11 | -40/+51 |
2016-07-09 | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 8 | -27/+38 |
2016-07-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2016-07-08 | x86/mm: Enable KASLR for physical mapping memory regions | Thomas Garnier | 1 | -1/+1 |
2016-07-08 | x86/mm: Implement ASLR for kernel memory regions | Thomas Garnier | 1 | -0/+3 |
2016-07-08 | Merge branch 'x86/mm' into x86/boot, to pick up dependencies | Ingo Molnar | 7 | -25/+36 |
2016-07-08 | x86/dumpstack: Add show_stack_regs() and use it | Borislav Petkov | 1 | -0/+5 |
2016-07-08 | x86/dumpstack: Honor supplied @regs arg | Andy Lutomirski | 2 | -2/+6 |
2016-07-08 | x86/mce: Fix mce_rdmsrl() warning message | Borislav Petkov | 1 | -1/+1 |
2016-07-08 | x86/mce/AMD: Increase size of the bank_map type | Aravind Gopalakrishnan | 1 | -1/+1 |
2016-07-08 | Merge tag 'v4.7-rc6' into ras/core, to pick up fixes before merging new changes | Ingo Molnar | 7 | -25/+36 |
2016-07-07 | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 1 | -2/+9 |
2016-07-01 | x86/amd_nb: Fix boot crash on non-AMD systems | Borislav Petkov | 1 | -2/+2 |
2016-06-27 | pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flags | Minfei Huang | 1 | -2/+5 |
2016-06-27 | pvclock: Add CPU barriers to get correct version value | Minfei Huang | 1 | -0/+4 |
2016-06-27 | x86/boot/64: Add forgotten end of function marker | Borislav Petkov | 1 | -0/+1 |
2016-06-27 | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 6 | -23/+27 |