| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 31 | -220/+512 |
|\ |
|
| * | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-03-22 | 1 | -0/+48 |
| |\ |
|
| | * | x86/mm: implement free pmd/pte page interfaces | Toshi Kani | 2018-03-22 | 1 | -2/+26 |
| | * | mm/vmalloc: add interfaces to free unmapped page table | Toshi Kani | 2018-03-22 | 1 | -0/+24 |
| * | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-03-22 | 1 | -32/+28 |
| |\ \ |
|
| | * | | x86, memremap: fix altmap accounting at free | Dan Williams | 2018-03-14 | 1 | -32/+28 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-03-22 | 1 | -1/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-03-07 | 1 | -1/+2 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | bpf, x64: increase number of passes | Daniel Borkmann | 2018-03-07 | 1 | -1/+2 |
| * | | | kvm/x86: fix icebp instruction handling | Linus Torvalds | 2018-03-20 | 2 | -1/+9 |
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-03-18 | 8 | -50/+78 |
| |\ \ \ |
|
| | * | | | x86/microcode: Fix CPU synchronization routine | Borislav Petkov | 2018-03-16 | 1 | -27/+41 |
| | * | | | x86/microcode: Attempt late loading only when new microcode is present | Borislav Petkov | 2018-03-16 | 4 | -19/+28 |
| | * | | | x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist | Alexander Sergeyev | 2018-03-16 | 1 | -2/+1 |
| | * | | | x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit... | Andy Whitcroft | 2018-03-14 | 1 | -1/+4 |
| | * | | | x86/vm86/32: Fix POPF emulation | Andy Lutomirski | 2018-03-14 | 1 | -1/+2 |
| | * | | | x86/cpufeatures: Add Intel PCONFIG cpufeature | Kirill A. Shutemov | 2018-03-12 | 1 | -0/+1 |
| | * | | | x86/cpufeatures: Add Intel Total Memory Encryption cpufeature | Kirill A. Shutemov | 2018-03-12 | 1 | -0/+1 |
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-03-18 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | x86/mm: Fix vmalloc_fault to use pXd_large | Toshi Kani | 2018-03-14 | 1 | -3/+3 |
| * | | | | | KVM: x86: Fix device passthrough when SME is active | Tom Lendacky | 2018-03-16 | 1 | -1/+3 |
| |/ / / / |
|
| * | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-03-11 | 15 | -157/+278 |
| |\| | | |
|
| | * | | | x86/kprobes: Fix kernel crash when probing .entry_trampoline code | Francis Deslauriers | 2018-03-09 | 3 | -1/+12 |
| | * | | | x86/pti: Fix a comment typo | Seunghun Han | 2018-03-08 | 1 | -1/+1 |
| | * | | | x86/microcode: Synchronize late microcode loading | Ashok Raj | 2018-03-08 | 1 | -26/+92 |
| | * | | | x86/microcode: Request microcode on the BSP | Borislav Petkov | 2018-03-08 | 1 | -6/+5 |
| | * | | | x86/microcode/intel: Look into the patch cache first | Borislav Petkov | 2018-03-08 | 1 | -6/+5 |
| | * | | | x86/microcode: Do not upload microcode if CPUs are offline | Ashok Raj | 2018-03-08 | 1 | -0/+18 |
| | * | | | x86/microcode/intel: Writeback and invalidate caches before updating microcode | Ashok Raj | 2018-03-08 | 1 | -0/+12 |
| | * | | | x86/microcode/intel: Check microcode revision before updating sibling threads | Ashok Raj | 2018-03-08 | 1 | -3/+24 |
| | * | | | x86/microcode: Get rid of struct apply_microcode_ctx | Borislav Petkov | 2018-03-08 | 1 | -11/+8 |
| | * | | | x86/spectre_v2: Don't check microcode versions when running under hypervisors | Konrad Rzeszutek Wilk | 2018-03-08 | 1 | -0/+7 |
| | * | | | x86/vsyscall/64: Drop "native" vsyscalls | Andy Lutomirski | 2018-03-08 | 3 | -25/+4 |
| | * | | | x86/entry/64/compat: Save one instruction in entry_INT80_compat() | Dominik Brodowski | 2018-03-07 | 1 | -3/+1 |
| | * | | | x86/entry: Do not special-case clone(2) in compat entry | Dominik Brodowski | 2018-03-07 | 4 | -13/+14 |
| | * | | | x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls | Dominik Brodowski | 2018-03-07 | 3 | -62/+76 |
| | * | | | x86/syscalls: Use proper syscall definition for sys_ioperm() | Dominik Brodowski | 2018-03-07 | 1 | -1/+1 |
| | * | | | x86/entry: Remove stale syscall prototype | Dominik Brodowski | 2018-03-07 | 1 | -1/+0 |
| | * | | | x86/syscalls/32: Simplify $entry == $compat entries | Dominik Brodowski | 2018-03-07 | 1 | -3/+3 |
| * | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-03-11 | 2 | -2/+25 |
| |\ \ \ \ |
|
| | * | | | | x86/MCE: Serialize sysfs changes | Seunghun Han | 2018-03-08 | 1 | -1/+21 |
| | * | | | | x86/MCE: Save microcode revision in machine check records | Tony Luck | 2018-03-08 | 2 | -1/+4 |
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-03-11 | 1 | -1/+1 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | perf/x86/intel/uncore: Fix Skylake UPI event format | Kan Liang | 2018-03-04 | 1 | -1/+1 |
| * | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-03-06 | 1 | -0/+65 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | signal/x86: Include the field offsets in the build time checks | Eric W. Biederman | 2018-03-06 | 1 | -0/+65 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-06 | 59 | -367/+744 |
|\| | | | | |
|
| * | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2018-03-04 | 5 | -17/+20 |
| |\ \ \ \ \ |
|
| | * | | | | | x86/platform/intel-mid: Handle Intel Edison reboot correctly | Sebastian Panceac | 2018-02-28 | 1 | -1/+1 |
| | * | | | | | x86/asm: Add instruction suffixes to bitops | Jan Beulich | 2018-02-28 | 2 | -14/+17 |