Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | ext2: Explicitly assign values to on-disk enum of filetypes | Jan Blunck | 2009-12-10 | 1 | -8/+8 | |
| * | | | | | | | | | const: struct quota_format_ops | Alexey Dobriyan | 2009-12-10 | 1 | -2/+2 | |
| * | | | | | | | | | kill wait_on_page_writeback_range | Christoph Hellwig | 2009-12-10 | 1 | -2/+0 | |
| * | | | | | | | | | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -4/+21 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-12-12 | 4 | -9/+19 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Driver Core: Early platform driver buffer | Magnus Damm | 2009-12-11 | 1 | -5/+15 | |
| * | | | | | | | | | sysfs: Propagate renames to the vfs on demand | Eric W. Biederman | 2009-12-11 | 1 | -1/+0 | |
| * | | | | | | | | | firmware_class: make request_firmware_nowait more useful | Johannes Berg | 2009-12-11 | 1 | -2/+3 | |
| * | | | | | | | | | Driver Core: devtmpfs: use sys_mount() | Kay Sievers | 2009-12-11 | 1 | -1/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-12-12 | 5 | -20/+93 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | USB: Refactor code to find alternate interface settings. | Sarah Sharp | 2009-12-11 | 1 | -0/+4 | |
| * | | | | | | | | | USB: usb-storage: add BAD_SENSE flag | Alan Stern | 2009-12-11 | 1 | -1/+3 | |
| * | | | | | | | | | USB: prepare for changover to Runtime PM framework | Alan Stern | 2009-12-11 | 1 | -16/+10 | |
| * | | | | | | | | | USB: remove the auto_pm flag | Alan Stern | 2009-12-11 | 1 | -2/+0 | |
| * | | | | | | | | | USB OTG: Add generic driver for ULPI OTG transceiver | Daniel Mack | 2009-12-11 | 1 | -0/+7 | |
| * | | | | | | | | | USB OTG: add support for ulpi connected external transceivers | Daniel Mack | 2009-12-11 | 1 | -1/+67 | |
| * | | | | | | | | | USB gadget: Handle endpoint requests at the function level | Laurent Pinchart | 2009-12-11 | 1 | -0/+1 | |
| * | | | | | | | | | USB: make urb scatter-gather support more generic | David Vrabel | 2009-12-11 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-11 | 3 | -0/+307 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | drm/nouveau: Add DRM driver for NVIDIA GPUs | Ben Skeggs | 2009-12-11 | 3 | -0/+307 | |
* | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-12-11 | 1 | -33/+30 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | drm/ttm: Convert ttm_buffer_object_init to use ttm_placement | Jerome Glisse | 2009-12-11 | 1 | -33/+30 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmap | Linus Torvalds | 2009-12-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Unify sys_mmap* | Al Viro | 2009-12-11 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-12-11 | 5 | -16/+104 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | PCI: add pci_request_acs | Chris Wright | 2009-12-05 | 1 | -0/+2 | |
| * | | | | | | | | | | | PCI: portdrv: remove unnecessary struct pcie_port_data | Kenji Kaneshige | 2009-12-05 | 1 | -8/+1 | |
| * | | | | | | | | | | | PCI: portdrv: cleanup service irqs initialization | Kenji Kaneshige | 2009-12-05 | 1 | -7/+0 | |
| * | | | | | | | | | | | PCI: introduce pci_is_pcie() | Kenji Kaneshige | 2009-11-25 | 1 | -0/+11 | |
| * | | | | | | | | | | | PCI: introduce pci_pcie_cap() | Kenji Kaneshige | 2009-11-25 | 1 | -0/+16 | |
| * | | | | | | | | | | | PCI: cache PCIe capability offset | Kenji Kaneshige | 2009-11-06 | 1 | -0/+1 | |
| * | | | | | | | | | | | PCI: add pci_get_domain_bus_and_slot function | Andrew Patterson | 2009-11-04 | 1 | -1/+7 | |
| * | | | | | | | | | | | PCI: populate subsystem vendor and device IDs for PCI bridges | Gabe Black | 2009-11-04 | 1 | -0/+5 | |
| * | | | | | | | | | | | PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode | Matt Domsch | 2009-11-04 | 2 | -0/+13 | |
| * | | | | | | | | | | | PCI: acs p2p upsteram forwarding enabling | Allen Kay | 2009-11-04 | 1 | -0/+13 | |
| * | | | | | | | | | | | xen: move Xen-testing predicates to common header | Jeremy Fitzhardinge | 2009-11-04 | 1 | -0/+32 | |
| * | | | | | | | | | | | pccard: configure CLS on attach | Tejun Heo | 2009-11-04 | 1 | -0/+1 | |
| * | | | | | | | | | | | PCI: determine CLS more intelligently | Jesse Barnes | 2009-11-04 | 1 | -0/+2 | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-12-11 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | nilfs2: add norecovery mount option | Ryusuke Konishi | 2009-11-20 | 1 | -0/+2 | |
| * | | | | | | | | | | | nilfs2: move definition of struct nilfs_btree_node | Jiro SEKIBA | 2009-11-20 | 1 | -0/+22 | |
* | | | | | | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-12-11 | 18 | -99/+1204 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | drm: Add memory manager debug function | Jerome Glisse | 2009-12-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART. | Thomas Hellstrom | 2009-12-10 | 2 | -11/+11 | |
| * | | | | | | | | | | | drm/ttm: Rework validation & memory space allocation (V3) | Jerome Glisse | 2009-12-10 | 2 | -27/+35 | |
| * | | | | | | | | | | | drm: Add search/get functions to get a block in a specific range | Jerome Glisse | 2009-12-10 | 1 | -0/+34 | |
| * | | | | | | | | | | | Merge remote branch 'korg/drm-radeon-dp' into drm-linus | Dave Airlie | 2009-12-08 | 1 | -14/+45 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | drm/radeon/kms: add support for DP modesetting | Alex Deucher | 2009-12-08 | 1 | -15/+42 | |
| | * | | | | | | | | | | | drm/radeon/kms: DP fixes and cleanup from the ddx | Alex Deucher | 2009-12-08 | 1 | -1/+3 | |
| | * | | | | | | | | | | | drm/radeon/kms: initial radeon displayport porting | Dave Airlie | 2009-12-08 | 1 | -0/+2 |