aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-314-10/+39
|\
| * x86 setup: fix asm constraints in vesa_store_edidAndreas Schwab2009-01-301-6/+5
| * xen: make sysfs files behave as their names suggestJeremy Fitzhardinge2009-01-291-1/+32
| * x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar2009-01-291-2/+1
| * x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availabilityH. Peter Anvin2009-01-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-01-312-6/+2
|\ \
| * | leds: Fix bounds checking of wm8350->pmic.ledRoel Kluin2009-01-301-1/+1
| * | regulator: move bq24022 init back to module_init instead of subsys_initcallPhilipp Zabel2009-01-301-5/+1
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2009-01-3125-174/+287
|\ \ \
| * | | MIPS: Alchemy: time.c build fixManuel Lauss2009-01-301-1/+1
| * | | MIPS: RB532: Export rb532_gpio_set_func()Phil Sutter2009-01-302-2/+4
| * | | MIPS: RB532: Update headersPhil Sutter2009-01-302-4/+3
| * | | MIPS: RB532: Simplify dev3 initPhil Sutter2009-01-301-12/+2
| * | | MIPS: RB532: Remove {get,set}_434_reg()Phil Sutter2009-01-301-27/+0
| * | | MIPS: RB532: Move dev3 init code to devices.cPhil Sutter2009-01-302-39/+39
| * | | MIPS: RB532: Fix set_latch_u5()Phil Sutter2009-01-301-1/+1
| * | | MIPS: RB532: Fix init of rb532_dev3_ctl_resPhil Sutter2009-01-301-2/+3
| * | | MIPS: RB532: Use driver_data instead of platform_dataPhil Sutter2009-01-301-1/+1
| * | | MIPS: RB532: Detect uart type, add platform devicePhil Sutter2009-01-302-1/+27
| * | | MIPS: RB532: remove useless CF GPIO initialisationPhil Sutter2009-01-301-6/+0
| * | | MIPS: RB532: Auto disable GPIO alternate functionPhil Sutter2009-01-301-4/+4
| * | | MIPS: RB532: Add set_type() function to IRQ struct.Phil Sutter2009-01-302-0/+30
| * | | MIPS: RC32434: Define io_map_base for PCI controllerPhil Sutter2009-01-301-0/+11
| * | | MIPS: RB532: Fix bit swapping in rb532_set_bit()Phil Sutter2009-01-301-4/+2
| * | | MIPS: Use hardware watchpoints on all R1 and R2 CPUs.David Daney2009-01-301-1/+1
| * | | MIPS: Read watch registers with interrupts disabled.David Daney2009-01-302-2/+12
| * | | MIPS: Fix a typo in watchpoint register structure.David Daney2009-01-301-1/+1
| * | | MIPS: TXx9: Add support for TX4939 internal RTCAtsushi Nemoto2009-01-303-0/+24
| * | | MIPS: R2: Fix broken installation of cache error handler.Ralf Baechle2009-01-301-2/+6
| * | | MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENTRalf Baechle2009-01-304-7/+4
| * | | MIPS: Add return value checks to user_termio_to_kernel_termios()Ralf Baechle2009-01-301-28/+72
| * | | MIPS: Octeon: Remove duplicated #includesHuang Weiyi2009-01-301-2/+0
| * | | MIPS: atomic_*(): Change type of intermediate variables.Ralf Baechle2009-01-301-26/+26
| * | | MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86Ralf Baechle2009-01-301-15/+6
| * | | MIPS: Avoid destructive invalidation on partial cachelines.Ralf Baechle2009-01-301-1/+21
| * | | MIPS: SMTC: Fix build after recent creditial changes.Ralf Baechle2009-01-301-1/+2
| |/ /
* | | Fix memory corruption in console selectionMikulas Patocka2009-01-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3118-328/+313
|\ \ \
| * | | igb: fix link reporting when using sgmiiAlexander Duyck2009-01-311-2/+9
| * | | igb: prevent skb_over panic w/ mtu smaller than 1KAlexander Duyck2009-01-311-4/+4
| * | | igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2009-01-312-15/+10
| * | | ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
| * | | packet: Avoid lock_sock in mmap handlerHerbert Xu2009-01-301-2/+7
| * | | sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-306-25/+57
| * | | sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-306-201/+141
| * | | sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings2009-01-301-1/+1
| * | | sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings2009-01-301-2/+10
| * | | sfc: Test for PHYXS faults whenever we cannot test link state bitsSteve Hodgson2009-01-301-7/+9
| * | | sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-304-13/+28
| * | | sfc: Fix post-reset MAC selectionSteve Hodgson2009-01-301-7/+8