aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-06-24cgroup: convert CFTYPE_* flags to enumsTejun Heo1-3/+5
2013-06-19cgroup: rename cont to cgrpLi Zefan1-2/+2
2013-06-18cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()Li Zefan1-6/+0
2013-06-18cgroup: disallow rename(2) if sane_behaviorTejun Heo1-0/+2
2013-06-13cgroup: update sane_behavior documentationTejun Heo1-5/+6
2013-06-13cgroup: use percpu refcnt for cgroup_subsys_statesTejun Heo1-15/+8
2013-06-13Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu into for-3.11Tejun Heo27-39/+328
2013-06-13cgroup: split cgroup destruction into two stepsTejun Heo1-1/+1
2013-06-13percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_confirm()Tejun Heo1-1/+49
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo1-0/+1
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_ONCE() in percpu_ref_kill_rcu()Tejun Heo1-1/+2
2013-06-13cgroup: remove cgroup->count and useTejun Heo1-6/+0
2013-06-13cgroup: rename CGRP_REMOVED to CGRP_DEADTejun Heo1-1/+1
2013-06-13cgroup: clean up css_[try]get() and css_put()Tejun Heo1-24/+24
2013-06-13cgroup: bring some sanity to naming around cg_cgroup_linkTejun Heo1-8/+7
2013-06-13cgroup: remove now unused css_depth()Tejun Heo1-1/+0
2013-06-12percpu-refcount: cosmetic updatesTejun Heo1-3/+5
2013-06-12percpu-refcount: consistently use plain (non-sched) RCUTejun Heo1-4/+4
2013-06-03percpu: implement generic percpu refcountingKent Overstreet1-0/+122
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz1-2/+3
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-0/+9
2013-05-24Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-8/+32
2013-05-24Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2013-05-24linux/kernel.h: fix kernel-doc warningRandy Dunlap1-2/+3
2013-05-24wait: fix false timeouts when using wait_event_timeout()Imre Deak1-5/+11
2013-05-24rapidio: add enumeration/discovery start from user spaceAlexandre Bounine1-2/+7
2013-05-24rapidio: make enumeration/discovery configurableAlexandre Bounine2-1/+13
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+20
2013-05-24cgroup: update iterators to use cgroup_next_sibling()Tejun Heo1-4/+14
2013-05-24cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo1-0/+10
2013-05-24cgroup: make cgroup_is_removed() staticTejun Heo1-1/+0
2013-05-24Merge branch 'for-3.10-fixes' into for-3.11Tejun Heo1-1/+1
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-1/+1
2013-05-23Merge tag 'pci-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2013-05-23Merge tag 'tty-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-3/+6
2013-05-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2013-05-22Merge tag 'omap-fixes-a-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixesOlof Johansson1-2/+0
2013-05-22Merge tag 'mfd-fixes-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixesLinus Torvalds1-2/+0
2013-05-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-2/+3
2013-05-22Add include dependencies to <linux/printk.h>.Ralf Baechle1-0/+1
2013-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+4
2013-05-20tty/vt: Fix vc_deallocate() lock orderPeter Hurley1-1/+1
2013-05-20Merge tag 'pinctrl-fixes-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-6/+6
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2-2/+3
2013-05-19SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar1-2/+0
2013-05-18Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+3
2013-05-17PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu1-0/+2
2013-05-17bcma: add more core IDsRafał Miłecki1-1/+4