summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-241-1/+5
|\
| * quota: Pass information that quota is stored in system file to userspaceJan Kara2012-01-121-1/+5
* | migrate_mode.h is not exported to user modeStephen Rothwell2012-01-241-1/+1
* | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-241-2/+17
|\ \
| * | PM / Hibernate: Rewrite unlock_system_sleep() to fix s2disk regressionSrivatsa S. Bhat2012-01-191-2/+17
* | | Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds2012-01-233-6/+12
|\ \ \
| * | | kernel-doc: fix kernel-doc warnings in schedRandy Dunlap2012-01-231-1/+1
| * | | kernel-doc: fix new warning in usb.hRandy Dunlap2012-01-231-0/+1
| * | | kernel-doc: fix new warnings in device.hRandy Dunlap2012-01-231-5/+10
* | | | SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2012-01-232-1/+2
* | | | kdump: define KEXEC_NOTE_BYTES arch specific for s390xMichael Holzheu2012-01-231-0/+2
* | | | mm: fix warnings regarding enum migrate_modeAndrew Morton2012-01-233-14/+18
|/ / /
* / / KEYS: Permit key_serial() to be called with a const key pointerDavid Howells2012-01-191-1/+1
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-193-6/+24
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-181-0/+7
| |\ \ \ \
| | | * | | intel_idle: Split up and provide per CPU initialization funcThomas Renninger2012-01-181-0/+7
| | |/ / /
| * | | | ACPI: Export interfaces for ioremapping/iounmapping ACPI registersMyron Stowe2012-01-171-0/+3
| * | | | ACPI, Record ACPI NVS regionsHuang Ying2012-01-171-6/+14
| |/ / /
* | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2012-01-181-0/+434
|\ \ \ \
| * | | | NVMe: Update Identify Controller data structureMatthew Wilcox2011-11-041-5/+22
| * | | | NVMe: Implement doorbell stride capabilityMatthew Wilcox2011-11-041-0/+1
| * | | | NVMe: Rework ioctlsMatthew Wilcox2011-11-041-11/+23
| * | | | NVMe: Time out initialisation after a few secondsMatthew Wilcox2011-11-041-0/+2
| * | | | NVMe: Correct the Controller Configuration settingsMatthew Wilcox2011-11-041-4/+6
| * | | | NVMe: Change the definition of nvme_user_ioMatthew Wilcox2011-11-041-5/+3Star
| * | | | NVMe: Correct the definitions of two ioctlsMatthew Wilcox2011-11-041-2/+2
| * | | | NVMe: Remove outdated commentsMatthew Wilcox2011-11-041-1/+0Star
| * | | | NVMe: Update admin opcodes to match the 1.0RC specKrzysztof Wierzbicki2011-11-041-7/+7
| * | | | NVMe: Update BAR structure to match the current specMatthew Wilcox2011-11-041-2/+4
| * | | | NVMe: Add download / activate firmware ioctlsMatthew Wilcox2011-11-041-6/+27
| * | | | NVMe: Add remaining status codesMatthew Wilcox2011-11-041-0/+15
| * | | | NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox2011-11-041-0/+18
| * | | | NVMe: Make nvme_common_command more featurefulMatthew Wilcox2011-11-041-8/+12
| * | | | NVMe: New driverMatthew Wilcox2011-11-041-0/+343
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-184-7/+3Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-171-1/+1
| |\ \ \ \ \
| | * | | | | bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-171-1/+1
| * | | | | | netfilter: revert user-space expectation helper supportPablo Neira Ayuso2012-01-162-6/+1Star
| * | | | | | vhost-net: add module alias (v2.1)stephen hemminger2012-01-131-0/+1
| |/ / / / /
* | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-186-11/+172
|\ \ \ \ \ \
| * | | | | | dma: shdma: fix runtime PM: clear channel buffers on resetGuennadi Liakhovetski2012-01-061-0/+2
| * | | | | | mtd: fix compile error for gpmi-nandHuang Shijie2011-12-231-0/+68
| * | | | | | dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo2011-12-231-0/+1
| * | | | | | dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying2011-11-181-0/+6
| * | | | | | DMAEngine: Define interleaved transfer request apiJassi Brar2011-11-181-3/+75
| * | | | | | Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-174-9/+21
| |\ \ \ \ \ \
| | * | | | | | dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-273-4/+4
| | * | | | | | dmaengine: add new enum dma_transfer_directionVinod Koul2011-10-271-5/+17
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-01-182-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | lib: digital signature config option name changeDmitry Kasatkin2012-01-181-2/+2