1. 2c92057 hfsplus: add necessary declarations for POSIX ACLs support by Vyacheslav Dubeyko · 11 years ago
  2. 7c1d69e rtc: simplify devm_request_mem_region/devm_ioremap by Julia Lawall · 11 years ago
  3. 1735be4 drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalid by Alexander Shiyan · 11 years ago
  4. 2cbc218 drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structure by Alexander Shiyan · 11 years ago
  5. 25e2818 drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource() by Alexander Shiyan · 11 years ago
  6. 28984c7 drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeup by Xianglong Du · 11 years ago
  7. 0ebbf43 drivers/rtc/rtc-nuc900.c: use NULL instead of 0 by Jingoo Han · 11 years ago
  8. 1748cbf drivers/rtc/rtc-max77686.c: Fix wrong register by Sangjung Woo · 11 years ago
  9. 7707bda drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register fails by Alexander Holler · 11 years ago
  10. 666a584 drivers/rtc/rtc-palmas.c: support for backup battery charging by Laxman Dewangan · 11 years ago
  11. 8af750e drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm events by Hebbar Gururaja · 11 years ago
  12. 453b4c6 rtc: add MOXA ART RTC driver by Jonas Jensen · 11 years ago
  13. 4540bae drivers/rtc/rtc-pcf2127.c: remove empty function by Sachin Kamat · 11 years ago
  14. ae25992 drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load automatically by Alexander Holler · 11 years ago
  15. 63c4043 s390/kprobes: add support for pc-relative long displacement instructions by Heiko Carstens · 11 years ago
  16. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 11 years ago
  17. c802d64 kprobes: unify insn caches by Heiko Carstens · 11 years ago
  18. ae79744 firmware/dmi_scan: drop OOM messages by Jean Delvare · 11 years ago
  19. ffbbb96 firmware/dmi_scan: constify strings by Jean Delvare · 11 years ago
  20. 02d9c47 firmware/dmi_scan: fix most checkpatch errors and warnings by Jean Delvare · 11 years ago
  21. 3d267f2 firmware/dmi_scan: drop obsolete comment by Jean Delvare · 11 years ago
  22. 91cf5ab epoll: add a reschedule point in ep_free() by Eric Dumazet · 11 years ago
  23. 8716de3 checkpatch: add test for positional misuse of section specifiers like __initdata by Joe Perches · 11 years ago
  24. 58cb3cf checkpatch: fix perl version 5.12 and earlier incompatibility by Joe Perches · 11 years ago
  25. 1b5539b checkpatch: reduce runtime/cpu time used by Joe Perches · 11 years ago
  26. b34c648 checkpatch: better --fix of SPACING errors. by Joe Perches · 11 years ago
  27. f95a7e6 checkpatch: ignore #define TRACE_<foo> macros by Joe Perches · 11 years ago
  28. 91bfe48 checkpatch: add --types option to report only specific message types by Joe Perches · 11 years ago
  29. 61135e9 checkpatch: fix networking kernel-doc block comment defect by Joe Perches · 11 years ago
  30. 70dc8a4 checkpatch: warn when using extern with function prototypes in .h files by Joe Perches · 11 years ago
  31. 7e51f19 checkpatch: check for duplicate signatures by Joe Perches · 11 years ago
  32. d62a201 checkpatch: enforce sane perl version by Dave Hansen · 11 years ago
  33. 7e781f6 checkpatch: check CamelCase by word, not by $Lval by Joe Perches · 11 years ago
  34. d5e616f checkpatch: add a few more --fix corrections by Joe Perches · 11 years ago
  35. 1431574 lib/decompressors: fix "no limit" output buffer length by Alexandre Courbot · 11 years ago
  36. f2e1d2a lib/crc32: update the comments of crc32_{be,le}_generic() by Gu Zheng · 11 years ago
  37. 5ab58ac lib/genalloc.c: correct dev_get_gen_pool documentation by Emilio López · 11 years ago
  38. 1443081 MAINTAINERS: append "/" to directory patterns by Joe Perches · 11 years ago
  39. af4b8e3 MAINTAINERS: add mach-bcm and drivers by Christian Daudt · 11 years ago
  40. 11c2677 MAINTAINERS: update GRE DEMUX patterns by Joe Perches · 11 years ago
  41. 89f55bd MAINTAINERS: usb: phy: update patterns by Joe Perches · 11 years ago
  42. 4f31102 MAINTAINERS: update USB EHCI platform pattern by Joe Perches · 11 years ago
  43. c6a0fe4 MAINTAINERS: update file pattern for ARC uart by Joe Perches · 11 years ago
  44. 31a12b3 MAINTAINERS: update ssbi patterns by Joe Perches · 11 years ago
  45. 9d9fb74 MAINTAINERS: update it913x patterns by Joe Perches · 11 years ago
  46. 559cdc8 MAINTAINERS: SI4713: fix file pattern by Joe Perches · 11 years ago
  47. 81a6648 MAINTAINERS: update SIANO drivers by Joe Perches · 11 years ago
  48. 2caa67a MAINTAINERS: ghes_edac: update pattern by Joe Perches · 11 years ago
  49. c54ec9d MAINTAINERS: ARM: S3C24XX: remove plat-s3c24xx by Joe Perches · 11 years ago
  50. 5173413 MAINTAINERS: ARM: plat-nomadik: update patterns by Joe Perches · 11 years ago
  51. 281e192 MAINTAINERS: ARM: spear: consolidate sections by Joe Perches · 11 years ago
  52. 15dba38 MAINTAINERS: ARM: S3C2410: update patterns by Joe Perches · 11 years ago
  53. d21db56 MAINTAINERS: OMAP POWERDOMAIN, update patterns by Joe Perches · 11 years ago
  54. 34b273e MAINTAINERS: ARM: OMAP2/3: remove unused clockdomain files by Joe Perches · 11 years ago
  55. 9cedc3d MAINTAINERS: EXYNOS: remove board files by Joe Perches · 11 years ago
  56. 892f666 task_work: documentation by Oleg Nesterov · 11 years ago
  57. 205e550 task_work: minor cleanups by Oleg Nesterov · 11 years ago
  58. 202da40 kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask(). by David Daney · 11 years ago
  59. f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 11 years ago
  60. e656a63 extable: skip sorting if the table is empty by Uwe Kleine-König · 11 years ago
  61. bff2dc4 smp.h: move !SMP version of on_each_cpu() out-of-line by David Daney · 11 years ago
  62. 081192b up.c: use local_irq_{save,restore}() in smp_call_function_single. by David Daney · 11 years ago
  63. fa68820 smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond by David Daney · 11 years ago
  64. c14c338 kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAK by Will Deacon · 11 years ago
  65. 60c3236 kernel/smp.c: free related resources when failure occurs in hotplug_cfd() by Chen Gang · 11 years ago
  66. bc5c8f0 fs/bio-integrity: fix a potential mem leak by Gu Zheng · 11 years ago
  67. a6b0888 lto, watchdog/hpwdt.c: make assembler label global by Andi Kleen · 11 years ago
  68. 54a33b1b kernel/modsign_pubkey.c: fix init const for module signing code by Andi Kleen · 11 years ago
  69. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  70. 20d0e57 drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  71. 8aa6c21 platform: convert apple-gmux driver to dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  72. a2fa3fb tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  73. a8a3808 rtc: convert rtc-cmos to dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  74. 729377d pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specified by Shuah Khan · 11 years ago
  75. 2bff24a memcg: fix multiple large threshold notifications by Greg Thelen · 11 years ago
  76. 7b5219d mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  77. ade34a3 lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) by Joe Perches · 11 years ago
  78. 2d8a178 mm/mmap: remove unnecessary assignment by Yanchuan Nian · 11 years ago
  79. 146d700 writeback: fix race that cause writeback hung by Junxiao Bi · 11 years ago
  80. 325c4ef mm/madvise.c:madvise_hwpoison(): remove local `ret' by Andrew Morton · 11 years ago
  81. 8302423 mm/madvise.c: fix return value of madvise_hwpoison() by Wanpeng Li · 11 years ago
  82. 3ba5eeb mm/memory-failure.c: fix bug triggered by unpoisoning empty zero page by Wanpeng Li · 11 years ago
  83. 2d1e8b3 mm/hwpoison-inject.c: change permission of corrupt-pfn/unpoison-pfn to 0200 by Wanpeng Li · 11 years ago
  84. 29b4eed mm/hwpoison.c: fix held reference count after unpoisoning empty zero page by Wanpeng Li · 11 years ago
  85. b194b8c mm/hwpoison: add '#' to madvise_hwpoison by Wanpeng Li · 11 years ago
  86. 86e0577 mm/hwpoison: drop forward reference declarations __soft_offline_page() by Wanpeng Li · 11 years ago
  87. 0be3509 mm/hwpoison: don't set migration type twice to avoid holding heavily contend zone->lock by Wanpeng Li · 11 years ago
  88. dd9538a mm/hwpoison: replace atomic_long_sub() with atomic_long_dec() by Wanpeng Li · 11 years ago
  89. 0cea3fd mm/hwpoison: fix race against poison thp by Wanpeng Li · 11 years ago
  90. f912115 mm/hwpoison: don't need to hold compound lock for hugetlbfs page by Wanpeng Li · 11 years ago
  91. 841fcc5 mm/hwpoison: fix loss of PG_dirty for errors on mlocked pages by Wanpeng Li · 11 years ago
  92. 0d6fdbd hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page() by Naoya Horiguchi · 11 years ago
  93. cf6fe94 mm: correct the comment about the value for buddy _mapcount by Wang Sheng-Hui · 11 years ago
  94. fa0f281 mm: make sure _PAGE_SWP_SOFT_DIRTY bit is not set on present pte by Cyrill Gorcunov · 11 years ago
  95. 5a53748 mm/page-writeback.c: add strictlimit feature by Maxim Patlasov · 11 years ago
  96. 4c3bffc mm/backing-dev.c: check user buffer length before copying data to the related user buffer by Chen Gang · 11 years ago
  97. 1ecfd53 mm/mremap.c: call pud_free() after fail calling pmd_alloc() by Chen Gang · 11 years ago
  98. 762216a mm/vmalloc: use wrapper function get_vm_area_size to caculate size of vm area by Wanpeng Li · 11 years ago
  99. 7d9f073 mm/writeback: make writeback_inodes_wb static by Wanpeng Li · 11 years ago
  100. 1873209 mm/sparse: introduce alloc_usemap_and_memmap by Wanpeng Li · 11 years ago