summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Orion: Add Buffalo Linkstation Mini supportAlexey Kopytko2008-09-254-0/+268
* [ARM] Kirkwood: add support for L2 cache WB/WT selectionRonen Shitrit2008-09-253-7/+25
* [ARM] EDMINIV2: add support for LED and power buttonAlbert Aribaud2008-09-251-0/+60
* [ARM] Kirkwood: allow configuring mbus window for on-chip sramLennert Buytenhek2008-09-252-4/+9
* [ARM] Kirkwood: remove uart1 init calls for boards that don't expose uart1Ronen Shitrit2008-09-252-2/+0
* [ARM] Kirkwood: add support for newer SoC modelsRonen Shitrit2008-09-254-9/+56
* [ARM] Kirkwood: prepare for runtime-determined timer tick rateRonen Shitrit2008-09-252-7/+16
* [ARM] Orion: add RD88F6183AP-GE supportLennert Buytenhek2008-09-254-0/+125
* [ARM] Orion: add 88F6183 (Orion-1-90) supportLennert Buytenhek2008-09-254-2/+54
* [ARM] Orion: add Buffalo Terastation Pro II/Live supportSylver Bruneau2008-09-253-0/+376
* [ARM] Orion: add LaCie Ethernet Disk mini V2 supportChristopher Moore2008-09-254-0/+211
* [ARM] Orion: prepare for runtime-determined timer tick rateLennert Buytenhek2008-09-255-9/+20
* [ARM] mv78xx0: wire up ethernet error interruptLennert Buytenhek2008-09-255-7/+28
* [ARM] Kirkwood: wire up ethernet error interruptLennert Buytenhek2008-09-252-1/+7
* [ARM] Orion: wire up ethernet error interruptLennert Buytenhek2008-09-251-1/+5
* [ARM] Update mach-typesRussell King2008-09-251-3/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-256-113/+144
|\
| * bnx2x: Version updateEilon Greenstein2008-08-251-2/+2
| * bnx2x: Multi QueueYitchak Gertner2008-08-251-4/+2
| * bnx2x: NAPI and interrupts enable/disableYitchak Gertner2008-08-251-76/+73
| * bnx2x: NIC load failure cleanupYitchak Gertner2008-08-251-12/+10
| * bnx2x: Initialization structureYitchak Gertner2008-08-251-11/+11
| * bnx2x: HW lock timeoutEilon Greenstein2008-08-251-2/+2
| * bnx2x: Minimize lock timeEilon Greenstein2008-08-251-1/+4
| * bnx2x: Fan failure mechanism on additional designEilon Greenstein2008-08-251-0/+3
| * bnx2x: Rx work checkEilon Greenstein2008-08-252-1/+8
| * ipv6: sysctl fixesAl Viro2008-08-251-1/+1
| * ipv4: sysctl fixesAl Viro2008-08-251-4/+20
| * sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-252-0/+9
* | ALSA: fix for CA0106 on MSI K8N Diamond PLUS MotherboardStephen Rothwell2008-08-251-1/+1
* | [x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512Linus Torvalds2008-08-251-22/+8
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-08-251-8/+4
|\ \
| * | rtc: fix deadlockIngo Molnar2008-08-231-8/+4
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-257-20/+142
|\ \ \
| * | | x86: add X86_FEATURE_XMM4_2 definitionsAustin Zhang2008-08-251-0/+2
| * | | x86: fix cpufreq + sched_clock() regressionPeter Zijlstra2008-08-251-1/+1
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2008-08-25422-4668/+4484
| |\ \ \
| * | | | x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3Yinghai Lu2008-08-251-0/+78
| * | | | x86: do not enable TSC notifier if we don't need itLinus Torvalds2008-08-241-0/+4
| * | | | x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki2008-08-233-13/+11
| * | | | x86: fix: make PCI ECS for AMD CPUs hotplug capableRobert Richter2008-08-231-4/+31
| * | | | x86: fix: do not run code in amd_bus.c on non-AMD CPUsRobert Richter2008-08-231-3/+16
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-08-251-50/+34
|\ \ \ \ \
| * | | | | sched_clock: fix cpu_clock()Peter Zijlstra2008-08-251-50/+34
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-08-255-37/+32
|\ \ \ \ \ \
| * | | | | | PCI: fix reference leak in pci_get_dev_by_id()Greg KH2008-08-211-0/+2
| * | | | | | PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-211-19/+15
| * | | | | | PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-213-18/+15
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-08-259-34/+54
|\ \ \ \ \ \ \
| * | | | | | | ALSA: ASoC: Fix double free and memory leak in many codec driversJean Delvare2008-08-258-32/+51
OpenPOWER on IntegriCloud