1. 2673ee5 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  2. ae4f976 mm: fix type cast in __pfn_to_phys() by Tyler Baker · 9 years ago
  3. 9786cff Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. 43b3f02 locking/qspinlock/x86: Fix performance regression under unaccelerated VMs by Peter Zijlstra · 9 years ago
  5. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  6. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  7. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  8. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  9. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  10. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  11. c191761 Merge tag 'rtc-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  12. 6b0f68e mm: add utility for early copy from unmapped ram by Mark Salter · 9 years ago
  13. 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
  14. dab3c3c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  15. 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
  16. 3c217e5 rtc: cmos: century support by Sylvain Chouleur · 9 years ago
  17. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  18. 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  19. a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  20. 012dcef mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h by Christoph Hellwig · 9 years ago
  21. 1b3d420 PCI: Add pci_iomap_wc() variants by Luis R. Rodriguez · 9 years ago
  22. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  23. 9bebe9e kbuild: Fix .text.unlikely placement by Andi Kleen · 9 years ago
  24. 2592dbb mm: provide early_memremap_ro to establish read-only mapping by Juergen Gross · 9 years ago
  25. 77e430e locking/qrwlock: Make use of _{acquire|release|relaxed}() atomics by Will Deacon · 9 years ago
  26. 2b2a85a locking/qrwlock: Implement queue_write_unlock() using smp_store_release() by Will Deacon · 9 years ago
  27. 6d79ef2 locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_long_t' by Will Deacon · 9 years ago
  28. 586b610 locking, asm-generic: Rework atomic-long.h to avoid bulk code duplication by Will Deacon · 9 years ago
  29. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  30. fe32d3c sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() by Konstantin Khlebnikov · 9 years ago
  31. 76695af locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire() by Andrey Konovalov · 9 years ago
  32. 3a7651e Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  33. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 9 years ago
  34. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  35. 56d1def atomic: Prepare generic atomic implementation for logic ops by Peter Zijlstra · 9 years ago
  36. 8c7ea50 x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default by Luis R. Rodriguez · 9 years ago
  37. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  38. 0e06e5b locking/qrwlock: Better optimization for interrupt context readers by Waiman Long · 9 years ago
  39. f7d71f2 locking/qrwlock: Rename functions to queued_*() by Waiman Long · 9 years ago
  40. 0890a26 Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  41. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  42. 55a7d4b Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 9 years ago
  43. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  44. f28b6ff powerpc/mm: use generic version of pmdp_clear_flush() by Aneesh Kumar K.V · 9 years ago
  45. 15a25b2 mm/thp: split out pmd collapse flush into separate functions by Aneesh Kumar K.V · 9 years ago
  46. 470c27e arch: conditionally define smp_{mb,rmb,wmb} by Vineet Gupta · 9 years ago
  47. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  48. 10b4b09 Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  49. a2ed0c5 asm-generic: Add common asm-offsets.h by Yoshinori Sato · 9 years ago
  50. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 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
  53. d59d36a PCI: Remove unused pcibios_select_root() (again) by Bjorn Helgaas · 9 years ago
  54. 4eaca0a preempt: Use preempt_schedule_context() as the official tracing preemption point by Frederic Weisbecker · 9 years ago
  55. d1b4bfb x86/mm/pat: Add pgprot_writethrough() by Toshi Kani · 9 years ago
  56. d838270 x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings by Toshi Kani · 9 years ago
  57. 71966f3 Merge branch 'locking/core' into x86/core, to prepare for dependent patch by Ingo Molnar · 9 years ago
  58. d9b9ff8 sched/preempt, futex: Disable preemption in UP futex_atomic_cmpxchg_inatomic() explicitly by David Hildenbrand · 9 years ago
  59. f3dae07 sched/preempt, futex: Disable preemption in UP futex_atomic_op_inuser() explicitly by David Hildenbrand · 9 years ago
  60. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 9 years ago
  61. ab3f02f locking/arch: Add WRITE_ONCE() to set_mb() by Peter Zijlstra · 9 years ago
  62. cede884 locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG by Sebastian Andrzej Siewior · 9 years ago
  63. 166a85e gpio: remove gpiod_sysfs_set_active_low by Johan Hovold · 9 years ago
  64. e4b6be33 x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) by Luis R. Rodriguez · 9 years ago
  65. 2aa79af locking/qspinlock: Revert to test-and-set on hypervisors by Peter Zijlstra (Intel) · 9 years ago
  66. 69f9cae locking/qspinlock: Optimize for smaller NR_CPUS by Peter Zijlstra (Intel) · 9 years ago
  67. 6403bd7 locking/qspinlock: Extract out code snippets for the next patch by Waiman Long · 9 years ago
  68. c1fb159 locking/qspinlock: Add pending bit by Peter Zijlstra (Intel) · 9 years ago
  69. a33fda3 locking/qspinlock: Introduce a simple generic 4-byte queued spinlock by Waiman Long · 9 years ago
  70. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 9 years ago
  71. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  72. 510965d Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  73. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  74. ddaa27e seccomp: allow COMPAT sigreturn overrides by Kees Cook · 9 years ago
  75. eabbfde Merge branch 'for-v4.1-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 9 years ago
  76. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  77. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  78. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  79. b9820d8 mm: change vunmap to tear down huge KVA mappings by Toshi Kani · 9 years ago
  80. e61ce6a mm: change ioremap to set up huge I/O mappings by Toshi Kani · 9 years ago
  81. 235a8f0 mm: define default PGTABLE_LEVELS to two by Kirill A. Shutemov · 9 years ago
  82. 99492c3 earlycon: Fix __earlycon_table stride by Peter Hurley · 9 years ago
  83. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 9 years ago
  84. 779c88c ARM: 8321/1: asm-generic: introduce .text.fixup input section by Ard Biesheuvel · 9 years ago
  85. 470ca0d serial: earlycon: Enable earlycon without command line param by Peter Hurley · 9 years ago
  86. 449e056 ARM: cpuidle: Add a cpuidle ops structure to be used for DT by Daniel Lezcano · 9 years ago
  87. 964cb34 gpio: move pincontrol calls to <linux/gpio/driver.h> by Linus Walleij · 9 years ago
  88. 8582e26 asm/dma-mapping-common: Clarify output of dma_map_sg_attrs by Ricardo Ribalda Delgado · 9 years ago
  89. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  90. 9ddf825 kernel: add support for .init_array.* constructors by Andrey Ryabinin · 9 years ago
  91. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 9 years ago
  92. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 9 years ago
  93. 4155b8e mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h> by Kirill A. Shutemov · 9 years ago
  94. 5064c8e asm-generic: drop unused pte_file* helpers by Kirill A. Shutemov · 9 years ago
  95. eb29d8d pci: add pci_iomap_range by Michael S. Tsirkin · 11 years ago
  96. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 9 years ago
  97. 6f51ee7 Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  98. f96fe22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  99. 1077fa3 arch: Add lightweight memory barriers dma_rmb() and dma_wmb() by Alexander Duyck · 10 years ago
  100. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago