summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | vmxnet3: Add locking for access to command registerShreyas Bhatewara2011-01-153-0/+54
| * | vmxnet3: Disable napi in suspend, reenable in resume.Shreyas Bhatewara2011-01-151-1/+6
| * | vmxnet3: Make ethtool handlers multiqueue awareShreyas Bhatewara2011-01-151-114/+145
| * | vmxnet3: Provide required number of bytes in first SG bufferShreyas Bhatewara2011-01-151-14/+9
| * | vmxnet3: Enable HW Rx VLAN stripping by defaultShreyas Bhatewara2011-01-151-13/+1
| * | vmxnet3: Preserve the MAC address configured by ifconfigShreyas Bhatewara2011-01-151-0/+5
| * | vmxnet3: fix ring size updateShreyas Bhatewara2011-01-151-1/+1
| * | caif: checking the wrong variableDan Carpenter2011-01-151-4/+5
| * | can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-152-0/+6
| * | Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-154-14/+16
| |\ \
| | * | batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann2011-01-163-12/+12
| | * | batman-adv: Even Batman should not dereference NULL pointersJesper Juhl2011-01-131-2/+4
| * | | qeth: l3 hw tx csum circumvent hw bugFrank Blaschka2011-01-151-1/+3
| * | | qeth: postpone open till recovery is finishedUrsula Braun2011-01-152-4/+32
* | | | Linux 2.6.38-rc1v2.6.38-rc1Linus Torvalds2011-01-181-2/+2
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-01-183-4/+28
|\ \ \ \
| * | | | hwmon: (lm93) Add support for LM94Guenter Roeck2011-01-183-4/+28
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-181-11/+12
|\ \ \ \ \
| * | | | | perf: Validate cpu early in perf_event_alloc()Oleg Nesterov2011-01-181-4/+6
| * | | | | perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov2011-01-181-1/+1
| * | | | | perf: Fix contexted inheritancePeter Zijlstra2011-01-181-6/+5
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-182-7/+11
|\ \ \ \ \ \
| * | | | | | x86: Clear irqstack thread_infoBrian Gerst2011-01-181-5/+2
| * | | | | | x86: Make relocatable kernel work with new binutilsShaohua Li2011-01-181-2/+9
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-01-1858-129/+3408
|\ \ \ \ \ \ \
| * | | | | | | MIPS: Malta: enable Cirrus FB consoleAurelien Jarno2011-01-181-0/+3
| * | | | | | | MIPS: add CONFIG_VIRTUALIZATION for virtio supportAurelien Jarno2011-01-181-0/+16
| * | | | | | | MIPS: Implement __read_mostlyDavid Daney2011-01-182-1/+3
| * | | | | | | MIPS: ath79: add common WMAC device for AR913X based boardsGabor Juhos2011-01-186-0/+92
| * | | | | | | MIPS: ath79: Add initial support for the Atheros AP81 reference boardGabor Juhos2011-01-184-0/+104
| * | | | | | | MIPS: ath79: add common SPI controller deviceGabor Juhos2011-01-186-0/+84
| * | | | | | | SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos2011-01-184-0/+324
| * | | | | | | MIPS: ath79: add common GPIO buttons deviceGabor Juhos2011-01-185-0/+113
| * | | | | | | MIPS: ath79: add common watchdog deviceGabor Juhos2011-01-183-0/+12
| * | | | | | | MIPS: ath79: add common GPIO LEDs deviceGabor Juhos2011-01-185-0/+100
| * | | | | | | MIPS: ath79: add initial support for the Atheros PB44 reference boardGabor Juhos2011-01-184-0/+73
| * | | | | | | MIPS: ath79: utilize the MIPS multi-machine supportGabor Juhos2011-01-183-0/+37
| * | | | | | | MIPS: ath79: add GPIOLIB supportGabor Juhos2011-01-187-2/+252
| * | | | | | | MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCsGabor Juhos2011-01-1820-0/+1365
| * | | | | | | MIPS: jump label: Add MIPS support.David Daney2011-01-185-0/+110
| * | | | | | | MIPS: Use WARN() in uasm for better diagnostics.David Daney2011-01-181-24/+16
| * | | | | | | MIPS: Optimize TLB handlers for Octeon CPUsDavid Daney2011-01-181-51/+310
| * | | | | | | MIPS: Add LDX and LWX instructions to uasm.David Daney2011-01-183-1/+24
| * | | | | | | MIPS: Use BBIT instructions in TLB handlersDavid Daney2011-01-181-29/+90
| * | | | | | | MIPS: Declare uasm bbit0 and bbit1 functions.David Daney2011-01-181-0/+2
| * | | | | | | MIPS: Use C0_KScratch (if present) to hold PGD pointer.David Daney2011-01-183-18/+108
| * | | | | | | MIPS: Add DINSM to uasm.David Daney2011-01-182-1/+11
| * | | | | | | MIPS: Probe for presence of KScratch registers.David Daney2011-01-183-0/+5
| * | | | | | | MIPS: Add generic support for multiple machines within a single kernelGabor Juhos2011-01-186-1/+157
| * | | | | | | MIPS: Use printf extension %pR for struct resourceJoe Perches2011-01-181-5/+2
OpenPOWER on IntegriCloud