1. 91b973f powerpc: Make sure "cache" directory is removed when offlining cpu by Paul Mackerras · 11 years ago
  2. 19751c0 powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allowed address space by jmarchan@redhat.com · 11 years ago
  3. 2c2e6ec powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform. by Deepthi Dharwar · 11 years ago
  4. 3fa8cad8 powerpc/pseries/cpuidle: smt-snooze-delay cleanup. by Deepthi Dharwar · 11 years ago
  5. bf7f61f powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro. by Deepthi Dharwar · 11 years ago
  6. 12431c6 powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module. by Deepthi Dharwar · 11 years ago
  7. b69dbba0 powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation. by Deepthi Dharwar · 11 years ago
  8. 962e7bd powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle. by Deepthi Dharwar · 11 years ago
  9. d765ff2 powerpc: Fix 32-bit frames for signals delivered when transactional by Paul Mackerras · 11 years ago
  10. 67bfa0e powerpc/iommu: Fix initialisation of DART iommu table by Alistair Popple · 11 years ago
  11. 316d718 powerpc/numa: Fix decimal permissions by Joe Perches · 11 years ago
  12. fd120dc powerpc/mm: Fix compile error of pgtable-ppc64.h by Li Zhong · 11 years ago
  13. 1c430c0 powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurations by Andreas Schwab · 11 years ago
  14. 6e677ef Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 11 years ago
  15. e9a3711 Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  16. d891ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  17. 08d21b5 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 11 years ago
  18. 125d725 ceph: cast PAGE_SIZE to size_t in ceph_sync_write() by Ilya Dryomov · 11 years ago
  19. 37b52fe ceph: fix dout() compile warnings in ceph_filemap_fault() by Ilya Dryomov · 11 years ago
  20. 627f4b3 Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 11 years ago
  21. e770d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  22. be864971 Merge tag 'cris-correction-for-3.14' of git://jni.nu/cris by Linus Torvalds · 11 years ago
  23. a53b75b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  24. 2b2b15c Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  25. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  26. cd065a0 CRISv10: Readd missing header by Jesper Nilsson · 11 years ago
  27. 54c0a4b Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  28. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  29. d12de1e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  30. c2218e2 firmware/google: drop 'select EFI' to avoid recursive dependency by Ard Biesheuvel · 11 years ago
  31. 592f6b8 compat: fix sys_fanotify_mark by Heiko Carstens · 11 years ago
  32. b36190c checkpatch.pl: check for function declarations without arguments by Joe Perches · 11 years ago
  33. a3978a5 mm/migrate.c: fix setting of cpupid on page migration twice against normal page by Wanpeng Li · 11 years ago
  34. ce85b4f softirq: use const char * const for softirq_to_name, whitespace neatening by Joe Perches · 11 years ago
  35. 4032276 softirq: convert printks to pr_<level> by Joe Perches · 11 years ago
  36. 2e702b9 softirq: use ffs() in __do_softirq() by Joe Perches · 11 years ago
  37. a19428e kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str() by Chen Gang · 11 years ago
  38. 53e0ee9 splice: fix unexpected size truncation by Xiao Guangrong · 11 years ago
  39. e7ca255 ipc: fix compat msgrcv with negative msgtyp by Mateusz Guzik · 11 years ago
  40. ffa571d ipc,msg: document barriers by Davidlohr Bueso · 11 years ago
  41. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 11 years ago
  42. 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 11 years ago
  43. 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 11 years ago
  44. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 11 years ago
  45. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 11 years ago
  46. 239521f ipc: whitespace cleanup by Manfred Spraul · 11 years ago
  47. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 11 years ago
  48. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 11 years ago
  49. 78f5009 ipc/sem.c: avoid overflow of semop undo (semadj) value by Petr Mladek · 11 years ago
  50. 729abd2 init/main.c: remove unused declaractions of mca_init() and sbus_init() by Kang Hu · 11 years ago
  51. 4592599 dynamic_debug: replace obselete simple_strtoul() with kstrtouint() by Andrey Ryabinin · 11 years ago
  52. 3ace678 dynamic_debug: fix ddebug_parse_query() by Andrey Ryabinin · 11 years ago
  53. d9e133e dynamic_debug: remove wrong error message by Andrey Ryabinin · 11 years ago
  54. f5b2585 ocfs2: do not log ENOENT in unlink() by Xiaowei.Hu · 11 years ago
  55. e82cb95 mm: bring back /sys/kernel/mm by Hugh Dickins · 11 years ago
  56. 40e05dd arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initialization by Heinrich Schuchardt · 11 years ago
  57. add688f Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" by malc · 11 years ago
  58. fb5bb60 memblock: don't silently align size in memblock_virt_alloc() by Yinghai Lu · 11 years ago
  59. 4ce7a86 x86: revert wrong memblock current limit setting by Yinghai Lu · 11 years ago
  60. ad6492b memblock, nobootmem: add memblock_virt_alloc_low() by Yinghai Lu · 11 years ago
  61. 7179ba5 powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked() by Michael Ellerman · 11 years ago
  62. 3405d23 powerpc: Add support for the optimised lockref implementation by Michael Ellerman · 11 years ago
  63. 80e163a libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature by Ilya Dryomov · 11 years ago
  64. 205ee118 libceph: follow redirect replies from osds by Ilya Dryomov · 11 years ago
  65. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 11 years ago
  66. 17a13e40 libceph: follow {read,write}_tier fields on osd request submission by Ilya Dryomov · 11 years ago
  67. ce7f6a2 libceph: add ceph_pg_pool_by_id() by Ilya Dryomov · 11 years ago
  68. 1b3f2ab libceph: CEPH_OSD_FLAG_* enum update by Ilya Dryomov · 11 years ago
  69. 7c13cb6 libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() by Ilya Dryomov · 11 years ago
  70. 4295f22 libceph: introduce and start using oid abstraction by Ilya Dryomov · 11 years ago
  71. 2d0ebc5 libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN by Ilya Dryomov · 11 years ago
  72. e822146 libceph: move ceph_file_layout helpers to ceph_fs.h by Ilya Dryomov · 11 years ago
  73. 22116525 libceph: start using oloc abstraction by Ilya Dryomov · 11 years ago
  74. ba635f8 Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  75. ba6b508 Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 11 years ago
  76. 398b60a Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 11 years ago
  77. 028e219 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 11 years ago
  78. 562e74f Merge tag 'cris-for-3.14' of git://jni.nu/cris by Linus Torvalds · 11 years ago
  79. c0d68ce microblaze: Add missing v8.50.a version by Michal Simek · 11 years ago
  80. eae3810 microblaze: Fix missing bracket in printk by Michal Simek · 11 years ago
  81. 52ade59 microblaze: Fix compilation error for BS=0 by Michal Simek · 11 years ago
  82. 34b9c07 microblaze: Disable stack protection from bootloader by Michal Simek · 11 years ago
  83. 17578ea microblaze: Define read/write{b,w,l}_relaxed MMIO by Michal Simek · 11 years ago
  84. 03fe0d3 microblaze: timer: Do not initialized system timer twice by Michal Simek · 11 years ago
  85. 839396a microblaze: timer: Use generic sched_clock implementation by Michal Simek · 11 years ago
  86. 0f7e364 microblaze: Add NOTES section to linker script by Michal Simek · 11 years ago
  87. c112054 microblaze: Add support for CCF by Michal Simek · 11 years ago
  88. 77d143d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  89. ccc039d Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  90. 1c29483 Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  91. f650080 __dentry_path() fixes by Al Viro · 11 years ago
  92. a8323da vfs: Remove second variable named error in __dentry_path by Eric W. Biederman · 11 years ago
  93. 260a459 vfs: Is mounted should be testing mnt_ns for NULL or error. by Eric W. Biederman · 11 years ago
  94. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 11 years ago
  95. 2796e4c hfsplus: remove can_set_xattr by Christoph Hellwig · 11 years ago
  96. 4ac7249 nfsd: use get_acl and ->set_acl by Christoph Hellwig · 11 years ago
  97. feda821 fs: remove generic_acl by Christoph Hellwig · 11 years ago
  98. 013cdf1 nfs: use generic posix ACL infrastructure for v3 Posix ACLs by Christoph Hellwig · 11 years ago
  99. 9e443bc um: hostfs: make functions static by James Hogan · 11 years ago
  100. 9af2452 um: Include generic barrier.h by Richard Weinberger · 11 years ago