1. c9f6f4e powerpc: Implement emulation of string loads and stores by Paul Mackerras · 10 years ago
  2. cf87c3f powerpc: Emulate icbi, mcrf and conditional-trap instructions by Paul Mackerras · 10 years ago
  3. be96f63 powerpc: Split out instruction analysis part of emulate_step() by Paul Mackerras · 10 years ago
  4. ad72a27 powerpc: Check flat device tree version at boot by Michael Ellerman · 10 years ago
  5. d6a4f70 powerpc/powernv: Don't call generic code on offline cpus by Paul Mackerras · 10 years ago
  6. 423216e powerpc: Use CONFIG_ARCH_HAS_FAST_MULTIPLIER by Anton Blanchard · 10 years ago
  7. ff2e466 powerpc: Add POWER8 CPU selection by Anton Blanchard · 10 years ago
  8. e36d122 pseries: Fix endian issues in cpu hot-removal by Thomas Falcon · 10 years ago
  9. 822e712 pseries: Fix endian issues in onlining cpu threads by Thomas Falcon · 10 years ago
  10. fe921c8 powerpc: Simplify symbol check in prom_init_check.sh by Andreas Schwab · 10 years ago
  11. ce6d73c powerpc: make of_device_ids const by Uwe Kleine-König · 10 years ago
  12. d4fe096 powerpc/jump_label: use HAVE_JUMP_LABEL? by Zhouyi Zhou · 10 years ago
  13. 22e55fc powerpc: Export dcr_ind_lock to fix build error by Pranith Kumar · 10 years ago
  14. f6026df powerpc: Move htab_remove_mapping function prototype into header file by Anton Blanchard · 10 years ago
  15. a38efce powerpc: Remove stale function prototypes by Anton Blanchard · 10 years ago
  16. 1217d34 powerpc: Ensure global functions include their prototype by Anton Blanchard · 10 years ago
  17. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  18. 5144b6b powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c by Anton Blanchard · 10 years ago
  19. 7b20a95 powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c by Anton Blanchard · 10 years ago
  20. 5889baf powerpc: Remove unused 32bit symbol exports by Anton Blanchard · 10 years ago
  21. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 10 years ago
  22. 4a1b08e powerpc: Move via-cuda symbol exports next to function definitions by Anton Blanchard · 10 years ago
  23. 370a3ab powerpc: Move adb symbol exports next to function definitions by Anton Blanchard · 10 years ago
  24. 831cf65b powerpc/powernv: Check OPAL dump calls exist before using by Michael Neuling · 10 years ago
  25. 7dc992e powerpc/powernv: Check OPAL elog calls exist before using by Michael Neuling · 10 years ago
  26. 035ed26 powerpc/powernv: Check OPAL RTC calls exists before using by Michael Neuling · 10 years ago
  27. bffe6bd powerpc/powernv: Add OPAL check token call by Michael Neuling · 10 years ago
  28. 3484a31 powerpc: Fix build error with CONFIG_PCI=n by Pranith Kumar · 10 years ago
  29. c913e5f powerpc/boot: Don't install zImage.* from make install by Tony Breeds · 10 years ago
  30. cdd91b8 powerpc/powernv: Improve error messages in dump code by Vasant Hegde · 10 years ago
  31. 2172d66 powerpc/pseries: Drop unnecessary continue by Himangi Saraogi · 10 years ago
  32. 5910cfd Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  33. 8920649 parisc: Implement new LWS CAS supporting 64 bit operations. by Guy Martin · 10 years ago
  34. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  35. fc486b0 Merge tag 'stable/for-linus-3.17-b-rc4-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  36. 9925cc1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  37. 5874cfe Merge tag 'fbdev-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  38. 7ee2d2d Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  39. 018cace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  40. d50582e xen/arm: remove mach_to_phys rbtree by Stefano Stabellini · 10 years ago
  41. 340720b xen/arm: reimplement xen_dma_unmap_page & friends by Stefano Stabellini · 10 years ago
  42. 5ebc77d xen/arm: introduce XENFEAT_grant_map_identity by Stefano Stabellini · 10 years ago
  43. eb35bdd arm64: flush TLS registers during exec by Will Deacon · 10 years ago
  44. caac7e6 sh: get_user_pages_fast() must flush cache by Stas Sergeev · 10 years ago
  45. 0b5a506 x86/xen: don't copy bogus duplicate entries into kernel page tables by Stefan Bader · 10 years ago
  46. 619df5d Merge tag 'microblaze-3.17-rc5' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  47. 9fc4b7e microblaze: Fix number of syscalls by Michal Simek · 10 years ago
  48. b408e2c microblaze: Rename Advance setup to Kernel features by Michal Simek · 10 years ago
  49. 7acdc1c microblaze: Add mm/Kconfig to advance menu by Michal Simek · 10 years ago
  50. de295cf arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug() by Chen Gang · 10 years ago
  51. dd03524 arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compiling issue by Chen Gang · 10 years ago
  52. 7d59deb powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create() by Pranith Kumar · 10 years ago
  53. d11dfd1 powerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigs by Cyril Bur · 10 years ago
  54. c1c8a92 powerpc: use machine_subsys_initcall() for opal_hmi_handler_init() by Li Zhong · 10 years ago
  55. 85101af powerpc/perf: Fix ABIv2 kernel backtraces by Anton Blanchard · 10 years ago
  56. c9ac408 powerpc/pseries: Fix endian issues in memory hotplug by Thomas Falcon · 10 years ago
  57. 35af256 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  58. 2b12164 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  59. 56c2285 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  60. 3897108 Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Kevin Hilman · 10 years ago
  61. fb76234 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 10 years ago
  62. ea4fc62 ARM: at91/dt: rm9200: fix usb clock definition by Alexandre Belloni · 10 years ago
  63. 04ffc96 ARM: at91: rm9200: fix clock registration by Alexandre Belloni · 10 years ago
  64. 650ca01 ARM: at91/dt: sam9g20: set at91sam9g20 pllb driver by Gaël PORTAY · 10 years ago
  65. 95f6e81 Merge tag 'omap-fixes-against-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Kevin Hilman · 10 years ago
  66. 28c2260 Merge tag 'davinci-fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Arnd Bergmann · 10 years ago
  67. c7cc9ba ARM: dts: dra7-evm: Add vtt regulator support by Lokesh Vutla · 10 years ago
  68. 68e4d9e ARM: dts: dra7-evm: Fix spi1 mux documentation by Nishanth Menon · 10 years ago
  69. 331bbb5 ARM: dts: am43x-epos-evm: Disable QSPI to prevent conflict with GPMC-NAND by Roger Quadros · 10 years ago
  70. 2b54057 ARM: OMAP2+: gpmc: Don't complain if wait pin is used without r/w monitoring by Roger Quadros · 10 years ago
  71. e47acd9 ARM: dts: am43xx-epos-evm: Don't use read/write wait monitoring by Roger Quadros · 10 years ago
  72. 302946d ARM: dts: am437x-gp-evm: Don't use read/write wait monitoring by Roger Quadros · 10 years ago
  73. 6b86911 ARM: dts: am437x-gp-evm: Use BCH16 ECC scheme instead of BCH8 by Roger Quadros · 10 years ago
  74. db01e6c ARM: dts: am43x-epos-evm: Use BCH16 ECC scheme instead of BCH8 by Roger Quadros · 10 years ago
  75. 4b143f0 ARM: dts: am4372: fix USB regs size by Felipe Balbi · 10 years ago
  76. 9316641 ARM: dts: am437x-gp: switch i2c0 to 100KHz by Nishanth Menon · 10 years ago
  77. 5c01d5d Merge branch 'for-v3.17-rc/ti-clk-dt' of github.com:t-kristo/linux-pm into fixes-rc3 by Tony Lindgren · 10 years ago
  78. f0e9fab ARM: dts: dra7-evm: Fix 8th NAND partition's name by Roger Quadros · 10 years ago
  79. 544d63d ARM: dts: dra7-evm: Fix i2c3 pinmux and frequency by Roger Quadros · 10 years ago
  80. 3d8afe3 arm64: use irq_set_affinity with force=false when migrating irqs by Sudeep Holla · 10 years ago
  81. 014018e ARC: [mm] Fix compilation breakage by Noam Camus · 10 years ago
  82. 955837d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  83. 02a68d0 powerpc/kvm/cma: Fix panic introduces by signed shift operation by Laurent Dufour · 10 years ago
  84. 32797b3 video: fix composite video connector compatible string by Tomi Valkeinen · 10 years ago
  85. dbd366f ARM: ux500: disable msp2 node on Snowball by Linus Walleij · 10 years ago
  86. eebbcf6 Merge tag 'kvm-s390-master-20140902' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master by Paolo Bonzini · 10 years ago
  87. 1951497 KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flags by Christian Borntraeger · 10 years ago
  88. 3e03d4c KVM: s390/mm: Fix storage key corruption during swapping by Christian Borntraeger · 10 years ago
  89. 5e39977 Revert "arm64: cpuinfo: print info for all CPUs" by Will Deacon · 10 years ago
  90. 7c68a9c arm64: fix bug for reloading FPSIMD state after cpu power off by Leo Yan · 10 years ago
  91. 4ed7800 m68k: Wire up memfd_create by Geert Uytterhoeven · 10 years ago
  92. 16d7b8b m68k: Wire up getrandom by Geert Uytterhoeven · 10 years ago
  93. 5da7615 s390/vdso: remove NULL pointer check from clock_gettime by Martin Schwidefsky · 10 years ago
  94. 6992860 s390/ipl: Add missing SCSI loadparm attributes to /sys/firmware by Michael Holzheu · 10 years ago
  95. 05bdb8c Merge tag 'xtensa-20140830' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 10 years ago
  96. ca98565 unicore32: Fix build error by Guenter Roeck · 10 years ago
  97. 94559a4 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  98. 19ed3eb Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  99. e160cc1 vexpress/spc: fix a build warning on array bounds by Alex Shi · 10 years ago
  100. 98fd150 Merge tag 'for-v3.17-rc/omap-dra72x-d74x-support-a' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixes by Olof Johansson · 10 years ago