summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | quota: Implement quota format with 64-bit space and inode limitsJan Kara2009-12-101-0/+1
| * | | | | | | | | quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara2009-12-101-0/+1
| * | | | | | | | | ext3: Unify log messages in ext3Alexey Fisher2009-12-101-0/+2
| * | | | | | | | | ext2: Explicitly assign values to on-disk enum of filetypesJan Blunck2009-12-101-8/+8
| * | | | | | | | | const: struct quota_format_opsAlexey Dobriyan2009-12-101-2/+2
| * | | | | | | | | kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-2/+0
| * | | | | | | | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-4/+21
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-12-114-9/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Driver Core: Early platform driver bufferMagnus Damm2009-12-111-5/+15
| * | | | | | | | | sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-111-1/+0
| * | | | | | | | | firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-2/+3
| * | | | | | | | | Driver Core: devtmpfs: use sys_mount()Kay Sievers2009-12-111-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-115-20/+93
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-111-0/+4
| * | | | | | | | | USB: usb-storage: add BAD_SENSE flagAlan Stern2009-12-111-1/+3
| * | | | | | | | | USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-16/+10
| * | | | | | | | | USB: remove the auto_pm flagAlan Stern2009-12-111-2/+0
| * | | | | | | | | USB OTG: Add generic driver for ULPI OTG transceiverDaniel Mack2009-12-111-0/+7
| * | | | | | | | | USB OTG: add support for ulpi connected external transceiversDaniel Mack2009-12-111-1/+67
| * | | | | | | | | USB gadget: Handle endpoint requests at the function levelLaurent Pinchart2009-12-111-0/+1
| * | | | | | | | | USB: make urb scatter-gather support more genericDavid Vrabel2009-12-111-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-113-0/+307
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-113-0/+307
* | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-111-33/+30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-111-33/+30
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds2009-12-111-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Unify sys_mmap*Al Viro2009-12-111-0/+4
* | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-115-16/+104
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PCI: add pci_request_acsChris Wright2009-12-041-0/+2
| * | | | | | | | | | | PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige2009-12-041-8/+1
| * | | | | | | | | | | PCI: portdrv: cleanup service irqs initializationKenji Kaneshige2009-12-041-7/+0
| * | | | | | | | | | | PCI: introduce pci_is_pcie()Kenji Kaneshige2009-11-241-0/+11
| * | | | | | | | | | | PCI: introduce pci_pcie_cap()Kenji Kaneshige2009-11-241-0/+16
| * | | | | | | | | | | PCI: cache PCIe capability offsetKenji Kaneshige2009-11-061-0/+1
| * | | | | | | | | | | PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson2009-11-041-1/+7
| * | | | | | | | | | | PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black2009-11-041-0/+5
| * | | | | | | | | | | PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch2009-11-042-0/+13
| * | | | | | | | | | | PCI: acs p2p upsteram forwarding enablingAllen Kay2009-11-041-0/+13
| * | | | | | | | | | | xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+32
| * | | | | | | | | | | pccard: configure CLS on attachTejun Heo2009-11-041-0/+1
| * | | | | | | | | | | PCI: determine CLS more intelligentlyJesse Barnes2009-11-041-0/+2
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-12-111-0/+24
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | nilfs2: add norecovery mount optionRyusuke Konishi2009-11-201-0/+2
| * | | | | | | | | | | nilfs2: move definition of struct nilfs_btree_nodeJiro SEKIBA2009-11-201-0/+22
* | | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-1018-99/+1204
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | drm: Add memory manager debug functionJerome Glisse2009-12-101-0/+1
| * | | | | | | | | | | drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-102-11/+11
| * | | | | | | | | | | drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-102-27/+35
| * | | | | | | | | | | drm: Add search/get functions to get a block in a specific rangeJerome Glisse2009-12-101-0/+34
| * | | | | | | | | | | Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie2009-12-081-14/+45
| |\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud