summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo1-0/+1
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo1-4/+4
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo1-1/+1
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo1-0/+94
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo1-0/+1
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo1-0/+1
2012-11-07Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo92-2501/+2804
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo1-40/+1
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo1-1/+1
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo1-21/+0
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo1-6/+0
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo1-12/+0
2012-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+9
2012-11-03Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+8
2012-11-02hashtable: introduce a small and naive hashtableSasha Levin1-0/+192
2012-11-01Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+2
2012-11-01Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+3
2012-11-01KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-13/+2
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+9
2012-10-31xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-0/+8
2012-10-31Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds5-142/+158
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-0/+3
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+9
2012-10-28percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka1-4/+4
2012-10-28percpu-rw-semaphores: use light/heavy barriersMikulas Patocka1-13/+7
2012-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+4
2012-10-27freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov1-4/+3
2012-10-27mac80211: verify that skb data is presentJohannes Berg1-0/+9
2012-10-26Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+16
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2012-10-26Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+14
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+7
2012-10-26Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+3
2012-10-26rbtree: include linux/compiler.h for definition of __always_inlineWill Deacon1-0/+1
2012-10-25Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+0
2012-10-25dynamic_debug: Remove unnecessary __usedJoe Perches1-1/+1
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+1
2012-10-24perf, cpu hotplug: Use cached value of smp_processor_id()Srivatsa S. Bhat1-3/+4
2012-10-24perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabledSrivatsa S. Bhat1-0/+3
2012-10-24Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-24/+4
2012-10-23drm/radeon: add some new SI PCI idsAlex Deucher1-0/+3
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi1-0/+13
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng2-1/+3
2012-10-22extcon: standard cable names definition and declaration changedanish kumar1-1/+1
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-11/+0
2012-10-20Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2-7/+2
2012-10-20pidns: remove recursion from free_pid_ns()Cyrill Gorcunov1-7/+1
2012-10-20linux/coredump.h needs asm/siginfo.hRichard Weinberger1-0/+1
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1524-41584/+58245