summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fieldsLaurent Vivier2007-10-151-0/+3
* sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier2007-10-151-0/+1
* sched: enable wake-idle on CONFIG_SCHED_MC=yIngo Molnar2007-10-151-3/+4
* sched: reintroduce topology.h tuningsIngo Molnar2007-10-151-7/+5Star
* sched: debug, improve migration statisticsIngo Molnar2007-10-151-0/+18
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+1
* sched: prevent wakeup over-schedulingMike Galbraith2007-10-151-0/+1
* sched: group scheduling, sysfs tunablesDhaval Giani2007-10-151-0/+11
* sched: cleanup: rename task_grp to task_groupIngo Molnar2007-10-151-6/+6
* sched: cleanup, remove the TASK_NONINTERACTIVE flagMike Galbraith2007-10-151-2/+1Star
* sched: mark scheduling classes as constIngo Molnar2007-10-151-2/+2
* sched: speed up and simplify vslice calculationsPeter Zijlstra2007-10-151-1/+1
* sched: clean up schedstats, cnt -> countIngo Molnar2007-10-151-6/+6
* sched: undo some of the recent changesIngo Molnar2007-10-151-1/+0Star
* sched: add vslicePeter Zijlstra2007-10-151-0/+1
* sched: remove unneeded tunablesIngo Molnar2007-10-151-2/+0Star
* sched debug: BKL usage statisticsIngo Molnar2007-10-151-0/+4
* sched: add fair-user schedulerSrivatsa Vaddagiri2007-10-151-0/+4
* sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri2007-10-151-0/+12
* sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri2007-10-151-0/+1
* sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko2007-10-151-1/+0Star
* sched: simplify sched_class::yield_task()Dmitry Adamushko2007-10-151-1/+1
* sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko2007-10-151-1/+0Star
* sched: remove wait_runtime fields and featuresIngo Molnar2007-10-151-9/+0Star
* sched: remove wait_runtime limitIngo Molnar2007-10-151-1/+0Star
* sched: introduce se->vruntimeIngo Molnar2007-10-151-0/+1
* sched: remove stat_granIngo Molnar2007-10-151-3/+0Star
* sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar2007-10-151-1/+4
* sched: debug: track maximum 'slice'Ingo Molnar2007-10-151-0/+1
* clockevents: introduce force broadcast notifierThomas Gleixner2007-10-141-0/+1
* Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-10-141-2/+2
|\
| * hwmon: Convert from class_device to deviceTony Jones2007-10-101-2/+2
* | fix endianness bug in inet_lroAl Viro2007-10-141-1/+1
* | inet_lro: trivial endianness annotationsAl Viro2007-10-141-3/+3
* | endianness annotations in arm io.hAl Viro2007-10-141-4/+4
* | more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-141-2/+2
* | long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-144-7/+7
* | frv: missing casts in cmpxchg()Al Viro2007-10-141-1/+4
* | endian-clean in_le64/out_le64Al Viro2007-10-141-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2007-10-143-0/+95
|\ \
| * \ Merge branch 'hidraw' into for-linusJiri Kosina2007-10-142-0/+91
| |\ \
| | * | HID: add hidraw interfaceJiri Kosina2007-10-142-0/+91
| * | | Input: add KEY_LOGOFFKhelben Blackstaff2007-10-141-0/+1
| * | | USBHID: report descriptor fix for MacBook JIS keyboardTomoya Adachi2007-10-141-0/+1
| * | | HID: enable hiddev for the SantaRosa MacBookPro IR receiverStelian Pop2007-10-141-0/+1
| * | | Input: add KEY_SPELLCHECKJiri Kosina2007-10-141-0/+1
| |/ /
* | | [SPARC64]: virt_irq --> bucket mapping no longer necessaryDavid S. Miller2007-10-141-2/+1Star
* | | [SPARC64]: Kill ugly __irq_ino() macro.David S. Miller2007-10-141-1/+3
* | | [SPARC64]: Access ivector_table[] using physical addresses.David S. Miller2007-10-141-6/+6
* | | [SPARC64]: Make IVEC pointers 64-bit.David S. Miller2007-10-142-7/+6Star