1. 809d962 drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year days by Lee, Chun-Yi · 10 years ago
  2. 6b1a523 drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162 by Wolfram Sang · 10 years ago
  3. 85d7704 drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions by Wolfram Sang · 10 years ago
  4. c67fedf drivers/rtc/rtc-m41t80.c: clean up error paths by Wolfram Sang · 10 years ago
  5. 5028578 drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro by Wolfram Sang · 10 years ago
  6. 652ba66 arm64: add APM X-Gene SoC RTC DTS entry by Loc Ho · 10 years ago
  7. f12d869 drivers/rtc: add APM X-Gene SoC RTC driver by Loc Ho · 10 years ago
  8. c381171 Documentation/devicetree/bindings: add documentation for the APM X-Gene SoC RTC DTS binding by Loc Ho · 10 years ago
  9. ee1d901 drivers/rtc/interface.c: fix infinite loop in initializing the alarm by Ales Novak · 10 years ago
  10. 3364d11 fs/ceph/debugfs.c: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  11. f3ae1b9 fs/ceph: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
  12. 844e4d6 slub: search partial list on numa_mem_id(), instead of numa_node_id() by Joonsoo Kim · 10 years ago
  13. 71abdc1 mm: vmscan: clear kswapd's special reclaim powers before exiting by Johannes Weiner · 10 years ago
  14. cc07aab Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into next by Linus Torvalds · 10 years ago
  15. 9e47aae Fix ARM merge mistake in mvebu board file by Linus Torvalds · 10 years ago
  16. 2b03adc Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into next by Linus Torvalds · 10 years ago
  17. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  18. c3c55a0 Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  19. 046f153 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  20. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  21. 2071b3e Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  22. 9df0fe6 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  23. bd63ce2 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  24. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  25. 225fba2 microblaze: Fix typo in head.S s/substract/subtract/ by Antonio Ospite · 10 years ago
  26. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  27. 3ff6db3 fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init by Fabian Frederick · 10 years ago
  28. 8091b89 fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul by Fabian Frederick · 10 years ago
  29. 647f010 init/main.c: remove an ifdef by Andrew Morton · 10 years ago
  30. 34a1b72 kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHAND by Oleg Nesterov · 10 years ago
  31. 7b0b73d init/main.c: add initcall_blacklist kernel parameter by Prarit Bhargava · 10 years ago
  32. d62cf81 init/main.c: don't use pr_debug() by Andrew Morton · 10 years ago
  33. 3430343 fs/binfmt_flat.c: make old_reloc() static by Axel Lin · 10 years ago
  34. b219e25 fs/binfmt_elf.c: fix bool assignements by Fabian Frederick · 10 years ago
  35. d1826f2 fs/efs: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
  36. f403d1d fs/efs: add pr_fmt / use __func__ by Fabian Frederick · 10 years ago
  37. 179b87f fs/efs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  38. ae3ccc4 scripts/checkpatch.pl: device_initcall is not the only __initcall substitute by Fabian Frederick · 10 years ago
  39. 9b3189e checkpatch: check stable email address by Joe Perches · 10 years ago
  40. 9819cf2 checkpatch: warn on unnecessary void function return statements by Joe Perches · 10 years ago
  41. afc819a checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar); by Joe Perches · 10 years ago
  42. 60a5536 checkpatch: add warning for kmalloc/kzalloc with multiply by Joe Perches · 10 years ago
  43. f5ef95b checkpatch: warn on #defines ending in semicolon by Joe Perches · 10 years ago
  44. 2ac73b4f checkpatch: make --strict a default for files in drivers/net and net/ by Joe Perches · 10 years ago
  45. 3f7bac0 checkpatch: always warn on missing blank line after variable declaration block by Joe Perches · 10 years ago
  46. 185d566 checkpatch: fix wildcard DT compatible string checking by Rob Herring · 10 years ago
  47. 6516a46 kernel/compat.c: use sizeof() instead of sizeof by Fabian Frederick · 10 years ago
  48. 548bbff lib/asn1_decoder.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  49. b3b16d2 lib/atomic64_test.c: convert printk(KERN_INFO to pr_info by Fabian Frederick · 10 years ago
  50. c56ba70 lib/bug.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  51. ce643a3 lib/textsearch.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  52. 6d6a138 lib/nlattr.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  53. 54b14f4 lib/digsig.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  54. 38b4fe5 lib/crc32.c: remove unnecessary __constant by Fabian Frederick · 10 years ago
  55. 8e4c0b6 lib/radix-tree.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  56. b8cfff6 lib/plist.c: make CONFIG_DEBUG_PI_LIST selectable by Dan Streetman · 10 years ago
  57. c75b53a lib/btree.c: fix leak of whole btree nodes by Minfei Huang · 10 years ago
  58. 3f623eb lib/vsprintf.c: fix comparison to bool by Fabian Frederick · 10 years ago
  59. f8eaf29 lib/libcrc32c.c: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  60. bf4d064 lib/xz: enable all filters by default in Kconfig by Lasse Collin · 10 years ago
  61. 1812062 lib/plist.c: replace pr_debug with printk in plist_test() by Dan Streetman · 10 years ago
  62. 84d517f lib/xz: add comments for the intentionally missing break statements by Lasse Collin · 10 years ago
  63. 0046dd9 lib/string.c: use the name "C-string" in comments by Dan Carpenter · 10 years ago
  64. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 10 years ago
  65. 84b5ec8 printk: report dropping of messages from logbuf by Will Deacon · 10 years ago
  66. 6e099f5 Documentation: expand/clarify debug documentation by Dan Streetman · 10 years ago
  67. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 10 years ago
  68. c224815 printk: Add printk_deferred_once by John Stultz · 10 years ago
  69. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 10 years ago
  70. 8195460 printk: disable preemption for printk_sched by John Stultz · 10 years ago
  71. 458df9f printk: remove separate printk_sched buffers and use printk buf instead by Steven Rostedt · 10 years ago
  72. 939f04b printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  73. bd8d7cf printk: fix lockdep instrumentation of console_sem by Jan Kara · 10 years ago
  74. 608873c printk: release lockbuf_lock before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  75. ca1d432 printk: remove outdated comment by Jan Kara · 10 years ago
  76. 034633c printk: return really stored message length by Petr Mladek · 10 years ago
  77. 55bd53a printk: shrink too long messages by Petr Mladek · 10 years ago
  78. 85c87043 printk: split message size computation by Petr Mladek · 10 years ago
  79. f40e4b9 printk: ignore too long messages by Petr Mladek · 10 years ago
  80. 0a58169 printk: split code for making free space in the log buffer by Petr Mladek · 10 years ago
  81. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  82. b51dbec kernel/hung_task.c: convert simple_strtoul to kstrtouint by Fabian Frederick · 10 years ago
  83. 95583e4 kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall by Fabian Frederick · 10 years ago
  84. 616feab kernel/reboot.c: convert simple_strtoul to kstrtoint by Fabian Frederick · 10 years ago
  85. 6c5a53c kernel/res_counter.c: replace simple_strtoull by kstrtoull by Fabian Frederick · 10 years ago
  86. cac92ba kernel/tracepoint.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  87. cf25004 kernel/stop_machine.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  88. eaa1809 kernel/latencytop.c: convert seq_printf to seq_puts by Fabian Frederick · 10 years ago
  89. b9e5db6 kernel/exec_domain.c: code clean-up by Fabian Frederick · 10 years ago
  90. a6c8c69 kernel/capability.c: code clean-up by Fabian Frederick · 10 years ago
  91. 462b29b kernel/backtracetest.c: replace no level printk by pr_info() by Fabian Frederick · 10 years ago
  92. 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  93. 2c0d259 compiler.h: avoid sparse errors in __compiletime_error_fallback() by James Hogan · 10 years ago
  94. 00f0179 fs/exportfs/expfs.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  95. e37dcbf fs/efivarfs/super.c: use static const for dentry_operations by Fabian Frederick · 10 years ago
  96. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  97. 72d0963 mm/zswap: NUMA aware allocation for zswap_dstmem by Eric Dumazet · 10 years ago
  98. d867f20 mm/zsmalloc: make zsmalloc module-buildable by Minchan Kim · 10 years ago
  99. 93ef6d6 mm/vmalloc.c: export unmap_kernel_range() by Minchan Kim · 10 years ago
  100. 7eb5251 zsmalloc: fixup trivial zs size classes value in comments by Weijie Yang · 10 years ago