1. 398f878 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 11 years ago
  2. 0ab02ca cgroup: protect modifications to cgroup_idr with cgroup_mutex by Li Zefan · 11 years ago
  3. f7cef06 Merge branch 'driver-core-next' into cgroup/for-3.15 by Tejun Heo · 11 years ago
  4. 1a698a4 Merge branch 'for-3.14-fixes' into for-3.15 by Tejun Heo · 11 years ago
  5. 3417ae1 cgroup: remove cgroup_root_mutex by Tejun Heo · 11 years ago
  6. 69e943b cgroup: update locking in cgroup_show_options() by Tejun Heo · 11 years ago
  7. aec2502 cgroup: rename cgroup_subsys->subsys_id to ->id by Tejun Heo · 11 years ago
  8. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 11 years ago
  9. 3ed80a6 cgroup: drop module support by Tejun Heo · 11 years ago
  10. af63633 cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup() by Tejun Heo · 11 years ago
  11. 48573a8 cgroup: fix locking in cgroup_cfts_commit() by Tejun Heo · 11 years ago
  12. b58c899 cgroup: fix error return from cgroup_create() by Tejun Heo · 11 years ago
  13. eb46bf8 cgroup: fix error return value in cgroup_mount() by Tejun Heo · 11 years ago
  14. ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 12 years ago
  15. fa4cd45 sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() by Tejun Heo · 12 years ago
  16. 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 12 years ago
  17. 0c23b22 kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename() by Tejun Heo · 12 years ago
  18. 2536390 kernfs: add kernfs_open_file->priv by Tejun Heo · 12 years ago
  19. 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 12 years ago
  20. d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 12 years ago
  21. b9c9dad kernfs: add missing kernfs_active() checks in directory operations by Tejun Heo · 12 years ago
  22. 6a7fed4 kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options() by Tejun Heo · 12 years ago
  23. 90c07c8 kernfs: rename kernfs_dir_ops to kernfs_syscall_ops by Tejun Heo · 12 years ago
  24. 07c7530 kernfs: invoke dir_ops while holding active ref of the target node by Tejun Heo · 12 years ago
  25. ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 12 years ago
  26. 0b60f9e s390: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 12 years ago
  27. ac0ece9 scsi: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 12 years ago
  28. bc6caf0 pci: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 12 years ago
  29. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 12 years ago
  30. 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 12 years ago
  31. 182fd64 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 12 years ago
  32. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 12 years ago
  33. ccf02aa kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate() by Tejun Heo · 12 years ago
  34. 35beab0 kernfs: restructure removal path to fix possible premature return by Tejun Heo · 12 years ago
  35. abd54f0 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 12 years ago
  36. a660793 kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag by Tejun Heo · 12 years ago
  37. fee0c54 dma-buf: avoid using IS_ERR_OR_NULL by Colin Cross · 12 years ago
  38. ab3f5fa cgroup: use an ordered workqueue for cgroup destruction by Hugh Dickins · 12 years ago
  39. 0a6be65 nfs: include xattr.h from fs/nfs/nfs3proc.c by Tejun Heo · 12 years ago
  40. 230579d cpuset: update MAINTAINERS entry by Li Zefan · 12 years ago
  41. 1ff6bbf arm, pm, vmpressure: add missing slab.h includes by Tejun Heo · 12 years ago
  42. 38dbfb5 Linus 3.14-rc1 by Linus Torvalds · 12 years ago
  43. 69048e0 Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
  44. 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 12 years ago
  45. 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 12 years ago
  46. 9dabf60 parisc: add flexible mmap memory layout support by Helge Deller · 12 years ago
  47. f5a408d parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc by Guy Martin · 12 years ago
  48. 9391bc7 parisc: convert uapi/asm/stat.h to use native types only by Helge Deller · 12 years ago
  49. 998bbb2 parisc: wire up sched_setattr and sched_getattr by Helge Deller · 12 years ago
  50. 57737c4 parisc: fix cache-flushing by Helge Deller · 12 years ago
  51. 8a10bc9 parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 12 years ago
  52. 602456b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 12 years ago
  53. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  54. 87af5e5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  55. e4c0da2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  56. 632007e hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors by Jean Delvare · 12 years ago
  57. 920130a hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors by Jean Delvare · 12 years ago
  58. 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 12 years ago
  59. f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 12 years ago
  60. 5cb480f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  61. 1bda2ac afs: proc cells and rootcell are writeable by Pali Rohár · 12 years ago
  62. 5a5e75f tile: remove compat_sys_lookup_dcookie declaration to fix compile error by Heiko Carstens · 12 years ago
  63. 0f44bc3 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  64. efc518e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  65. fea8893 Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  66. 0448009 Revert "PCI: Remove from bus_list and release resources in pci_release_dev()" by Rafael J. Wysocki · 12 years ago
  67. f39aa27 ARM: multi_v7_defconfig: remove redundant entries and re-enable TI_EDMA by Olof Johansson · 12 years ago
  68. ad0c07f ARM: multi_v7_defconfig: add mvebu drivers by Olof Johansson · 12 years ago
  69. 50ac206 clocksource: kona: Add basic use of external clock by Tim Kryger · 12 years ago
  70. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  71. 14864a5 Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  72. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  73. 7c76203 drivers: bus: fix CCI driver kcalloc call parameters swap by Lorenzo Pieralisi · 12 years ago
  74. 94db37a ARM: dts: bcm28155-ap: Fix Card Detection GPIO by Tim Kryger · 12 years ago
  75. a00928f Merge tag 'renesas-dt-fixes2-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 12 years ago
  76. c2292c2 ARM: multi_v7_defconfig: Select CONFIG_AT803X_PHY by Fabio Estevam · 12 years ago
  77. e324f7c ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not set by Grygorii Strashko · 12 years ago
  78. f8505ef MAINTAINERS: ARM: SiRF: use regex patterns to involve all SiRF drivers by Barry Song · 12 years ago
  79. 167eeb4 Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 12 years ago
  80. 3f7c730 ARM: dts: zynq: Add SDHCI nodes by Soren Brinkmann · 12 years ago
  81. 4dd18ed ARM: hisi: don't select SMP by Rob Herring · 12 years ago
  82. db079b1 ARM: tegra: rebuild tegra_defconfig to add DEBUG_FS by Stephen Warren · 12 years ago
  83. d231fab ARM: multi_v7: copy most options from tegra_defconfig by Stephen Warren · 12 years ago
  84. afbf1e1 ARM: iop32x: fix power off handling for the EM7210 board by Linus Walleij · 12 years ago
  85. 608914b ARM: integrator: restore static map on the CP by Linus Walleij · 12 years ago
  86. 9d2a5e2 ARM: msm_defconfig: Enable MSM clock drivers by Stephen Boyd · 12 years ago
  87. 3933d26 ARM: dts: msm: Add clock controller nodes and hook into uart by Stephen Boyd · 12 years ago
  88. de70af4 ARM: OMAP4+: move errata initialization to omap4_pm_init_early by Nishanth Menon · 12 years ago
  89. 74ed7bd ARM: OMAP4460: cpuidle: Extend PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD on cpuidle by Strashko, Grygorii · 12 years ago
  90. d22e633 Fix mountpoint reference leakage in linkat by Oleg Drokin · 12 years ago
  91. deb2a1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 12 years ago
  92. bcc9f96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 12 years ago
  93. b168fff hfsplus: use xattr handlers for removexattr by Christoph Hellwig · 12 years ago
  94. e5fbf67 Typo in compat_sys_lseek() declaration by Stephan Springl · 12 years ago
  95. 807612d fs/super.c: sync ro remount after blocking writers by Andrew Ruder · 12 years ago
  96. 9115eac vfs: unexport the getname() symbol by Jeff Layton · 12 years ago
  97. b399c46 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  98. b890eb4 Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  99. 0ef38d7 alpha: fix broken network checksum by Mikulas Patocka · 12 years ago
  100. a9302e8 alpha: Enable system-call auditing support. by 蔡正龙 · 12 years ago