Side note: to see this in action, just do
gitk linus..
on that branch tip. Or look at the shortlog output without --no-merges:
Avi Kivity (1):
x86: fix crash on cpu hotplug on pat-incapable machines
Ingo Molnar (6):
Merge branch 'linus' into x86/urgent
Merge branch 'linus' into x86/urgent
Merge branch 'linus' into x86/urgent
Merge branch 'x86/urgent' of e2:tip into x86/urgent
x86: remove mwait capability C-state check
Merge branch 'linus' into x86/urgent
Thomas Gleixner (1):
x86: disable mwait for AMD family 10H/11H CPUs
where those five merges (I know, I said six, I can't count, sue me) don't
actually seem to do anything useful as far as x86 is concerned, ie they
have nothing to do with the work that you were actually doing.
Linus
--