1. dde5cf3 ubsan: fix tree-wide -Wmaybe-uninitialized false positives by Andrey Ryabinin · 8 years ago
  2. 21b2f44 kfifo: fix sparse complaints by Stefani Seibold · 8 years ago
  3. ad4db3b scripts/gdb: account for changes in module data structure by Jan Kiszka · 8 years ago
  4. 72bf92e scripts/gdb: add cmdline reader command by Kieran Bingham · 8 years ago
  5. 2d061d9 scripts/gdb: add version command by Kieran Bingham · 8 years ago
  6. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  7. ade356b profile: hide unused functions when !CONFIG_PROC_FS by Arnd Bergmann · 8 years ago
  8. abc514c hpwdt: use nmi_panic() when kernel panics in NMI handler by Hidehiro Kawai · 8 years ago
  9. 73cbf4a ipmi/watchdog: use nmi_panic() when kernel panics in NMI handler by Hidehiro Kawai · 8 years ago
  10. ebc41f2 panic: change nmi_panic from macro to function by Hidehiro Kawai · 8 years ago
  11. a484c3d eventfd: document lockless access in eventfd_poll by Paolo Bonzini · 8 years ago
  12. 0335695 cred/userns: define current_user_ns() as a function by Arnd Bergmann · 8 years ago
  13. e8de370 rapidio: add mport char device driver by Alexandre Bounine · 8 years ago
  14. 458bdf6 rapidio/tsi721_dma: fix hardware error handling by Alexandre Bounine · 8 years ago
  15. e680b67 rapidio/tsi721_dma: fix synchronization issues by Alexandre Bounine · 8 years ago
  16. 8347245 rapidio/tsi721_dma: update error reporting from prep_sg callback by Alexandre Bounine · 8 years ago
  17. 72d8a0d rapidio/tsi721: add filtered debug output by Alexandre Bounine · 8 years ago
  18. 1679e8d rapidio/tsi721: add outbound windows mapping support by Alexandre Bounine · 8 years ago
  19. 93bdaca rapidio: add outbound window support by Alexandre Bounine · 8 years ago
  20. 2ece1ca rapidio/tsi721: fix locking in OB_MSG processing by Alexandre Bounine · 8 years ago
  21. 9a0b062 rapidio: add global inbound port write interfaces by Alexandre Bounine · 8 years ago
  22. b6cb95e rapidio: move rio_pw_enable into core code by Alexandre Bounine · 8 years ago
  23. 5024622 rapidio: move rio_local_set_device_id function to the common core by Alexandre Bounine · 8 years ago
  24. a7b4c63 rapidio: add lock protection for doorbell list by Alexandre Bounine · 8 years ago
  25. b7dfca8 rapidio/rionet: add mport removal handling by Alexandre Bounine · 8 years ago
  26. 34ed2eb rapidio/rionet: add locking into add/remove device by Alexandre Bounine · 8 years ago
  27. dd64f4f powerpc/fsl_rio: changes to mport registration by Alexandre Bounine · 8 years ago
  28. 748353c rapidio/tsi721: add HW specific mport removal by Alexandre Bounine · 8 years ago
  29. b77a203 rapidio: add core mport removal support by Alexandre Bounine · 8 years ago
  30. e6b585c rapidio: move net allocation into core code by Alexandre Bounine · 8 years ago
  31. b74ec56 rapidio: rework common RIO device add/delete routines by Alexandre Bounine · 8 years ago
  32. f41e247 rapidio/rionet: add shutdown event handling by Alexandre Bounine · 8 years ago
  33. e3dd8cd rapidio/tsi721: add shutdown notification callback by Alexandre Bounine · 8 years ago
  34. 83dc2cbc rapidio: add shutdown notification for RapidIO devices by Alexandre Bounine · 8 years ago
  35. dbe74af rapidio/tsi721: add query_mport callback by Alexandre Bounine · 8 years ago
  36. 8b189fd rapidio: add query_mport operation by Alexandre Bounine · 8 years ago
  37. d2a321f rapidio/tsi721_dma: fix pending transaction queue handling by Alexandre Bounine · 8 years ago
  38. 9673b88 rapidio/tsi721: add option to configure direct mapping of IB window by Alexandre Bounine · 8 years ago
  39. ba5d141 rapidio/tsi721: add check for overlapped IB window mappings by Alexandre Bounine · 8 years ago
  40. 174f1a7 rapidio/tsi721: fix hardcoded MRRS setting by Alexandre Bounine · 8 years ago
  41. 92444bb rapidio/rionet: add capability to change MTU by Aurelien Jacquiot · 8 years ago
  42. 3691597 rapidio/rionet: fix deadlock on SMP by Aurelien Jacquiot · 8 years ago
  43. 95f2735 cpumask: remove incorrect information from comment by Eric Biggers · 8 years ago
  44. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 8 years ago
  45. 1333ab0 ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock by Oleg Nesterov · 8 years ago
  46. 3873938 fat: add config option to set UTF-8 mount option by default by Maciej S. Szmigiero · 8 years ago
  47. f970165 x86/compat: remove is_compat_task() by Andy Lutomirski · 8 years ago
  48. 7365abb drivers/hid/uhid.c: check write() bitness using in_compat_syscall by Andy Lutomirski · 8 years ago
  49. f4056b5 input: redefine INPUT_COMPAT_TEST as in_compat_syscall() by Andy Lutomirski · 8 years ago
  50. 10f1685 drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller type by Andy Lutomirski · 8 years ago
  51. 4f01ed2 drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat callers by Andy Lutomirski · 8 years ago
  52. a25045f firewire: use in_compat_syscall to check ioctl compatness by Andy Lutomirski · 8 years ago
  53. 2bf8c47 net/xfrm_user: use in_compat_syscall to deny compat syscalls by Andy Lutomirski · 8 years ago
  54. 96c0e0a net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3 by Andy Lutomirski · 8 years ago
  55. 121cef8 ext4: in ext4_dir_llseek, check syscall bitness directly by Andy Lutomirski · 8 years ago
  56. 6d8bedf staging/lustre: switch from is_compat_task to in_compat_syscall by Andy Lutomirski · 8 years ago
  57. efbc0fb auditsc: for seccomp events, log syscall compat state using in_compat_syscall by Andy Lutomirski · 8 years ago
  58. 5c46521 ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness by Andy Lutomirski · 8 years ago
  59. 5c38065 seccomp: check in_compat_syscall, not is_compat_task, in strict mode by Andy Lutomirski · 8 years ago
  60. 203f790 sparc/syscall: fix syscall_get_arch by Andy Lutomirski · 8 years ago
  61. 069923d sparc/compat: provide an accurate in_compat_syscall implementation by Andy Lutomirski · 8 years ago
  62. 5180e3e compat: add in_compat_syscall to ask whether we're in a compat syscall by Andy Lutomirski · 8 years ago
  63. b4aa14a kernel/hung_task.c: use timeout diff when timeout is updated by Tetsuo Handa · 8 years ago
  64. 3f2b1a0 zram: revive swap_slot_free_notify by Minchan Kim · 8 years ago
  65. d750c42 ocfs2: add feature document for online file check by Gang He · 8 years ago
  66. d56a8f3 ocfs2: check/fix inode block for online file check by Gang He · 8 years ago
  67. a849d46 ocfs2: create/remove sysfile for online file check by Gang He · 8 years ago
  68. a860f6e ocfs2: sysfile interfaces for online file check by Gang He · 8 years ago
  69. 9dde5e4 ocfs2: export ocfs2_kset for online file check by Gang He · 8 years ago
  70. 968f3e3 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  71. e531cdf Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  72. 4526b71 Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  73. 770c4c1 [media] vsp1: use proper dma alloc/free functions by Linus Torvalds · 8 years ago
  74. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  75. 2c856e1 Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  76. d34687a Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  77. 77d9131 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  78. 53d2e69 Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  79. d407574 Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  80. 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  81. 389f239 btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sums by Chris Mason · 8 years ago
  82. 357b565 drivers/perf: arm_pmu: avoid NULL dereference when not using devicetree by Will Deacon · 8 years ago
  83. 568d7c7 drm/amdgpu: release_pages requires linux/pagemap.h by Stephen Rothwell · 8 years ago
  84. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 24b5e20 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 46e595a Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  88. e3b1f64 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  89. 915c56b Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  90. 5a6b7e5 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  91. 8c6d408 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  92. 33b3d2e Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  93. e88fa1b Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  94. dae0b74 Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  95. 142b9e6 x86/kallsyms: fix GOLD link failure with new relative kallsyms table format by Ard Biesheuvel · 8 years ago
  96. f069153 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  97. 2b2f72d Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  98. fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 8 years ago
  99. 1e75a9f Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 8 years ago
  100. 1c3d770 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 8 years ago