summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen2007-07-214-8/+35
* x86_64: various cleanups in NUMA scan nodeDavid Rientjes2007-07-211-2/+0
* NTP: move the cmos update code into ntp.cThomas Gleixner2007-07-211-0/+3
* clockevents: fix resume logicThomas Gleixner2007-07-211-0/+1
* clockevents: remove prototypes of removed functionsThomas Gleixner2007-07-211-4/+0
* coda: remove CODA_STORE/CODA_RELEASE upcallsJan Harkes2007-07-212-4/+0
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2007-07-201-0/+1
|\
| * V4L/DVB (5867): videodev2.h: add missing <sys/time.h> for userspaceHans Verkuil2007-07-201-0/+1
* | Merge branch 'for-2.6.23' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Linus Torvalds2007-07-204-2/+39
|\ \ | |/ |/|
| * [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-203-1/+38
| * [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-201-1/+1
* | Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)Roland Dreier2007-07-201-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-202-60/+6
|\ \ | |/ |/|
| * Pull ia64-clocksource into release branchTony Luck2007-07-202-60/+6
| |\
| | * [IA64] remove time interpolatorBob Picco2007-07-201-60/+0
| | * [IA64] Convert to generic timekeeping/clocksourceTony Luck2007-07-201-0/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/of...Linus Torvalds2007-07-203-0/+144
|\ \ \
| * | | Create drivers/of/platform.cStephen Rothwell2007-07-201-0/+2
| * | | Create linux/of_platorm.hStephen Rothwell2007-07-201-0/+55
| * | | Begin consolidation of of_device.hStephen Rothwell2007-07-201-0/+26
| * | | Split out common parts of prom.hStephen Rothwell2007-07-201-0/+61
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-07-203-1/+17
|\ \ \ \
| * | | | Input: document intended meaning of KEY_SWITCHVIDEOMODEDmitry Torokhov2007-07-181-1/+2
| * | | | Input: add driver for Fujitsu serial touchscreensDmitry Torokhov2007-07-181-0/+1
| * | | | Input: ads7846 - re-check pendown status before reporting eventsSemih Hazar2007-07-181-0/+6
| * | | | Input: ads7846 - introduce sample settling delaySemih Hazar2007-07-181-0/+8
* | | | | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2007-07-201-3/+4
|\ \ \ \ \
| * | | | | [ALSA] ASoC S3C24xx machine drivers - I2C ID for LM4857Liam Girdwood2007-07-201-3/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'cfq' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-201-0/+8
|\ \ \ \ \
| * | | | | cfq: async queue allocation per priorityVasily Tarasov2007-07-201-0/+8
| |/ / / /
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-201-18/+17
|\ \ \ \ \
| * | | | | libata: implement EH fast drainTejun Heo2007-07-201-0/+3
| * | | | | libata: reorganize ata_ehi_hotplugged()Tejun Heo2007-07-201-3/+4
| * | | | | libata: improve SATA PHY speed down logicTejun Heo2007-07-201-0/+1
| * | | | | libata: make ->scr_read/write callbacks return error codeTejun Heo2007-07-201-3/+2
| * | | | | libata: implement AC_ERR_NCQTejun Heo2007-07-201-0/+1
| * | | | | libata: improve EH report formattingTejun Heo2007-07-201-10/+3
| * | | | | libata: add @is_cmd to ata_tf_to_fis()Tejun Heo2007-07-201-1/+2
| |/ / / /
* | | | | async_tx: fix kmap_atomic usage in async_memcpyDan Williams2007-07-201-6/+0
* | | | | fix gfp_t annotations for slubAl Viro2007-07-201-1/+1
|/ / / /
* | | | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-4/+2
* | | | ide: add PIO masksBartlomiej Zolnierkiewicz2007-07-202-0/+12
* | | | ide: remove ide_find_best_pio_mode()Bartlomiej Zolnierkiewicz2007-07-201-0/+7
* | | | ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz2007-07-201-5/+1
* | | | ide: add ide_pio_cycle_time() helper (take 2)Bartlomiej Zolnierkiewicz2007-07-201-1/+1
* | | | ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz2007-07-201-3/+3
* | | | ide: add ide_dev_has_iordy() helper (take 4)Bartlomiej Zolnierkiewicz2007-07-201-1/+5
* | | | ide: make ide_get_best_pio_mode() print info if overriding PIO modeBartlomiej Zolnierkiewicz2007-07-201-1/+0
* | | | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-07-191-0/+2
|\ \ \ \
| * | | | [FS] Implement block_page_mkwrite.David Chinner2007-07-191-0/+2
OpenPOWER on IntegriCloud