1. 7f1a00b fix up initial thread stack pointer vs thread_info confusion by Linus Torvalds · 8 years ago
  2. b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 8 years ago
  3. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  4. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  5. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  6. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 8 years ago
  7. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  8. 03b979d Merge tag 'please-pull-misc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 8 years ago
  9. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  10. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. 3469d26 Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. 787ca32 ia64/unaligned: Silence another GCC warning about an uninitialised variable by Matt Fleming · 8 years ago
  13. f6184df ia64/traps: Silence GCC warning about uninitialised variable by Matt Fleming · 8 years ago
  14. 0b184a3 ia64: Reduce stack usage by iterating over nodemask by Matt Fleming · 8 years ago
  15. 1bba3ff ia64/PCI: Remove unused 'addr' and fix build warning by Matt Fleming · 8 years ago
  16. 18c2552 ia64/PCI: Fix incorrect PCI resource end address by Matt Fleming · 8 years ago
  17. e298c49 ia64: Remove superfluous SMP function call by Anna-Maria Gleixner · 8 years ago
  18. 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 8 years ago
  19. c5b591e efi: Get rid of the EFI_SYSTEM_TABLES status bit by Ard Biesheuvel · 8 years ago
  20. 1c44b28 kbuild: drop redundant "PHONY += FORCE" by Masahiro Yamada · 8 years ago
  21. 2e8d696 kbuild: drop FORCE from PHONY targets by Masahiro Yamada · 8 years ago
  22. 45b79a2 ia64: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  23. 9938b04 Merge branch 'master' into for-next by Jiri Kosina · 8 years ago
  24. a9eb221 arch/ia64/lib: Fix broken URL in comments by Sina Hamedian · 8 years ago
  25. a02137e locking/rwsem, ia64: Provide __down_write_killable() by Michal Hocko · 8 years ago
  26. 62436a4 x86/cpufeature: Remove cpu_has_x2apic by Borislav Petkov · 8 years ago
  27. 2d5ae5c [IA64] Enable preadv2 and pwritev2 syscalls for ia64 by Tony Luck · 8 years ago
  28. 8fe9752 ia64/extable: use generic search and sort routines by Ard Biesheuvel · 8 years ago
  29. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  31. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  32. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  33. 93e205a fix Christoph's email addresses by Christoph Lameter · 8 years ago
  34. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  35. b0f84ac ia64: define ioremap_uc() by Luis R. Rodriguez · 8 years ago
  36. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  37. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  38. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. 6e6f498 Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  40. 18e5e69 Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into next by Bjorn Helgaas · 8 years ago
  41. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 8 years ago
  42. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  43. 240504a ia64/PCI: Keep CPU physical (not virtual) addresses in shadow ROM resource by Bjorn Helgaas · 8 years ago
  44. f976721 ia64/PCI: Use ioremap() instead of open-coded equivalent by Bjorn Helgaas · 8 years ago
  45. ab97b8c ia64/PCI: Use temporary struct resource * to avoid repetition by Bjorn Helgaas · 8 years ago
  46. e7e127e PCI: Include pci/hotplug Kconfig directly from pci/Kconfig by Bjorn Helgaas · 8 years ago
  47. 5f8fc43 PCI: Include pci/pcie/Kconfig directly from pci/Kconfig by Bogicevic Sasa · 8 years ago
  48. 0c0e073 PCI: Set ROM shadow location in arch code, not in PCI core by Bjorn Helgaas · 8 years ago
  49. 63e2292 PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXED by Bjorn Helgaas · 8 years ago
  50. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 8 years ago
  51. 49cd53b mm/pkeys: Fix siginfo ABI breakage caused by new u64 field by Dave Hansen · 8 years ago
  52. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 8 years ago
  53. a87cb3e net: Facility to report route quality of connected sockets by Tom Herbert · 8 years ago
  54. b376cd0 signals, ia64, mips: Update arch-specific siginfos with pkeys field by Dave Hansen · 8 years ago
  55. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  56. ed07247 gpio: Remove unused asm/gpio.h files by Bjorn Helgaas · 8 years ago
  57. 03cb525 ia64: Set System RAM type and descriptor by Toshi Kani · 8 years ago
  58. 02f14c7 ia64: Pin controlling tty for unaligned fault message by Peter Hurley · 8 years ago
  59. 884a12a [IA64] Enable copy_file_range syscall for ia64 by Tony Luck · 8 years ago
  60. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 8 years ago
  61. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  62. d2c0f04 libnvdimm, pfn, pmem: allocate memmap array in persistent memory by Dan Williams · 8 years ago
  63. 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. 0f0836b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  65. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 8 years ago
  66. 8092677 ia64: split off early_ioremap() declarations into asm/early_ioremap.h by Ard Biesheuvel · 8 years ago
  67. c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  68. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  69. eebd1b9 ia64: define __smp_xxx by Michael S. Tsirkin · 9 years ago
  70. 53a05ac ia64: reuse asm-generic/barrier.h by Michael S. Tsirkin · 9 years ago
  71. 9505ec0 ia64: rename nop->iosapic_nop by Michael S. Tsirkin · 9 years ago
  72. 5a1b26d7 lcoking/barriers, arch: Use smp barriers in smp_store_release() by Davidlohr Bueso · 9 years ago
  73. 367262c Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  74. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 8 years ago
  76. cbbe12c ia64: ftrace: Fix the comments for ftrace_modify_code() by Li Bin · 9 years ago
  77. 2780188 [IA64] Enable mlock2 syscall for ia64 by Tony Luck · 9 years ago
  78. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  79. d5a73ca lcoking/barriers, arch: Use smp barriers in smp_store_release() by Davidlohr Bueso · 9 years ago
  80. 18fc93f percpu: remove PERCPU_ENOUGH_ROOM which is stale definition by Jungseok Lee · 9 years ago
  81. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  82. d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. d305c47 [IA64] Wire up kcmp syscall by Émeric MASCHINO · 9 years ago
  84. 02715e8 ia64/PCI/ACPI: Use common interface to support PCI host bridge by Jiang Liu · 9 years ago
  85. 3f7abde ia64/PCI: Use common struct resource_entry to replace struct iospace_resource by Jiang Liu · 9 years ago
  86. 3772aea ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridge by Jiang Liu · 9 years ago
  87. 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  88. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  89. 966966a Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  90. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  91. 865ca08 ia64: Enable userfaultfd and membarrier system calls by Luck, Tony · 9 years ago
  92. 237865f PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" by Bjorn Helgaas · 9 years ago
  93. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  94. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  95. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  96. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  97. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  98. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  99. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  100. 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago