summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-split' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2010-11-264-2414/+2419
|\
| * ARM: perf: separate PMU backends into multiple filesWill Deacon2010-11-254-2352/+2390
| * ARM: perf: encode PMU name in arm_pmu structureWill Deacon2010-11-251-11/+8
| * ARM: perf: add _init() functions to PMUsWill Deacon2010-11-251-20/+45
| * ARM: perf: avoid exposing internal stop function for v6 PMUWill Deacon2010-11-251-1/+1
| * ARM: perf: consolidate common PMU behaviourWill Deacon2010-11-251-93/+38
* | Merge branch 'for-russell' of git://codeaurora.org/quic/kernel/dwalker/linux-...Russell King2010-11-262-4/+8
|\ \
| * | arm: kconfig: dis-allow hotplug on MSMDaniel Walker2010-11-221-0/+1
| * | arm: kconfig: enable SMP for MSM targetsDaniel Walker2010-11-222-4/+7
| |/
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-11-252-6/+6
|\ \
| * | hwmon: (lis3lv02d_i2c) Fix compile warningsGuenter Roeck2010-11-221-6/+4
| * | hwmon: (i5k_amb) Fix compile warningGuenter Roeck2010-11-221-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon...Linus Torvalds2010-11-253-16/+56
|\ \
| * | xen: remove duplicated #includeHuang Weiyi2010-11-241-1/+0
| * | xen: x86/32: perform initial startup on initial_page_tableIan Campbell2010-11-242-15/+56
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-11-253-28/+38
|\ \ \
| * | | arch/tile: fix memchr() not to dereference memory for zero lengthChris Metcalf2010-11-241-16/+19
| * | | arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctlyChris Metcalf2010-11-241-1/+1
| * | | Merge branch 'master' into for-linusChris Metcalf2010-11-241026-6992/+13719
| |\ \ \ | | | |/ | | |/|
| * | | arch/tile: fix rwlock so would-be write lockers don't block new readersChris Metcalf2010-11-151-11/+18
* | | | Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2010-11-2519-187/+7210
|\ \ \ \
| * | | | pci root complex: support for tile architectureChris Metcalf2010-11-248-187/+705
| * | | | drivers/net/tile/: on-chip network drivers for the tile architectureChris Metcalf2010-11-2412-2/+6510
| * | | | MAINTAINERS: add drivers/char/hvc_tile.c as maintained by tileChris Metcalf2010-11-021-0/+1
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-11-2531-54/+124
|\ \ \ \ \
| * | | | | ARM: 6482/2: Fix find_next_zero_bit and related assemblyJames Jones2010-11-241-2/+4
| * | | | | ARM: 6490/1: MM: bugfix: initialize spinlock for init_mm.contextMyungJoo Ham2010-11-231-0/+4
| * | | | | ARM: avoid annoying <4>'s in printk outputRussell King2010-11-231-2/+2
| * | | | | SCSI: arm fas216: fix missing ';'Russell King2010-11-231-1/+1
| * | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-11-236-19/+9
| |\ \ \ \ \
| | * | | | | mx25: fix spi device registration typoBaruch Siach2010-11-151-2/+2
| | * | | | | ARM i.MX27 eukrea: Fix compilationSascha Hauer2010-11-151-6/+0
| | * | | | | ARM i.MX spi: fix compilation for i.MX21Sascha Hauer2010-11-151-0/+1
| | * | | | | ARM i.MX pcm037 eet: compile fixesSascha Hauer2010-11-151-2/+1
| | * | | | | ARM i.MX: sdma is merged, so remove #ifdef SDMA_IS_MERGEDSascha Hauer2010-11-151-8/+0
| | * | | | | ARM mx3fb: check for DMA engine typeSascha Hauer2010-11-151-0/+4
| | * | | | | mach-pcm037_eet: Fix section mismatch for eet_init_devices()Alberto Panizzo2010-11-021-1/+1
| * | | | | | ARM: avoid marking decompressor .stack section as having contentsRussell King2010-11-222-2/+2
| * | | | | | ARM: 6489/1: thumb2: fix incorrect optimisation in usraccWill Deacon2010-11-211-1/+1
| * | | | | | ARM: 6488/1: nomadik: prevent sched_clock() wraparoundLinus Walleij2010-11-211-9/+80
| * | | | | | ARM: 6484/1: fix compile warning in mm/init.cAnand Gadiyar2010-11-2115-15/+15
| * | | | | | ARM: 6473/1: Small update to ux500 specific L2 cache codePer Fransson2010-11-211-3/+3
| * | | | | | ARM: improve compiler's ability to optimize page tablesRussell King2010-11-211-0/+3
* | | | | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-11-2517-1281/+285
|\ \ \ \ \ \ \
| * | | | | | | sisfb: delete osdef.hAaro Koskinen2010-11-245-65/+0
| * | | | | | | sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2010-11-242-5/+5
| * | | | | | | sisfb: replace SiS_SetMemory with memset_ioAaro Koskinen2010-11-242-4/+2
| * | | | | | | sisfb: remove InPort/OutPort wrappersAaro Koskinen2010-11-242-40/+10
| * | | | | | | sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315HAaro Koskinen2010-11-246-201/+193
| * | | | | | | sisfb: delete redudant #define SIS_LINUX_KERNELAaro Koskinen2010-11-247-116/+0
OpenPOWER on IntegriCloud