Age | Commit message (Expand) | Author | Files | Lines |
2017-11-16 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 6 | -11/+10 |
2017-11-16 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 5 | -21/+1 |
2017-11-15 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -7/+0 |
2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -15/+12 |
2017-11-14 | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2 | -5/+6 |
2017-11-14 | x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu() | Rafael J. Wysocki | 1 | -4/+7 |
2017-11-14 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -51/+148 |
2017-11-14 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -32/+159 |
2017-11-14 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 38 | -1289/+1437 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+3 |
2017-11-14 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -10/+13 |
2017-11-14 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 17 | -98/+143 |
2017-11-14 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+7 |
2017-11-14 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -8/+8 |
2017-11-14 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -7/+7 |
2017-11-14 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 85 | -1015/+3657 |
2017-11-14 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -13/+9 |
2017-11-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -79/+131 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 22 | -72/+126 |
2017-11-13 | Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86' | Rafael J. Wysocki | 2 | -5/+6 |
2017-11-12 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -19/+20 |
2017-11-12 | x86/intel_rdt: Fix a silent failure when writing zero value schemata | Xiaochen Shen | 1 | -0/+5 |
2017-11-10 | Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo" | Linus Torvalds | 3 | -11/+6 |
2017-11-10 | locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE | Michael S. Tsirkin | 1 | -4/+8 |
2017-11-10 | x86/virt/xen: Use guest_late_init to detect Xen PVH guest | Juergen Gross | 2 | -11/+22 |
2017-11-10 | x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 st... | Juergen Gross | 5 | -4/+6 |
2017-11-10 | x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGA | Juergen Gross | 2 | -0/+6 |
2017-11-10 | x86/virt: Add enum for hypervisors to replace x86_hyper | Juergen Gross | 8 | -23/+34 |
2017-11-10 | x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a... | Juergen Gross | 11 | -59/+75 |
2017-11-10 | x86/tsc: Mark cyc2ns_init() and detect_art() __init | Dou Liyang | 1 | -2/+2 |
2017-11-10 | Merge branch 'linus' into x86/platform, to refresh the branch | Ingo Molnar | 758 | -211/+951 |
2017-11-10 | Merge branch 'linus' into x86/asm, to resolve conflict | Ingo Molnar | 1 | -1/+1 |
2017-11-10 | Merge branch 'x86/mm' into x86/asm, to merge branches | Ingo Molnar | 1 | -1/+0 |
2017-11-10 | x86/debug: Handle warnings before the notifier chain, to fix KGDB crash | Alexander Shishkin | 1 | -3/+7 |
2017-11-09 | x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging | Kirill A. Shutemov | 1 | -1/+1 |
2017-11-09 | x86/build: Make the boot image generation less verbose | Changbin Du | 1 | -5/+10 |
2017-11-09 | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability | Jiri Kosina | 1 | -1/+1 |
2017-11-08 | x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps() | Yonghong Song | 1 | -2/+0 |
2017-11-08 | x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context | Borislav Petkov | 1 | -2/+2 |
2017-11-08 | x86/traps: Fix up general protection faults caused by UMIP | Ricardo Neri | 1 | -0/+6 |
2017-11-08 | x86/umip: Enable User-Mode Instruction Prevention at runtime | Ricardo Neri | 2 | -1/+34 |
2017-11-08 | x86/umip: Force a page fault when unable to copy emulated result to user | Ricardo Neri | 1 | -2/+47 |
2017-11-08 | x86/umip: Add emulation code for UMIP instructions | Ricardo Neri | 3 | -0/+334 |
2017-11-08 | x86/cpufeature: Add User-Mode Instruction Prevention definitions | Ricardo Neri | 3 | -1/+10 |
2017-11-08 | x86/insn-eval: Add support to resolve 16-bit address encodings | Ricardo Neri | 1 | -1/+212 |
2017-11-08 | x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode | Ricardo Neri | 1 | -0/+11 |
2017-11-08 | x86/insn-eval: Add wrapper function for 32 and 64-bit addresses | Ricardo Neri | 1 | -5/+55 |
2017-11-08 | x86/insn-eval: Add support to resolve 32-bit address encodings | Ricardo Neri | 1 | -6/+106 |
2017-11-08 | x86/insn-eval: Compute linear address in several utility functions | Ricardo Neri | 1 | -58/+185 |
2017-11-08 | x86: Use lockdep to assert IRQs are disabled/enabled | Frederic Weisbecker | 2 | -4/+2 |