1. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 13 years ago
  2. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 13 years ago
  3. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 13 years ago
  4. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 13 years ago
  5. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 13 years ago
  6. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 13 years ago
  7. 6387698 cgroup: add css_parent() by Tejun Heo · 13 years ago
  8. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 13 years ago
  9. 6d37b97 netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state by Tejun Heo · 13 years ago
  10. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 13 years ago
  11. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 13 years ago
  12. e14880f cgroup: implement cgroup_from_id() by Li Zefan · 13 years ago
  13. b414dc0 cgroup: document how cgroup IDs are assigned by Li Zefan · 13 years ago
  14. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 13 years ago
  15. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 13 years ago
  16. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 13 years ago
  17. 9903883f Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 13 years ago
  18. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  19. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  20. 0edcd16 Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 13 years ago
  21. d4d1cda Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 13 years ago
  22. 7728f03 Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  23. 8cbd0ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 13 years ago
  24. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  25. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  26. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  27. c72bb31 Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 13 years ago
  28. db6e330 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 13 years ago
  29. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 13 years ago
  30. 4e2e277 zbud: add to mm/ by Seth Jennings · 13 years ago
  31. 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 13 years ago
  32. 8133633 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 13 years ago
  33. 5f12972 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 13 years ago
  34. 15a49b9 Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 13 years ago
  35. bfffbea Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  36. 34ae0a6 Merge tag 'for-3.11-rc1' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 13 years ago
  37. 7d3107d Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 13 years ago
  38. 3aa78e0 Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next by Linus Torvalds · 13 years ago
  39. 50aaa6b Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  40. bb93109 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 13 years ago
  41. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  42. add0c59 cgroup: remove bcache_subsys_id which got added stealthily by Tejun Heo · 13 years ago
  43. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  44. 5f097cd Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev by Linus Torvalds · 13 years ago
  45. 43f291c NFS: Make nfs_attribute_cache_expired() non-static by Scott Mayhew · 13 years ago
  46. a82a729 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 13 years ago
  47. 899dd38 Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  48. cc22988 virtio: support unlocked queue poll by Michael S. Tsirkin · 13 years ago
  49. 9a5889a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  50. e3a0dd9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  51. 76b1e9b net/fs: change busy poll time accounting by Eliezer Tamir · 13 years ago
  52. 8b8cf89 libceph: fix invalid unsigned->signed conversion for timespec encoding by Josh Durgin · 13 years ago
  53. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  54. c75e247 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  55. df642ce lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() by Akinobu Mita · 13 years ago
  56. c72ac7a lib: add lz4 compressor module by Chanho Min · 13 years ago
  57. e76e1fd lib: add support for LZ4-compressed kernel by Kyungsik Lee · 13 years ago
  58. cffb78b decompressor: add LZ4 decompressor module by Kyungsik Lee · 13 years ago
  59. 1b3a5d0 reboot: move arch/x86 reboot= handling to generic kernel by Robin Holt · 13 years ago
  60. 7b6d864 reboot: arm: change reboot_mode to use enum reboot_mode by Robin Holt · 13 years ago
  61. c97a700 reboot: unicore32: prepare reboot_mode for moving to generic kernel code by Robin Holt · 13 years ago
  62. edf2b13 reboot: x86: prepare reboot_mode for moving to generic kernel code by Robin Holt · 13 years ago
  63. 972ee83 reboot: checkpatch.pl the new kernel/reboot.c file by Robin Holt · 13 years ago
  64. d12e1e5 ipc/sem.c: replace shared sem_otime with per-semaphore value by Manfred Spraul · 13 years ago
  65. 1a82e9e ipc/sem: separate wait-for-zero and alter tasks into seperate queues by Manfred Spraul · 13 years ago
  66. 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 13 years ago
  67. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 13 years ago
  68. ef277c7 page migration: fix wrong comment in address_space_operations.migratepage() by Tang Chen · 13 years ago
  69. 64363aa mm: remove unused VM_<READfoo> macros and expand other in-place by Joe Perches · 13 years ago
  70. fc6df80 mm/writeback: commit reason of WB_REASON_FORKER_THREAD mismatch name by Wanpeng Li · 13 years ago
  71. 6ce1bc8 mm/writeback: remove wb_reason_name by Wanpeng Li · 13 years ago
  72. 1205784 fs/fs-writeback.c: : make wb_do_writeback() as static by Haicheng Li · 13 years ago
  73. b21fbcc mm: remove unused functions is_{normal_idx, normal, dma32, dma} by Zhang Yanfei · 13 years ago
  74. 537926c include/linux/gfp.h: fix the comment for GFP_ZONE_TABLE by Zhang Yanfei · 13 years ago
  75. 20fc02b mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED by Zhang Yanfei · 13 years ago
  76. 79f6530 audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record by Jeff Layton · 13 years ago
  77. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 13 years ago
  78. c5610a5d virtio: include asm/barrier explicitly by Michael S. Tsirkin · 13 years ago
  79. 62525a0 virtio: VIRTIO_F_ANY_LAYOUT feature by Rusty Russell · 13 years ago
  80. e8d3924 thermal: cpu_cooling: fix stub function by Arnd Bergmann · 13 years ago
  81. 7012b02 locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglock by Jeff Layton · 13 years ago
  82. 0bc7738 seq_file: add seq_list_*_percpu helpers by Jeff Layton · 13 years ago
  83. 0eb5afb xtensa: remove the second argument of __bio_kmap_atomic() by Zhao Hongjiang · 13 years ago
  84. 80b4526 9P: Add cancelled() to the transport functions. by Simon Derr · 13 years ago
  85. 2f28c8b net/9p: add privport option to 9p tcp transport by Jim Garlick · 13 years ago
  86. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 13 years ago
  87. 11fee8a target: remove unused codes from enum tcm_tmrsp_table by Joern Engel · 13 years ago
  88. e5c0d6a target: Add tracepoints for SCSI commands being processed by Roland Dreier · 13 years ago
  89. b2cb964 iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED by Nicholas Bellinger · 13 years ago
  90. d2b4a64 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  91. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. 561bf15 iscsi-target: Fix iscsit_sequence_cmd reject handling for iser by Nicholas Bellinger · 13 years ago
  93. ba15991 iscsi-target: Fix iscsit_add_reject* usage for iser by Nicholas Bellinger · 13 years ago
  94. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  95. 2cb7b5a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 13 years ago
  96. b2c3110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  97. 4517547 Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 13 years ago
  98. dcaff04 mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL register by Oded Gabbay · 13 years ago
  99. 84d08fa helper for reading ->d_count by Al Viro · 13 years ago
  100. 332962f clocksource: Reselect clocksource when watchdog validated high-res capability by Thomas Gleixner · 13 years ago