1. dd4d9fe init/main.c: code clean-up by Fabian Frederick · 10 years ago
  2. 934fc29 kernel/acct.c: fix coding style warnings and errors by Ionut Alexa · 10 years ago
  3. a6c19df arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area by Andy Lutomirski · 10 years ago
  4. e0d9bf4 fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
  5. fda9f99 scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86 by Konstantin Khlebnikov · 10 years ago
  6. c965526 scripts/tags.sh: include compat_sys_* symbols in the generated tags by Catalin Marinas · 10 years ago
  7. 45715f3 scripts/coccinelle/free/ifnullfree.cocci: add copyright information by Fabian Frederick · 10 years ago
  8. 791dfeb scripts/coccinelle/free: add NULL test before freeing functions by Fabian Frederick · 10 years ago
  9. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 10 years ago
  10. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  11. 2f137d66 shm: remove unneeded extern for function by Jack Miller · 10 years ago
  12. 83293c0f5 shm: allow exit_shm in parallel if only marking orphans by Jack Miller · 10 years ago
  13. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  14. 9687fd9 initramfs: add write error checks by David Engraf · 10 years ago
  15. d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
  16. 3874743 initramfs: support initrd that is bigger than 2GiB by Yinghai Lu · 10 years ago
  17. 4d4b866 initrd: fix lz4 decompress with initrd by Yinghai Lu · 10 years ago
  18. fa5a7a4 fs/qnx6: update debugging to current functions by Fabian Frederick · 10 years ago
  19. e6c3261 fs/qnx6: use pr_fmt and __func__ in logging by Fabian Frederick · 10 years ago
  20. e00d5b5 fs/qnx6: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  21. b6d53b1 fs/romfs/super.c: add blank line after declarations by Fabian Frederick · 10 years ago
  22. ca9e536 fs/romfs/super.c: use pr_fmt in logging by Fabian Frederick · 10 years ago
  23. 3d79d31 fs/romfs/super.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  24. 1508f3eb fs/cramfs/inode.c: use linux/uaccess.h by Fabian Frederick · 10 years ago
  25. 31d92e5 fs/cramfs: code clean-up by Fabian Frederick · 10 years ago
  26. 4f21e1e fs/cramfs: use pr_fmt by Fabian Frederick · 10 years ago
  27. f175ff8 fs/cramfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  28. 8b6aaf6 tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition by Thierry Fauck · 10 years ago
  29. 89b3ac6 kfifo: use BUG_ON by Himangi Saraogi · 10 years ago
  30. 998d668 fs/omfs/inode.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  31. b8f52d8 fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array by Fabian Frederick · 10 years ago
  32. 340f365 drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  33. 69361ee panic: add TAINT_SOFTLOCKUP by Josh Hunt · 10 years ago
  34. 1da85fd fs/bfs: use bfs prefix for dump_imap by Fabian Frederick · 10 years ago
  35. 19bdd41a5 adfs: add __printf verification, fix format/argument mismatches by Joe Perches · 10 years ago
  36. b16214d fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  37. e2ffcf5 fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  38. 834b18b kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove by Fabian Frederick · 10 years ago
  39. b134079 fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  40. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
  41. 1b9c53e lib/rbtree.c: fix typo in comment of __rb_insert() by Wei Yang · 10 years ago
  42. 50835e9 rapidio/tsi721_dma: rework scatter-gather list handling by Alexandre Bounine · 10 years ago
  43. 4aff1ce rapidio: add new RapidIO DMA interface routines by Alexandre Bounine · 10 years ago
  44. 93b7aca lib/idr.c: fix out-of-bounds pointer dereference by Andrey Ryabinin · 10 years ago
  45. 0692ded fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors by Vitaly Kuznetsov · 10 years ago
  46. 33144e8 kernel/fork.c: make mm_init_owner static by Vladimir Davydov · 10 years ago
  47. 4f7d461 fork: copy mm's vm usage counters under mmap_sem by Vladimir Davydov · 10 years ago
  48. ce65cef fork: reset mm->pinned_vm by Vladimir Davydov · 10 years ago
  49. 41f727f fork/exec: cleanup mm initialization by Vladimir Davydov · 10 years ago
  50. 8f053ac proc: remove INF macro by Alexey Dobriyan · 10 years ago
  51. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 10 years ago
  52. 19aadc9 proc: convert /proc/$PID/io to seq_file interface by Alexey Dobriyan · 10 years ago
  53. 6ba51e3 proc: convert /proc/$PID/oom_score to seq_file interface by Alexey Dobriyan · 10 years ago
  54. f6e826c proc: convert /proc/$PID/schedstat to seq_file interface by Alexey Dobriyan · 10 years ago
  55. edfcd60 proc: convert /proc/$PID/wchan to seq_file interface by Alexey Dobriyan · 10 years ago
  56. 2ca66ff proc: convert /proc/$PID/cmdline to seq_file interface by Alexey Dobriyan · 10 years ago
  57. 09d93bd proc: convert /proc/$PID/syscall to seq_file interface by Alexey Dobriyan · 10 years ago
  58. 1c963eb proc: convert /proc/$PID/limits to seq_file interface by Alexey Dobriyan · 10 years ago
  59. f9ea536 proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 10 years ago
  60. cedbcca proc: more "const char *" pointers by Alexey Dobriyan · 10 years ago
  61. 849d20a proc: remove proc_tty_ldisc variable by Alexey Dobriyan · 10 years ago
  62. 4dcc03f proc: make proc_subdir_lock static by Alexey Dobriyan · 10 years ago
  63. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  64. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
  65. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  66. 108a8a1 fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE) by Fabian Frederick · 10 years ago
  67. a0be55d kernel/exit.c: fix coding style warnings and errors by Ionut Alexa · 10 years ago
  68. f58d6c7 fs/hpfs/dnode.c: fix suspect code indent by Fabian Frederick · 10 years ago
  69. f3fb9e2 fs/reiserfs/xattr.c: fix blank line missing after declarations by Fabian Frederick · 10 years ago
  70. 17093991 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
  71. 53872ed fs/reiserfs: replace not-standard %Lu/%Ld by Fabian Frederick · 10 years ago
  72. edc023ca fs/ufs/inode.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  73. d4beaab fs/ufs: convert UFSD printk to pr_debug by Fabian Frederick · 10 years ago
  74. 7e1e416 fs/ufs/super.c: use va_format instead of buffer/vsnprintf by Fabian Frederick · 10 years ago
  75. 07bc94f fs/ufs/super.c: use __func__ in logging by Fabian Frederick · 10 years ago
  76. de771bd fs/ufs: use pr_fmt by Fabian Frederick · 10 years ago
  77. a9814c5 fs/ufs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  78. dd70edb nilfs2: integrate sysfs support into driver by Vyacheslav Dubeyko · 10 years ago
  79. a5a7332 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group by Vyacheslav Dubeyko · 10 years ago
  80. a2ecb79 nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group by Vyacheslav Dubeyko · 10 years ago
  81. 02a0ba1 nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group by Vyacheslav Dubeyko · 10 years ago
  82. ef43d5c nilfs2: add /sys/fs/nilfs2/<device>/segments group by Vyacheslav Dubeyko · 10 years ago
  83. abc968d nilfs2: add /sys/fs/nilfs2/<device>/segctor group by Vyacheslav Dubeyko · 10 years ago
  84. caa05d4 nilfs2: add /sys/fs/nilfs2/<device>/superblock group by Vyacheslav Dubeyko · 10 years ago
  85. da7141f nilfs2: add /sys/fs/nilfs2/<device> group by Vyacheslav Dubeyko · 10 years ago
  86. aebe17f nilfs2: add /sys/fs/nilfs2/features group by Vyacheslav Dubeyko · 10 years ago
  87. 834b46c fs/coda: use linux/uaccess.h by Fabian Frederick · 10 years ago
  88. 8e19189 fs/befs/linuxvfs.c: check superblock before dump operation by Fabian Frederick · 10 years ago
  89. 6d6747f minix zmap block counts calculation fix by Qi Yong · 10 years ago
  90. 9f7d7a1 drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference by Thierry Reding · 10 years ago
  91. e1d6009 driver/rtc/class.c: check the error after rtc_read_time() by Hyogi Gim · 10 years ago
  92. 796b7ab rtc: add pcf85063 support by Søren Andersen · 10 years ago
  93. db04d62 drivers/rtc/rtc-isl12022.c: device tree support by Stuart Longland · 10 years ago
  94. ede3e9d drivers/rtc/rtc-pcf8563.c: add alarm support by Vincent Donnefort · 10 years ago
  95. 2784366c drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data by Vincent Donnefort · 10 years ago
  96. da167ad rtc: ia64: allow other architectures to use EFI RTC by Mark Salter · 10 years ago
  97. ca6dc2d drivers/rtc/interface.c: check the error after __rtc_read_time() by Hyogi Gim · 10 years ago
  98. 6e85bab drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFI by Jan Beulich · 10 years ago
  99. 3710f59 drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper" by Alexander Shiyan · 10 years ago
  100. 441fb76 drivers/rtc/Kconfig: add hardware dependency to rtc-moxart by Jean Delvare · 10 years ago