1. 7647f14 lib/rbtree.c: fix typo in comment by John de la Garza · 10 years ago
  2. b28c2ee kexec: add IND_FLAGS macro by Geoff Levand · 10 years ago
  3. cf2df63 kexec: add bit definitions for kimage entry flags by Geoff Levand · 10 years ago
  4. 9dc5c05 kexec: Fix make headers_check by Geoff Levand · 10 years ago
  5. 73d7e3e kexec: remove never used member destination in kimage by Baoquan He · 10 years ago
  6. 1865678 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  7. a233bb7 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  8. 878ba61 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  9. c397f8f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  10. aaaf5fb rtc: add driver for DS1685 family of real time clocks by Joshua Kinard · 10 years ago
  11. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 10 years ago
  12. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  13. e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
  14. 4c0ccfe dax,ext2: replace xip_truncate_page with dax_truncate_page by Matthew Wilcox · 10 years ago
  15. f7ca90b dax,ext2: replace the XIP page fault handler with the DAX page fault handler by Matthew Wilcox · 10 years ago
  16. 289c6ae dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks by Matthew Wilcox · 10 years ago
  17. d475c63 dax,ext2: replace XIP read and write with DAX I/O by Matthew Wilcox · 10 years ago
  18. fbbbad4 vfs,ext2: introduce IS_DAX(inode) by Matthew Wilcox · 10 years ago
  19. 2e4cdab mm: allow page fault handlers to perform the COW by Matthew Wilcox · 10 years ago
  20. 796e1c5 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  21. 3c6847e Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  22. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. a972412 Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  24. 46f7b63 Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  25. 9682ec9 Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  26. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  27. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  28. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  29. d347efe mutex: remove unused field "name" in debug mode by Adrien Schildknecht · 10 years ago
  30. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  31. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  32. bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 10 years ago
  33. 6301939 module: fix types of device tables aliases by Andrey Ryabinin · 10 years ago
  34. 9ddf825 kernel: add support for .init_array.* constructors by Andrey Ryabinin · 10 years ago
  35. cb9e3c2 mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() by Andrey Ryabinin · 10 years ago
  36. 71394fe mm: vmalloc: add flag preventing guard hole allocation by Andrey Ryabinin · 10 years ago
  37. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
  38. 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 10 years ago
  39. 75c66de mm: slub: share object_err function by Andrey Ryabinin · 10 years ago
  40. 912f5fb mm: slub: introduce virt_to_obj function by Andrey Ryabinin · 10 years ago
  41. b8c73fc mm: page_alloc: add kasan hooks on alloc and free paths by Andrey Ryabinin · 10 years ago
  42. 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 10 years ago
  43. cb4188a compiler: introduce __alias(symbol) shortcut by Andrey Ryabinin · 10 years ago
  44. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
  45. f1bbc03 cpumask, nodemask: implement cpumask/nodemask_pr_args() by Tejun Heo · 10 years ago
  46. 513e3d2 cpumask: always use nr_cpu_ids in formatting and parsing functions by Tejun Heo · 10 years ago
  47. dfeb0750 kernfs: remove KERNFS_STATIC_NAME by Tejun Heo · 10 years ago
  48. a4bb1e4 mm/util: add kstrdup_const by Andrzej Hajda · 10 years ago
  49. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 10 years ago
  50. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 10 years ago
  51. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 10 years ago
  52. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 10 years ago
  53. db3ecde Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 10 years ago
  54. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  55. c7d7b98 Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  56. ab07881 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 10 years ago
  57. 8180995 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  58. 3248340 lib/halfmd4.c: simplify includes by Rasmus Villemoes · 10 years ago
  59. 114fc1a hexdump: make it return number of bytes placed in buffer by Andy Shevchenko · 10 years ago
  60. af3cd13 lib/string.c: remove strnicmp() by Rasmus Villemoes · 10 years ago
  61. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 10 years ago
  62. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 10 years ago
  63. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 10 years ago
  64. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 10 years ago
  65. f5ac1f5 linux/cpumask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 10 years ago
  66. 33c4fa8 linux/nodemask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 10 years ago
  67. 8b4daad lib/bitmap.c: more signed->unsigned conversions by Rasmus Villemoes · 10 years ago
  68. d1214c6 libstring_helpers.c:string_get_size(): return void by Rasmus Villemoes · 10 years ago
  69. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 10 years ago
  70. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 10 years ago
  71. dd4a5c1 linux/types.h: Always use unsigned long for pgoff_t by Geert Uytterhoeven · 10 years ago
  72. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  73. 695f055 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) by Petr Cermak · 10 years ago
  74. 3eba0c6 mm/zpool: add name argument to create zpool by Ganesh Mahendran · 10 years ago
  75. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 10 years ago
  76. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 10 years ago
  77. 2788cf0 memcg: reparent list_lrus and free kmemcg_id on css offline by Vladimir Davydov · 10 years ago
  78. 3f97b16 list_lru: add helpers to isolate items by Vladimir Davydov · 10 years ago
  79. 2a4db7e memcg: free memcg_caches slot on css offline by Vladimir Davydov · 10 years ago
  80. 426589f slab: link memcg caches of the same kind into a list by Vladimir Davydov · 10 years ago
  81. f7ce319 slab: embed memcg_cache_params to kmem_cache by Vladimir Davydov · 10 years ago
  82. 60d3fd3 list_lru: introduce per-memcg lists by Vladimir Davydov · 10 years ago
  83. c0a5b56 list_lru: organize all list_lrus to list by Vladimir Davydov · 10 years ago
  84. ff0b67e list_lru: get rid of ->active_nodes by Vladimir Davydov · 10 years ago
  85. 05257a1 memcg: add rwsem to synchronize against memcg_caches arrays relocation by Vladimir Davydov · 10 years ago
  86. dbcf73e memcg: rename some cache id related variables by Vladimir Davydov · 10 years ago
  87. cb731d6 vmscan: per memory cgroup slab shrinkers by Vladimir Davydov · 10 years ago
  88. 4101b62 fs: consolidate {nr,free}_cached_objects args in shrink_control by Vladimir Davydov · 10 years ago
  89. 503c358 list_lru: introduce list_lru_shrink_{count,walk} by Vladimir Davydov · 10 years ago
  90. e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 10 years ago
  91. 21d9ee3 mm: remove remaining references to NUMA hinting bits and helpers by Mel Gorman · 10 years ago
  92. 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 10 years ago
  93. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
  94. e7bb4b6d mm: add p[te|md] protnone helpers for use by NUMA balancing by Mel Gorman · 10 years ago
  95. 5d83306 mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault by Mel Gorman · 10 years ago
  96. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  97. 8494bcf Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  98. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  99. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  100. 6184514 Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago