1. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  2. 9f010c2 kernfs: implement kernfs_{de|re}activate[_self]() by Tejun Heo · 11 years ago
  3. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  4. 45a140e kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
  5. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  6. a69d001 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
  7. ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  8. eb4c690 Revert "kobject: introduce kobj_completion" by Greg Kroah-Hartman · 11 years ago
  9. 5bd2010 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  10. 1733348 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  11. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  12. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  13. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
  14. 41f1072 drivers: base: Add prototype declaration to the header file by Rashika Kheria · 11 years ago
  15. ee53664 mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support by Kirill A. Shutemov · 11 years ago
  16. 4203d0e Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  17. 58cac3f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  18. 95cadac target/file: Update hw_max_sectors based on current block_size by Nicholas Bellinger · 11 years ago
  19. 86fbf16 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  20. af2c140 mm: numa: guarantee that tlb_flush_pending updates are visible before page table updates by Mel Gorman · 11 years ago
  21. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  22. de466bd mm: numa: avoid unnecessary disruption of NUMA hinting during migration by Mel Gorman · 11 years ago
  23. c97102b kexec: migrate to reboot cpu by Vivek Goyal · 11 years ago
  24. 35eecf0 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  25. dd05080 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  27. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  28. bb8b9d0 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  29. 189b84f perf: Document the new transaction sample type by Vince Weaver · 11 years ago
  30. 4a251dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  31. 908bfda Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  32. 9199c4c Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  33. 380108d xen/block: Correctly define structures in public headers on ARM32 and ARM64 by Julien Grall · 11 years ago
  34. 8d27637 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  35. 3e1e4a5 mfd/rtc: s5m: fix register updating by adding regmap for RTC by Krzysztof Kozlowski · 11 years ago
  36. 386e790 include/linux/kernel.h: make might_fault() a nop for !MMU by Axel Lin · 11 years ago
  37. f40386a include/linux/hugetlb.h: make isolate_huge_page() an inline by Naoya Horiguchi · 11 years ago
  38. 0ca9fff Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  39. 2208f65 Merge tag 'sound-3.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  40. a0a9663 net: make neigh_priv_len in struct net_device 16bit instead of 8bit by Sebastian Siewior · 11 years ago
  41. 846f29a Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  42. 11ec50c word-at-a-time: provide generic big-endian zero_bytemask implementation by Will Deacon · 11 years ago
  43. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 11 years ago
  44. 5dec682 Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  45. df23fc3 kernfs: s/sysfs/kernfs/ in constants by Tejun Heo · 11 years ago
  46. c525aad kernfs: s/sysfs/kernfs/ in various data structures by Tejun Heo · 11 years ago
  47. adc5e8b kernfs: drop s_ prefix from kernfs_node members by Tejun Heo · 11 years ago
  48. 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
  49. a51d522 target: Remove write-only stats fields and lock from struct se_node_acl by Roland Dreier · 11 years ago
  50. 4bd7b51 micrel: add support for KSZ8041RNLI by Sergei Shtylyov · 11 years ago
  51. 9dbdb15 sched/fair: Rework sched_fair time accounting by Peter Zijlstra · 11 years ago
  52. be5e610 math64: Add mul_u64_u32_shr() by Peter Zijlstra · 11 years ago
  53. ba1f14f sched: Remove PREEMPT_NEED_RESCHED from generic code by Peter Zijlstra · 11 years ago
  54. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 11 years ago
  55. 12663bf net: unix: allow set_peek_off to fail by Sasha Levin · 11 years ago
  56. 503cf95 x86, build, icc: Remove uninitialized_var() from compiler-intel.h by H. Peter Anvin · 11 years ago
  57. 6733cf5 ALSA: compress: Fix 64bit ABI incompatibility by Takashi Iwai · 11 years ago
  58. 932e9de ALSA: memalloc.h - fix wrong truncation of dma_addr_t by Stefano Panella · 11 years ago
  59. 13ccb93 Merge branch 'driver-core-linus' into driver-core-next by Tejun Heo · 11 years ago
  60. 77bd2ad Merge tag 'pm-3.13-rc3-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  61. 754ac45 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  62. b6db4eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  63. c1b96a2 [media] videobuf2: Add support for file access mode flags for DMABUF exporting by Philipp Zabel · 12 years ago
  64. 389a539 crypto: scatterwalk - Use sg_chain_ptr on chain entries by Tom Lendacky · 11 years ago
  65. 11e6a09 drm/vmwgfx: Add max surface memory param by Jakob Bornecrantz · 11 years ago
  66. 2d4d4a8 Merge tag 'staging-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  67. f64001e Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  68. b19d69c Merge tag 'usb-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  69. bba3a87 firmware: Introduce request_firmware_direct() by Takashi Iwai · 11 years ago
  70. 12205a4 Revert "cpufreq: suspend governors on system suspend/hibernate" by Rafael J. Wysocki · 11 years ago
  71. 4fc9bbf PCI: Disable Bus Master only on kexec reboot by Khalid Aziz · 11 years ago
  72. 7adfff5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  73. 002acf1 Merge tag 'pm-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  74. 7f2cbdc tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling. by Eric W. Biederman · 11 years ago
  75. 1431fb3 xen-netback: fix fragment detection in checksum setup by Paul Durrant · 11 years ago
  76. 8e70300 Merge branches 'pm-epoll', 'pnp' and 'powercap' by Rafael J. Wysocki · 11 years ago
  77. 7cdcec9 Merge branches 'pm-cpuidle' and 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  78. 29be634 Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  79. 3b5a7ab Input: add SW_MUTE_DEVICE switch definition by Ping Cheng · 11 years ago
  80. 09759d1 Merge tag 'sound-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  81. 53c6de5 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 8ecffd7 Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  83. d644c02 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  84. 55ef003 Merge tag 'iio-fixes-for-3.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  85. d930f00 Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus by Mark Brown · 11 years ago
  86. 95f19f6 epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled by Amit Pundir · 11 years ago
  87. c9a9972 gpiolib: add missing declarations by Alexandre Courbot · 11 years ago
  88. 471e42a usb: wusbcore: fix deadlock in wusbhc_gtk_rekey by Thomas Pugliese · 11 years ago
  89. 7ce5a27 Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()." by David S. Miller · 11 years ago
  90. 751d17e iio: hid-sensors: Fix power and report state by Srinivas Pandruvada · 11 years ago
  91. 9f740ff HID: hid-sensor-hub: Add logical min and max by Srinivas Pandruvada · 11 years ago
  92. 8496e85 PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present by Rafael J. Wysocki · 11 years ago
  93. 35773da usb: xhci: Link TRB must not occur within a USB payload burst by David Laight · 11 years ago
  94. a45299e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. a0b57ca Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  96. e321ae4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  97. 5fc92de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  98. c727709 security: shmem: implement kernel private shmem inodes by Eric Paris · 11 years ago
  99. 23fd78d KEYS: Fix multiple key add into associative array by David Howells · 11 years ago
  100. 98bf836 net/hsr: Support iproute print_opt ('ip -details ...') by Arvid Brodin · 11 years ago