1. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  2. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  3. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  4. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  5. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  6. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  7. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  8. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  9. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  10. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  11. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  12. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  13. 3705ccf mn10300: fix build error of missing fpu_save() by Randy Dunlap · 8 years ago
  14. 8ac449e mn10300: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  15. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  16. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  17. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  18. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  19. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  21. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  22. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  23. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  24. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  25. d09d747 net: smc91x: isolate u16 writes alignment workaround by Robert Jarzmik · 8 years ago
  26. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  28. a31b821 mn10300: remove a bogus processor.h->uaccess.h include by Al Viro · 8 years ago
  29. 93b5097 kill __kernel_ds_p off by Al Viro · 8 years ago
  30. 81029b1 mn10300: finish verify_area() off by Al Viro · 8 years ago
  31. ae7cc57 mn10300: copy_from_user() should zero on access_ok() failure... by Al Viro · 8 years ago
  32. 43403ea mn10300: failing __get_user() and get_user() should zero by Al Viro · 8 years ago
  33. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  34. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  35. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  36. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  37. 5ee98ab mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC by Arnd Bergmann · 8 years ago
  38. 086e3eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  39. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  40. b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 8 years ago
  41. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  42. f8d638e locking/atomic, arch/mn10300: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  43. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 8 years ago
  44. 7ee9421 char/genrtc: remove mn10300 support by Arnd Bergmann · 8 years ago
  45. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  46. 7efb2a7 arch/defconfig: remove CONFIG_RESOURCE_COUNTERS by Konstantin Khlebnikov · 8 years ago
  47. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 8 years ago
  48. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  49. 2ec656e mn10300: let exit_fpu accept a task by Jiri Slaby · 8 years ago
  50. be1fb0e kbuild: delete unnecessary "@:" by Masahiro Yamada · 9 years ago
  51. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  52. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  53. c60f169 arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h by Andrew Morton · 9 years ago
  54. 8b9e6d5 mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUG by Andrew Morton · 9 years ago
  55. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  56. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  57. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  58. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  59. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 9 years ago
  60. a87cb3e net: Facility to report route quality of connected sockets by Tom Herbert · 9 years ago
  61. 35373ab serial: Fix ASYNC_* => UPF_* flags misuse by Peter Hurley · 9 years ago
  62. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  63. f151341 mn10300: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  64. d2c0f04 libnvdimm, pfn, pmem: allocate memmap array in persistent memory by Dan Williams · 9 years ago
  65. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  66. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  67. f5e6634 put the remnants of ..._user_ret() to rest by Al Viro · 9 years ago
  68. c86576e mn10300: Select CONFIG_HAVE_UID16 to fix build failure by Guenter Roeck · 9 years ago
  69. 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  70. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  71. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  72. 237865f PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" by Bjorn Helgaas · 9 years ago
  73. 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
  74. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  76. 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
  77. 26f8b7e Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  78. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  79. 032face mn10300/cevt-mn10300: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  80. 5a4f3cf Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  81. 9d03e78 mn10300/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  82. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  83. 24b390a PCI: Remove unused "pci_probe" flags by Bjorn Helgaas · 9 years ago
  84. 805de8f4 atomic: Replace atomic_{set,clear}_mask() usage by Peter Zijlstra · 10 years ago
  85. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
  86. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  87. ddb7573 mn10300: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  88. dff22d2 PCI: Call pci_read_bridge_bases() from core instead of arch code by Lorenzo Pieralisi · 9 years ago
  89. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  90. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 10 years ago
  91. 2d44070 Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  92. d5fb821 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  94. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  95. 856b859 mn10300: Fix incorrect use of irq_data->affinity by Jiang Liu · 9 years ago
  96. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  97. 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
  98. 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
  99. 1b4d5be mn10300: don't use module_init in non-modular flash.c code by Paul Gortmaker · 10 years ago
  100. d59d36a PCI: Remove unused pcibios_select_root() (again) by Bjorn Helgaas · 9 years ago