Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2017-05-02 | 2 | -1/+97 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | stacktrace/x86: add function for detecting reliable stack traces | Josh Poimboeuf | 2017-03-08 | 2 | -1/+97 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-01 | 16 | -70/+188 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() | Andy Lutomirski | 2017-04-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | x86/boot/e820: Remove a redundant self assignment | Colin King | 2017-04-14 | 1 | -1/+0 | |
| * | | | | | | | | | | | | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 2017-04-11 | 22 | -639/+620 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | x86/espfix: Add support for 5-level paging | Kirill A. Shutemov | 2017-04-04 | 1 | -5/+7 | |
| * | | | | | | | | | | | | | x86/paravirt: Add 5-level support to the paravirt code | Kirill A. Shutemov | 2017-04-04 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch | Ingo Molnar | 2017-04-03 | 10 | -36/+61 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | x86/mm: Make in_compat_syscall() work during exec | Dmitry Safonov | 2017-03-31 | 1 | -21/+46 | |
| * | | | | | | | | | | | | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patch | Ingo Molnar | 2017-03-30 | 2 | -10/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | x86: Convert the rest of the code to support p4d_t | Kirill A. Shutemov | 2017-03-27 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | x86/kexec: Add 5-level paging support | Kirill A. Shutemov | 2017-03-27 | 2 | -3/+15 | |
| * | | | | | | | | | | | | | | Merge branch 'x86/process' into x86/mm, to create new base for further patches | Ingo Molnar | 2017-03-23 | 5 | -64/+190 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup | Andy Lutomirski | 2017-03-23 | 1 | -11/+17 | |
| * | | | | | | | | | | | | | | x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up | Andy Lutomirski | 2017-03-23 | 2 | -15/+21 | |
| * | | | | | | | | | | | | | | x86/gdt: Fix setup_fixmap_gdt() to use the correct PA | Andy Lutomirski | 2017-03-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | x86/tls: Forcibly set the accessed bit in TLS segments | Andy Lutomirski | 2017-03-19 | 1 | -2/+9 | |
| * | | | | | | | | | | | | | | x86/mm: Correct fixmap header usage on adaptable MODULES_END | Thomas Garnier | 2017-03-18 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | x86: Make the GDT remapping read-only on 64-bit | Thomas Garnier | 2017-03-16 | 1 | -6/+22 | |
| * | | | | | | | | | | | | | | x86: Remap GDT tables in the fixmap section | Thomas Garnier | 2017-03-16 | 5 | -8/+33 | |
| * | | | | | | | | | | | | | | x86/mm: Adapt MODULES_END based on fixmap section size | Thomas Garnier | 2017-03-16 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | x86/hugetlb: Adjust to the new native/compat mmap bases | Dmitry Safonov | 2017-03-14 | 1 | -12/+0 | |
| * | | | | | | | | | | | | | | x86/mm: Convert trivial cases of page table walk to 5-level paging | Kirill A. Shutemov | 2017-03-14 | 2 | -2/+10 | |
| * | | | | | | | | | | | | | | x86/mm: Make mmap(MAP_32BIT) work correctly | Dmitry Safonov | 2017-03-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | x86/mm: Introduce mmap_compat_base() for 32-bit mmap() | Dmitry Safonov | 2017-03-13 | 1 | -4/+19 | |
* | | | | | | | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-01 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | x86/irq: Optimize free vector check in the CPU offline path | Chen Yu | 2017-04-20 | 1 | -2/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-05-01 | 2 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | x86/earlyprintk: Add support for earlyprintk via USB3 debug port | Lu Baolu | 2017-03-21 | 2 | -0/+9 | |
| * | | | | | | | | | | | | | | | x86/timers: Add simple udelay calibration | Lu Baolu | 2017-03-21 | 1 | -0/+22 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-05-01 | 2 | -5/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | x86/irq: Remove a redundant #ifdef directive | Dou Liyang | 2017-04-14 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | x86/pci-calgary: Use setup_timer() instead of open coding it. | Geliang Tang | 2017-03-31 | 1 | -3/+2 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-01 | 10 | -142/+425 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | x86/unwind: Dump all stacks in unwind_dump() | Josh Poimboeuf | 2017-04-26 | 1 | -13/+21 | |
| * | | | | | | | | | | | | | | | x86/unwind: Silence more entry-code related warnings | Josh Poimboeuf | 2017-04-26 | 1 | -3/+17 | |
| * | | | | | | | | | | | | | | | x86/ftrace: Fix ebp in ftrace_regs_caller that screws up unwinder | Steven Rostedt (VMware) | 2017-04-21 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | x86/unwind: Remove unused 'sp' parameter in unwind_dump() | Josh Poimboeuf | 2017-04-19 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | x86/unwind: Prepend hex mask value with '0x' in unwind_dump() | Josh Poimboeuf | 2017-04-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | x86/unwind: Properly zero-pad 32-bit values in unwind_dump() | Josh Poimboeuf | 2017-04-19 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | x86/unwind: Ensure stack pointer is aligned | Josh Poimboeuf | 2017-04-18 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | x86/unwind: Silence entry-related warnings | Josh Poimboeuf | 2017-04-14 | 1 | -9/+27 | |
| * | | | | | | | | | | | | | | | x86/unwind: Read stack return address in update_stack_state() | Josh Poimboeuf | 2017-04-14 | 1 | -12/+13 | |
| * | | | | | | | | | | | | | | | x86/unwind: Move common code into update_stack_state() | Josh Poimboeuf | 2017-04-14 | 1 | -64/+55 | |
| * | | | | | | | | | | | | | | | debug: Fix __bug_table[] in arch linker scripts | Peter Zijlstra | 2017-04-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | x86/debug: Implement __WARN() using UD0 | Peter Zijlstra | 2017-03-27 | 4 | -31/+40 | |
| * | | | | | | | | | | | | | | | x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.o | Steven Rostedt (VMware) | 2017-03-24 | 3 | -9/+2 | |
| * | | | | | | | | | | | | | | | x86/ftrace: Add -mfentry support to x86_32 with DYNAMIC_FTRACE set | Steven Rostedt (VMware) | 2017-03-24 | 1 | -10/+72 | |
| * | | | | | | | | | | | | | | | x86/ftrace: Clean up ftrace_regs_caller | Steven Rostedt (VMware) | 2017-03-24 | 1 | -19/+21 |