1. 21a2d34 cgroup: simplify dynamic cftype addition and removal by Tejun Heo · 10 years ago
  2. 0adb070 cgroup: remove cftype_set by Tejun Heo · 10 years ago
  3. 80b1358 cgroup: relocate cgroup_rm_cftypes() by Tejun Heo · 10 years ago
  4. 86bf4b6 cgroup: warn if "xattr" is specified with "sane_behavior" by Tejun Heo · 10 years ago
  5. 2bd59d4 cgroup: convert to kernfs by Tejun Heo · 10 years ago
  6. f2e85d5 cgroup: relocate functions in preparation of kernfs conversion by Tejun Heo · 10 years ago
  7. 59f5296 cgroup: misc preps for kernfs conversion by Tejun Heo · 10 years ago
  8. b166492 cgroup: introduce cgroup_ino() by Tejun Heo · 10 years ago
  9. 2da440a cgroup: introduce cgroup_init/exit_cftypes() by Tejun Heo · 10 years ago
  10. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 10 years ago
  11. de00ffa cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes() by Tejun Heo · 10 years ago
  12. 8d7e6fb cgroup: update cgroup name handling by Tejun Heo · 10 years ago
  13. d427dfe cgroup: factor out cgroup_setup_root() from cgroup_mount() by Tejun Heo · 10 years ago
  14. 8e30e2b cgroup: restructure locking and error handling in cgroup_mount() by Tejun Heo · 10 years ago
  15. 4ac0601 cgroup: release cgroup_mutex over file removals by Tejun Heo · 10 years ago
  16. ace2bee cgroup: introduce cgroup_tree_mutex by Tejun Heo · 10 years ago
  17. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 10 years ago
  18. 398f878 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 10 years ago
  19. 0ab02ca cgroup: protect modifications to cgroup_idr with cgroup_mutex by Li Zefan · 10 years ago
  20. f7cef06 Merge branch 'driver-core-next' into cgroup/for-3.15 by Tejun Heo · 10 years ago
  21. 1a698a4 Merge branch 'for-3.14-fixes' into for-3.15 by Tejun Heo · 10 years ago
  22. 3417ae1 cgroup: remove cgroup_root_mutex by Tejun Heo · 10 years ago
  23. 69e943b cgroup: update locking in cgroup_show_options() by Tejun Heo · 10 years ago
  24. aec2502 cgroup: rename cgroup_subsys->subsys_id to ->id by Tejun Heo · 10 years ago
  25. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  26. 3ed80a6 cgroup: drop module support by Tejun Heo · 10 years ago
  27. af63633 cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup() by Tejun Heo · 10 years ago
  28. 48573a8 cgroup: fix locking in cgroup_cfts_commit() by Tejun Heo · 10 years ago
  29. b58c899 cgroup: fix error return from cgroup_create() by Tejun Heo · 10 years ago
  30. eb46bf8 cgroup: fix error return value in cgroup_mount() by Tejun Heo · 10 years ago
  31. ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 10 years ago
  32. fa4cd45 sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() by Tejun Heo · 10 years ago
  33. 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 10 years ago
  34. 0c23b22 kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename() by Tejun Heo · 10 years ago
  35. 2536390 kernfs: add kernfs_open_file->priv by Tejun Heo · 10 years ago
  36. 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 10 years ago
  37. d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 10 years ago
  38. b9c9dad kernfs: add missing kernfs_active() checks in directory operations by Tejun Heo · 10 years ago
  39. 6a7fed4 kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options() by Tejun Heo · 10 years ago
  40. 90c07c8 kernfs: rename kernfs_dir_ops to kernfs_syscall_ops by Tejun Heo · 10 years ago
  41. 07c7530 kernfs: invoke dir_ops while holding active ref of the target node by Tejun Heo · 10 years ago
  42. ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 10 years ago
  43. 0b60f9e s390: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 10 years ago
  44. ac0ece9 scsi: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 10 years ago
  45. bc6caf0 pci: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 10 years ago
  46. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 10 years ago
  47. 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 10 years ago
  48. 182fd64 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 10 years ago
  49. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 10 years ago
  50. ccf02aa kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate() by Tejun Heo · 10 years ago
  51. 35beab0 kernfs: restructure removal path to fix possible premature return by Tejun Heo · 10 years ago
  52. abd54f0 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 10 years ago
  53. a660793 kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag by Tejun Heo · 10 years ago
  54. fee0c54 dma-buf: avoid using IS_ERR_OR_NULL by Colin Cross · 10 years ago
  55. ab3f5fa cgroup: use an ordered workqueue for cgroup destruction by Hugh Dickins · 10 years ago
  56. 0a6be65 nfs: include xattr.h from fs/nfs/nfs3proc.c by Tejun Heo · 10 years ago
  57. 230579d cpuset: update MAINTAINERS entry by Li Zefan · 10 years ago
  58. 1ff6bbf arm, pm, vmpressure: add missing slab.h includes by Tejun Heo · 10 years ago
  59. 38dbfb5 Linus 3.14-rc1 by Linus Torvalds · 10 years ago
  60. 69048e0 Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  61. 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 10 years ago
  62. 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 10 years ago
  63. 9dabf60 parisc: add flexible mmap memory layout support by Helge Deller · 10 years ago
  64. f5a408d parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc by Guy Martin · 10 years ago
  65. 9391bc7 parisc: convert uapi/asm/stat.h to use native types only by Helge Deller · 10 years ago
  66. 998bbb2 parisc: wire up sched_setattr and sched_getattr by Helge Deller · 10 years ago
  67. 57737c4 parisc: fix cache-flushing by Helge Deller · 10 years ago
  68. 8a10bc9 parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 10 years ago
  69. 602456b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  70. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 10 years ago
  71. 87af5e5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 10 years ago
  72. e4c0da2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  73. 632007e hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors by Jean Delvare · 10 years ago
  74. 920130a hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors by Jean Delvare · 10 years ago
  75. 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 10 years ago
  76. f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 10 years ago
  77. 5cb480f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  78. 1bda2ac afs: proc cells and rootcell are writeable by Pali Rohár · 10 years ago
  79. 5a5e75f tile: remove compat_sys_lookup_dcookie declaration to fix compile error by Heiko Carstens · 10 years ago
  80. 0f44bc3 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  81. efc518e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  82. fea8893 Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  83. 0448009 Revert "PCI: Remove from bus_list and release resources in pci_release_dev()" by Rafael J. Wysocki · 10 years ago
  84. f39aa27 ARM: multi_v7_defconfig: remove redundant entries and re-enable TI_EDMA by Olof Johansson · 10 years ago
  85. ad0c07f ARM: multi_v7_defconfig: add mvebu drivers by Olof Johansson · 10 years ago
  86. 50ac206 clocksource: kona: Add basic use of external clock by Tim Kryger · 11 years ago
  87. 8a1f006 Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  88. 14864a5 Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  89. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  90. 7c76203 drivers: bus: fix CCI driver kcalloc call parameters swap by Lorenzo Pieralisi · 10 years ago
  91. 94db37a ARM: dts: bcm28155-ap: Fix Card Detection GPIO by Tim Kryger · 10 years ago
  92. 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 · 10 years ago
  93. c2292c2 ARM: multi_v7_defconfig: Select CONFIG_AT803X_PHY by Fabio Estevam · 10 years ago
  94. e324f7c ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not set by Grygorii Strashko · 10 years ago
  95. f8505ef MAINTAINERS: ARM: SiRF: use regex patterns to involve all SiRF drivers by Barry Song · 10 years ago
  96. 167eeb4 Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixes by Olof Johansson · 10 years ago
  97. 3f7c730 ARM: dts: zynq: Add SDHCI nodes by Soren Brinkmann · 11 years ago
  98. 4dd18ed ARM: hisi: don't select SMP by Rob Herring · 10 years ago
  99. db079b1 ARM: tegra: rebuild tegra_defconfig to add DEBUG_FS by Stephen Warren · 10 years ago
  100. d231fab ARM: multi_v7: copy most options from tegra_defconfig by Stephen Warren · 10 years ago