1. c709fed x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a bit more readable fashion by Ingo Molnar · 10 years ago
  2. e61980a x86/mm: Simplify probe_page_size_mask() by Ingo Molnar · 10 years ago
  3. 10971ab x86/mm: Further simplify 1 GB kernel linear mappings handling by Ingo Molnar · 10 years ago
  4. 73c8c86 x86/mm: Use early_param_on_off() for direct_gbpages by Luis R. Rodriguez · 10 years ago
  5. e5008ab x86/mm: Simplify enabling direct_gbpages by Luis R. Rodriguez · 10 years ago
  6. d9fd579 x86/mm: Use IS_ENABLED() for direct_gbpages by Luis R. Rodriguez · 10 years ago
  7. 6bbb614 x86/mm: Unexport set_memory_ro() and set_memory_rw() by Daniel Borkmann · 10 years ago
  8. 954e12f x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.c by Juergen Gross · 10 years ago
  9. 8d4a40b x86/mm: Use early_memunmap() instead of early_iounmap() by Juergen Gross · 10 years ago
  10. a1fb669 Merge tag 'v4.0-rc1' into x86/mm, to refresh the tree by Ingo Molnar · 10 years ago
  11. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  12. 10436cf Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  13. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  14. b5aeca5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  15. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. 570e1aa x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch by Jiri Kosina · 10 years ago
  17. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 10 years ago
  18. 27a22ee Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  19. 1fbe23e Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  20. 35a9ff4 x86/microcode/intel: Handle truncated microcode images more robustly by Quentin Casasnovas · 10 years ago
  21. f84598b x86/microcode/intel: Guard against stack overflow in the loader by Quentin Casasnovas · 10 years ago
  22. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  23. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
  24. ee408b4 Merge branch 'tip-x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  25. f15e051 x86/mm/init: Fix incorrect page size in init_memory_mapping() printks by Dave Hansen · 10 years ago
  26. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
  27. c11a25f x86/intel/quark: Fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
  28. 32d3916 x86/intel/quark: Fix ptr_ret.cocci warnings by Fengguang Wu · 10 years ago
  29. 1f40a8b x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT cases by Pavel Machek · 10 years ago
  30. 1db491f x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytes by Fenghua Yu · 10 years ago
  31. 8bbc2a1 x86/intel/quark: Add Intel Quark platform support by Bryan O'Donoghue · 10 years ago
  32. 28a375d x86/intel/quark: Add Isolated Memory Regions for Quark X1000 by Bryan O'Donoghue · 10 years ago
  33. b273c2c x86/apic: Fix the devicetree build in certain configs by Ricardo Ribalda Delgado · 10 years ago
  34. b7e3756 kprobes/x86: Mark 2 bytes NOP as boostable by Wang Nan · 10 years ago
  35. 5154d4f uprobes/x86: Fix 2-byte opcode table by Denys Vlasenko · 10 years ago
  36. 67fc809 uprobes/x86: Fix 1-byte opcode tables by Denys Vlasenko · 10 years ago
  37. 097f4e5 uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support them by Denys Vlasenko · 10 years ago
  38. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  39. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  40. d97eb89 x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable() by Joerg Roedel · 10 years ago
  41. 1ea76fb x86/irq: Fix regression caused by commit b568b8601f05 by Jiang Liu · 10 years ago
  42. d6abfdb x86/spinlocks/paravirt: Fix memory corruption on unlock by Raghavendra K T · 10 years ago
  43. 829bf7a Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  44. d96c757 Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 10 years ago
  45. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. a972412 Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  47. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  48. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  49. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  50. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 10 years ago
  51. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 10 years ago
  52. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
  53. 393f203 x86_64: kasan: add interceptors for memset/memmove/memcpy functions by Andrey Ryabinin · 10 years ago
  54. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  55. bf58b48 x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  56. 8329aa9 Revert "x86/apic: Only disable CPU x2apic mode when necessary" by Linus Torvalds · 10 years ago
  57. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  58. 96738c6 x86/efi: Avoid triple faults during EFI mixed mode calls by Matt Fleming · 10 years ago
  59. 55c2d78 lguest: don't look in console features to find emerg_wr. by Rusty Russell · 10 years ago
  60. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  61. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 10 years ago
  62. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  63. c819f37 x86: mm: restore original pte_special check by Mel Gorman · 10 years ago
  64. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 10 years ago
  65. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
  66. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 10 years ago
  67. 5d8e7fb Merge tag 'md/3.20' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  68. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  69. a7b7807 mm: gup: use get_user_pages_unlocked within get_user_pages_fast by Andrea Arcangeli · 10 years ago
  70. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
  71. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  72. cbef847 mm/hugetlb: pmd_huge() returns true for non-present hugepage by Naoya Horiguchi · 10 years ago
  73. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 10 years ago
  74. d9bab50 lguest: remove NOTIFY call and eventfd facility. by Rusty Russell · 10 years ago
  75. a561adf lguest: use the PCI console device's emerg_wr for early boot messages. by Rusty Russell · 10 years ago
  76. e1b83e2 lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC by Rusty Russell · 10 years ago
  77. ee72576 lguest: disable ACPI explicitly. by Rusty Russell · 10 years ago
  78. d1c2946 lguest: don't disable iospace. by Rusty Russell · 10 years ago
  79. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  80. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  81. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  82. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  83. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  84. 0a19136 x86: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  85. ece84b3 hugetlb, x86: register 1G page size if we can allocate them at runtime by Kirill A. Shutemov · 10 years ago
  86. bdccc4e Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  87. b5e8223 Merge branch 'pm-tools' by Rafael J. Wysocki · 10 years ago
  88. 7bc95d4 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  89. 8fbcf5e Merge branch 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  90. ca45c87 Merge branches 'acpi-doc', 'acpi-pm', 'acpi-pcc' and 'acpi-tables' by Rafael J. Wysocki · 10 years ago
  91. 99e4d89 Merge branches 'acpi-video' and 'acpi-soc' by Rafael J. Wysocki · 10 years ago
  92. 55c39fc Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  93. dab2087 KVM: x86: fix build with !CONFIG_SMP by Radim Krčmář · 10 years ago
  94. e07e0d4 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. 57d3629 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. a8f7684 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. c93eced Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 80f33a5 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. 7453311 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. 9d43bad Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago