summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-064-0/+89
|\
| * Revert "net: Make accesses to ->br_port safe for sparse RCU"Paul E. McKenney2010-07-011-3/+0Star
| * Merge branch 'linus' into core/rcuIngo Molnar2010-07-0112-26/+64
| |\
| * | net: Make accesses to ->br_port safe for sparse RCUPaul E. McKenney2010-06-151-0/+3
| * | vfs: add fs.h to define struct filePaul E. McKenney2010-06-151-0/+1
| * | lockdep: Add an in_workqueue_context() lockdep-based test functionPaul E. McKenney2010-06-151-0/+4
| * | rcu: add __rcu API for later sparse checkingPaul E. McKenney2010-06-151-0/+2
| * | rcu: add an rcu_dereference_index_check()Paul E. McKenney2010-06-151-0/+33
| * | tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-151-0/+49
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-0/+1
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'iommu-api/2.6.36' and 'amd-iommu/2.6.36' into iommu/2.6.36Joerg Roedel2010-07-271-0/+1
| |\ \ \ \
| | * | | | iommu-api: Extension to check for interrupt remappingTom Lyon2010-07-191-0/+1
| | |/ / /
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-08-062-1/+5
|\ \ \ \ \
| * | | | | libata: more PCI IDs for jmicron controllersTejun Heo2010-08-021-0/+2
| * | | | | ahci_platform: Provide for vendor specific initJassi Brar2010-08-021-1/+3
* | | | | | Fix init ordering of /dev/console vs callers of modprobeDavid Howells2010-08-061-0/+3
* | | | | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-0612-48/+215
|\ \ \ \ \ \
| * | | | | | drm: kill BKL from common codeArnd Bergmann2010-08-051-1/+1
| * | | | | | drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson2010-08-051-6/+10
| * | | | | | drm/radeon: add new pci idsAlex Deucher2010-08-051-0/+7
| * | | | | | Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie2010-08-049-28/+68
| |\ \ \ \ \ \
| | * | | | | | Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-08-029-28/+68
| | |\| | | | |
| * | | | | | | drm: move ttm global code to core drmDave Airlie2010-08-045-23/+61
| * | | | | | | drm/radeon: add basic zmask/hiz support (v4)Dave Airlie2010-08-021-0/+1
| |/ / / / / /
| * | | | | | Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie2010-08-0225-130/+170
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie2010-08-0224-130/+169
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | drm/radeon/kms/r6xx+: add query for tile config (v2)Alex Deucher2010-08-021-0/+1
| * | | | | | | drm: Import driver for the sil164 I2C TMDS transmitter.Francisco Jerez2010-08-021-0/+63
| |/ / / / / /
| * | | | | | drm: add "auto" dithering methodBen Skeggs2010-07-211-0/+1
| * | | | | | Merge branch 'drm-tracepoints' into drm-testingDave Airlie2010-07-071-0/+2
| |\ \ \ \ \ \
| | * | | | | | drm: add per-event vblank event trace pointsJesse Barnes2010-07-021-0/+2
| * | | | | | | drm/kms: add crtc disable functionAlex Deucher2010-07-071-0/+3
| * | | | | | | Merge branch 'drm-intel-lru' into drm-testingDave Airlie2010-07-071-6/+21
| |\ \ \ \ \ \ \
| | * | | | | | | drm: implement helper functions for scanning lru listDaniel Vetter2010-07-071-1/+14
| | * | | | | | | drm: sane naming for drm_mm.cDaniel Vetter2010-07-071-4/+7
| | * | | | | | | drm: kill drm_mm_node->privateDaniel Vetter2010-07-071-1/+0Star
| * | | | | | | | Merge branch 'drm-platform' into drm-testingDave Airlie2010-07-071-12/+44
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-06-011-8/+44
| | * | | | | | | | drm: Remove drm_resource wrappersJordan Crouse2010-06-011-4/+0Star
| * | | | | | | | | Merge tag 'v2.6.35-rc4' into drm-testingDave Airlie2010-07-071-2/+2
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-065-0/+37
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | drm: add KGDB/KDB supportJesse Barnes2010-08-052-0/+7
| * | | | | | | | | | fb: add hooks to handle KDB enter/exitJesse Barnes2010-08-051-0/+13
| * | | | | | | | | | vt,console,kdb: automatically set kdb LINES variableJason Wessel2010-08-051-0/+4
| * | | | | | | | | | vt,console,kdb: implement atomic console enter/leave functionsJesse Barnes2010-08-051-0/+13
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-061-1/+14
|\| | | | | | | | | |
| * | | | | | | | | | gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel2010-08-051-1/+1
| * | | | | | | | | | kgdb,kdb: individual register set and and get APIJason Wessel2010-08-051-0/+13
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-069-62/+250
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | of/address: Clean up function declarationsGrant Likely2010-08-011-0/+32