- e4877d6 x86/fpu/math-emu: Add support for FISTTP instructions by Denys Vlasenko · 9 years ago
- 9a9d864 x86/fpu/math-emu: Add support for FCMOVcc insns by Denys Vlasenko · 9 years ago
- b8e4a91 x86/fpu/math-emu: Add support for F[U]COMI[P] insns by Denys Vlasenko · 9 years ago
- 4aef363 x86/fpu/math-emu: Remove define layer for undocumented opcodes by Denys Vlasenko · 9 years ago
- 73477bb x86/fpu/math-emu: Remove !NO_UNDOC_CODE by Denys Vlasenko · 10 years ago
- ef78f2a x86/fpu: Check CPU-provided sizes against struct declarations by Dave Hansen · 10 years ago
- e6e888f x86/fpu: Check to ensure increasing-offset xstate offsets by Dave Hansen · 10 years ago
- 65ac2e9 x86/fpu: Correct and check XSAVE xstate size calculations by Dave Hansen · 10 years ago
- 060dd0f x86/fpu: Add C structures for AVX-512 state components by Dave Hansen · 10 years ago
- 83aa3c4 x86/fpu: Rework YMM definition by Dave Hansen · 10 years ago
- 1126cb45 x86/fpu/mpx: Rework MPX 'xstate' types by Dave Hansen · 10 years ago
- 633d54c x86/fpu: Add xfeature_enabled() helper instead of test_bit() by Dave Hansen · 10 years ago
- ee9ae25 x86/fpu: Remove 'xfeature_nr' by Dave Hansen · 10 years ago
- 8a93c9e x86/fpu: Rework XSTATE_* macros to remove magic '2' by Dave Hansen · 10 years ago
- dad8c4f x86/fpu: Rename XFEATURES_NR_MAX by Dave Hansen · 10 years ago
- d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 10 years ago
- 7593343 x86/fpu: Remove partial LWP support definitions by Dave Hansen · 10 years ago
- 4109ca0 x86/fpu: Remove XSTATE_RESERVE by Dave Hansen · 10 years ago
- 0a26537 x86/fpu: Move XSAVE-disabling code to a helper by Dave Hansen · 10 years ago
- b081535 x86/fpu: Print xfeature buffer size in decimal by Dave Hansen · 10 years ago
- 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
- 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 519f526 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
- 06ab838 Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
- ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
- efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
- 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
- 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
- 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
- 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
- 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
- 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
- f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
- 5dd2c4b x86: use generic early mem copy by Mark Salter · 9 years ago
- 95cf82e mem-hotplug: handle node hole when initializing numa_meminfo. by Tang Chen · 9 years ago
- 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 59a47ff Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
- b793c00 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
- 6f0a2fc Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 752240e Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
- 0c8e2f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- a13d720 xen/privcmd: Further s/MFN/GFN/ clean-up by Julien Grall · 10 years ago
- 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 10 years ago
- 32e0987 xen: Make clear that swiotlb and biomerge are dealing with DMA address by Julien Grall · 10 years ago
- 626d750 xen: switch extra memory accounting to use pfns by Juergen Gross · 10 years ago
- cb9e444 xen: limit memory to architectural maximum by Juergen Gross · 10 years ago
- ab24507 xen: avoid another early crash of memory limited dom0 by Juergen Gross · 10 years ago
- eafd72e xen: avoid early crash of memory limited dom0 by Juergen Gross · 10 years ago
- e8dd2d2d Silence compiler warning in arch/x86/kvm/emulate.c by Valdis Kletnieks · 10 years ago
- efbb288 kvm: compile process_smi_save_seg_64() only for x86_64 by Alexander Kuleshov · 9 years ago
- 29ecd66 KVM: x86: avoid uninitialized variable warning by Paolo Bonzini · 9 years ago
- 6c0f568 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 10 years ago
- 5b74283 x86, mm: trace when an IPI is about to be sent by Mel Gorman · 10 years ago
- 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 10 years ago
- ec6a906 watchdog: rename watchdog_suspend() and watchdog_resume() by Ulrich Obergfell · 10 years ago
- 999bbe4 watchdog: use suspend/resume interface in fixup_ht_bug() by Ulrich Obergfell · 10 years ago
- aacfbe6 kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h by Guenter Roeck · 10 years ago
- f377ea8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
- 71c6da8 crypto: ghash-clmulni: specify context size for ghash async algorithm by Andrey Ryabinin · 10 years ago
- ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
- e713c80 Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 43af987 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 361f7d1 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 2962156 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 6b2282a Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 0c0fee0 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- a0c0d985 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 11e612d Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e625ccec Merge branches 'pm-tools' and 'powercap' by Rafael J. Wysocki · 10 years ago
- 65a9959 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3959df1d Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 41d859a Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 4658000 Merge branch 'mm-kasan-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5d2a1a9 Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl' by Rafael J. Wysocki · 10 years ago
- 5757bd6 Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 7073bc6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- d4c9039 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
- 26f8b7e Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
- 1af115d Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- 1c00038 Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
- 44e98ed Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
- 02b643b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 10 years ago
- a47d457 x86/irq: Do not dereference irq descriptor before checking it by Thomas Gleixner · 10 years ago
- 2baa891 x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and mtrr_del() by Luis R. Rodriguez · 10 years ago
- 7e01ebf x86/asm: Drop repeated macro of X86_EFLAGS_AC definition by Huang Rui · 10 years ago
- 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 96601ad x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB by Dan Williams · 10 years ago
- 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 10 years ago
- 4a9bf88 Merge branch 'pmem-api' into libnvdimm-for-next by Dan Williams · 10 years ago
- 67a3e8f nd_blk: change aperture mapping from WC to WB by Ross Zwisler · 10 years ago