| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-06-10 | 4 | -252/+226 |
|\ |
|
| * | ftrace/x86: Call text_ip_addr() instead of the duplicated code | Petr Mladek | 2014-06-04 | 1 | -10/+1 |
| * | ftrace/x86: Move the mcount/fentry code out of entry_64.S | Steven Rostedt | 2014-05-14 | 3 | -204/+218 |
| * | ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag | Steven Rostedt (Red Hat) | 2014-05-14 | 1 | -3/+0 |
| * | ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global | Steven Rostedt (Red Hat) | 2014-05-14 | 1 | -31/+5 |
| * | ftrace/x86: Get the current mcount addr for add_breakpoint() | Steven Rostedt (Red Hat) | 2014-05-14 | 1 | -4/+2 |
| * | ftrace/x86: Fix order of warning messages when ftrace modifies code | Petr Mladek | 2014-04-21 | 1 | -1/+1 |
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2014-06-08 | 29 | -529/+994 |
|\ \ |
|
| * \ | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds | 2014-06-05 | 4 | -16/+41 |
| |\ \ |
|
| | * \ | Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso | H. Peter Anvin | 2014-05-22 | 21 | -34/+352 |
| | |\ \ |
|
| | * | | | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski | 2014-05-05 | 3 | -14/+5 |
| | * | | | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 2014-05-05 | 1 | -2/+4 |
| | * | | | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c | Andy Lutomirski | 2014-05-05 | 1 | -0/+32 |
| * | | | | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2014-06-05 | 6 | -18/+307 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfix | H. Peter Anvin | 2014-05-22 | 16 | -20/+62 |
| | |\ \ \ |
|
| | | * | | | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 2014-05-21 | 1 | -3/+1 |
| | * | | | | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 2014-05-04 | 3 | -0/+25 |
| | * | | | | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 2014-05-04 | 2 | -2/+2 |
| | * | | | | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 2014-05-01 | 1 | -0/+1 |
| | * | | | | x86-32, espfix: Remove filter for espfix32 due to race | H. Peter Anvin | 2014-04-30 | 1 | -5/+0 |
| | * | | | | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 2014-04-30 | 5 | -15/+285 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'akpm' (patchbomb from Andrew) into next | Linus Torvalds | 2014-06-05 | 6 | -14/+17 |
| |\ \ \ \ |
|
| | * | | | | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 2014-06-05 | 1 | -1/+1 |
| | * | | | | hwpoison: remove unused global variable in do_machine_check() | Chen Yucong | 2014-06-05 | 1 | -5/+0 |
| | * | | | | arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C... | Akinobu Mita | 2014-06-05 | 1 | -1/+6 |
| | * | | | | cma: add placement specifier for "cma=" kernel parameter | Akinobu Mita | 2014-06-05 | 1 | -1/+1 |
| | * | | | | x86: enable DMA CMA with swiotlb | Akinobu Mita | 2014-06-05 | 2 | -4/+7 |
| | * | | | | x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled | Akinobu Mita | 2014-06-05 | 1 | -2/+2 |
| * | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-05 | 2 | -109/+26 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | x86, irq: Remove pointless irq_reserve_irqs() call | Thomas Gleixner | 2014-05-16 | 1 | -3/+0 |
| | * | | | | x86: Remove create/destroy_irq() | Thomas Gleixner | 2014-05-16 | 1 | -105/+1 |
| | * | | | | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner | 2014-05-16 | 1 | -5/+0 |
| | * | | | | x86: ioapic: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -13/+10 |
| | * | | | | x86: hpet: Use irq_alloc/free_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -3/+2 |
| | * | | | | x86: Implement arch_setup/teardown_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -0/+33 |
| * | | | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 1 | -7/+5 |
| |\ \ \ \ \ |
|
| | * | | | | | Merge branch 'dt-bus-name' into for-next | Rob Herring | 2014-05-14 | 15 | -20/+61 |
| | |\| | | | |
|
| | * | | | | | x86: use FDT accessors for FDT blob header data | Rob Herring | 2014-04-30 | 1 | -7/+5 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next | Linus Torvalds | 2014-06-04 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: fix page fault tracing when KVM guest support enabled | Dave Hansen | 2014-05-22 | 1 | -1/+1 |
| * | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 1 | -5/+21 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3 | Dimitri Sivanich | 2014-04-01 | 1 | -5/+21 |
| * | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-04 | 1 | -9/+41 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | mce: Panic when a core has reached a timeout | Borislav Petkov | 2014-05-30 | 1 | -2/+1 |
| | * | | | | | | | x86/mce: Improve mcheck_init_device() error handling | Mathieu Souchaud | 2014-05-30 | 1 | -7/+40 |
| * | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-04 | 1 | -1/+12 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86, iosf: Add PCI ID macros for better readability | Ong Boon Leong | 2014-05-09 | 1 | -2/+5 |
| | * | | | | | | | | x86, iosf: Add Quark X1000 PCI ID | Ong Boon Leong | 2014-05-09 | 1 | -0/+1 |
| | * | | | | | | | | x86, iosf: Make IOSF driver modular and usable by more drivers | David E. Box | 2014-05-09 | 1 | -0/+7 |
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-06-04 | 2 | -0/+43 |
| |\ \ \ \ \ \ \ \ |
|