summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-062-5/+33
|\
| * clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz2010-07-271-0/+11
| * timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz2010-07-271-2/+0
| * hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-271-1/+2
| * timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-2/+4
| * time: Implement timespec_addJohn Stultz2010-07-271-0/+16
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-061-0/+1
|\ \
| * | timer: Added usleep_range timerPatrick Pannuto2010-08-041-0/+1
| * | Revert "timer: Added usleep[_range] timer"Thomas Gleixner2010-08-041-6/+0
| * | timer: Added usleep[_range] timerPatrick Pannuto2010-07-231-0/+6
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-063-0/+13
|\ \ \
| * | | PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings2010-07-301-0/+2
| * | | PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K2010-07-301-0/+9
| * | | PCI: disable mmio during bar sizingJacob Pan2010-07-301-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-08-062-4/+4
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i...Pekka Enberg2010-08-042-4/+4
| |\ \ \ \ \ \
| | | | * | | | slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACINGXiaotian Feng2010-07-041-2/+4
| | | * | | | | slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter2010-07-161-2/+0
| | |/ / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-063-20/+69
|\ \ \ \ \ \ \
| * | | | | | | driver core: device_rename's new_name can be constJohannes Berg2010-08-051-1/+1
| * | | | | | | sysfs: Remove owner field from sysfs struct attributeGuenter Roeck2010-08-051-6/+0
| * | | | | | | Driver core: Add BUS_NOTIFY_BIND_DRIVERMagnus Damm2010-08-051-3/+5
| * | | | | | | sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-3/+3
| * | | | | | | Driver core: reduce duplicated code for platform_device creationUwe Kleine-König2010-08-051-4/+58
| * | | | | | | Driver core: Drop __must_check from bus_for_each_drv()Jean Delvare2010-08-051-3/+2
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-062-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige2010-07-092-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-065-31/+62
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-051-6/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-171-6/+0
| * | | | | | | | | Merge branch 'linus' into sched/coreIngo Molnar2010-07-2128-141/+199
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
| * | | | | | | | | | Merge commit 'v2.6.35-rc3' into sched/coreIngo Molnar2010-06-183-11/+10
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | sched: Add asymmetric group packing option for sibling domainMichael Neuling2010-06-092-1/+4
| * | | | | | | | | | sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri2010-06-091-1/+1
| * | | | | | | | | | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-091-6/+3
| * | | | | | | | | | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-16/+21
| * | | | | | | | | | Merge branch 'sched-wq' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Ingo Molnar2010-06-084-1/+33
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | sched: add hooks for workqueueTejun Heo2010-06-081-0/+1
| | * | | | | | | | | | sched: adjust when cpu_active and cpuset configurations are updated during cp...Tejun Heo2010-06-082-0/+22
| | * | | | | | | | | | sched: define and use CPU_PRI_* enums for cpu notifier prioritiesTejun Heo2010-06-082-1/+10
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0610-108/+85
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/nmi' into perf/coreIngo Molnar2010-08-052-8/+17
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | lockup_detector: Cross arch compile fixesDon Zickus2010-05-161-1/+1
| | * | | | | | | | | | | | lockup_detector: Fix forgotten config conversionFrederic Weisbecker2010-05-131-1/+1
| | * | | | | | | | | | | | lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus2010-05-121-13/+3
| | * | | | | | | | | | | | lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-122-4/+10
| | * | | | | | | | | | | | Merge commit 'v2.6.34-rc7' into perf/nmiFrederic Weisbecker2010-05-12298-1910/+10459
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | nmi_watchdog: Clean up various small detailsDon Zickus2010-02-251-1/+1
| | * | | | | | | | | | | | | nmi_watchdog: Compile and portability fixesDon Zickus2010-02-141-0/+9
OpenPOWER on IntegriCloud