summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-142-0/+65
|\
| * time: export time information for KVM pvclockMarcelo Tosatti2012-11-281-0/+50
| * sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-281-0/+15
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-133-39/+17Star
|\ \
| * | res_counter: delete res_counter_write()Greg Thelen2012-12-131-22/+0Star
| * | kthread: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-1/+1
| * | cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-16/+16
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-138-11/+12
|\ \ \
| * | | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-068-11/+12
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-133-195/+2Star
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-292-3/+19
| |\ \
| * | | userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-191-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-182-30/+38
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-1110-260/+236Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | time: remove the timecompare code.Richard Cochran2012-11-012-194/+1Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-197/+76Star
|\ \ \ \ \
| * | | | | do_coredump(): get rid of pt_regs argumentAl Viro2012-11-291-1/+1
| * | | | | print_fatal_signal(): get rid of pt_regs argumentAl Viro2012-11-291-2/+3
| * | | | | ptrace_signal(): get rid of unused argumentsAl Viro2012-11-291-4/+2Star
| * | | | | get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-291-1/+1
| * | | | | flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-8/+5Star
| * | | | | death to idle_regs()Al Viro2012-11-291-6/+0Star
| * | | | | don't pass regs to copy_process()Al Viro2012-11-291-4/+2Star
| * | | | | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * | | | | audit: no nested contexts anymore...Al Viro2012-11-291-81/+21Star
| * | | | | generic sys_fork / sys_vfork / sys_cloneAl Viro2012-11-291-0/+43
| * | | | | kill daemonize()Al Viro2012-11-291-92/+0Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-129-677/+758
|\ \ \ \ \
| * | | | | cgroup_rm_file: don't delete the uncreated filesGao feng2012-12-061-6/+6
| * | | | | cgroup: remove subsystem files when remounting cgroupGao feng2012-12-031-2/+9
| * | | | | cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng2012-11-301-1/+3
| * | | | | cgroup: warn about broken hierarchies only after css_onlineGlauber Costa2012-11-301-9/+9
| * | | | | cgroup: list_del_init() on removed eventsGreg Thelen2012-11-281-2/+2
| * | | | | cgroup: fix lockdep warning for event_controlGreg Thelen2012-11-281-3/+8
| * | | | | cgroup: move list add after list head initilizationLi Zhong2012-11-281-1/+1
| * | | | | cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma2012-11-201-5/+3Star
| * | | | | cgroup: add cgroup->idTejun Heo2012-11-191-1/+14
| * | | | | cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2012-11-192-48/+36Star
| * | | | | cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo2012-11-191-16/+12Star
| * | | | | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-195-52/+53
| * | | | | cgroup: allow ->post_create() to failTejun Heo2012-11-192-11/+22
| * | | | | cgroup: update cgroup_create() failure pathTejun Heo2012-11-191-7/+14
| * | | | | cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo2012-11-191-3/+9
| * | | | | cgroup: simplify cgroup_load_subsys() failure pathTejun Heo2012-11-191-11/+10Star
| * | | | | cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo2012-11-191-23/+42
| * | | | | cgroup: separate out cgroup_destroy_locked()Tejun Heo2012-11-191-15/+25
| * | | | | cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo2012-11-191-1/+14
| * | | | | cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo2012-11-191-0/+4
| * | | | | cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo2012-11-191-3/+3
| * | | | | cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo2012-11-191-1/+1