1. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. dd36929 kernel: make READ_ONCE() valid on const arguments by Linus Torvalds · 10 years ago
  3. 4fbd0a8 Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  4. 7bad222 Merge tag 'for-linus-3.20-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 10 years ago
  5. 1d86e29 ipmi: Fix a memory ordering issue by Corey Minyard · 10 years ago
  6. d6c5dc1 ipmi: Remove uses of return value of seq_printf by Joe Perches · 10 years ago
  7. 2d06a0c ipmi: Use is_visible callback for conditional sysfs entries by Takashi Iwai · 10 years ago
  8. bdf2829 ipmi: Free ipmi_recv_msg messages from the linked list on close by Nicholas Krause · 10 years ago
  9. 191cc41 ipmi: avoid gcc warning by Arnd Bergmann · 10 years ago
  10. 48862ea2 ipmi: Update timespec usage to timespec64 by John Stultz · 10 years ago
  11. f93aae9 ipmi: Cleanup DEBUG_TIMING ifdef usage by John Stultz · 10 years ago
  12. 31013fa drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.c by Nicholas Krause · 10 years ago
  13. bb82d90 char: ipmi: Remove obsolete cleanup for clientdata by Wolfram Sang · 10 years ago
  14. 2fcaf60 ipmi: Remove a FIXME for slab conversion by Corey Minyard · 10 years ago
  15. 3d88348 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 10 years ago
  16. e3a1f6c x86: pte_protnone() and pmd_protnone() must check entry is not present by David Vrabel · 10 years ago
  17. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  18. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  19. 89d3fa4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  20. 477ea11 Merge tag 'edac_fixes_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 10 years ago
  21. 6ed3e57 Merge tag 'platform-drivers-x86-v3.20-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 10 years ago
  22. dd8f30c kgdb, docs: Fix <para> pdfdocs build errors by Rajaneesh Acharya · 10 years ago
  23. 5516fd7 debug: prevent entering debug mode on panic/exception. by Colin Cross · 10 years ago
  24. 32d375f kdb: Const qualifier for kdb_getstr's prompt argument by Daniel Thompson · 10 years ago
  25. fb6daa7 kdb: Provide forward search at more prompt by Daniel Thompson · 10 years ago
  26. ab08e46 kdb: Fix a prompt management bug when using | grep by Daniel Thompson · 10 years ago
  27. 5454388 kdb: Remove stack dump when entering kgdb due to NMI by Daniel Thompson · 10 years ago
  28. f7d4ca8 kdb: Avoid printing KERN_ levels to consoles by Daniel Thompson · 10 years ago
  29. df0036d kdb: Fix off by one error in kdb_cpu() by Jason Wessel · 10 years ago
  30. 1467559 kdb: fix incorrect counts in KDB summary command output by Jay Lan · 10 years ago
  31. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  32. 7734334 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  33. 0f5417c MAINTAINERS: update Ceph and RBD maintainers by Sage Weil · 10 years ago
  34. 27a22ee Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  35. b28ec2f libceph: kfree() in put_osd() shouldn't depend on authorizer by Ilya Dryomov · 10 years ago
  36. 7eb71e0 libceph: fix double __remove_osd() problem by Ilya Dryomov · 10 years ago
  37. 7ad18af rbd: convert to blk-mq by Christoph Hellwig · 10 years ago
  38. 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 10 years ago
  39. 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
  40. 3de22be ceph: re-send requests when MDS enters reconnecting stage by Yan, Zheng · 10 years ago
  41. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 10 years ago
  42. ba988f8 libceph: tcp_nodelay support by Chaitanya Huilgol · 10 years ago
  43. cf32bd9 rbd: do not treat standalone as flatten by Ilya Dryomov · 10 years ago
  44. bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 10 years ago
  45. 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 10 years ago
  46. a6a5ce4 client: include kernel version in client metadata by Yan, Zheng · 10 years ago
  47. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
  48. 1f041a8 ceph: fix request time stamp encoding by Yan, Zheng · 10 years ago
  49. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 10 years ago
  50. 86d8f67 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) by Yan, Zheng · 10 years ago
  51. c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 10 years ago
  52. d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 10 years ago
  53. 73e39e4 rbd: fix error paths in rbd_dev_refresh() by Ilya Dryomov · 10 years ago
  54. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 10 years ago
  55. 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 10 years ago
  56. 671762f ceph: acl: Remove unused function by Rickard Strandqvist · 10 years ago
  57. 3a25cf4 rbd: nuke copy_token() by Rickard Strandqvist · 10 years ago
  58. 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 10 years ago
  59. f646912 libceph: use mon_client.c/put_generic_request() more by Ilya Dryomov · 10 years ago
  60. 7a6fdeb libceph: nuke pool op infrastructure by Ilya Dryomov · 10 years ago
  61. b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  62. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  63. cad3ab5 Merge tag 'pci-v3.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  64. 53861af Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  65. 5c27700 Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  66. 9a8b2aa Merge tag 'pwm/for-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 10 years ago
  67. 3b3336d Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 10 years ago
  68. ce1d3fd Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  69. 928fce2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 10 years ago
  70. a5ac1fb Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  71. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  72. d97eb89 x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable() by Joerg Roedel · 10 years ago
  73. 1ea76fb x86/irq: Fix regression caused by commit b568b8601f05 by Jiang Liu · 10 years ago
  74. b65af27 pwm: tegra: Use NSEC_PER_SEC by Thierry Reding · 10 years ago
  75. f5af19d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  76. 0d695d6 Merge tag 'md/3.20-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  77. d96c757 Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 10 years ago
  78. fbe4da4 Merge tag 'docs-fix' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  79. 533cf7a Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  80. 26ac107 md/raid5: Fix livelock when array is both resyncing and degraded. by NeilBrown · 10 years ago
  81. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  82. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  83. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  84. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  85. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  86. e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  87. 580c57f seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO by Kees Cook · 10 years ago
  88. 3a9af0b samples/seccomp: improve label helper by Kees Cook · 10 years ago
  89. 52644c9 ipc,sem: use current->state helpers by Davidlohr Bueso · 10 years ago
  90. a9c5bcf scripts/gdb: disable pagination while printing from breakpoint handler by Jan Kiszka · 10 years ago
  91. 158daf1 scripts/gdb: define maintainer by Jan Kiszka · 10 years ago
  92. a77e15e scripts/gdb: convert CpuList to generator function by Jan Kiszka · 10 years ago
  93. fffb944 scripts/gdb: convert ModuleList to generator function by Jan Kiszka · 10 years ago
  94. 54e2289 scripts/gdb: use a generator instead of iterator for task list by Daniel Wagner · 10 years ago
  95. 2478a8a scripts/gdb: ignore byte-compiled python files by Daniel Thompson · 10 years ago
  96. 276d97d scripts/gdb: port to python3 / gdb7.7 by Pantelis Koukousoulas · 10 years ago
  97. bda1a92 scripts/gdb: add basic documentation by Jan Kiszka · 10 years ago
  98. 5403727 scripts/gdb: add lx-lsmod command by Jan Kiszka · 10 years ago
  99. 3d4cd9c scripts/gdb: add class to iterate over CPU masks by Jan Kiszka · 10 years ago
  100. 116b47b scripts/gdb: add lx_current convenience function by Jan Kiszka · 10 years ago