summaryrefslogtreecommitdiffstats
path: root/drivers/ata (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-25cgroup: implement for_each_[builtin_]subsys()Tejun Heo1-76/+71
2013-06-25cgroup: move init_css_set initialization inside cgroup_mutexTejun Heo1-4/+4
2013-06-25cgroup: s/for_each_subsys()/for_each_root_subsys()/Tejun Heo1-25/+22
2013-06-25cgroup: clean up find_css_set() and friendsTejun Heo1-21/+17
2013-06-25cgroup: remove cgroup->actual_subsys_maskTejun Heo2-17/+13
2013-06-25cgroup: prefix global variables with "cgroup_"Tejun Heo1-76/+77
2013-06-25cgroup: convert CFTYPE_* flags to enumsTejun Heo1-3/+5
2013-06-19cgroup: rename cont to cgrpLi Zefan2-13/+13
2013-06-18cgroup: clean up cgroup_serial_nr_cursorTejun Heo1-7/+8
2013-06-18cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan2-42/+44
2013-06-18cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan1-8/+10
2013-06-18cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan1-1/+2
2013-06-18cgroup: fix umount vs cgroup_event_remove() raceLi Zefan1-6/+19
2013-06-18cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan1-1/+8
2013-06-18cgroup: disallow rename(2) if sane_behaviorTejun Heo2-0/+9
2013-06-14cgroup: update sane_behavior documentationTejun Heo1-5/+6
2013-06-14cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo2-76/+112
2013-06-14cgroup: split cgroup destruction into two stepsTejun Heo2-12/+28
2013-06-14cgroup: reorder the operations in cgroup_destroy_locked()Tejun Heo1-26/+35
2013-06-14percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2-7/+66
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2-0/+32
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2-4/+3
2013-06-13cgroup: remove cgroup->count and useTejun Heo2-22/+5
2013-06-13cgroup: drop unnecessary RCU dancing from __put_css_set()Tejun Heo1-10/+10
2013-06-13cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo2-17/+15
2013-06-13cgroup: clean up css_[try]get() and css_put()Tejun Heo1-24/+24
2013-06-13cgroup: use kzalloc() instead of kmalloc()Tejun Heo1-7/+7
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo2-121/+120
2013-06-13cgroup: consistently use @cset for struct css_set variablesTejun Heo1-107/+109
2013-06-13cgroup: remove now unused css_depth()Tejun Heo2-13/+0
2013-06-13percpu-refcount: cosmetic updatesTejun Heo2-6/+9
2013-06-13percpu-refcount: consistently use plain (non-sched) RCUTejun Heo1-4/+4
2013-06-05cgroup: clean up the cftype array for the base cgroup filesTejun Heo1-23/+24
2013-06-05cgroup: mark "notify_on_release" and "release_agent" cgroup files insaneTejun Heo1-1/+2
2013-06-05cgroup: mark "tasks" cgroup file as insaneTejun Heo1-0/+1
2013-06-04percpu-refcount: Don't use silly cmpxchg()Kent Overstreet1-15/+4
2013-06-04percpu: implement generic percpu refcountingKent Overstreet3-1/+251
2013-06-02Linux 3.10-rc4v3.10-rc4Linus Torvalds1-1/+1
2013-06-02sata_rcar: fix interrupt handlingSergei Shtylyov1-12/+11
2013-06-01parisc: parport0: fix this legacy no-device port driver!Helge Deller2-4/+4
2013-06-01parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureHelge Deller1-1/+1
2013-06-01parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r...Helge Deller1-4/+4
2013-06-01parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas1-0/+1
2013-06-01MAINTAINERS: update parisc architecture file listHelge Deller1-0/+8
2013-06-01parisc: kernel: using strlcpy() instead of strcpy()Chen Gang1-1/+2
2013-06-01parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Paul Bolle1-1/+1
2013-06-01parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller1-4/+1
2013-06-01parisc: memory overflow, 'name' length is too short for usingChen Gang1-1/+1
2013-06-01powerpc/cputable: Fix typo on P7+ cputable entryWill Schmidt1-1/+1
2013-06-01powerpc/perf: Add missing SIER supportMichael Ellerman1-12/+25