summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-0/+7
|\
| * x86, mce: Add HW_ERR printk prefix for hardware error loggingHuang Ying2010-06-101-0/+7
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-061-0/+5
|\ \
| * | console: Fix compilation regressionJason Wessel2010-08-061-0/+5
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-1/+6
|\ \ \
| * | | irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell2010-07-291-1/+6
* | | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-065-420/+55
|\ \ \ \ \
| * | | | | pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-032-23/+27
| * | | | | pcmcia: remove memreq_tDominik Brodowski2010-08-032-7/+1
| * | | | | pcmcia: move local definitions out of include/pcmcia/cs.hDominik Brodowski2010-08-031-19/+0
| * | | | | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-032-19/+19
| * | | | | pcmcia: use struct resource for PCMCIA devicesDominik Brodowski2010-08-032-4/+2
| * | | | | pcmcia: clean up cs.hDominik Brodowski2010-08-031-12/+0
| * | | | | pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski2010-08-032-14/+2
| * | | | | pcmcia: remove cs_types.hDominik Brodowski2010-07-305-51/+5
| * | | | | pcmcia: remove unused flag, simplify headersDominik Brodowski2010-07-301-15/+3
| * | | | | pcmcia: remove obsolete CS_EVENT_ definitionsDominik Brodowski2010-07-301-45/+0
| * | | | | pcmcia: remove obsolete ioctlDominik Brodowski2010-07-302-216/+1
| |/ / / /
* | | | | 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-2138-160/+224
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1