Age | Commit message (Expand) | Author | Files | Lines |
2014-12-11 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 16 | -200/+190 |
2014-12-11 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -46/+112 |
2014-12-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 23 | -340/+468 |
2014-12-11 | Merge branches 'x86-platform-for-linus' and 'x86-uv-for-linus' of git://git.k... | Linus Torvalds | 4 | -24/+12 |
2014-12-10 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -23/+36 |
2014-12-10 | Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug... | Linus Torvalds | 9 | -26/+23 |
2014-12-10 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -30/+103 |
2014-12-10 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -41/+51 |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 19 | -36/+1246 |
2014-12-10 | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -31/+9 |
2014-12-10 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
2014-12-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+3 |
2014-12-10 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -29/+83 |
2014-12-10 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+13 |
2014-12-10 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+8 |
2014-12-09 | Merge tag 'edac_for_3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -0/+2 |
2014-12-08 | x86/kconfig/defconfig: Enable CONFIG_FHANDLE=y | Richard Weinberger | 2 | -0/+2 |
2014-12-08 | x86: Replace seq_printf() with seq_puts() | Rasmus Villemoes | 4 | -35/+33 |
2014-12-08 | x86/ticketlock: Fix spin_unlock_wait() livelock | Oleg Nesterov | 1 | -1/+13 |
2014-12-08 | x86/mce: Spell "panicked" correctly | Borislav Petkov | 1 | -6/+6 |
2014-12-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+3 |
2014-12-01 | x86, microcode: Limit the microcode reloading to 64-bit for now | Borislav Petkov | 1 | -0/+2 |
2014-11-26 | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() | Ard Biesheuvel | 1 | -3/+3 |
2014-11-25 | x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs | Andy Lutomirski | 1 | -2/+3 |
2014-11-24 | uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME | Andy Lutomirski | 1 | -1/+1 |
2014-11-24 | Merge branch 'x86-traps' (trap handling from Andy Lutomirski) | Linus Torvalds | 6 | -84/+82 |
2014-11-24 | x86_64, traps: Rework bad_iret | Andy Lutomirski | 2 | -26/+48 |
2014-11-24 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 6 | -26/+8 |
2014-11-24 | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski | 2 | -32/+26 |
2014-11-23 | x86: Use $(OBJDUMP) instead of plain objdump | Chris Clayton | 1 | -1/+1 |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 1 | -2/+2 |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2 | -3/+3 |
2014-11-23 | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() | Jiang Liu | 1 | -1/+1 |
2014-11-22 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -3/+31 |
2014-11-22 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -5/+46 |
2014-11-21 | x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1 | Andy Lutomirski | 1 | -1/+1 |
2014-11-19 | x86, mce: Support memory error recovery for both UCNA and Deferred error in m... | Chen Yucong | 1 | -0/+46 |
2014-11-19 | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE... | Chen Yucong | 4 | -13/+32 |
2014-11-19 | x86: Cleanly separate use of asm-generic/mm_hooks.h | Dave Hansen | 2 | -5/+24 |
2014-11-19 | x86 mpx: Change return type of get_reg_offset() | Dave Hansen | 1 | -5/+4 |
2014-11-18 | x86, kaslr: Handle Gold linker for finding bss/brk | Kees Cook | 1 | -1/+10 |
2014-11-18 | x86, mm: Set NX across entire PMD at boot | Kees Cook | 1 | -1/+10 |
2014-11-18 | x86, microcode: Update BSPs microcode on resume | Borislav Petkov | 1 | -0/+8 |
2014-11-18 | x86, mpx: Cleanup unused bound tables | Dave Hansen | 3 | -0/+413 |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 6 | -6/+370 |
2014-11-18 | x86, mpx: Decode MPX instruction to get bound violation information | Dave Hansen | 2 | -0/+249 |
2014-11-18 | x86, mpx: Add MPX-specific mmap interface | Qiaowei Ren | 4 | -0/+128 |
2014-11-18 | x86, mpx: Add MPX to disabled features | Dave Hansen | 1 | -1/+7 |
2014-11-18 | x86, mpx: Rename cfg_reg_u and status_reg | Dave Hansen | 1 | -4/+4 |
2014-11-18 | x86: mpx: Give bndX registers actual names | Dave Hansen | 1 | -3/+4 |