1. 316233f powerpc/eeh: Reenable PCI devices after reset by Gavin Shan · 10 years ago
  2. 0d5ee52 powerpc/eeh: Freeze PE before PE reset by Gavin Shan · 10 years ago
  3. 940376b powerpc/eeh: Add eeh_pe_state sysfs entry by Gavin Shan · 10 years ago
  4. 3e93805 powerpc/eeh: Drop unused argument in eeh_check_failure() by Gavin Shan · 10 years ago
  5. a75c380 powerpc: Enable DCACHE_WORD_ACCESS on ppc64le by Anton Blanchard · 10 years ago
  6. 8989aa4 powerpc: ppc64le optimised word at a time by Anton Blanchard · 10 years ago
  7. fe2a1bb selftests/powerpc: Add test of load_unaligned_zero_pad() by Michael Ellerman · 10 years ago
  8. de5946c powerpc: Implement load_unaligned_zeropad by Anton Blanchard · 10 years ago
  9. 6d31c2f powerpc: pci-ioda: Use a single function to emit logging messages by Joe Perches · 10 years ago
  10. 45eb472 powerpc: pci-ioda: Remove unnecessary return value from printk by Joe Perches · 10 years ago
  11. 2a58222 powerpc/eeh: Fix kernel crash when passing through VF by Wei Yang · 10 years ago
  12. 9e34992 powerpc/mm: Unindent htab_dt_scan_page_sizes() by Michael Ellerman · 10 years ago
  13. 87d99c0 powerpc/ppc64: Print CPU/MMU/FW features at boot by Michael Ellerman · 10 years ago
  14. bdce97e powerpc/ppc64: Clean up the boot-time settings display by Michael Ellerman · 10 years ago
  15. 92f792e powerpc: Fix build failure when CONFIG_USB=y by Pranith Kumar · 10 years ago
  16. a9303e1 powerpc: Fix build failure on 44x by Pranith Kumar · 10 years ago
  17. 297cf50 powerpc: some changes in numa_setup_cpu() by Li Zhong · 10 years ago
  18. bc3c432 powerpc: Only set numa node information for present cpus at boottime by Li Zhong · 10 years ago
  19. 70ad237 powerpc: Fix warning reported by verify_cpu_node_mapping() by Li Zhong · 10 years ago
  20. c9f6f4e powerpc: Implement emulation of string loads and stores by Paul Mackerras · 10 years ago
  21. cf87c3f powerpc: Emulate icbi, mcrf and conditional-trap instructions by Paul Mackerras · 10 years ago
  22. be96f63 powerpc: Split out instruction analysis part of emulate_step() by Paul Mackerras · 10 years ago
  23. ad72a27 powerpc: Check flat device tree version at boot by Michael Ellerman · 10 years ago
  24. d6a4f70 powerpc/powernv: Don't call generic code on offline cpus by Paul Mackerras · 10 years ago
  25. 423216e powerpc: Use CONFIG_ARCH_HAS_FAST_MULTIPLIER by Anton Blanchard · 10 years ago
  26. ff2e466 powerpc: Add POWER8 CPU selection by Anton Blanchard · 10 years ago
  27. e36d122 pseries: Fix endian issues in cpu hot-removal by Thomas Falcon · 10 years ago
  28. 822e712 pseries: Fix endian issues in onlining cpu threads by Thomas Falcon · 10 years ago
  29. fe921c8 powerpc: Simplify symbol check in prom_init_check.sh by Andreas Schwab · 10 years ago
  30. ce6d73c powerpc: make of_device_ids const by Uwe Kleine-König · 10 years ago
  31. d4fe096 powerpc/jump_label: use HAVE_JUMP_LABEL? by Zhouyi Zhou · 10 years ago
  32. 22e55fc powerpc: Export dcr_ind_lock to fix build error by Pranith Kumar · 10 years ago
  33. f6026df powerpc: Move htab_remove_mapping function prototype into header file by Anton Blanchard · 10 years ago
  34. a38efce powerpc: Remove stale function prototypes by Anton Blanchard · 10 years ago
  35. 1217d34 powerpc: Ensure global functions include their prototype by Anton Blanchard · 10 years ago
  36. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  37. 5144b6b powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c by Anton Blanchard · 10 years ago
  38. 7b20a95 powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c by Anton Blanchard · 10 years ago
  39. 5889baf powerpc: Remove unused 32bit symbol exports by Anton Blanchard · 10 years ago
  40. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 10 years ago
  41. 4a1b08e powerpc: Move via-cuda symbol exports next to function definitions by Anton Blanchard · 10 years ago
  42. 370a3ab powerpc: Move adb symbol exports next to function definitions by Anton Blanchard · 10 years ago
  43. 831cf65b powerpc/powernv: Check OPAL dump calls exist before using by Michael Neuling · 10 years ago
  44. 7dc992e powerpc/powernv: Check OPAL elog calls exist before using by Michael Neuling · 10 years ago
  45. 035ed26f powerpc/powernv: Check OPAL RTC calls exists before using by Michael Neuling · 10 years ago
  46. bffe6bd powerpc/powernv: Add OPAL check token call by Michael Neuling · 10 years ago
  47. 3484a31 powerpc: Fix build error with CONFIG_PCI=n by Pranith Kumar · 10 years ago
  48. c913e5f powerpc/boot: Don't install zImage.* from make install by Tony Breeds · 10 years ago
  49. cdd91b8 powerpc/powernv: Improve error messages in dump code by Vasant Hegde · 10 years ago
  50. 2172d66 powerpc/pseries: Drop unnecessary continue by Himangi Saraogi · 10 years ago
  51. 9e82bf0 Linux 3.17-rc5 by Linus Torvalds · 10 years ago
  52. 83373f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  53. 9226b5b vfs: avoid non-forwarding large load after small store in path lookup by Linus Torvalds · 10 years ago
  54. 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
  55. 4023bfc be careful with nd->inode in path_init() and follow_dotdot_rcu() by Al Viro · 10 years ago
  56. 7bd8837 don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() by Al Viro · 10 years ago
  57. 02c1be3 Merge tag 'ntb-3.17' of git://github.com/jonmason/ntb by Linus Torvalds · 10 years ago
  58. 8ac19f0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. 938c04a Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linux into irq/urgent by Thomas Gleixner · 10 years ago
  60. 3cc5ba1 ntb: Add alignment check to meet hardware requirement by Dave Jiang · 10 years ago
  61. 9ef6bf6 MAINTAINERS: update NTB info by Jon Mason · 10 years ago
  62. a1413cf NTB: correct the spread of queues over mw's by Jon Mason · 10 years ago
  63. f5be3e2912 fix bogus read_seqretry() checks introduced in b37199e by Al Viro · 10 years ago
  64. 6f18493 move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) by Al Viro · 10 years ago
  65. f77ced6 [fix] lustre: d_make_root() does iput() on dentry allocation failure by Al Viro · 10 years ago
  66. 1536340 Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  67. 8920649 parisc: Implement new LWS CAS supporting 64 bit operations. by Guy Martin · 10 years ago
  68. 99d263d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  69. 23d0db7 Make hash_64() use a 64-bit multiply when appropriate by Linus Torvalds · 10 years ago
  70. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  71. 186cec3 Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  72. 645cc09 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  73. 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
  74. 474e941 alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 10 years ago
  75. 265b81d alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 10 years ago
  76. e86fea7 alarmtimer: Return relative times in timer_gettime by Richard Larocque · 10 years ago
  77. d78c930 jiffies: Fix timeval conversion to jiffies by Andrew Hunter · 10 years ago
  78. 13c42c2 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 10 years ago
  79. 471cff7 Merge tag 'char-misc-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  80. a6988b3 Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  81. 09db9d6 Merge tag 'tty-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  82. 90a3c48 Merge tag 'usb-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  83. 602b536 Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  84. 7ed641b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  85. 9925cc1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  86. 753a6cb Merge tag 'iommu-fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  87. 96ea975 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  88. 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
  89. 850ebc0 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  90. 95389b0 KEYS: Fix termination condition in assoc array garbage collection by David Howells · 10 years ago
  91. e4cf39e video: ARM CLCD: Fix color model capabilities for DT platforms by Pawel Moll · 10 years ago
  92. 83502a5 drm/ast: AST2000 cannot be detected correctly by Y.C. Chen · 10 years ago
  93. 8f372e2 drm/ast: open key before detect chips by Y.C. Chen · 10 years ago
  94. c73f6fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  95. 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
  96. 018cace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  97. e2c6098 Merge tag 'fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 10 years ago
  98. 9604469 xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices by Mathias Nyman · 10 years ago
  99. 0eda06c usb: xhci: Fix OOPS in xhci error handling code by Al Cooper · 10 years ago
  100. c207e7c xhci: Fix null pointer dereference if xhci initialization fails by Mathias Nyman · 10 years ago