summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sched, wait: Use wrapper functionsChangli Gao2010-05-111-20/+15
* sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-091-0/+4
* sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2010-05-091-1/+0
* Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-083-30/+95
|\
| * cpu_stop: add dummy implementation for UPTejun Heo2010-05-081-6/+63
| * sched: replace migration_thread with cpu_stopTejun Heo2010-05-062-3/+0
| * stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-20/+0
| * cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-061-4/+35
* | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-071-22/+10
* | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-0718-48/+184
|\ \ | |/ |/|
| * Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-291-0/+1
| |\
| | * NFS: Fix an unstable write data integrity raceTrond Myklebust2010-04-221-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-282-0/+2
| |\ \
| | * | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-281-0/+1
| | * | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-281-0/+1
| * | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-04-282-9/+6
| |\ \ \
| | * | | pcmcia: pcmcia_dev_present bugfixDominik Brodowski2010-04-212-9/+6
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-284-0/+10
| |\ \ \
| | * | | coda: move backing-dev.h kernel include inside __KERNEL__Jens Axboe2010-04-281-1/+2
| | * | | Catch filesystems lacking s_bdiJörn Engel2010-04-251-0/+1
| | * | | smbfs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+3
| | * | | ncpfs: add bdi backing to mount sessionJens Axboe2010-04-221-0/+2
| | * | | coda: add bdi backing to mount sessionJens Axboe2010-04-221-0/+2
| | * | | bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe2010-04-221-0/+1
| | |/ /
| * | | hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-04-241-0/+9
| * | | Cleanup generic block based fiemapJosef Bacik2010-04-231-2/+3
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-04-222-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | firewire: cdev: fix cut+paste mistake in disclaimerStefan Richter2010-04-152-2/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-04-211-2/+6
| |\ \ \
| | * | | regulator: Let drivers know when they use the stub APIJean Delvare2010-04-191-2/+6
| * | | | KVM: Increase NR_IOBUS_DEVS limit to 200Sridhar Samudrala2010-04-201-1/+1
| * | | | KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-201-0/+5
| | |_|/ | |/| |
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-191-9/+56
| |\ \ \
| | * | | rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney2010-04-191-4/+1
| | * | | rcu: Better explain the condition parameter of rcu_dereference_check()David Howells2010-04-141-5/+23
| | * | | rcu: Add rcu_access_pointer and rcu_dereference_protectedPaul E. McKenney2010-04-141-0/+32
| * | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-191-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | drm/radeon/kms: add FireMV 2400 PCI ID.Dave Airlie2010-04-191-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-04-152-25/+82
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | firewire: cdev: change license of exported header files to MIT licenseStefan Richter2010-04-152-17/+47
| | * | | firewire: cdev: comment fixletStefan Richter2010-04-101-2/+2
| | * | | firewire: cdev: iso packet documentationClemens Ladisch2010-04-101-6/+33
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-04-151-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Input: matrix_keypad - allow platform to disable key autorepeatH Hartley Sweeten2010-04-051-0/+2
* | | | | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-231-0/+1
* | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-1556-109/+317
|\| | | |
| * | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-131-0/+1
| |\ \ \ \
| | * | | | NFSv4: fix delegated lockingTrond Myklebust2010-04-121-0/+1
| * | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1171-175/+411
| |\| | | |
| | * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-098-33/+185
| | |\ \ \ \