1. 0c6fc11 x86/boot/e820: Rename the remaining E820 APIs to the e820__*() prefix by Ingo Molnar · 8 years ago
  2. dd618c7 x86/boot/e820: Remove unnecessary #include's by Ingo Molnar · 8 years ago
  3. 090d717 x86/boot/e820: Rename e820_mark_nosave_regions() to e820__register_nosave_regions() by Ingo Molnar · 8 years ago
  4. 1506c8d x86/boot/e820: Rename e820_reserve_resources*() to e820__reserve_resources*() by Ingo Molnar · 8 years ago
  5. 81b3e09 x86/boot/e820: Use bool in query APIs by Ingo Molnar · 8 years ago
  6. 1a12703 x86/boot/e820: Document e820__reserve_setup_data() by Ingo Molnar · 8 years ago
  7. 9a02fd0 x86/boot/e820: Clean up __e820__update_table() et al by Ingo Molnar · 8 years ago
  8. f9748fa x86/boot/e820: Simplify the e820__update_table() interface by Ingo Molnar · 8 years ago
  9. e7dbf7a xen, x86/boot/e820: Simplify Xen's xen_e820_table construct by Ingo Molnar · 8 years ago
  10. d88961b x86/boot/e820: Clean up and standardize sizeof() uses by Ingo Molnar · 8 years ago
  11. 08b46d5 x86/boot/e820: Clean up the E820 table size define names by Ingo Molnar · 8 years ago
  12. 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
  13. 6afc03b x86/boot/e820: Use 'enum e820_type' when handling the e820 region type by Ingo Molnar · 8 years ago
  14. 09c5151 x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry' by Ingo Molnar · 8 years ago
  15. 7ad1ed8 x86/boot/e820: Introduce 'enum e820_type' by Ingo Molnar · 8 years ago
  16. c594761 x86/boot/e820: Simplify e820_reserve_resources() by Ingo Molnar · 8 years ago
  17. 2504be7 x86/boot/e820: Reorder the function prototypes in api.h by Ingo Molnar · 8 years ago
  18. be0c3f0 x86/boot/e820: Rename e820_print_map() to e820__print_table() by Ingo Molnar · 8 years ago
  19. ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
  20. 2df908b x86/boot/e820: Rename e820_setup_gap() to e820__setup_pci_gap() by Ingo Molnar · 8 years ago
  21. 3bce64f x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any()/e820__mapped_all() by Ingo Molnar · 8 years ago
  22. f52355a x86/boot/e820: Rename sanitize_e820_table() to e820__update_table() by Ingo Molnar · 8 years ago
  23. 6464d29 x86/boot/e820: Rename update_e820() to e820__update_table() by Ingo Molnar · 8 years ago
  24. 5da217c x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and document it by Ingo Molnar · 8 years ago
  25. 9641bda x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e820__finish_early_params() by Ingo Molnar · 8 years ago
  26. da92139 x86/boot/e820: Move e820_reserve_setup_data() to e820.c by Ingo Molnar · 8 years ago
  27. 914053c x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended() by Ingo Molnar · 8 years ago
  28. 4270fd8 x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to memblock_set_dma_reserve() by Ingo Molnar · 8 years ago
  29. 01259ef x86/boot/e820: Convert printk(KERN_* ...) to pr_*() by Ingo Molnar · 8 years ago
  30. e5540f8 x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable names by Ingo Molnar · 8 years ago
  31. 4918e22 x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and improve the explanations by Ingo Molnar · 8 years ago
  32. 640e1b3 x86/boot/e820: Basic cleanup of e820.c by Ingo Molnar · 8 years ago
  33. 544a0f4 x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the description by Ingo Molnar · 8 years ago
  34. 103e206 x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory_setup_default() by Ingo Molnar · 8 years ago
  35. bf49557 x86/boot/e820: Harmonize the 'struct e820_table' fields by Ingo Molnar · 8 years ago
  36. 61a5010 x86/boot/e820: Rename everything to e820_table by Ingo Molnar · 8 years ago
  37. acd4c04 x86/boot/e820: Rename 'e820_map' variables to 'e820_array' by Ingo Molnar · 8 years ago
  38. e79d74d x86/boot/e820: Remove e820_mark_nosave_regions() definition uglies by Ingo Molnar · 8 years ago
  39. 9de94db x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.h by Ingo Molnar · 8 years ago
  40. 8ec67d9 x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array' by Ingo Molnar · 8 years ago
  41. 308bee6 x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.h by Ingo Molnar · 8 years ago
  42. 993f4b7 x86/boot/e820: Remove unnecessary __ASSEMBLY__ guard by Ingo Molnar · 8 years ago
  43. 0f85650 x86/boot/e820: Clean up asm/e820/api.h by Ingo Molnar · 8 years ago
  44. b0bd00d x86/boot/e820: Remove assembly guard from asm/e820/types.h by Ingo Molnar · 8 years ago
  45. 5520b7e x86/boot/e820: Remove spurious asm/e820/api.h inclusions by Ingo Molnar · 8 years ago
  46. 7b6e4ba x86/boot/e820: Clean up the E820_X_MAX definition by Ingo Molnar · 8 years ago
  47. 99da1ff x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.h by Ingo Molnar · 8 years ago
  48. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  49. 7b80ba5 x86/boot/e820: Clean up and improve comments in asm/e820/types.h by Ingo Molnar · 8 years ago
  50. 70a9d81 x86/boot/e820: Introduce arch/x86/include/asm/e820/types.h by Ingo Molnar · 8 years ago
  51. 9a1f415 Merge branch 'linus' into x86/boot, to pick up fixes by Ingo Molnar · 8 years ago
  52. 69978aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  53. f284424 x86/boot: Fix KASLR and memmap= collision by Dave Jiang · 8 years ago
  54. 3705ccf mn10300: fix build error of missing fpu_save() by Randy Dunlap · 8 years ago
  55. 4180c4c frv: add missing atomic64 operations by Sudip Mukherjee · 8 years ago
  56. 545d58f frv: add atomic64_add_unless() by Sudip Mukherjee · 8 years ago
  57. 0d6da87 s390/mm: Fix cmma unused transfer from pgste into pte by Christian Borntraeger · 8 years ago
  58. 9dce990 s390/ptrace: Preserve previous registers for short regset write by Martin Schwidefsky · 8 years ago
  59. a4685d2 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 8 years ago
  60. 095cbe6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 455a70c Merge tag 'arc-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  62. 83fd57a Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  63. 4c9eff7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  64. f8f2d4b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  65. fec9690 Merge tag 'kvm-s390-master-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 8 years ago
  66. 0447819 KVM: s390: do not expose random data via facility bitmap by Christian Borntraeger · 8 years ago
  67. 178f358 powerpc: Ignore reserved field in DCSR and PVR reads and writes by Anton Blanchard · 8 years ago
  68. b34ca60 powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset write by Dave Martin · 8 years ago
  69. 99dfe80 powerpc/ptrace: Preserve previous fprs/vsrs on short regset write by Dave Martin · 8 years ago
  70. 44b4b46 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  71. 4384978 ARM: dts: da850-evm: fix read access to SPI flash by Fabien Parent · 8 years ago
  72. 81aaeaa Merge tag 'pci-v4.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  73. 4a1cc2e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  74. 7d9e8f7 arm64: avoid returning from bad_mode by Mark Rutland · 8 years ago
  75. d0e73e2 ARC: Revert "ARC: mm: IOC: Don't enable IOC by default" by Vineet Gupta · 8 years ago
  76. 76894a7 ARC: mm: split arc_cache_init to allow __init reaping of bulk by Vineet Gupta · 8 years ago
  77. e47a8b1 Merge tag 'omap-for-v4.10/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 8 years ago
  78. e497c8e ARCv2: IOC: Use actual memory size to setup aperture size by Vineet Gupta · 8 years ago
  79. 8c47f83 ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruption by Vineet Gupta · 9 years ago
  80. d4911cdd ARCv2: IOC: refactor the IOC and SLC operations into own functions by Vineet Gupta · 9 years ago
  81. fa19a76 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  82. eb1357d ARC: module: Fix !CONFIG_ARC_DW2_UNWIND builds by Vineet Gupta · 8 years ago
  83. ca92e6c Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. ad9e202 arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields by Dave Martin · 8 years ago
  85. aeb1f39 arm64/ptrace: Avoid uninitialised struct padding in fpr_set() by Dave Martin · 8 years ago
  86. a672401c arm64/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  87. 9dd73f7 arm64/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  88. 9a17b87 arm64/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  89. 020eb3d x86/ioapic: Restore IO-APIC irq_chip retrigger callback by Ruslan Ruslichenko · 8 years ago
  90. 1c8a946 arm64: mm: avoid name clash in __page_to_voff() by Oleksandr Andrushchenko · 8 years ago
  91. 27593d7 powerpc/perf: Use MSR to report privilege level on P9 DD1 by Madhavan Srinivasan · 8 years ago
  92. 387bbc9 powerpc/eeh: Enable IO path on permanent error by Gavin Shan · 8 years ago
  93. d89f473 powerpc/perf: Fix PM_BRU_CMPL event code for power9 by Madhavan Srinivasan · 8 years ago
  94. 20717e1 powerpc/mm: Fix little-endian 4K hugetlb by Aneesh Kumar K.V · 8 years ago
  95. ff8b857 powerpc/mm/hugetlb: Don't panic when we don't find the default huge page size by Aneesh Kumar K.V · 8 years ago
  96. bf5ca68 powerpc: Fix pgtable pmd cache init by Nicholas Piggin · 8 years ago
  97. 1ea6af3 ARM: dts: omap3: Fix Card Detect and Write Protect on Logic PD SOM-LV by Adam Ford · 8 years ago
  98. f7bcd4b ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS by Neil Armstrong · 8 years ago
  99. ce2e852 KVM: x86: fix fixing of hypercalls by Dmitry Vyukov · 8 years ago
  100. 1b1973e Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 8 years ago