1. 81be3de fs/xattr.c: zero out memory copied to userspace in getxattr by Michal Hocko · 8 years ago
  2. 847f716 net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern by Michal Hocko · 8 years ago
  3. 43ca5bc lib/rhashtable.c: simplify a strange allocation pattern by Michal Hocko · 8 years ago
  4. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 8 years ago
  5. 1f5307b mm, vmalloc: properly track vmalloc users by Michal Hocko · 8 years ago
  6. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 8 years ago
  7. 60f3e00 sysv,ipc: cacheline align kern_ipc_perm by Davidlohr Bueso · 8 years ago
  8. f0cb880 ipc/shm: some shmat cleanups by Davidlohr Bueso · 8 years ago
  9. 046aa12 initramfs: use vfs_stat/lstat directly by Arnd Bergmann · 8 years ago
  10. cff75e0 initramfs: provide a way to ignore image provided by bootloader by Daniel Thompson · 8 years ago
  11. da5e108 lib/zlib_inflate/inftrees.c: fix potential buffer overflow by Guenter Roeck · 8 years ago
  12. f2ad37d lib/fault-inject.c: use correct check for interrupts by Dmitry Vyukov · 8 years ago
  13. f61e869 kcov: simplify interrupt check by Dmitry Vyukov · 8 years ago
  14. 8c73342 taskstats: add e/u/stime for TGID command by Zhang Xiao · 8 years ago
  15. eaa0d19 pidns: expose task pid_ns_for_children to userspace by Kirill Tkhai · 8 years ago
  16. 25b14e9 ns: allow ns_entries to have custom symlink content by Kirill Tkhai · 8 years ago
  17. 8896c23 pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid() by Kirill Tkhai · 8 years ago
  18. 92019ef powerpc/fadump: update documentation about crashkernel parameter reuse by Hari Bathini · 8 years ago
  19. 11550dc powerpc/fadump: reuse crashkernel parameter for fadump memory reservation by Hari Bathini · 8 years ago
  20. 22bd017 powerpc/fadump: remove dependency with CONFIG_KEXEC by Hari Bathini · 8 years ago
  21. 51dbd92 ia64: reuse append_elf_note() and final_note() functions by Hari Bathini · 8 years ago
  22. 692f66f crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE by Hari Bathini · 8 years ago
  23. c311c79 cpumask: make "nr_cpumask_bits" unsigned by Alexey Dobriyan · 8 years ago
  24. 19659c5 fork: free vmapped stacks in cache when cpus are offline by Hoeun Ryu · 8 years ago
  25. 7fe6a42 reiserfs: use designated initializers by Kees Cook · 8 years ago
  26. f6950a7 checkpatch: improve the SUSPECT_CODE_INDENT test by Joe Perches · 8 years ago
  27. 74fd4f3 checkpatch: improve the embedded function name test for patch contexts by Joe Perches · 8 years ago
  28. 75ad8c5 checkpatch: add --typedefsfile by Jerome Forissier · 8 years ago
  29. 1b4a2ed checkpatch: improve k.alloc with multiplication and sizeof test by Joe Perches · 8 years ago
  30. e882dbf checkpatch: special audit for revert commit line by Wei Wang · 8 years ago
  31. e4b7d30 checkpatch: clarify the EMBEDDED_FUNCTION_NAME message by Joe Perches · 8 years ago
  32. e795556 checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE test by Joe Perches · 8 years ago
  33. d9190e4 checkpatch: avoid suggesting struct definitions should be const by Joe Perches · 8 years ago
  34. eb3a58d checkpatch: allow space leading blank lines in email headers by Joe Perches · 8 years ago
  35. 4dbed76 checkpatch: improve EMBEDDED_FUNCTION_NAME test by Joe Perches · 8 years ago
  36. 0b52376 checkpatch: add ability to find bad uses of vsprintf %p<foo> extensions by Joe Perches · 8 years ago
  37. cd8618a checkpatch: remove obsolete CONFIG_EXPERIMENTAL checks by Ruslan Bilovol · 8 years ago
  38. 0cd5246 firmware/Makefile: force recompilation if makefile changes by Luis R. Rodriguez · 8 years ago
  39. e327fd7 lib: add module support to linked list sorting tests by Geert Uytterhoeven · 8 years ago
  40. 5c4e679 lib: add module support to array-based sort tests by Geert Uytterhoeven · 8 years ago
  41. ebd03a9 Revert "lib/test_sort.c: make it explicitly non-modular" by Geert Uytterhoeven · 8 years ago
  42. 8128a31 drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR() by Dan Carpenter · 8 years ago
  43. 146180c drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow tests by Dan Carpenter · 8 years ago
  44. 780cbcf kernel/hung_task.c: defer showing held locks by Tetsuo Handa · 8 years ago
  45. 31b8cc8 make help: add tools help target by Randy Dunlap · 8 years ago
  46. 7c30f35 jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smp by Matthias Kaehlcke · 8 years ago
  47. 3d88936 drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  48. 6325945 proc/sysctl: fix the int overflow for jiffies conversion by Gao Feng · 8 years ago
  49. f245e1c17 fs/proc/inode.c: remove cast from memory allocation by Tobin C. Harding · 8 years ago
  50. baf6a9a mm, compaction: finish whole pageblock to reduce fragmentation by Vlastimil Babka · 8 years ago
  51. 282722b mm, compaction: restrict async compaction to pageblocks of same migratetype by Vlastimil Babka · 8 years ago
  52. d39773a mm, compaction: add migratetype to compact_control by Vlastimil Babka · 8 years ago
  53. b682deb mm, compaction: change migrate_async_suitable() to suitable_migration_source() by Vlastimil Babka · 8 years ago
  54. 02aa0cd mm, page_alloc: count movable pages when stealing from pageblock by Vlastimil Babka · 8 years ago
  55. 3bc48f9 mm, page_alloc: split smallest stolen page in fallback by Vlastimil Babka · 8 years ago
  56. 228d7e3 mm, compaction: remove redundant watermark check in compact_finished() by Vlastimil Babka · 8 years ago
  57. f25ba6d mm, compaction: reorder fields in struct compact_control by Vlastimil Babka · 8 years ago
  58. 13e0988 docs: complete bumping minimal GNU Make version to 3.81 by Max Filippov · 8 years ago
  59. fe7a719 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  60. d484467 Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  61. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. d557d1b refcount: change EXPORT_SYMBOL markings by Greg Kroah-Hartman · 8 years ago
  63. 37d69ee docs: bump minimal GNU Make version to 3.81 by Masahiro Yamada · 8 years ago
  64. 394e4f5 initramfs: avoid "label at end of compound statement" error by Linus Torvalds · 8 years ago
  65. 3ef2bc0 Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  66. 2eecf3a Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  67. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  68. c6a677c Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  69. e87d51a Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  70. bdc713b Merge tag 'drm-coc-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  71. 1062ae4 Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  72. 1a5fb64 Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  73. aeced66 Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  74. 414975e Merge tag 'befs-v4.12-rc1' of git://github.com/luisbg/linux-befs by Linus Torvalds · 8 years ago
  75. 58017a3 Merge tag 'initramfs-fix-4.12-rc1' of git://github.com/stffrdhrn/linux by Linus Torvalds · 8 years ago
  76. ed17545 GFS2: Allow glocks to be unlocked after withdraw by Bob Peterson · 8 years ago
  77. 161f55e xfs: fix use-after-free in xfs_finish_page_writeback by Eryu Guan · 8 years ago
  78. ab182e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  79. 10add84e dm cache metadata: fail operations if fail_io mode has been established by Mike Snitzer · 8 years ago
  80. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  81. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  82. 85435d7 CIFS: add misssing SFM mapping for doublequote by Björn Jacke · 8 years ago
  83. 92f66f8 arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS by Catalin Marinas · 8 years ago
  84. dcfd9b21 befs: make export work with cold dcache by Fabian Frederick · 8 years ago
  85. 17a9be3 initramfs: Always do fput() and load modules after rootfs populate by Stafford Horne · 8 years ago
  86. 7361636 Merge branch 'for-4.12/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  87. d5483fe libnvdimm, pfn: fix 'npfns' vs section alignment by Dan Williams · 8 years ago
  88. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  89. 8676df5 drm: Document code of conduct by Daniel Vetter · 8 years ago
  90. 644b493 Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  91. 0be7517 Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  92. 8f28472 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  93. 9d62ed9 libnvdimm: handle locked label storage areas by Dan Williams · 8 years ago
  94. 8f078b3 libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED by Dan Williams · 8 years ago
  95. 4ac4d58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  96. 8d5e72d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  97. 2bd8040 Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  98. 17a7035 of: fix sparse warnings in fdt, irq, reserved mem, and resolver code by Rob Herring · 8 years ago
  99. 99a7583 Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  100. c336bf8 Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago