1. 8b2abcb sparc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  2. 0e47c96 Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  3. 268943f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  4. 2ad48ee Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  5. d30492a Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  6. f149938 Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 10 years ago
  7. 4db658e ceph: Fix up after semantic merge conflict by Linus Torvalds · 10 years ago
  8. d891ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  9. 08d21b5 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 10 years ago
  10. 125d725 ceph: cast PAGE_SIZE to size_t in ceph_sync_write() by Ilya Dryomov · 10 years ago
  11. 37b52fe ceph: fix dout() compile warnings in ceph_filemap_fault() by Ilya Dryomov · 10 years ago
  12. 627f4b3 Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
  13. e770d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  14. be864971 Merge tag 'cris-correction-for-3.14' of git://jni.nu/cris by Linus Torvalds · 10 years ago
  15. a53b75b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  16. 2b2b15c Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  17. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  18. cd065a0 CRISv10: Readd missing header by Jesper Nilsson · 10 years ago
  19. 0ff76a9 mtd: gpmi: add sanity check when mapping DMA for read_buf/write_buf by Huang Shijie · 11 years ago
  20. 06f216c mtd: gpmi: allocate a proper buffer for non ECC read/write by Huang Shijie · 11 years ago
  21. 464e906 mtd: m25p80: Set rx_nbits for Quad SPI transfers by Geert Uytterhoeven · 10 years ago
  22. d8d5d10 mtd: m25p80: Enable Quad SPI read transfers for s25fl512s by Geert Uytterhoeven · 10 years ago
  23. 54c0a4b Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  24. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  25. d12de1e Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  26. c2218e2 firmware/google: drop 'select EFI' to avoid recursive dependency by Ard Biesheuvel · 10 years ago
  27. 592f6b8 compat: fix sys_fanotify_mark by Heiko Carstens · 10 years ago
  28. b36190c checkpatch.pl: check for function declarations without arguments by Joe Perches · 10 years ago
  29. a3978a5 mm/migrate.c: fix setting of cpupid on page migration twice against normal page by Wanpeng Li · 10 years ago
  30. ce85b4f softirq: use const char * const for softirq_to_name, whitespace neatening by Joe Perches · 10 years ago
  31. 4032276 softirq: convert printks to pr_<level> by Joe Perches · 10 years ago
  32. 2e702b9 softirq: use ffs() in __do_softirq() by Joe Perches · 10 years ago
  33. a19428e kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_str() by Chen Gang · 10 years ago
  34. 53e0ee9 splice: fix unexpected size truncation by Xiao Guangrong · 10 years ago
  35. e7ca255 ipc: fix compat msgrcv with negative msgtyp by Mateusz Guzik · 10 years ago
  36. ffa571d ipc,msg: document barriers by Davidlohr Bueso · 10 years ago
  37. daf948c ipc: delete seq_max field in struct ipc_ids by Davidlohr Bueso · 10 years ago
  38. 8dc5cd0 ipc: simplify sysvipc_proc_open() return by Davidlohr Bueso · 10 years ago
  39. 95d4eb2 ipc: remove useless return statement by Davidlohr Bueso · 10 years ago
  40. 3ab08fe ipc: remove braces for single statements by Davidlohr Bueso · 10 years ago
  41. 8001c85 ipc: standardize code comments by Davidlohr Bueso · 10 years ago
  42. 239521f ipc: whitespace cleanup by Manfred Spraul · 10 years ago
  43. 72a8ff2 ipc: change kern_ipc_perm.deleted type to bool by Rafael Aquini · 10 years ago
  44. 0f3d2b0 ipc: introduce ipc_valid_object() helper to sort out IPC_RMID races by Rafael Aquini · 10 years ago
  45. 78f5009 ipc/sem.c: avoid overflow of semop undo (semadj) value by Petr Mladek · 10 years ago
  46. 729abd2 init/main.c: remove unused declaractions of mca_init() and sbus_init() by Kang Hu · 10 years ago
  47. 4592599 dynamic_debug: replace obselete simple_strtoul() with kstrtouint() by Andrey Ryabinin · 10 years ago
  48. 3ace678 dynamic_debug: fix ddebug_parse_query() by Andrey Ryabinin · 10 years ago
  49. d9e133e dynamic_debug: remove wrong error message by Andrey Ryabinin · 10 years ago
  50. f5b2585 ocfs2: do not log ENOENT in unlink() by Xiaowei.Hu · 10 years ago
  51. e82cb95 mm: bring back /sys/kernel/mm by Hugh Dickins · 10 years ago
  52. 40e05dd arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initialization by Heinrich Schuchardt · 10 years ago
  53. add688f Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}" by malc · 10 years ago
  54. fb5bb60 memblock: don't silently align size in memblock_virt_alloc() by Yinghai Lu · 10 years ago
  55. 4ce7a86 x86: revert wrong memblock current limit setting by Yinghai Lu · 10 years ago
  56. ad6492b memblock, nobootmem: add memblock_virt_alloc_low() by Yinghai Lu · 10 years ago
  57. 7179ba5 powerpc: Implement arch_spin_is_locked() using arch_spin_value_unlocked() by Michael Ellerman · 10 years ago
  58. 3405d23 powerpc: Add support for the optimised lockref implementation by Michael Ellerman · 10 years ago
  59. 3cb6f44 leds: s3c24xx: Remove hardware.h inclusion by Sachin Kamat · 10 years ago
  60. 11e043b leds: replace list_for_each with list_for_each_entry by ZHAO Gang · 10 years ago
  61. 00d1955 leds: kirkwood: Cleanup in header files by Sachin Kamat · 10 years ago
  62. 33fc945 leds: pwm: Remove a warning on non-DT platforms by Olof Johansson · 11 years ago
  63. fc1aee0 leds: leds-pwm: fix duty time overflow. by Xiubo Li · 11 years ago
  64. 3df22c0 leds: leds-mc13783: Remove unneeded mc13xxx_{un}lock by Alexander Shiyan · 11 years ago
  65. 01a7a06 leds: leds-mc13783: Remove duplicate field in platform data by Alexander Shiyan · 11 years ago
  66. 33ca153 drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_base' by Chen Gang · 11 years ago
  67. 93ad8a1 leds: lp5523: Support LED MUX configuration on running a pattern by Milo Kim · 11 years ago
  68. 28c9266 leds: lp5521/5523: Fix multiple engine usage bug by Milo Kim · 11 years ago
  69. 1f431af LEDS: tca6507 - fix up some comments. by NeilBrown · 11 years ago
  70. 10ead6e LEDS: tca6507: add device-tree support for GPIO configuration. by NeilBrown · 11 years ago
  71. 9334129 LEDS: tca6507 - fix bugs in parsing of device-tree configuration. by NeilBrown · 11 years ago
  72. 80e163a libceph: support CEPH_FEATURE_OSD_CACHEPOOL feature by Ilya Dryomov · 10 years ago
  73. 205ee118 libceph: follow redirect replies from osds by Ilya Dryomov · 10 years ago
  74. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 10 years ago
  75. 17a13e40 libceph: follow {read,write}_tier fields on osd request submission by Ilya Dryomov · 10 years ago
  76. ce7f6a2 libceph: add ceph_pg_pool_by_id() by Ilya Dryomov · 10 years ago
  77. 1b3f2ab libceph: CEPH_OSD_FLAG_* enum update by Ilya Dryomov · 10 years ago
  78. 7c13cb6 libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() by Ilya Dryomov · 10 years ago
  79. 4295f22 libceph: introduce and start using oid abstraction by Ilya Dryomov · 10 years ago
  80. 2d0ebc5 libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN by Ilya Dryomov · 10 years ago
  81. e822146 libceph: move ceph_file_layout helpers to ceph_fs.h by Ilya Dryomov · 10 years ago
  82. 22116525 libceph: start using oloc abstraction by Ilya Dryomov · 10 years ago
  83. fd3fdaf clk: sort Makefile by Mike Turquette · 10 years ago
  84. d193368 clk: sunxi: fix overflow when setting up divided factors by Emilio López · 10 years ago
  85. 0b7f04b clk: Export more clk-provider functions by Stephen Boyd · 10 years ago
  86. 88d5fe0 dt-bindings: qcom: Fix warning with duplicate dt define by Stephen Boyd · 10 years ago
  87. 9d43dc7 clk: si5351: remove variant from platform_data by Sebastian Hesselbarth · 10 years ago
  88. ba635f8 Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  89. 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 · 10 years ago
  90. 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 · 10 years ago
  91. 028e219 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  92. 562e74f Merge tag 'cris-for-3.14' of git://jni.nu/cris by Linus Torvalds · 10 years ago
  93. c0d68ce microblaze: Add missing v8.50.a version by Michal Simek · 11 years ago
  94. eae3810 microblaze: Fix missing bracket in printk by Michal Simek · 11 years ago
  95. 52ade59 microblaze: Fix compilation error for BS=0 by Michal Simek · 11 years ago
  96. 34b9c07 microblaze: Disable stack protection from bootloader by Michal Simek · 11 years ago
  97. 17578ea microblaze: Define read/write{b,w,l}_relaxed MMIO by Michal Simek · 11 years ago
  98. 03fe0d3 microblaze: timer: Do not initialized system timer twice by Michal Simek · 10 years ago
  99. 839396a microblaze: timer: Use generic sched_clock implementation by Michal Simek · 11 years ago
  100. 0f7e364 microblaze: Add NOTES section to linker script by Michal Simek · 10 years ago