1. 2e927c6 locking/rwsem: Drop explicit memory barriers by Michal Hocko · 8 years ago
  2. f8e04d8 locking/rwsem: Get rid of __down_write_nested() by Michal Hocko · 8 years ago
  3. efed58f sh: x3proto-gpio: switch to gpiochip_add_data() by Linus Walleij · 8 years ago
  4. a8cb826 sh: sdk7786-gpio: switch to gpiochip_add_data() by Linus Walleij · 8 years ago
  5. ccc7d5a sh: fix function signature of cpu_coregroup_mask to match pointer type by Rich Felker · 8 years ago
  6. ef21b32 sh: fix smp-shx3 build regression from removal of arch localtimer by Rich Felker · 8 years ago
  7. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  8. 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
  9. b31a3bc Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  10. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  11. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  12. 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
  13. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  14. b15d53d sched/preempt, sh: kmap_coherent relies on disabled preemption by David Hildenbrand · 8 years ago
  15. 044b81f sh: add SMP method selection to device tree pseudo-board by Rich Felker · 8 years ago
  16. 7480e0a sh: add device tree support and generic board using device tree by Rich Felker · 8 years ago
  17. 45624ac sh: remove arch-specific localtimer and use generic one by Rich Felker · 8 years ago
  18. 5f2cb34 sh: make MMU-specific SMP code conditional on CONFIG_MMU by Rich Felker · 8 years ago
  19. 3623d13 sh: provide unified syscall trap compatible with all SH models by Rich Felker · 8 years ago
  20. 940d411 sh: New gcc support by Yoshinori Sato · 9 years ago
  21. 2af7967 sh: Disable trace for kernel uncompressing. by Yoshinori Sato · 8 years ago
  22. ea17c9d sh: Use generic clkdev.h header by Stephen Boyd · 8 years ago
  23. 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
  24. 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
  25. 18e5e69 Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into next by Bjorn Helgaas · 8 years ago
  26. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 8 years ago
  27. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  28. 0bae2f1 Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel by Linus Walleij · 8 years ago
  29. e7e127e PCI: Include pci/hotplug Kconfig directly from pci/Kconfig by Bjorn Helgaas · 8 years ago
  30. 5f8fc43 PCI: Include pci/pcie/Kconfig directly from pci/Kconfig by Bogicevic Sasa · 8 years ago
  31. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 8 years ago
  32. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 8 years ago
  33. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  34. 288e6ea gpio: Include linux/gpio.h instead of asm/gpio.h by Bjorn Helgaas · 8 years ago
  35. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 8 years ago
  36. fb9b050 sh: fix smp_store_mb for !SMP by Michael S. Tsirkin · 8 years ago
  37. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 8 years ago
  38. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  39. da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 8 years ago
  40. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 8 years ago
  41. ac53b2e Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  42. 67ad058 Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  43. 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
  44. 9e3f84c sh: move xchg_cmpxchg to a header by itself by Michael S. Tsirkin · 8 years ago
  45. 3226aad sh: support 1 and 2 byte xchg by Michael S. Tsirkin · 8 years ago
  46. 90a3ccb sh: define __smp_xxx, fix smp_store_mb for !SMP by Michael S. Tsirkin · 8 years ago
  47. c315259 Merge branch 'patchwork' into v4l_for_linus by Mauro Carvalho Chehab · 8 years ago
  48. f658f21 Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into tty-next by Greg Kroah-Hartman · 8 years ago
  49. 5243238 sh: ftrace: Fix the comments for ftrace_modify_code() by Li Bin · 8 years ago
  50. 0a03668 sh: sh7734: Correct SCIF type for BRG by Geert Uytterhoeven · 9 years ago
  51. 6441d31 sh: Remove sci_ick clock alias by Laurent Pinchart · 9 years ago
  52. fa3d39b sh: Rename sci_ick and sci_fck clock to fck by Laurent Pinchart · 9 years ago
  53. 2d33fa1 sh64: fix __NR_fgetxattr by Dmitry V. Levin · 8 years ago
  54. 7326ffe sh: nand: make use of mtd_to_nand() where appropriate by Boris BREZILLON · 8 years ago
  55. 90eec10 treewide: Remove old email address by Peter Zijlstra · 8 years ago
  56. eb4b0ec [media] include/media: move platform_data to linux/platform_data/media by Mauro Carvalho Chehab · 8 years ago
  57. d647f0b [media] include/media: move driver interface headers to a separate dir by Mauro Carvalho Chehab · 9 years ago
  58. b5dcee2 [media] include/media: split I2C headers from V4L2 core by Mauro Carvalho Chehab · 9 years ago
  59. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  60. 06d8f81 arch/sh/kernel/traps_64.c: use sign_extend64() for sign extension by Martin Kepplinger · 9 years ago
  61. 02f0d3f Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  62. a1a2ab2 Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  63. 934ed25 sh: add copy_user_page() alias for __copy_user() by Ross Zwisler · 9 years ago
  64. 99a3b15 sh: mach-rsk: remove unnecessary MTD partition probe specification by Brian Norris · 9 years ago
  65. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  66. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  67. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  68. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  69. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  70. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  71. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  72. 2d3862d lib/decompressors: use real out buf size for gunzip with kernel by Yinghai Lu · 9 years ago
  73. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  74. 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
  75. 59a47ff Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  76. 9cfcc65 Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  77. 81cf09e sh: use PFN_DOWN macro by Alexander Kuleshov · 9 years ago
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
  85. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  86. 92281dee arch: introduce memremap() by Dan Williams · 9 years ago
  87. d5ed65d sh/localtimer: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  88. 71db87b bus: subsys: update return type of ->remove_dev() to void by Viresh Kumar · 9 years ago
  89. b31fdac sched, sh: Fold finish_arch_switch() into switch_to() by Peter Zijlstra · 9 years ago
  90. 4b979e4 Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
  91. c497615 sh/intc: Prepare irq flow handlers for irq argument removal by Thomas Gleixner · 9 years ago
  92. 8228a04 sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 9 years ago
  93. 8b8149d sh/irq: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  94. cde5c27 sh/irq: Use accessor irq_data_get_node() by Jiang Liu · 9 years ago
  95. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  96. 24b390a PCI: Remove unused "pci_probe" flags by Bjorn Helgaas · 9 years ago
  97. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 9 years ago
  98. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  99. 658aa51 sh: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  100. c93bf92 ftrace: Format MCOUNT_ADDR address as type unsigned long by Minfei Huang · 9 years ago