summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netpoll: disable netpoll when enslave a deviceAmerigo Wang2011-05-222-9/+19
* macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward2011-05-221-4/+2
* drivers/net: add prefetch header for prefetch usersPaul Gortmaker2011-05-2232-0/+32
* rionet: Remove pointless printk of skb pointer.David S. Miller2011-05-221-2/+2
* Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-05-2219-706/+723
|\
| * viafb: Automatic OLPC XO-1.5 configurationDaniel Drake2011-05-111-9/+30
| * viafb: remove unused CEA modeFlorian Tobias Schandinat2011-04-263-34/+0
| * viafb: try to map less memory in case of failureFlorian Tobias Schandinat2011-04-251-1/+8
| * viafb: use write combining for video ramFlorian Tobias Schandinat2011-04-241-1/+1
| * Merge branch 'viafb-pll' into viafb-nextFlorian Tobias Schandinat2011-04-248-408/+588
| |\
| | * viafb: add X server compatibility modeFlorian Tobias Schandinat2011-04-232-0/+18
| | * viafb: delete clock and PLL initializationFlorian Tobias Schandinat2011-04-011-6/+2
| | * viafb: add engine clock supportFlorian Tobias Schandinat2011-03-263-0/+55
| | * viafb: add VIA slapping capabilityFlorian Tobias Schandinat2011-03-242-6/+43
| | * viafb: split clock and PLL code to an extra fileFlorian Tobias Schandinat2011-03-245-281/+368
| | * viafb: add primary/secondary clock on/off switchesFlorian Tobias Schandinat2011-03-241-1/+37
| | * viafb: add clock source selection and PLL power management supportFlorian Tobias Schandinat2011-03-231-0/+88
| | * viafb: prepare for PLL separationFlorian Tobias Schandinat2011-03-231-43/+84
| | * viafb: call viafb_get_clk_value only in viafb_set_vclockFlorian Tobias Schandinat2011-03-233-21/+19
| | * viafb: allow some pll calculationsFlorian Tobias Schandinat2011-03-232-282/+106
| * | Merge branch 'viafb-cleanup' into viafb-nextFlorian Tobias Schandinat2011-04-2413-251/+84
| |\ \
| | * | viafb: replace custom return valuesFlorian Tobias Schandinat2011-03-275-33/+17
| | * | viafb: some small cleanup for global variablesFlorian Tobias Schandinat2011-03-275-18/+7
| | * | viafb: gather common good, old VGA initialization in one placeFlorian Tobias Schandinat2011-03-262-31/+37
| | * | viafb: remove unused max_hres/vresFlorian Tobias Schandinat2011-03-232-137/+3
| | * | viafb: kill crt_setting_informationFlorian Tobias Schandinat2011-03-214-26/+15
| | * | viafb: no need to write CRTC values twiceFlorian Tobias Schandinat2011-03-211-3/+0
| | * | viafb: move initialization codeFlorian Tobias Schandinat2011-03-211-5/+7
| | |/
| * | viafb: reduce OLPC refresh a bitFlorian Tobias Schandinat2011-04-233-2/+3
| * | viafb: fix OLPC XO 1.5 device connectionFlorian Tobias Schandinat2011-04-231-0/+5
| * | viafb: fix OLPC DCON refresh rateFlorian Tobias Schandinat2011-04-152-3/+7
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-05-2111-103/+131
|\ \
| * | firewire: sbp2: parallelize login, reconnect, logoutStefan Richter2011-05-106-21/+13
| * | firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter2011-05-101-4/+4
| * | firewire: sbp2: omit Scsi_Host lock from queuecommandStefan Richter2011-05-101-14/+6
| * | firewire: core: use non-reentrant workqueue with rescuerStefan Richter2011-05-105-16/+36
| * | firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch2011-05-107-5/+33
| * | firewire: octlet AT payloads can be stack-allocatedStefan Richter2011-05-105-38/+25
| * | Merge tag 'v2.6.39-rc7'Stefan Richter2011-05-106732-576066/+929738
| |\ \
| * | | firewire: ohci: optimize find_branch_descriptor()Clemens Ladisch2011-04-191-4/+3
| * | | firewire: ohci: avoid separate DMA mapping for small AT payloadsClemens Ladisch2011-04-191-8/+17
| * | | firewire: ohci: do not start DMA contexts before link is enabledClemens Ladisch2011-04-191-6/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-2022-155/+6167
|\ \ \ \
| * | | | crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips2011-05-192-13/+107
| * | | | crypto: caam - remove unused authkeylen from caam_ctxKim Phillips2011-05-191-2/+0
| * | | | crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips2011-05-191-4/+22
| * | | | crypto: caam - platform_bus_type migrationKim Phillips2011-05-191-5/+4
| * | | | crypto: mv_cesa - make count_sgs() null-pointer proofPhil Sutter2011-05-111-6/+2
| * | | | crypto: mv_cesa - copy remaining bytes to SRAM only when neededPhil Sutter2011-05-111-6/+6
| * | | | crypto: mv_cesa - move digest state initialisation to a better placePhil Sutter2011-05-111-8/+6