summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: add prefetch header for prefetch usersPaul Gortmaker2011-05-2332-0/+32
* rionet: Remove pointless printk of skb pointer.David S. Miller2011-05-231-2/+2
* net: Remove prefetches from SKB list handlers.David S. Miller2011-05-231-3/+3
* caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com2011-05-231-1/+6
* caif: Update documentation of CAIF transmit and receive functions.sjur.brandeland@stericsson.com2011-05-231-15/+21
* caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com2011-05-231-4/+5
* caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com2011-05-233-44/+62
* caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com2011-05-231-9/+26
* 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/+0Star
| * 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-242-0/+18
| | * viafb: delete clock and PLL initializationFlorian Tobias Schandinat2011-04-011-6/+2Star
| | * 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/+19Star
| | * viafb: allow some pll calculationsFlorian Tobias Schandinat2011-03-232-282/+106Star
| * | Merge branch 'viafb-cleanup' into viafb-nextFlorian Tobias Schandinat2011-04-2413-251/+84Star
| |\ \
| | * | viafb: replace custom return valuesFlorian Tobias Schandinat2011-03-275-33/+17Star
| | * | viafb: some small cleanup for global variablesFlorian Tobias Schandinat2011-03-275-18/+7Star
| | * | viafb: gather common good, old VGA initialization in one placeFlorian Tobias Schandinat2011-03-272-31/+37
| | * | viafb: remove unused max_hres/vresFlorian Tobias Schandinat2011-03-232-137/+3Star
| | * | viafb: kill crt_setting_informationFlorian Tobias Schandinat2011-03-214-26/+15Star
| | * | viafb: no need to write CRTC values twiceFlorian Tobias Schandinat2011-03-211-3/+0Star
| | * | viafb: move initialization codeFlorian Tobias Schandinat2011-03-211-5/+7
| | |/
| * | Merge branch 'viafb-olpc' into viafb-nextFlorian Tobias Schandinat2011-04-243-2/+8
| |\ \
| | * | viafb: reduce OLPC refresh a bitFlorian Tobias Schandinat2011-04-243-2/+3
| | * | viafb: fix OLPC XO 1.5 device connectionFlorian Tobias Schandinat2011-04-241-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/jej...Linus Torvalds2011-05-2212-130/+206
|\ \
| * \ Merge branch 'flushing' into for-linusJames Bottomley2011-05-228-124/+182
| |\ \
| | * | [PARISC] prevent speculative re-read on cache flushJames Bottomley2011-04-152-2/+16
| | * | [PARISC] only make executable areas executableJames Bottomley2011-04-156-122/+166
| * | | [PARISC] wire up syncfs syscallJames Bottomley2011-04-152-1/+3
| * | | [PARISC] wire up the fhandle syscallsJames Bottomley2011-04-152-1/+5
| * | | [PARISC] wire up clock_adjtime syscallJames Bottomley2011-04-152-1/+3
| * | | [PARISC] wire up fanotify syscallsJames Bottomley2011-04-153-1/+13
| * | | [PARISC] fix pacache .size with new binutilsMeelis Roos2011-04-151-4/+2Star
| |/ /
* | | net: add missing prefetch.h includeHeiko Carstens2011-05-221-0/+1
* | | fs: add missing prefetch.h includeHeiko Carstens2011-05-221-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-05-2116-117/+140
|\ \ \
| * | | firewire: sbp2: parallelize login, reconnect, logoutStefan Richter2011-05-107-21/+15Star
| * | | firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter2011-05-101-4/+4