| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-02-11 | 1 | -0/+46 |
|\ |
|
| * | livepatch: rename config to CONFIG_LIVEPATCH | Josh Poimboeuf | 2015-02-04 | 1 | -2/+2 |
| * | livepatch: handle ancient compilers with more grace | Jiri Kosina | 2015-01-09 | 1 | -1/+5 |
| * | livepatch: move x86 specific ftrace handler code to arch/x86 | Li Bin | 2014-12-22 | 1 | -0/+5 |
| * | livepatch: kernel: add support for live patching | Seth Jennings | 2014-12-22 | 1 | -0/+37 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-02-11 | 5 | -77/+2 |
|\ \ |
|
| * | | x86: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 5 | -77/+2 |
* | | | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-02-11 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | x86/PCI: Refine the way to release PCI IRQ resources | Jiang Liu | 2015-02-05 | 1 | -2/+0 |
* | | | | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2015-02-10 | 1 | -15/+5 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | xen: remove scratch frames for ballooned pages and m2p override | David Vrabel | 2015-01-28 | 1 | -14/+4 |
| * | | | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() | David Vrabel | 2015-01-28 | 1 | -1/+1 |
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-02-10 | 1 | -0/+22 |
|\ \ \ \ |
|
| * | | | | x86: pmc_atom: Expose contents of PSS | Andy Shevchenko | 2015-01-20 | 1 | -0/+22 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-10 | 2 | -5/+11 |
|\ \ \ \ |
|
| * | | | | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | Oleg Nesterov | 2015-01-20 | 1 | -0/+4 |
| * | | | | x86, fpu: Introduce per-cpu in_kernel_fpu state | Oleg Nesterov | 2015-01-20 | 1 | -1/+1 |
| * | | | | x86/fpu: Use a symbolic name for asm operand | Borislav Petkov | 2014-12-23 | 1 | -4/+6 |
| |/ / / |
|
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-10 | 4 | -5/+18 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-01-28 | 4 | -5/+18 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | x86: entry_64.S: delete unused code | Denys Vlasenko | 2015-01-13 | 1 | -1/+0 |
| | * | | | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony | 2015-01-07 | 2 | -4/+1 |
| | * | | | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic | Andy Lutomirski | 2015-01-02 | 1 | -0/+2 |
| | * | | | x86: Clean up current_stack_pointer | Andy Lutomirski | 2015-01-02 | 1 | -0/+11 |
| | * | | | x86, traps: Track entry into and exit from IST context | Andy Lutomirski | 2015-01-02 | 1 | -0/+4 |
| | |/ / |
|
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-10 | 4 | -110/+25 |
|\ \ \ \ |
|
| * | | | | x86/apic: Reuse apic_bsp_setup() for UP APIC setup | Thomas Gleixner | 2015-01-22 | 1 | -1/+1 |
| * | | | | x86/smpboot: Move apic init code to apic.c | Thomas Gleixner | 2015-01-22 | 1 | -3/+3 |
| * | | | | x86/ioapic: Provide stub functions for IOAPIC%3Dn | Thomas Gleixner | 2015-01-22 | 1 | -0/+5 |
| * | | | | x86/smpboot: Move smpboot inlines to code | Thomas Gleixner | 2015-01-22 | 1 | -68/+0 |
| * | | | | x86/x2apic: Split enable and setup function | Thomas Gleixner | 2015-01-22 | 1 | -2/+2 |
| * | | | | x86/x2apic: Disable x2apic from nox2apic setup | Thomas Gleixner | 2015-01-22 | 1 | -1/+0 |
| * | | | | x86/x2apic: Move code in conditional region | Thomas Gleixner | 2015-01-22 | 1 | -20/+4 |
| * | | | | x86/apic: Check x2apic early | Thomas Gleixner | 2015-01-22 | 1 | -1/+1 |
| * | | | | x86/ioapic: Check x2apic really | Thomas Gleixner | 2015-01-22 | 1 | -2/+0 |
| * | | | | x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC | Thomas Gleixner | 2015-01-22 | 1 | -4/+4 |
| * | | | | x86/apic: Avoid open coded x2apic detection | Thomas Gleixner | 2015-01-22 | 1 | -9/+10 |
| * | | | | iommu/irq_remapping: Kill function irq_remapping_supported() and related code | Jiang Liu | 2015-01-15 | 1 | -2/+0 |
| * | | | | iommu, x86: Restructure setup of the irq remapping feature | Thomas Gleixner | 2015-01-15 | 1 | -2/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'perf/hw_breakpoints' into perf/core | Ingo Molnar | 2015-01-28 | 3 | -0/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'perf/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2014-12-08 | 4 | -0/+11 |
| |\ \ \ |
|
| | * | | | perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8 | Jacob Shin | 2014-12-03 | 3 | -0/+8 |
* | | | | | x86, tls: Interpret an all-zero struct user_desc as "no segment" | Andy Lutomirski | 2015-01-22 | 1 | -0/+13 |
* | | | | | x86, tls, ldt: Stop checking lm in LDT_empty | Andy Lutomirski | 2015-01-22 | 1 | -7/+2 |
* | | | | | x86, mpx: Fix potential performance issue on unmaps | Dave Hansen | 2015-01-22 | 1 | -1/+19 |
* | | | | | x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsi | Jiang Liu | 2015-01-20 | 1 | -0/+1 |
| |_|/ /
|/| | | |
|
* | | | | Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2015-01-01 | 1 | -2/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | x86, vdso: Use asm volatile in __getcpu | Andy Lutomirski | 2014-12-23 | 1 | -2/+4 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 2014-12-21 | 1 | -4/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | x86/spinlock: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger | 2014-12-18 | 1 | -4/+4 |