1. b03023e coredump: add %i/%I in core_pattern to report the tid of the crashed thread by Oleg Nesterov · 10 years ago
  2. 1c3bea0 signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size() by Oleg Nesterov · 10 years ago
  3. 877aabd fat: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  4. 54cc6ce fs/reiserfs/journal.c: fix sparse context imbalance warning by Fabian Frederick · 10 years ago
  5. 35c0b38 fs/ufs/balloc.c: remove unused variable by Fabian Frederick · 10 years ago
  6. a792d90 fs/hfs/hfs_fs.h: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  7. b9f6614 nilfs2: improve the performance of fdatasync() by Andreas Rohner · 10 years ago
  8. e2c7617 nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs() by Andreas Rohner · 10 years ago
  9. 0f2a84f fs/befs/btree.c: remove typedef befs_btree_node by Himangi Saraogi · 10 years ago
  10. a882b14 rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP by Daniel Glöckner · 10 years ago
  11. 706b632 drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compiling issue by Chen Gang · 10 years ago
  12. b513e52 drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers by Andy Shevchenko · 10 years ago
  13. 3ff3823 drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value by Arnd Bergmann · 10 years ago
  14. e698a51 drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning by Arnd Bergmann · 10 years ago
  15. a4d4121 rtc: add driver for Maxim 77802 PMIC Real-Time-Clock by Javier Martinez Canillas · 10 years ago
  16. a20cd88 rtc: max77686: Use ffs() to calculate tm_wday by Javier Martinez Canillas · 10 years ago
  17. ea33c31 rtc: max77686: remove unneeded info log by Javier Martinez Canillas · 10 years ago
  18. 1745d6d rtc: max77686: fail to probe if no RTC regmap irqchip is set by Javier Martinez Canillas · 10 years ago
  19. 6b50fac rtc: max77686: remove dead code for SMPL and WTSR by Javier Martinez Canillas · 10 years ago
  20. e7f7fc7 rtc: max77686: Allow the max77686 rtc to wakeup the system by Doug Anderson · 10 years ago
  21. d5fae66 rtc: bq32000: add trickle charger device tree binding by Pavel Machek · 10 years ago
  22. 765a98a rtc: bq32000: add trickle charger option, with device tree binding by Pavel Machek · 10 years ago
  23. 33b04b7 rtc: ds1307: add trickle charger device tree binding by Matti Vaittinen · 10 years ago
  24. 2ac848c Documentation: dt-bindings: trickle charger dt binding document for ds1339 by Matti Vaittinen · 10 years ago
  25. 038b892 clk: RK808: add clkout driver for RK808 by Chris Zhong · 10 years ago
  26. 3ca1e32 RTC: RK808: add RTC driver for RK808 by Chris Zhong · 10 years ago
  27. a28885b rtc: make of_device_ids const by Uwe Kleine-König · 10 years ago
  28. 7823047 ARM: dts: fix wrong compatible string of Exynos3250 RTC dt node by Chanwoo Choi · 10 years ago
  29. df9e26d rtc: s3c: add support for RTC of Exynos3250 SoC by Chanwoo Choi · 10 years ago
  30. ae05c95 rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_type by Chanwoo Choi · 10 years ago
  31. d67288d rtc: s3c: remove warning message when checking coding style with checkpatch script by Chanwoo Choi · 10 years ago
  32. 19be09f rtc: s3c: define s3c_rtc structure to remove global variables. by Chanwoo Choi · 10 years ago
  33. 473b864 rtc: use c99 initializers in structures by Julia Lawall · 10 years ago
  34. 87d672c autofs: the documentation I wanted to read by NeilBrown · 10 years ago
  35. ef16cc5 autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode. by NeilBrown · 10 years ago
  36. 4d885f9 autofs4: avoid taking fs_lock during rcu-walk by NeilBrown · 10 years ago
  37. 6ece08e autofs4: make "autofs4_can_expire" idempotent. by NeilBrown · 10 years ago
  38. a5d1dba autofs4: factor should_expire() out of autofs4_expire_indirect. by NeilBrown · 10 years ago
  39. 23bfc2a autofs4: allow RCU-walk to walk through autofs4 by NeilBrown · 10 years ago
  40. 8a27334 fs/ncpfs/dir.c: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  41. 0049f26 kernel/kallsyms.c: use __seq_open_private() by Rob Jones · 10 years ago
  42. de8288b binfmt_misc: work around gcc-4.9 warning by Arnd Bergmann · 10 years ago
  43. 43bd40e binfmt_misc: touch up documentation a bit by Mike Frysinger · 10 years ago
  44. bbaecc0 binfmt_misc: expand the register format limit to 1920 bytes by Mike Frysinger · 10 years ago
  45. f78d98f checkpatch: warn on logging functions with KERN_<LEVEL> by Joe Perches · 10 years ago
  46. 840080a checkpatch: add exception to return then else test by Joe Perches · 10 years ago
  47. 66b47b4 checkpatch: look for common misspellings by Kees Cook · 10 years ago
  48. 08a2843 checkpatch: warn on macros with flow control statements by Joe Perches · 10 years ago
  49. d2207cc checkpatch: remove unnecessary + after {8,8} by Joe Perches · 10 years ago
  50. f17dba4 checkpatch: add --strict test for concatenated string elements by Joe Perches · 10 years ago
  51. 5619327 checkpatch: allow optional shorter config descriptions by Vadim Bendebury · 10 years ago
  52. de4c924 checkpatch: enable whitespace checks for DTS files by Geert Uytterhoeven · 10 years ago
  53. cdcee68 checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h by Sergey Ryazanov · 10 years ago
  54. 72c231c checkpatch: remove debugging message by Joe Perches · 10 years ago
  55. 388982b checkpatch: fix spello by Andrew Morton · 10 years ago
  56. 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
  57. 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
  58. fec2290 lib/textsearch.c: remove textsearch_put reference from comments by Raphael Silva · 10 years ago
  59. 4bad78c lib/dynamic_debug.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  60. 8b21d9c list: include linux/kernel.h by Masahiro Yamada · 10 years ago
  61. af9f1b3 MAINTAINERS: remove Chirag Kantharia, invalid e-mail by Michael Opdenacker · 10 years ago
  62. b417486 MAINTAINERS: orphan m32r by Michael Opdenacker · 10 years ago
  63. 5cbac98 MAINTAINERS: add atmel nand driver maintainer entry by Josh Wu · 10 years ago
  64. 13b122b MAINTAINERS: add entry for Kernel Selftest Framework by Shuah Khan · 10 years ago
  65. 8ada6d2 MAINTAINERS: linaro-mm-sig is moderated by Randy Dunlap · 10 years ago
  66. 004bbd3 MAINTAINERS: remove non existent files by Christian Kujau · 10 years ago
  67. fb9d495 MAINTAINERS: assign systemace driver to Xilinx by Michal Simek · 10 years ago
  68. 98e35f5 printk: git rid of [sched_delayed] message for printk_deferred by Markus Trippelsdorf · 10 years ago
  69. 2240a31 printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMP by Geert Uytterhoeven · 10 years ago
  70. de9e14e drivers: dma-contiguous: add initialization from device tree by Marek Szyprowski · 10 years ago
  71. 7bfa5ab drivers: dma-coherent: add initialization from device tree by Marek Szyprowski · 10 years ago
  72. 71458cf kernel: add support for gcc 5 by Sasha Levin · 10 years ago
  73. 68faed6 mm/cma: fix cma bitmap aligned mask computing by Weijie Yang · 10 years ago
  74. 85c9f4b mm/slab: fix unaligned access on sparc64 by Joonsoo Kim · 10 years ago
  75. f1d0d14 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. bf10fa8 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. 5941fe3b Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. 19e00d5 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. 197fe6b Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  81. 13ead80 Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. ebf546c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 9d9420f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. 6d5f0eb Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  86. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  87. 5ff0b9e Merge tag 'xfs-for-linus-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  88. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. 6889e78 Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next by Dave Chinner · 10 years ago
  90. a8b1ee8 xfs: fix agno increment in xfs_inumbers() loop by Eric Sandeen · 10 years ago
  91. a457606 fs/file_table.c: Update alloc_file() comment by Eric Biggers · 10 years ago
  92. 8cc4311 vfs: Deduplicate code shared by xattr system calls operating on paths by Eric Biggers · 10 years ago
  93. 50b220b reiserfs: remove pointless forward declaration of struct nameidata by Al Viro · 10 years ago
  94. 7b600f2 don't need that forward declaration of struct nameidata in dcache.h anymore by Al Viro · 10 years ago
  95. 810bb17 take dname_external() into fs/dcache.c by Al Viro · 10 years ago
  96. 115cbfd let path_init() failures treated the same way as subsequent link_path_walk() by Al Viro · 10 years ago
  97. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  98. d0ca475 Merge branch 'parisc-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  99. 4ee9f61 Merge tag 'platform-drivers-x86-v3.18-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  100. ce254b3 Merge tag 'tiny/no-advice-fixup-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago