aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes_stg' of ../git_old into fixesMauro Carvalho Chehab2008-09-041-0/+2
|\
| * V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams.Jean-Francois Moine2008-09-031-0/+1
| * V4L/DVB (8809): gspca: Revert commit 9a9335776548d01525141c6e8f0c12e86bbde982Hans de Goede2008-09-031-5/+0
| * V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some we...Hans de Goede2008-09-031-0/+5
| * V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated by pac...Jean-Francois Moine2008-09-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-024-20/+2
|\ \
| * | net: Unbreak userspace usage of linux/mroute.hDavid S. Miller2008-08-294-20/+2
* | | mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro2008-09-021-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-09-021-3/+2
|\ \ \
| * | | ide: fix hwif_to_node()Bartlomiej Zolnierkiewicz2008-09-021-2/+1
| * | | IDE: compile fix for sff_dma_opsKevin Hilman2008-09-021-1/+1
| | |/ | |/|
* | | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-09-021-1/+0
|\ \ \ | |/ / |/| |
| * | svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-131-1/+0
* | | Resource handling: add 'insert_resource_expand_to_fit()' functionLinus Torvalds2008-08-291-0/+1
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-08-281-0/+12
|\ \ \
| * | | i2c: Add missing kerneldoc descriptionsJean Delvare2008-08-281-0/+12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-08-271-1/+1
|\ \ \ \
| * | | | [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1
* | | | | block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Jens Axboe2008-08-271-2/+0
* | | | | block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2008-08-271-4/+4
* | | | | block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-272-13/+13
| |/ / / |/| | |
* | | | Fix userspace export of <linux/net.h>David Woodhouse2008-08-261-7/+7
* | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-251-2/+2
|\ \ \ \
| * | | | KVM: fix userspace ABI breakageAdrian Bunk2008-08-251-2/+2
| |/ / /
* | | | stop_machine: Remove deprecated stop_machine_runRusty Russell2008-08-261-18/+1
|/ / /
* | | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-221-1/+4
|\ \ \
| * | | nohz: fix wrong event handler after online an offlined cpuMiao Xie2008-08-211-1/+4
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-221-0/+24
|\ \ \
| * | | libata: Fix a large collection of DMA mode mismatchesAlan Cox2008-08-221-0/+22
| * | | libata: restore SControl on detachTejun Heo2008-08-221-0/+1
| * | | libata: implement no[hs]rst force paramsTejun Heo2008-08-221-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-08-211-2/+3
|\ \ \
| * | | driver core: add init_name to struct deviceGreg Kroah-Hartman2008-08-211-0/+1
| * | | dev_printk(): constify the `dev' argumentJean Delvare2008-08-211-2/+2
| |/ /
* | | USB: Defer Set-Interface for suspended devicesAlan Stern2008-08-211-0/+3
|/ /
* | fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2008-08-201-0/+3
* | mm: dirty page tracking race fixNick Piggin2008-08-201-1/+1
* | fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-0/+9
* | Reserve NFS fileid values for btrfsDavid Woodhouse2008-08-201-0/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-08-192-0/+14
|\ \
| * | PCI: add acpi_find_root_bridge_handleJiri Slaby2008-08-181-0/+11
| * | x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHsSeth Heasley2008-08-151-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-192-0/+5
|\ \ \
| * | | net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-151-0/+4
| * | | tun: TUNGETIFF interface to query name and flagsMark McLoughlin2008-08-151-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-181-46/+109
|\ \ \ \
| * | | | ata: add missing ATA_* definesBartlomiej Zolnierkiewicz2008-08-181-0/+13
| * | | | ata: add missing ATA_CMD_* definesBartlomiej Zolnierkiewicz2008-08-181-0/+20
| * | | | ata: add missing ATA_ID_* defines (take 2)Bartlomiej Zolnierkiewicz2008-08-181-46/+76