1. a8a648c cgroup: remove cgroup->actual_subsys_mask by Tejun Heo · 11 years ago
  2. 9871bf9 cgroup: prefix global variables with "cgroup_" by Tejun Heo · 11 years ago
  3. 02c402d cgroup: convert CFTYPE_* flags to enums by Tejun Heo · 11 years ago
  4. 03c78cb cgroup: rename cont to cgrp by Li Zefan · 11 years ago
  5. 00356bd cgroup: clean up cgroup_serial_nr_cursor by Tejun Heo · 11 years ago
  6. e8c82d2 cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre() by Li Zefan · 11 years ago
  7. 794611a cgroup: make serial_nr_cursor available throughout cgroup.c by Li Zefan · 11 years ago
  8. f57947d cgroup: fix memory leak in cgroup_rm_cftypes() by Li Zefan · 11 years ago
  9. 1c8158e cgroup: fix umount vs cgroup_event_remove() race by Li Zefan · 11 years ago
  10. 084457f cgroup: fix umount vs cgroup_cfts_commit() race by Li Zefan · 11 years ago
  11. 6db8e85 cgroup: disallow rename(2) if sane_behavior by Tejun Heo · 11 years ago
  12. f63674f cgroup: update sane_behavior documentation by Tejun Heo · 11 years ago
  13. d3daf28 cgroup: use percpu refcnt for cgroup_subsys_states by Tejun Heo · 11 years ago
  14. 2b0e53a Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into for-3.11 by Tejun Heo · 11 years ago
  15. ea15f8c cgroup: split cgroup destruction into two steps by Tejun Heo · 11 years ago
  16. 455050d cgroup: reorder the operations in cgroup_destroy_locked() by Tejun Heo · 11 years ago
  17. dbece3a percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_confirm() by Tejun Heo · 11 years ago
  18. bc497bd percpu-refcount: implement percpu_ref_cancel_init() by Tejun Heo · 11 years ago
  19. acac788 percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_ONCE() in percpu_ref_kill_rcu() by Tejun Heo · 11 years ago
  20. 6f3d828f0 cgroup: remove cgroup->count and use by Tejun Heo · 11 years ago
  21. ddd6914 cgroup: drop unnecessary RCU dancing from __put_css_set() by Tejun Heo · 11 years ago
  22. 54766d4 cgroup: rename CGRP_REMOVED to CGRP_DEAD by Tejun Heo · 11 years ago
  23. 5de0107 cgroup: clean up css_[try]get() and css_put() by Tejun Heo · 11 years ago
  24. f4f4be2 cgroup: use kzalloc() instead of kmalloc() by Tejun Heo · 11 years ago
  25. 69d0206 cgroup: bring some sanity to naming around cg_cgroup_link by Tejun Heo · 11 years ago
  26. 5abb885 cgroup: consistently use @cset for struct css_set variables by Tejun Heo · 11 years ago
  27. 3fc3db9 cgroup: remove now unused css_depth() by Tejun Heo · 11 years ago
  28. ac89906 percpu-refcount: cosmetic updates by Tejun Heo · 11 years ago
  29. 6a24474 percpu-refcount: consistently use plain (non-sched) RCU by Tejun Heo · 11 years ago
  30. d5c56ce cgroup: clean up the cftype array for the base cgroup files by Tejun Heo · 11 years ago
  31. cc5943a cgroup: mark "notify_on_release" and "release_agent" cgroup files insane by Tejun Heo · 11 years ago
  32. f12dc02 cgroup: mark "tasks" cgroup file as insane by Tejun Heo · 11 years ago
  33. c1ae6e9 percpu-refcount: Don't use silly cmpxchg() by Kent Overstreet · 11 years ago
  34. 215e262 percpu: implement generic percpu refcounting by Kent Overstreet · 11 years ago
  35. 042dd60 Merge tag 'regulator-v3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  36. 0ab6087 Merge tag 'jfs-3.10-rc5' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  37. aa4f608 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  38. 286e050 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  39. 7d80fea Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  40. 338e33a Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  41. d683b96 Linux 3.10-rc4 by Linus Torvalds · 11 years ago
  42. 52a2a10 sata_rcar: fix interrupt handling by Sergei Shtylyov · 11 years ago
  43. cc86397 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  44. 4edb386 parisc: parport0: fix this legacy no-device port driver! by Helge Deller · 11 years ago
  45. c218c71 parport_pc: disable PARPORT_PC_SUPERIO on parisc architecture by Helge Deller · 11 years ago
  46. b204a4d parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus resources (v2) by Helge Deller · 11 years ago
  47. b47d493 parisc/PCI: Set type for LBA bus_num resource by Bjorn Helgaas · 11 years ago
  48. 2b6bac9 MAINTAINERS: update parisc architecture file list by Helge Deller · 11 years ago
  49. ea99b1a parisc: kernel: using strlcpy() instead of strcpy() by Chen Gang · 11 years ago
  50. 7660390 parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000" by Paul Bolle · 11 years ago
  51. ae249b5 parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50 by Helge Deller · 11 years ago
  52. 3f108de parisc: memory overflow, 'name' length is too short for using by Chen Gang · 11 years ago
  53. aa3ae6d Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  54. 008bd2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  55. 0f7dafd Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  56. c361cb5 Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev by Linus Torvalds · 11 years ago
  57. 6cf3c736 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  58. f8cb279 Merge tag 'nfs-for-3.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  59. badec11 powerpc/cputable: Fix typo on P7+ cputable entry by Will Schmidt · 11 years ago
  60. 58a032c powerpc/perf: Add missing SIER support by Michael Ellerman · 11 years ago
  61. cbda6aa powerpc/perf: Revert to original NO_SIPR logic by Michael Ellerman · 11 years ago
  62. 858957a powerpc/pci: Remove the unused variables in pci_process_bridge_OF_ranges by Kevin Hao · 11 years ago
  63. 2798389 powerpc/pci: Remove the stale comments of pci_process_bridge_OF_ranges by Kevin Hao · 11 years ago
  64. f274ef8 powerpc/pseries: Always enable CONFIG_HOTPLUG_CPU on PSERIES SMP by Srivatsa S. Bhat · 11 years ago
  65. 8e44ddc powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation by Paul Mackerras · 11 years ago
  66. f7b3367 powerpc/32bit:Store temporary result in r0 instead of r8 by Priyanka Jain · 11 years ago
  67. 0608d69 powerpc/mm: Always invalidate tlb on hpte invalidate and update by Aneesh Kumar K.V · 11 years ago
  68. 280a5ba powerpc/pseries: Improve stream generation comments in copypage/user by Michael Neuling · 11 years ago
  69. a515348 powerpc/pseries: Kill all prefetch streams on context switch by Michael Neuling · 11 years ago
  70. 2ac6f42 powerpc/cputable: Fix oprofile_cpu_type on power8 by Nishanth Aravamudan · 11 years ago
  71. e242114 powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU by chenhui zhao · 11 years ago
  72. 2b3f8e8 powerpc/tm: Fix userspace stack corruption on signal delivery for active transactions by Michael Neuling · 11 years ago
  73. b75c100 powerpc/tm: Move TM abort cause codes to uapi by Michael Neuling · 11 years ago
  74. 6ce6c62 powerpc/tm: Abort on emulation and alignment faults by Michael Neuling · 11 years ago
  75. 24b9237 powerpc/tm: Update cause codes documentation by Michael Neuling · 11 years ago
  76. 35f7097 powerpc/tm: Make room for hypervisor in abort cause codes by Michael Neuling · 11 years ago
  77. 1d822d6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  78. 7cfb953 Merge tag 'for-linus-v3.10-rc4-crc-xattr-fixes' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  79. e8d256a Merge tag 'for-linus-v3.10-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  80. 977b55c Merge tag 'please-pull-aertracefix' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 11 years ago
  81. fe696b4 Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  82. a1457c0 reiserfs: fix deadlock with nfs racing on create/lookup by Jeff Mahoney · 11 years ago
  83. 4a85701 reiserfs: fix problems with chowning setuid file w/ xattrs by Jeff Mahoney · 11 years ago
  84. 0bdc7ac reiserfs: fix spurious multiple-fill in reiserfs_readdir_dentry by Jeff Mahoney · 11 years ago
  85. 4ad1f70 zoran: racy refcount handling in vm_ops ->open()/->close() by Al Viro · 11 years ago
  86. 56c21b5 atmel_lcdfb: blank the backlight on remove by Richard Genoud · 11 years ago
  87. 65ac057 trivial: atmel_lcdfb: add missing error message by Richard Genoud · 11 years ago
  88. 448293a befs_readdir(): do not increment ->f_pos if filldir tells us to stop by Al Viro · 11 years ago
  89. 31abdab hpfs: deadlock and race in directory lseek() by Al Viro · 11 years ago
  90. 1d7095c qnx6: qnx6_readdir() has a braino in pos calculation by Al Viro · 11 years ago
  91. 801d9d2 fix buffer leak after "scsi: saner replacements for ->proc_info()" by Jan Beulich · 11 years ago
  92. 5d477b6 vfs: Fix invalid ida_remove() call by Takashi Iwai · 11 years ago
  93. e86cbd8 s390/pgtable: Fix gmap notifier address by Christian Borntraeger · 11 years ago
  94. 8b811ba s390/dasd: fix handling of gone paths by Stefan Weinhuber · 11 years ago
  95. 9955ac4 arm64: don't kill the kernel on a bad esr from el0 by Mark Rutland · 11 years ago
  96. 381cc2b arm64: treat unhandled compat el0 traps as undef by Mark Rutland · 11 years ago
  97. df66834 m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTK by Finn Thain · 11 years ago
  98. aafc9d1 iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling by Nicholas Bellinger · 11 years ago
  99. d5ddad416 target: Propigate up ->cmd_kref put return via transport_generic_free_cmd by Nicholas Bellinger · 11 years ago
  100. a93cb29 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago