1. 1da85fd fs/bfs: use bfs prefix for dump_imap by Fabian Frederick · 11 years ago
  2. 19bdd41a5 adfs: add __printf verification, fix format/argument mismatches by Joe Perches · 11 years ago
  3. b16214d fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
  4. e2ffcf5 fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 11 years ago
  5. 834b18b kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 11 years ago
  6. b134079 fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
  7. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 11 years ago
  8. 1b9c53e lib/rbtree.c: fix typo in comment of __rb_insert() by Wei Yang · 11 years ago
  9. 50835e9 rapidio/tsi721_dma: rework scatter-gather list handling by Alexandre Bounine · 11 years ago
  10. 4aff1ce rapidio: add new RapidIO DMA interface routines by Alexandre Bounine · 11 years ago
  11. 93b7aca lib/idr.c: fix out-of-bounds pointer dereference by Andrey Ryabinin · 11 years ago
  12. 0692ded fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors by Vitaly Kuznetsov · 11 years ago
  13. 33144e8 kernel/fork.c: make mm_init_owner static by Vladimir Davydov · 11 years ago
  14. 4f7d461 fork: copy mm's vm usage counters under mmap_sem by Vladimir Davydov · 11 years ago
  15. ce65cef fork: reset mm->pinned_vm by Vladimir Davydov · 11 years ago
  16. 41f727f fork/exec: cleanup mm initialization by Vladimir Davydov · 11 years ago
  17. 8f053ac proc: remove INF macro by Alexey Dobriyan · 11 years ago
  18. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 11 years ago
  19. 19aadc9 proc: convert /proc/$PID/io to seq_file interface by Alexey Dobriyan · 11 years ago
  20. 6ba51e3 proc: convert /proc/$PID/oom_score to seq_file interface by Alexey Dobriyan · 11 years ago
  21. f6e826c proc: convert /proc/$PID/schedstat to seq_file interface by Alexey Dobriyan · 11 years ago
  22. edfcd60 proc: convert /proc/$PID/wchan to seq_file interface by Alexey Dobriyan · 11 years ago
  23. 2ca66ff proc: convert /proc/$PID/cmdline to seq_file interface by Alexey Dobriyan · 11 years ago
  24. 09d93bd proc: convert /proc/$PID/syscall to seq_file interface by Alexey Dobriyan · 11 years ago
  25. 1c963eb proc: convert /proc/$PID/limits to seq_file interface by Alexey Dobriyan · 11 years ago
  26. f9ea536 proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 11 years ago
  27. cedbcca proc: more "const char *" pointers by Alexey Dobriyan · 11 years ago
  28. 849d20a proc: remove proc_tty_ldisc variable by Alexey Dobriyan · 11 years ago
  29. 4dcc03f proc: make proc_subdir_lock static by Alexey Dobriyan · 11 years ago
  30. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 11 years ago
  31. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 11 years ago
  32. ccf94f1 proc: constify seq_operations by Fabian Frederick · 11 years ago
  33. 108a8a1 fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE) by Fabian Frederick · 11 years ago
  34. a0be55d kernel/exit.c: fix coding style warnings and errors by Ionut Alexa · 11 years ago
  35. f58d6c7 fs/hpfs/dnode.c: fix suspect code indent by Fabian Frederick · 11 years ago
  36. f3fb9e2 fs/reiserfs/xattr.c: fix blank line missing after declarations by Fabian Frederick · 11 years ago
  37. 17093991 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 11 years ago
  38. 53872ed fs/reiserfs: replace not-standard %Lu/%Ld by Fabian Frederick · 11 years ago
  39. edc023ca fs/ufs/inode.c: kernel-doc warning fixes by Fabian Frederick · 11 years ago
  40. d4beaab fs/ufs: convert UFSD printk to pr_debug by Fabian Frederick · 11 years ago
  41. 7e1e416 fs/ufs/super.c: use va_format instead of buffer/vsnprintf by Fabian Frederick · 11 years ago
  42. 07bc94f fs/ufs/super.c: use __func__ in logging by Fabian Frederick · 11 years ago
  43. de771bd fs/ufs: use pr_fmt by Fabian Frederick · 11 years ago
  44. a9814c5 fs/ufs: convert printk to pr_foo() by Fabian Frederick · 11 years ago
  45. dd70edb nilfs2: integrate sysfs support into driver by Vyacheslav Dubeyko · 11 years ago
  46. a5a7332 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group by Vyacheslav Dubeyko · 11 years ago
  47. a2ecb79 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group by Vyacheslav Dubeyko · 11 years ago
  48. 02a0ba1 nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group by Vyacheslav Dubeyko · 11 years ago
  49. ef43d5c nilfs2: add /sys/fs/nilfs2/<device>/segments group by Vyacheslav Dubeyko · 11 years ago
  50. abc968d nilfs2: add /sys/fs/nilfs2/<device>/segctor group by Vyacheslav Dubeyko · 11 years ago
  51. caa05d4 nilfs2: add /sys/fs/nilfs2/<device>/superblock group by Vyacheslav Dubeyko · 11 years ago
  52. da7141f nilfs2: add /sys/fs/nilfs2/<device> group by Vyacheslav Dubeyko · 11 years ago
  53. aebe17f nilfs2: add /sys/fs/nilfs2/features group by Vyacheslav Dubeyko · 11 years ago
  54. 834b46c fs/coda: use linux/uaccess.h by Fabian Frederick · 11 years ago
  55. 8e19189 fs/befs/linuxvfs.c: check superblock before dump operation by Fabian Frederick · 11 years ago
  56. 6d6747f minix zmap block counts calculation fix by Qi Yong · 11 years ago
  57. 9f7d7a1 drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference by Thierry Reding · 11 years ago
  58. e1d6009 driver/rtc/class.c: check the error after rtc_read_time() by Hyogi Gim · 11 years ago
  59. 796b7ab rtc: add pcf85063 support by Søren Andersen · 11 years ago
  60. db04d62 drivers/rtc/rtc-isl12022.c: device tree support by Stuart Longland · 11 years ago
  61. ede3e9d drivers/rtc/rtc-pcf8563.c: add alarm support by Vincent Donnefort · 11 years ago
  62. 2784366 drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data by Vincent Donnefort · 11 years ago
  63. da167ad rtc: ia64: allow other architectures to use EFI RTC by Mark Salter · 11 years ago
  64. ca6dc2d drivers/rtc/interface.c: check the error after __rtc_read_time() by Hyogi Gim · 11 years ago
  65. 6e85bab drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFI by Jan Beulich · 11 years ago
  66. 3710f59 drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper" by Alexander Shiyan · 11 years ago
  67. 441fb76 drivers/rtc/Kconfig: add hardware dependency to rtc-moxart by Jean Delvare · 11 years ago
  68. ad0200f drivers/rtc/Kconfig: move DS2404 entry where it belongs by Jean Delvare · 11 years ago
  69. 571eb88 drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343 by Raghavendra Ganiga · 11 years ago
  70. 3b97dd0 autofs4: comment typo: remove a a doubled word by NeilBrown · 11 years ago
  71. bdac383 autofs4: remove some unused inline functions by NeilBrown · 11 years ago
  72. 668128e autofs4: don't take spinlock when not needed in autofs4_lookup_expiring by NeilBrown · 11 years ago
  73. c312442 autofs4: remove a redundant assignment by NeilBrown · 11 years ago
  74. 26b7a54 autofs4: remove unused autofs4_ispending() by NeilBrown · 11 years ago
  75. 4878b14 kernel/test_kprobes.c: use current logging functions by Fabian Frederick · 11 years ago
  76. 4dfe694 init: make rootdelay=N consistent with rootwait behaviour by Paul Gortmaker · 11 years ago
  77. 6f4535e fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
  78. b86280a kernel/kallsyms.c: fix %pB when there's no symbol at the address by Namhyung Kim · 11 years ago
  79. ca35664 fs/efs/namei.c: return is not a function by Fabian Frederick · 11 years ago
  80. c119239 mm/zswap.c: add __init to zswap_entry_cache_destroy() by Fabian Frederick · 11 years ago
  81. 6abb5a8 mm: memcontrol: avoid charge statistics churn during page migration by Johannes Weiner · 11 years ago
  82. 3cbb018 memcg: remove lookup_cgroup_page() prototype by Greg Thelen · 11 years ago
  83. 9a3f4d8 page-cgroup: get rid of NR_PCG_FLAGS by Vladimir Davydov · 11 years ago
  84. 434584f page-cgroup: trivial cleanup by Vladimir Davydov · 11 years ago
  85. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 11 years ago
  86. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 11 years ago
  87. 00501b5 mm: memcontrol: rewrite charge API by Johannes Weiner · 11 years ago
  88. 4449a51 vm_is_stack: use for_each_thread() rather then buggy while_each_thread() by Oleg Nesterov · 11 years ago
  89. edcad25 Revert "slab: remove BAD_ALIEN_MAGIC" by Joonsoo Kim · 11 years ago
  90. 7f0d32e Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 11 years ago
  91. 8b07673 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 11 years ago
  92. f536b3c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  93. e669830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  94. ebb067d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  95. 686913a avr32: fix error return code by Julia Lawall · 11 years ago
  96. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 11 years ago
  97. 6456a04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  98. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  99. 172bfe0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  100. a1b0a00 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago