1. ef1c4a6 Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  2. 3b24b83 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  3. 0734e00 Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  4. 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
  5. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  6. dc73d6a Merge tag 'mmc-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  7. 3ac684b Merge tag 'for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 7 years ago
  8. 75dcc7e Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 7 years ago
  9. f2d2856 Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  10. d13864b sparc64: Make atomic_xchg() an inline function rather than a macro. by David S. Miller · 7 years ago
  11. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  12. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  13. c9297d2 Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 7 years ago
  14. 17e3cd2 Merge tag 'm68k-for-v4.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  15. bc16d40 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  16. 2fcd2b3 Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. ce6eba3 Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. a553243 Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. cea061e4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  20. d22fff8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. 986b37c Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. e68b4ba Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  23. 5e46caf Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  24. 2451d1e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. 86bbbeb Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. 3e2052e syscalls/x86: auto-create compat_sys_*() prototypes by Dominik Brodowski · 7 years ago
  27. 4c8ca51 x86/sigreturn: use SYSCALL_DEFINE0 by Tautschnig, Michael · 7 years ago
  28. 025bd39 x86: fix sys_sigreturn() return type to be long, not unsigned long by Dominik Brodowski · 7 years ago
  29. 66f4e88 x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm() by Dominik Brodowski · 7 years ago
  30. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  31. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  32. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  33. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  34. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  35. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  36. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  37. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  38. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  39. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  40. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  41. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  42. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  43. b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
  44. 37db219 x86: use _do_fork() in compat_sys_x86_clone() by Dominik Brodowski · 7 years ago
  45. 486adce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  46. 701f3b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  47. 320b164 Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  48. 70a3550 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/topic/bcm2835aux', 'spi/topic/dw' and 'spi/topic/gpio' into spi-next by Mark Brown · 7 years ago
  49. a9f36db Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  50. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  51. 10b84da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. ad0500c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 93e04d4 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. 1159e094 perf/x86/intel: Enable C-state residency events for Cannon Lake by Harry Pan · 7 years ago
  55. 490d03e perf/x86/intel: Add Cannon Lake support for RAPL profiling by Harry Pan · 7 years ago
  56. eaeb8e7 x86/cpu/tme: Fix spelling: "configuation" -> "configuration" by Colin Ian King · 7 years ago
  57. d6289f3 x86/build: Don't pass in -D__KERNEL__ multiple times by Cao jin · 7 years ago
  58. 169310f Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  59. 7257348 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. 6ed70cf perf/x86/pt, coresight: Clean up address filter structure by Alexander Shishkin · 7 years ago
  61. 2d07491 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 7 years ago
  62. a2601d7 Merge tag 'powerpc-4.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  63. 616d8cf Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  64. e2efacb Revert "x86/mce/AMD: Collect error info even if valid bits are not set" by Yazen Ghannam · 7 years ago
  65. bd47a85 x86/platform/UV: Fix critical UV MMR address error by mike.travis@hpe.com · 7 years ago
  66. 17a1079 KVM: x86: Fix pv tlb flush dependencies by Wanpeng Li · 7 years ago
  67. 07344b1 x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT by Tom Lendacky · 7 years ago
  68. 151ad17 x86/platform/uv/BAU: Add APIC idt entry by Andrew Banman · 7 years ago
  69. 9b9a513 x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as well by Eric Dumazet · 7 years ago
  70. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  71. d2b35e0 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  72. 615b266 parisc: Fix out of array access in match_pci_device() by Helge Deller · 7 years ago
  73. a77ab0e parisc: Add code generator for Qemu/SeaBIOS machine info by Helge Deller · 7 years ago
  74. d5654e1 parisc: Fix HPMC handler by increasing size to multiple of 16 bytes by Helge Deller · 7 years ago
  75. 24002d5 parisc: machine_power_off() should call pm_power_off() by Helge Deller · 7 years ago
  76. 2a3f53d parisc/Kconfig: SMP kernels boot on all machines by Helge Deller · 7 years ago
  77. acc2a51 parisc: Silence uninitialized variable warning in dbl_to_sgl_fcnvff() by Dan Carpenter · 7 years ago
  78. b86db40 parisc: Move various functions and strings to init section by Helge Deller · 7 years ago
  79. d5b59a7 parisc: Convert MAP_TYPE to cover 4 bits on parisc by Helge Deller · 7 years ago
  80. 184b922 parisc: Force to various endian types for sparse by Helge Deller · 7 years ago
  81. bbad209 Merge tag 'sunxi-fixes-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Arnd Bergmann · 7 years ago
  82. 66f3731 Merge tag 'omap-for-v4.16/sram-fix-signed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 7 years ago
  83. 67bbd7a x86/cpuid: Allow cpuid_read() to schedule by Eric Dumazet · 7 years ago
  84. 07cde31 x86/msr: Allow rdmsr_safe_on_cpu() to schedule by Eric Dumazet · 7 years ago
  85. 547edac x86/mm: Update comment in detect_tme() regarding x86_phys_bits by Kirill A. Shutemov · 7 years ago
  86. 47a9973 x86/PCI: Fix a potential regression when using dmi_get_bios_year() by Andy Shevchenko · 7 years ago
  87. bd62710 x86/alternatives: Fixup alternative_call_2 by Alexey Dobriyan · 7 years ago
  88. fc5d107 x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_SIZE logic by David Rientjes · 7 years ago
  89. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 7 years ago
  90. 71eb9ee perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs by Stephane Eranian · 7 years ago
  91. 631fe15 perf/x86: Update rdpmc_always_available static key to the modern API by Davidlohr Bueso · 7 years ago
  92. 4e07db9 x86/devicetree: Use CPU description from Device Tree by Ivan Gorinov · 7 years ago
  93. ecd6855 m68k/mac: Remove bogus "FIXME" comment by Finn Thain · 7 years ago
  94. 6df2afba m68k/mac: Enable RTC for 100-series PowerBooks by Finn Thain · 7 years ago
  95. 31b1c78 m68k/mac: Clean up whitespace and remove redundant parentheses by Finn Thain · 7 years ago
  96. e25283b x86/apic: Finish removing unused callbacks by David Rientjes · 7 years ago
  97. 5239650 powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs by Nicholas Piggin · 7 years ago
  98. d286236 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  99. eaf6799 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. a670b0b kbuild: Use ls(1) instead of stat(1) to obtain file size by Michael Forney · 7 years ago