Age | Commit message (Expand) | Author | Files | Lines |
2018-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -23/+86 |
2018-01-24 | Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -11/+66 |
2018-01-23 | ftrace, orc, x86: Handle ftrace dynamically allocated trampolines | Steven Rostedt (VMware) | 1 | -1/+47 |
2018-01-23 | Merge tag 'pci-v4.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -12/+20 |
2018-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 10 | -20/+63 |
2018-01-23 | x86/ftrace: Fix ORC unwinding from ftrace handlers | Josh Poimboeuf | 2 | -10/+19 |
2018-01-21 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -7/+45 |
2018-01-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+15 |
2018-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -7/+30 |
2018-01-21 | x86: Use __nostackprotect for sme_encrypt_kernel | Laura Abbott | 1 | -1/+1 |
2018-01-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+2 |
2018-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 21 | -177/+469 |
2018-01-20 | bpf, x86: small optimization in alu ops with imm | Daniel Borkmann | 1 | -5/+30 |
2018-01-20 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 1 | -2/+0 |
2018-01-19 | x86/retpoline: Optimize inline assembler for vmexit_fill_RSB | Andi Kleen | 1 | -3/+4 |
2018-01-19 | kprobes/x86: Disable optimizing on the function jumps to indirect thunk | Masami Hiramatsu | 1 | -1/+22 |
2018-01-19 | kprobes/x86: Blacklist indirect thunk functions for kprobes | Masami Hiramatsu | 1 | -1/+2 |
2018-01-19 | retpoline: Introduce start/end markers of indirect thunk | Masami Hiramatsu | 3 | -1/+10 |
2018-01-19 | x86/mce: Make machine check speculation protected | Thomas Gleixner | 3 | -1/+7 |
2018-01-18 | x86/mm: Rework wbinvd, hlt operation in stop_this_cpu() | Tom Lendacky | 1 | -10/+15 |
2018-01-17 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 13 | -162/+388 |
2018-01-17 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2018-01-17 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -13/+79 |
2018-01-17 | KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in ... | Tianyu Lan | 1 | -2/+2 |
2018-01-17 | x86/apic/vector: Fix off by one in error path | Thomas Gleixner | 1 | -2/+5 |
2018-01-17 | x86/intel_rdt/cqm: Prevent use after free | Thomas Gleixner | 1 | -4/+4 |
2018-01-17 | x86/cpufeature: Move processor tracing out of scattered features | Paolo Bonzini | 2 | -2/+1 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 41 | -126/+719 |
2018-01-16 | x86/PCI: Enable AMD 64-bit window on resume | =?UTF-8?q?Christian=20K=C3=B6nig?= | 1 | -12/+20 |
2018-01-16 | x86/mm: Encrypt the initrd earlier for BSP microcode update | Tom Lendacky | 5 | -45/+85 |
2018-01-16 | x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption | Tom Lendacky | 2 | -22/+121 |
2018-01-16 | x86/mm: Centralize PMD flags in sme_encrypt_kernel() | Tom Lendacky | 1 | -56/+77 |
2018-01-16 | x86/mm: Use a struct to reduce parameters for SME PGD mapping | Tom Lendacky | 1 | -44/+46 |
2018-01-16 | x86/mm: Clean up register saving in the __enc_copy() assembly code | Tom Lendacky | 1 | -10/+10 |
2018-01-15 | x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros | Tom Lendacky | 1 | -1/+5 |
2018-01-15 | x86/retpoline: Fill RSB on context switch for affected CPUs | David Woodhouse | 4 | -0/+59 |
2018-01-15 | x86/kasan: Panic if there is not enough memory to boot | Andrey Ryabinin | 1 | -10/+14 |
2018-01-15 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2018-01-15 | x86/retpoline: Remove compile time warning | Thomas Gleixner | 1 | -2/+0 |
2018-01-14 | x86/idt: Mark IDT tables __initconst | Andi Kleen | 1 | -6/+6 |
2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 33 | -84/+657 |
2018-01-14 | Revert "x86/apic: Remove init_bsp_APIC()" | Ville Syrjälä | 3 | -0/+53 |
2018-01-14 | x86/mm/pkeys: Fix fill_sig_info_pkey | Eric W. Biederman | 1 | -3/+4 |
2018-01-14 | x86/tsc: Print tsc_khz, when it differs from cpu_khz | Len Brown | 1 | -0/+6 |
2018-01-14 | x86/tsc: Fix erroneous TSC rate on Skylake Xeon | Len Brown | 1 | -1/+0 |
2018-01-14 | x86/tsc: Future-proof native_calibrate_tsc() | Len Brown | 1 | -0/+2 |
2018-01-14 | x86,perf: Disable intel_bts when PTI | Peter Zijlstra | 1 | -0/+18 |
2018-01-14 | x86/pti: Fix !PCID and sanitize defines | Thomas Gleixner | 3 | -21/+23 |
2018-01-14 | Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -11/+24 |
2018-01-13 | error-injection: Separate error-injection from kprobe | Masami Hiramatsu | 5 | -15/+34 |