1. 7ef3d7d Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updates by Ingo Molnar · 9 years ago
  2. cb17b2a x86/hpet: Use proper hpet device number for MSI allocation by Thomas Gleixner · 9 years ago
  3. bafac29 x86/hpet: Check for irq==0 when allocating hpet MSI interrupts by Jiang Liu · 9 years ago
  4. 7ea402d x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT disabled by Luis R. Rodriguez · 9 years ago
  5. 1bf1735 x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled by Luis R. Rodriguez · 9 years ago
  6. b58d930 x86/platform/intel/baytrail: Add comments about why we disabled HPET on Baytrail by Feng Tang · 9 years ago
  7. f6b1464 genirq: Prevent crash in irq_move_irq() by Jiang Liu · 9 years ago
  8. c7cfc94 genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain by Jiang Liu · 9 years ago
  9. c1d9933 iommu, x86: Properly handle posted interrupts for IOMMU hotplug by Feng Wu · 9 years ago
  10. 959c870 iommu, x86: Provide irq_remapping_cap() interface by Feng Wu · 9 years ago
  11. 3d9b98f iommu, x86: Setup Posted-Interrupts capability for Intel iommu by Feng Wu · 9 years ago
  12. 07c0978 iommu, x86: Add cap_pi_support() to detect VT-d PI capability by Feng Wu · 9 years ago
  13. d75f152 iommu, x86: Avoid migrating VT-d posted interrupts by Feng Wu · 9 years ago
  14. 2705a3d iommu, x86: Save the mode (posted or remapped) of an IRTE by Feng Wu · 9 years ago
  15. 8541186 iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip by Feng Wu · 9 years ago
  16. bf56027 iommu: dmar: Provide helper to copy shared irte fields by Thomas Gleixner · 9 years ago
  17. 3bf1747 iommu: dmar: Extend struct irte for VT-d Posted-Interrupts by Thomas Gleixner · 9 years ago
  18. 6f28192 iommu: Add new member capability to struct irq_remap_ops by Feng Wu · 9 years ago
  19. 539f511 x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code by Andy Lutomirski · 9 years ago
  20. a92fde2 x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation by Denys Vlasenko · 9 years ago
  21. 1536bb4 x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry() by Denys Vlasenko · 9 years ago
  22. aee4b01 x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code by Denys Vlasenko · 9 years ago
  23. 9b47feb x86/asm/entry: Clean up entry*.S style, final bits by Denys Vlasenko · 9 years ago
  24. bace711 x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat_max by Ingo Molnar · 9 years ago
  25. eb47854 x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path by Denys Vlasenko · 9 years ago
  26. 4d73213 x86/asm/entry/64: Clean up entry_64.S by Ingo Molnar · 9 years ago
  27. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  28. a49976d x86/asm/entry/32: Clean up entry_32.S by Ingo Molnar · 9 years ago
  29. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  30. 4c8cd0c x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_32 and entry_SYSENTER_compat by Ingo Molnar · 9 years ago
  31. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  32. b72e746 x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers by Borislav Petkov · 9 years ago
  33. c2f9b0a Merge branch 'x86/ras' into x86/core, to fix conflicts by Ingo Molnar · 9 years ago
  34. c8e56d2 x86: Kill CONFIG_X86_HT by Borislav Petkov · 9 years ago
  35. 243d657 x86/mce: Handle Local MCE events by Ashok Raj · 9 years ago
  36. 88d5386 x86/mce: Add infrastructure to support Local MCE by Ashok Raj · 9 years ago
  37. bc12edb x86/mce: Add Local MCE definitions by Ashok Raj · 9 years ago
  38. 957561e drivers/block/pmem: Map NVDIMM in Write-Through mode by Toshi Kani · 9 years ago
  39. 623dffb x86/mm/pat: Add set_memory_wt() for Write-Through type by Toshi Kani · 9 years ago
  40. 35a5a10 x86/mm/pat: Extend set_page_memtype() to support Write-Through type by Toshi Kani · 9 years ago
  41. d1b4bfb x86/mm/pat: Add pgprot_writethrough() by Toshi Kani · 9 years ago
  42. c7c95f1 video/fbdev, asm/io.h: Remove ioremap_writethrough() by Toshi Kani · 9 years ago
  43. 556269c arch/*/io.h: Add ioremap_wt() to all architectures by Toshi Kani · 9 years ago
  44. d838270 x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings by Toshi Kani · 9 years ago
  45. ecb2feb x86/mm: Teach is_new_memtype_allowed() about Write-Through type by Toshi Kani · 9 years ago
  46. 0d69bdf x86/mm/pat: Change reserve_memtype() for Write-Through type by Toshi Kani · 9 years ago
  47. d79a40c x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type by Toshi Kani · 9 years ago
  48. 7202fdb x86/mm/pat: Remove pat_enabled() checks by Borislav Petkov · 9 years ago
  49. 9cd25aa x86/mm/pat: Emulate PAT when it is disabled by Borislav Petkov · 9 years ago
  50. 9dac629 x86/mm/pat: Untangle pat_init() by Borislav Petkov · 9 years ago
  51. 138bd56 x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S by Ingo Molnar · 9 years ago
  52. 7a5a982 x86/asm/entry/32: Remove unnecessary optimization in stub32_clone by Denys Vlasenko · 9 years ago
  53. 5cdc683 x86/asm/entry/32: Explain the stub32_clone logic by Denys Vlasenko · 9 years ago
  54. 54ad726 x86/asm/entry/32: Improve code readability by Ingo Molnar · 9 years ago
  55. 53e9acc x86/asm/entry/32: Do not use R9 in SYSCALL32 entry point by Denys Vlasenko · 9 years ago
  56. 73cbf68 x86/asm/entry/32: Open-code LOAD_ARGS32 by Denys Vlasenko · 9 years ago
  57. ef0cd5d x86/asm/entry/32: Open-code CLEAR_RREGS by Denys Vlasenko · 9 years ago
  58. 61b1e3e x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code path by Denys Vlasenko · 9 years ago
  59. 5ca6f70 x86/asm/entry/64: Remove pointless jump to irq_return by Andy Lutomirski · 9 years ago
  60. cf991de x86/asm/msr: Make wrmsrl_safe() a function by Andy Lutomirski · 9 years ago
  61. 00398a0 x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/ by Ingo Molnar · 9 years ago
  62. 1f57d5d x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/ by Ingo Molnar · 9 years ago
  63. d36f947 x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/ by Ingo Molnar · 9 years ago
  64. e6b93f4 x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/ by Ingo Molnar · 9 years ago
  65. d603c8e x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/ by Ingo Molnar · 9 years ago
  66. 19a433f x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ by Ingo Molnar · 9 years ago
  67. 905a36a x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/ by Ingo Molnar · 9 years ago
  68. d647230 x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> by Stephen Rothwell · 9 years ago
  69. 6471b82 x86/kconfig: Reorganize arch feature Kconfig select's by Ingo Molnar · 9 years ago
  70. 71966f3 Merge branch 'locking/core' into x86/core, to prepare for dependent patch by Ingo Molnar · 9 years ago
  71. 92ae183 lockdep: Do not break user-visible string by Borislav Petkov · 9 years ago
  72. 34e7724 Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/core, to apply dependent patch by Ingo Molnar · 9 years ago
  73. 2f63b9d x86/asm/entry/64: Fold identical code paths by Jan Beulich · 9 years ago
  74. 2bf557e x86/asm/entry/64: Use negative immediates for stack adjustments by Jan Beulich · 9 years ago
  75. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 9 years ago
  76. c46a024 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  77. 2459c60 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  78. fec345b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  79. e453581 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  80. cd842a6 Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  81. ccd740c vti6: Add pmtu handling to vti6_xmit. by Steffen Klassert · 9 years ago
  82. 18ec898 Revert "net: core: 'ethtool' issue with querying phy settings" by David S. Miller · 9 years ago
  83. c6e36d8 bnx2x: Move statistics implementation into semaphores by Yuval Mintz · 9 years ago
  84. 31a4189 xen: netback: read hotplug script once at start of day. by Ian Campbell · 9 years ago
  85. dc5e7a8 xen: netback: fix printf format string warning by Ian Campbell · 9 years ago
  86. d26e2c9 Revert "netfilter: ensure number of counters is >0 in do_replace()" by Bernhard Thaler · 9 years ago
  87. 8a7b19d include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h by Mikko Rapeli · 9 years ago
  88. 494e5b6 sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE by Khalid Aziz · 9 years ago
  89. f0c1a11 sparc64: pci slots information is not populated in sysfs by Eric Snowberg · 9 years ago
  90. 8642ad1 sparc: kernel: GRPCI2: Remove a useless memset by Christophe Jaillet · 9 years ago
  91. 2459534 net: dsa: Properly propagate errors from dsa_switch_setup_one by Florian Fainelli · 9 years ago
  92. 9f95041 tcp: fix child sockets to use system default congestion control if not set by Neal Cardwell · 9 years ago
  93. beb39db udp: fix behavior of wrong checksums by Eric Dumazet · 9 years ago
  94. c65b99f Linux 4.1-rc6 by Linus Torvalds · 9 years ago
  95. 9eb0a5d sfc: free multiple Rx buffers when required by Daniel Pieczko · 9 years ago
  96. 8ba64dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  97. 36a8b9a Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  98. e4ca714b Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux by Linus Torvalds · 9 years ago
  99. 50f5a1e Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 9 years ago
  100. dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago