summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge ../linux-2.6/Dave Airlie2005-07-316-236/+962
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ../linux-2.6/Dave Airlie2005-07-30716-45185/+63820
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | drm: cleanup buffer/map codeDave Airlie2005-07-108-130/+210
| * | | | | | | | drm: add mga driver callbacksDave Airlie2005-07-101-0/+8
| * | | | | | | | Add support for PCI MGA cards to MGA DRM.Dave Airlie2005-07-107-277/+888
| * | | | | | | | drm: make drm_alloc_agp take a dev arg.Dave Airlie2005-07-103-4/+4
| * | | | | | | | drm: add new mga ids and typesDave Airlie2005-07-102-4/+6
| * | | | | | | | drm: add test for AGP devices and driver override for it.Dave Airlie2005-07-1013-3/+123
| * | | | | | | | drm: destatic exported function.Dave Airlie2005-07-102-2/+4
| * | | | | | | | drm: export symbols for use by driversDave Airlie2005-07-103-0/+7
| * | | | | | | | drm: fix minor function header issueDave Airlie2005-07-101-2/+2
| * | | | | | | | drm: update some function so a driver can call themDave Airlie2005-07-104-101/+167
| * | | | | | | | drm: update support for drm pci buffersDave Airlie2005-07-107-39/+78
| * | | | | | | | Refactor common, boilerplate ioctl code from drm_addbufs_* functions intoDave Airlie2005-07-101-82/+44
| * | | | | | | | drm: add framebuffer mapsDave Airlie2005-07-103-4/+178
| * | | | | | | | drm: add _DRM_CONSISTENT map typeDave Airlie2005-07-105-7/+40
* | | | | | | | | Merge refs/heads/upstream-fixes from master.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2005-08-291-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] s2io build fixAndrew Morton2005-08-301-2/+2
* | | | | | | | | | Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2005-08-291-7/+43
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge /spare/repo/linux-2.6/Jeff Garzik2005-08-29156-10201/+11805
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | [libata sata_promise] Do not attempt to use SATA phy on PATA controllersJeff Garzik2005-08-291-7/+43
* | | | | | | | | | | Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds2005-08-299-8/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell2005-08-308-8/+8
| * | | | | | | | | | | [PATCH] Create vio_bus_opsStephen Rothwell2005-08-301-0/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | [BNX2]: update version and minor fixesMichael Chan2005-08-291-17/+15
* | | | | | | | | | | [BNX2]: change irq locks to bh locksMichael Chan2005-08-291-32/+24
* | | | | | | | | | | [BNX2]: remove atomics in txMichael Chan2005-08-292-20/+18
* | | | | | | | | | | [BNX2]: speedup serdes linkupMichael Chan2005-08-292-13/+45
* | | | | | | | | | | [BNX2]: Fix rtnl deadlock in bnx2_closeMichael Chan2005-08-292-1/+15
* | | | | | | | | | | [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-291-1/+1
* | | | | | | | | | | [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-1/+1
* | | | | | | | | | | [NETLINK]: w1_int.c: fix default netlink groupEvgeniy Polyakov2005-08-291-1/+1
* | | | | | | | | | | [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-2911-18/+18
* | | | | | | | | | | [BNX2]: Possible sparse fixes, take twoPeter Hagervall2005-08-291-20/+19
* | | | | | | | | | | [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-2911-74/+75
* | | | | | | | | | | [Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco2005-08-292-2/+3
* | | | | | | | | | | [Bluetooth]: Update and cleanup of the virtual HCI driverMarcel Holtmann2005-08-292-224/+194
* | | | | | | | | | | [TG3]: Fix bug in setting a tg3_flagMichael Chan2005-08-291-8/+6
* | | | | | | | | | | [TG3]: Eliminate one register write in tg3_restart_ints()Michael Chan2005-08-291-2/+0
* | | | | | | | | | | [TG3]: Add indirect register method for 5703 behind ICHMichael Chan2005-08-292-28/+163
* | | | | | | | | | | [TG3]: Add mailbox read methodMichael Chan2005-08-292-18/+24
* | | | | | | | | | | [TG3]: Add various register methodsMichael Chan2005-08-291-33/+33
* | | | | | | | | | | [TG3]: Add basic register access function pointersMichael Chan2005-08-292-11/+31
* | | | | | | | | | | [RANDOM]: Introduce secure_dccp_sequence_numberArnaldo Carvalho de Melo2005-08-291-0/+34
* | | | | | | | | | | [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+3
* | | | | | | | | | | [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-293-3/+0
* | | | | | | | | | | [NET]: Kill skb->real_devDavid S. Miller2005-08-299-19/+17
* | | | | | | | | | | [NET]: Remove HIPPI private from skbuff.hStephen Hemminger2005-08-291-1/+2
* | | | | | | | | | | [NET]: Kill skb->listDavid S. Miller2005-08-299-169/+119
|/ / / / / / / / / /
* | | | | | | | | | Merge /spare/repo/linux-2.6/Jeff Garzik2005-08-29184-10027/+11574
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
OpenPOWER on IntegriCloud