1. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  3. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  6. 580c57f seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO by Kees Cook · 9 years ago
  7. 3a9af0b samples/seccomp: improve label helper by Kees Cook · 9 years ago
  8. 52644c9 ipc,sem: use current->state helpers by Davidlohr Bueso · 9 years ago
  9. a9c5bcf scripts/gdb: disable pagination while printing from breakpoint handler by Jan Kiszka · 9 years ago
  10. 158daf1 scripts/gdb: define maintainer by Jan Kiszka · 9 years ago
  11. a77e15e scripts/gdb: convert CpuList to generator function by Jan Kiszka · 9 years ago
  12. fffb944 scripts/gdb: convert ModuleList to generator function by Jan Kiszka · 9 years ago
  13. 54e2289 scripts/gdb: use a generator instead of iterator for task list by Daniel Wagner · 9 years ago
  14. 2478a8a scripts/gdb: ignore byte-compiled python files by Daniel Thompson · 9 years ago
  15. 276d97d scripts/gdb: port to python3 / gdb7.7 by Pantelis Koukousoulas · 9 years ago
  16. bda1a92 scripts/gdb: add basic documentation by Jan Kiszka · 9 years ago
  17. 5403727 scripts/gdb: add lx-lsmod command by Jan Kiszka · 9 years ago
  18. 3d4cd9c scripts/gdb: add class to iterate over CPU masks by Jan Kiszka · 9 years ago
  19. 116b47b scripts/gdb: add lx_current convenience function by Jan Kiszka · 9 years ago
  20. fe7f9ed scripts/gdb: add internal helper and convenience function for per-cpu lookup by Jan Kiszka · 9 years ago
  21. a4d8679 scripts/gdb: add get_gdbserver_type helper by Jan Kiszka · 9 years ago
  22. cf7492e scripts/gdb: add internal helper and convenience function to retrieve thread_info by Jan Kiszka · 9 years ago
  23. b24e2d2 scripts/gdb: add is_target_arch helper by Jan Kiszka · 9 years ago
  24. 4752871 scripts/gdb: add helper and convenience function to look up tasks by Jan Kiszka · 9 years ago
  25. 7704d58 scripts/gdb: add task iteration class by Jan Kiszka · 9 years ago
  26. ae7dbaa scripts/gdb: add lx-dmesg command by Jan Kiszka · 9 years ago
  27. 78e8781 scripts/gdb: add read_u16/32/64 helpers by Jan Kiszka · 9 years ago
  28. 7f99496 scripts/gdb: add get_target_endianness helper by Jan Kiszka · 9 years ago
  29. 7b599ef scripts/gdb: add internal helper and convenience function to look up a module by Jan Kiszka · 9 years ago
  30. 82b41e3 scripts/gdb: add automatic symbol reloading on module insertion by Jan Kiszka · 9 years ago
  31. be02a18 kernel/module.c: do not inline do_init_module() by Jan Kiszka · 9 years ago
  32. 6605172 scripts/gdb: add lx-symbols command by Jan Kiszka · 9 years ago
  33. 850202e scripts/gdb: add module iteration class by Jan Kiszka · 9 years ago
  34. b0fecd8 scripts/gdb: add container_of helper and convenience function by Jan Kiszka · 9 years ago
  35. 2b51482 scripts/gdb: add cache for type objects by Jan Kiszka · 9 years ago
  36. 3ee7b3f scripts/gdb: add infrastructure by Jan Kiszka · 9 years ago
  37. 0445f01 fs/affs/super.c: fix switch indentation by Fabian Frederick · 9 years ago
  38. 0cdfe18 fs/affs/inode.c: remove double extern affs_symlink_inode_operations by Fabian Frederick · 9 years ago
  39. 211c2af fs/affs/bitmap.c: remove unnecessary return by Fabian Frederick · 9 years ago
  40. b4478e3 fs/affs/amigaffs.c: remove else after return by Fabian Frederick · 9 years ago
  41. f157853 fs/affs: define AFFSNAMEMAX to replace constant use by Fabian Frederick · 9 years ago
  42. eeb36f8 fs/affs: use unsigned int for string lengths by Fabian Frederick · 9 years ago
  43. 4d29e57 fs/affs/super.c: destroy sbi mutex in affs_kill_sb() by Fabian Frederick · 9 years ago
  44. 92b2070 fs/affs/file.c: fix direct IO writes beyond EOF by Fabian Frederick · 9 years ago
  45. afe305d fs/affs/file.c: replace if/BUG by BUG_ON by Fabian Frederick · 9 years ago
  46. 08fe100 fs/affs: fix casting in printed messages by Geert Uytterhoeven · 9 years ago
  47. e22553e eventfd: don't take the spinlock in eventfd_poll by Chris Mason · 9 years ago
  48. 7647f14 lib/rbtree.c: fix typo in comment by John de la Garza · 9 years ago
  49. 34b4776 vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue by WANG Chao · 9 years ago
  50. b28c2ee kexec: add IND_FLAGS macro by Geoff Levand · 9 years ago
  51. cf2df63 kexec: add bit definitions for kimage entry flags by Geoff Levand · 9 years ago
  52. 518a0c7 kexec: simplify conditional by Geoff Levand · 9 years ago
  53. 9dc5c05 kexec: Fix make headers_check by Geoff Levand · 9 years ago
  54. ad69934 kexec: fix a typo in comment by Alexander Kuleshov · 9 years ago
  55. 73d7e3e kexec: remove never used member destination in kimage by Baoquan He · 9 years ago
  56. 1df0135 signal: use current->state helpers by Davidlohr Bueso · 9 years ago
  57. 1cca338 ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT by Fabian Frederick · 9 years ago
  58. d6bd428 fs: fat: use MSDOS_SB macro to get msdos_sb_info by Fred Chou · 9 years ago
  59. 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 9 years ago
  60. ed3ad79 fs/ufs/super.c: fix potential race condition by Fabian Frederick · 9 years ago
  61. 61da3ae fs/ufs/super.c: remove unnecessary casting by Fabian Frederick · 9 years ago
  62. b625032 fs/coda/dir.c: forward declaration clean-up by Fabian Frederick · 9 years ago
  63. 111d639 fs/befs/linuxvfs.c: remove unnecessary casting by Fabian Frederick · 9 years ago
  64. 9cd7737 Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  65. b0f0c26 Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-next by Linus Torvalds · 9 years ago
  66. 99fa0ad Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  67. 1d9e714 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  68. cc4f9c2 Merge tag '64bit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  69. 03a40e2 Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  70. 1865678 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  71. a233bb7 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  72. 878ba61 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  73. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 9 years ago
  74. ea7531a Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  75. 4025fa9 Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  76. c397f8f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  77. 35e88d5 fs/binfmt_som: Drop kernel support for HP-UX SOM binaries by Helge Deller · 9 years ago
  78. 3d66b81 parisc: Remove unused function by Rickard Strandqvist · 9 years ago
  79. b9762e7 parisc: macro whitespace fixes by Michael S. Tsirkin · 9 years ago
  80. aaaf5fb rtc: add driver for DS1685 family of real time clocks by Joshua Kinard · 9 years ago
  81. befeb59 MAINTAINERS: add entry for Maxim PMICs on Samsung boards by Krzysztof Kozlowski · 9 years ago
  82. 841c009 lib/Kconfig: use bool instead of boolean by Christoph Jaeger · 9 years ago
  83. 780fc56 powerpc: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  84. 160cc26 ocfs2: set append dio as a ro compat feature by Joseph Qi · 9 years ago
  85. 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 9 years ago
  86. 3a83b34 ocfs2: complete the rest request through buffer io by Joseph Qi · 9 years ago
  87. d943d59 ocfs2: do not fallback to buffer I/O write if appending by Joseph Qi · 9 years ago
  88. 49255dc ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago
  89. 24c40b3 ocfs2: implement ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  90. ed460cf ocfs2: add orphan recovery types in ocfs2_recover_orphans by Joseph Qi · 9 years ago
  91. 06ee5c7 ocfs2: add functions to add and remove inode in orphan dir by Joseph Qi · 9 years ago
  92. 026749a ocfs2: prepare some interfaces used in append direct io by Joseph Qi · 9 years ago
  93. 6f9e245 MAINTAINERS: fix spelling mistake & remove trailing WS by Akash Shende · 9 years ago
  94. d92576f dax: does not work correctly with virtual aliasing caches by Matthew Wilcox · 9 years ago
  95. a7a97fc brd: rename XIP to DAX by Matthew Wilcox · 9 years ago
  96. 923ae0f ext4: add DAX functionality by Ross Zwisler · 9 years ago
  97. 25726bc dax: add dax_zero_page_range by Matthew Wilcox · 9 years ago
  98. 9c3ce9e ext2: get rid of most mentions of XIP in ext2 by Matthew Wilcox · 9 years ago
  99. 97443aa ext2: remove ext2_aops_xip by Matthew Wilcox · 9 years ago
  100. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 9 years ago