1. d92ebe0 ia64: fix build errors by exporting paddr_to_nid() by Randy Dunlap · 5 years ago
  2. 2edd73a ia64: Fix allnoconfig section mismatch for ioc_init/ioc_iommu_info by Tony Luck · 6 years ago
  3. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  4. 778a339 Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 6 years ago
  5. cc26ebb ia64: Fix kernel BUG at lib/ioremap.c:72! by Tony Luck · 6 years ago
  6. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  7. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  8. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  9. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  10. c2fc71c Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  11. 8603596 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  12. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  13. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  14. 16e0e6a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  15. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  16. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  17. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  18. 8b11ec1 mm: do not initialize TLB stack vma's with vma_init() by Linus Torvalds · 6 years ago
  19. ebad825 ia64: mark special ia64 memory areas anonymous by Linus Torvalds · 6 years ago
  20. 0bbf47e ia64: use asm-generic/io.h by Arnd Bergmann · 6 years ago
  21. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  22. 93081ca Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  23. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. 2c870e6 arm64: fix ACPI dependencies by Arnd Bergmann · 6 years ago
  25. f628009 ia64: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  26. fb63fbe ia64: use mem_data to detect nodes' minimal and maximal PFNs by Mike Rapoport · 6 years ago
  27. 0617c50 ia64: remove unused num_dma_physpages member from 'struct early_node_data' by Mike Rapoport · 6 years ago
  28. 1ecd64a ia64: contig/paging_init: reduce code duplication by Mike Rapoport · 6 years ago
  29. 490fc05 mm: make vm_area_alloc() initialize core fields by Linus Torvalds · 6 years ago
  30. 3928d4f mm: use helper functions for allocating and freeing vm_area structs by Linus Torvalds · 6 years ago
  31. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 7 years ago
  32. 2c47047 pids: Move the pgrp and session pid pointers from task_struct to signal_struct by Eric W. Biederman · 7 years ago
  33. 7a36094 pids: Compute task_tgid using signal->leader_pid by Eric W. Biederman · 7 years ago
  34. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 6 years ago
  35. b3a2a05 atomics/treewide: Make conditional inc/dec ops optional by Mark Rutland · 6 years ago
  36. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 6 years ago
  37. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 6 years ago
  38. 3567013 atomics/treewide: Make atomic64_fetch_add_unless() optional by Mark Rutland · 6 years ago
  39. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 6 years ago
  40. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 6 years ago
  41. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 6 years ago
  42. cce188b bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe by Masami Hiramatsu · 6 years ago
  43. cf3bb03 ia64/kprobes: Don't call the ->break_handler() in ia64 kprobes code by Masami Hiramatsu · 6 years ago
  44. 0aeaf6b ia64/kprobes: Remove jprobe implementation by Masami Hiramatsu · 6 years ago
  45. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  46. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  47. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  48. d2b2250 ia64: disable CONFIG_PERFMON at least for now by Linus Torvalds · 6 years ago
  49. 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  50. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  51. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  52. db020be Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  54. eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  55. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  56. 1f2f01b kbuild: add machine size to CHECKFLAGS by Luc Van Oostenryck · 6 years ago
  57. 8a8dcab tty: replace ->proc_fops with ->proc_show by Christoph Hellwig · 6 years ago
  58. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  59. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 6 years ago
  60. a58bdf2 softirq/ia64: Switch to generic local_softirq_pending() implementation by Frederic Weisbecker · 6 years ago
  61. 2e5c463 softirq/ia64: Convert local_softirq_pending() to per-cpu ops by Frederic Weisbecker · 6 years ago
  62. 09230cb swiotlb: move the SWIOTLB config symbol to lib/Kconfig by Christoph Hellwig · 6 years ago
  63. 4965a68 arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig by Christoph Hellwig · 6 years ago
  64. f616ab5 dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig by Christoph Hellwig · 6 years ago
  65. 86596f0 scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig by Christoph Hellwig · 6 years ago
  66. 79c1879 iommu-helper: mark iommu_is_span_boundary as inline by Christoph Hellwig · 6 years ago
  67. 6e88628 dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG by Christoph Hellwig · 6 years ago
  68. 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 6 years ago
  69. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 6 years ago
  70. 51dd709 signal/ia64: Replace FPE_FIXME with FPE_FLTUNK by Eric W. Biederman · 6 years ago
  71. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 6 years ago
  72. 6f22a7f y2038: ia64: Remove unneeded ipc uapi header files by Arnd Bergmann · 9 years ago
  73. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 6 years ago
  74. 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 6 years ago
  75. ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 6 years ago
  76. 3c0d551 Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  77. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 6 years ago
  78. 5a1e0ba PCI/MSI: Don't set up INTx if MSI or MSI-X is enabled by Bjorn Helgaas · 6 years ago
  79. 48e362d ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities" by Colin Ian King · 6 years ago
  80. 69c90702 ia64/err-inject: Use get_user_pages_fast() by Davidlohr Bueso · 7 years ago
  81. 2879b65 ia64: Convert remaining atomic operations by Matthew Wilcox · 6 years ago
  82. bd5edbe ia64: convert unwcheck.py to python3 by Corentin Labbe · 6 years ago
  83. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 6 years ago
  84. 9d37c09 ia64: fix build failure with CONFIG_SWIOTLB by Corentin Labbe · 6 years ago
  85. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  86. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  87. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 6 years ago
  88. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  89. ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 6 years ago
  90. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  91. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  92. 40b9672 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  93. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  94. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  95. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  96. 1a9a126 Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  97. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  98. 51ccbb0 Merge branch 'for-4.16-print-symbol' into for-4.16 by Petr Mladek · 7 years ago
  99. 4b664e7 ia64: Rewrite atomic_add and atomic_sub by Matthew Wilcox · 7 years ago
  100. 13c35c8 Merge branches 'acpi-numa', 'acpi-sysfs', 'acpi-pmic', 'acpi-soc' and 'acpi-ged' by Rafael J. Wysocki · 7 years ago