19 Jun, 2013
1 commit
-
Most of the stuff from kernel/sched.c was moved to kernel/sched/core.c long time
back and the comments/Documentation never got updated.I figured it out when I was going through sched-domains.txt and so thought of
fixing it globally.I haven't crossed check if the stuff that is referenced in sched/core.c by all
these files is still present and hasn't changed as that wasn't the motive behind
this patch.Signed-off-by: Viresh Kumar
Signed-off-by: Peter Zijlstra
Link: http://lkml.kernel.org/r/cdff76a265326ab8d71922a1db5be599f20aad45.1370329560.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar
10 Oct, 2012
1 commit
-
[it seems that I sent it to the wrong maintainer at first... sorry for that]
copy_from_user was meant instead of copy_to_user.Signed-off-by: Richard Genoud
Signed-off-by: Richard Weinberger
02 Nov, 2011
2 commits
-
Signed-off-by: Jonathan Neuschäfer
Signed-off-by: Richard Weinberger -
If you can't read this patch, please run:
sed -i -e "s/[^\o10]\o10//g" \
Documentation/virtual/uml/UserModeLinux-HOWTO.txtSigned-off-by: Jonathan Neuschäfer
Signed-off-by: Richard Weinberger
25 May, 2011
1 commit
-
The ucast transport is similar to the mcast transport (and, in fact,
shares most of its code), only it uses UDP unicast to move packets.Obviously this is only useful for point-to-point connections between
virtual ethernet devices.Signed-off-by: Nolan Leake
Signed-off-by: Richard Weinberger
Cc: David Miller
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
07 May, 2011
1 commit
-
cd Documentation
mkdir virtual
git mv kvm uml lguest virtualSigned-off-by: Rob Landley
Signed-off-by: Randy Dunlap