1. d66a052 ipc/util.c: use __seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  2. bf77b94 ipc/shm: kill the historical/wrong mm->start_stack check by Oleg Nesterov · 10 years ago
  3. 1195d94 ipc: always handle a new value of auto_msgmni by Andrey Vagin · 10 years ago
  4. c34d85a init/initramfs.c: resolve shadow warnings by Mark Rustad · 10 years ago
  5. 906e36c x86: use optimized ioresource lookup in ioremap function by Mike Travis · 10 years ago
  6. 67cf13c x86: optimize resource lookups for ioremap by Mike Travis · 10 years ago
  7. 76e5121 FS/OMFS: block number sanity check during fill_super operation by Fabian Frederick · 10 years ago
  8. 5ef9819 memstick: r592: fix build warnings for !PM_SLEEP by Thierry Reding · 10 years ago
  9. c70b17b6 fs/affs: remove redundant sys_tz declarations by Fabian Frederick · 10 years ago
  10. 73516ac fs/affs/file.c: fix shadow warnings by Fabian Frederick · 10 years ago
  11. 3bc7599 fs/affs/inode.c: remove unused variable by Fabian Frederick · 10 years ago
  12. 1e907f4 fs/affs/super.c: remove unused variable by Fabian Frederick · 10 years ago
  13. a841b65 rbtree: add comment to rb_insert_augmented() by Lai Jiangshan · 10 years ago
  14. f8da964 kexec-bzimage64: fix sparse warnings by Vivek Goyal · 10 years ago
  15. 36f3f50 kexec: remove the unused function parameter by Baoquan He · 10 years ago
  16. a2d6aa8 kexec: check if crashk_res_low exists when exclude it from crash mem ranges by Baoquan He · 10 years ago
  17. 669280a kexec: take the segment adding out of locate_mem_hole functions by Baoquan He · 10 years ago
  18. 887f4f8 arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory makefile by Baoquan He · 10 years ago
  19. b03023e coredump: add %i/%I in core_pattern to report the tid of the crashed thread by Oleg Nesterov · 10 years ago
  20. 1c3bea0 signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size() by Oleg Nesterov · 10 years ago
  21. 877aabd fat: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  22. 54cc6ce fs/reiserfs/journal.c: fix sparse context imbalance warning by Fabian Frederick · 10 years ago
  23. 35c0b38 fs/ufs/balloc.c: remove unused variable by Fabian Frederick · 10 years ago
  24. a792d90 fs/hfs/hfs_fs.h: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  25. b9f6614 nilfs2: improve the performance of fdatasync() by Andreas Rohner · 10 years ago
  26. e2c7617 nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs() by Andreas Rohner · 10 years ago
  27. 0f2a84f fs/befs/btree.c: remove typedef befs_btree_node by Himangi Saraogi · 10 years ago
  28. a882b14 rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEP by Daniel Glöckner · 10 years ago
  29. 706b632 drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compiling issue by Chen Gang · 10 years ago
  30. b513e52 drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffers by Andy Shevchenko · 10 years ago
  31. 3ff3823 drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return value by Arnd Bergmann · 10 years ago
  32. e698a51 drivers/rtc/rtc-pcf8563.c: fix uninitialized use warning by Arnd Bergmann · 10 years ago
  33. a4d4121 rtc: add driver for Maxim 77802 PMIC Real-Time-Clock by Javier Martinez Canillas · 10 years ago
  34. a20cd88 rtc: max77686: Use ffs() to calculate tm_wday by Javier Martinez Canillas · 10 years ago
  35. ea33c31 rtc: max77686: remove unneeded info log by Javier Martinez Canillas · 10 years ago
  36. 1745d6d rtc: max77686: fail to probe if no RTC regmap irqchip is set by Javier Martinez Canillas · 10 years ago
  37. 6b50fac rtc: max77686: remove dead code for SMPL and WTSR by Javier Martinez Canillas · 10 years ago
  38. e7f7fc7 rtc: max77686: Allow the max77686 rtc to wakeup the system by Doug Anderson · 10 years ago
  39. d5fae66 rtc: bq32000: add trickle charger device tree binding by Pavel Machek · 10 years ago
  40. 765a98a rtc: bq32000: add trickle charger option, with device tree binding by Pavel Machek · 10 years ago
  41. 33b04b7 rtc: ds1307: add trickle charger device tree binding by Matti Vaittinen · 10 years ago
  42. 2ac848c Documentation: dt-bindings: trickle charger dt binding document for ds1339 by Matti Vaittinen · 10 years ago
  43. 038b892 clk: RK808: add clkout driver for RK808 by Chris Zhong · 10 years ago
  44. 3ca1e32 RTC: RK808: add RTC driver for RK808 by Chris Zhong · 10 years ago
  45. a28885b rtc: make of_device_ids const by Uwe Kleine-König · 10 years ago
  46. 7823047 ARM: dts: fix wrong compatible string of Exynos3250 RTC dt node by Chanwoo Choi · 10 years ago
  47. df9e26d rtc: s3c: add support for RTC of Exynos3250 SoC by Chanwoo Choi · 10 years ago
  48. ae05c95 rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_type by Chanwoo Choi · 10 years ago
  49. d67288d rtc: s3c: remove warning message when checking coding style with checkpatch script by Chanwoo Choi · 10 years ago
  50. 19be09f rtc: s3c: define s3c_rtc structure to remove global variables. by Chanwoo Choi · 10 years ago
  51. 473b864 rtc: use c99 initializers in structures by Julia Lawall · 10 years ago
  52. 87d672c autofs: the documentation I wanted to read by NeilBrown · 10 years ago
  53. ef16cc5 autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode. by NeilBrown · 10 years ago
  54. 4d885f9 autofs4: avoid taking fs_lock during rcu-walk by NeilBrown · 10 years ago
  55. 6ece08e autofs4: make "autofs4_can_expire" idempotent. by NeilBrown · 10 years ago
  56. a5d1dba autofs4: factor should_expire() out of autofs4_expire_indirect. by NeilBrown · 10 years ago
  57. 23bfc2a autofs4: allow RCU-walk to walk through autofs4 by NeilBrown · 10 years ago
  58. 8a27334 fs/ncpfs/dir.c: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  59. 0049f26 kernel/kallsyms.c: use __seq_open_private() by Rob Jones · 10 years ago
  60. de8288b binfmt_misc: work around gcc-4.9 warning by Arnd Bergmann · 10 years ago
  61. 43bd40e binfmt_misc: touch up documentation a bit by Mike Frysinger · 10 years ago
  62. bbaecc0 binfmt_misc: expand the register format limit to 1920 bytes by Mike Frysinger · 10 years ago
  63. f78d98f checkpatch: warn on logging functions with KERN_<LEVEL> by Joe Perches · 10 years ago
  64. 840080a checkpatch: add exception to return then else test by Joe Perches · 10 years ago
  65. 66b47b4 checkpatch: look for common misspellings by Kees Cook · 10 years ago
  66. 08a2843 checkpatch: warn on macros with flow control statements by Joe Perches · 10 years ago
  67. d2207cc checkpatch: remove unnecessary + after {8,8} by Joe Perches · 10 years ago
  68. f17dba4 checkpatch: add --strict test for concatenated string elements by Joe Perches · 10 years ago
  69. 5619327 checkpatch: allow optional shorter config descriptions by Vadim Bendebury · 10 years ago
  70. de4c924 checkpatch: enable whitespace checks for DTS files by Geert Uytterhoeven · 10 years ago
  71. cdcee68 checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h by Sergey Ryazanov · 10 years ago
  72. 72c231c checkpatch: remove debugging message by Joe Perches · 10 years ago
  73. 388982b checkpatch: fix spello by Andrew Morton · 10 years ago
  74. 8a6f0b4 lib: rename TEST_MODULE to TEST_LKM by Valentin Rothberg · 10 years ago
  75. 6de8ab6 lib: remove prio_heap by Lai Jiangshan · 10 years ago
  76. fec2290 lib/textsearch.c: remove textsearch_put reference from comments by Raphael Silva · 10 years ago
  77. 4bad78c lib/dynamic_debug.c: use seq_open_private() instead of seq_open() by Rob Jones · 10 years ago
  78. 8b21d9c list: include linux/kernel.h by Masahiro Yamada · 10 years ago
  79. af9f1b3 MAINTAINERS: remove Chirag Kantharia, invalid e-mail by Michael Opdenacker · 10 years ago
  80. b417486 MAINTAINERS: orphan m32r by Michael Opdenacker · 10 years ago
  81. 5cbac98 MAINTAINERS: add atmel nand driver maintainer entry by Josh Wu · 10 years ago
  82. 13b122b MAINTAINERS: add entry for Kernel Selftest Framework by Shuah Khan · 10 years ago
  83. 8ada6d2 MAINTAINERS: linaro-mm-sig is moderated by Randy Dunlap · 10 years ago
  84. 004bbd3 MAINTAINERS: remove non existent files by Christian Kujau · 10 years ago
  85. fb9d495 MAINTAINERS: assign systemace driver to Xilinx by Michal Simek · 10 years ago
  86. 98e35f5 printk: git rid of [sched_delayed] message for printk_deferred by Markus Trippelsdorf · 10 years ago
  87. 2240a31 printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMP by Geert Uytterhoeven · 10 years ago
  88. de9e14e drivers: dma-contiguous: add initialization from device tree by Marek Szyprowski · 10 years ago
  89. 7bfa5ab drivers: dma-coherent: add initialization from device tree by Marek Szyprowski · 10 years ago
  90. 71458cf kernel: add support for gcc 5 by Sasha Levin · 10 years ago
  91. 68faed6 mm/cma: fix cma bitmap aligned mask computing by Weijie Yang · 10 years ago
  92. 85c9f4b mm/slab: fix unaligned access on sparc64 by Joonsoo Kim · 10 years ago
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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