summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-08-2668-2808/+6659
|\
| * powerpc: Update defconfigs for most non-embedded platformsPaul Mackerras2008-08-268-628/+1002
| * powerpc: Export CMO_PageSizeAndrew Morton2008-08-261-0/+1
| * powerpc/ps3: Fix ioremap of spu shadow regsMasakazu Mokuno2008-08-261-4/+14
| * powerpc/ps3: Rework htab code to remove ioremapMasakazu Mokuno2008-08-262-179/+91
| * powerpc/ps3: Update ps3_defconfigGeoff Levand2008-08-261-20/+133
| * powerpc/cell/oprofile: Avoid double vfree of profile bufferCarl Love2008-08-262-1/+5
| * powerpc: Update defconfigs for FSL PPC boardsKumar Gala2008-08-2146-1958/+5367
| * powerpc: Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx targetScott Wood2008-08-211-1/+1
| * cpm2: Fix race condition in CPM2 GPIO library.Laurent Pinchart2008-08-211-11/+26
| * powerpc: fix memory leaks in QE libraryTimur Tabi2008-08-212-3/+9
| * powerpc/85xx: TQM8548: DTS file fixes and cleanupWolfgang Grandegger2008-08-212-2/+9
| * powerpc: Fix whitespace merge in mpc8641 hpcn device treeKumar Gala2008-08-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-266-113/+144
|\ \
| * | bnx2x: Version updateEilon Greenstein2008-08-261-2/+2
| * | bnx2x: Multi QueueYitchak Gertner2008-08-261-4/+2
| * | bnx2x: NAPI and interrupts enable/disableYitchak Gertner2008-08-261-76/+73
| * | bnx2x: NIC load failure cleanupYitchak Gertner2008-08-261-12/+10
| * | bnx2x: Initialization structureYitchak Gertner2008-08-261-11/+11
| * | bnx2x: HW lock timeoutEilon Greenstein2008-08-261-2/+2
| * | bnx2x: Minimize lock timeEilon Greenstein2008-08-261-1/+4
| * | bnx2x: Fan failure mechanism on additional designEilon Greenstein2008-08-261-0/+3
| * | bnx2x: Rx work checkEilon Greenstein2008-08-262-1/+8
| * | ipv6: sysctl fixesAl Viro2008-08-261-1/+1
| * | ipv4: sysctl fixesAl Viro2008-08-261-4/+20
| * | sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-262-0/+9
* | | ALSA: fix for CA0106 on MSI K8N Diamond PLUS MotherboardStephen Rothwell2008-08-261-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-251-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-221-0/+2
| * | | | | | | PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-221-19/+15
| * | | | | | | PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang2008-08-223-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
| * | | | | | | ALSA: CA0106 on MSI K8N Diamond PLUS MotherboardTravis Place2008-08-251-2/+3
* | | | | | | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-253-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: fix userspace ABI breakageAdrian Bunk2008-08-251-2/+2