aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220Catalin Marinas2010-07-021-0/+2
* ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220Catalin Marinas2010-07-022-0/+10
* Merge branch 'imx-for-2.6.35' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-07-011-11/+22
|\
| * ARM: mx3: mx31lilly: fix build error for !CONFIG_USB_ULPIDaniel Mack2010-07-011-11/+22
* | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-07-015-29/+18
|\ \
| * | [ARM] mmp: fix build failure due to IRQ_PMU depends on ARCH_PXAJonathan Cameron2010-06-141-1/+2
| * | [ARM] pxa/mioa701: fix camera regressionRobert Jarzmik2010-06-131-1/+1
| * | [ARM] pxa/z2: fix flash layout to final versionMarek Vasut2010-06-131-16/+10
| * | [ARM] pxa/z2: fix missing include in battery driverMarek Vasut2010-06-131-9/+3
| * | [ARM] pxa: fix incorrect gpio type in udc_pxa2xx.hSteve Bennett2010-06-131-2/+2
* | | ARM: 6195/1: OMAP3: pmu: make CPU_HAS_PMU dependent on OMAP3_EMUWill Deacon2010-07-011-1/+2
* | | ARM: 6194/1: change definition of cpu_relax() for ARM11MPCoreWill Deacon2010-07-011-0/+4
* | | ARM: 6193/1: RealView: Align the machine_desc.phys_io to 1MB sectionCatalin Marinas2010-07-015-5/+10
* | | ARM: 6192/1: VExpress: Align the machine_desc.phys_io to 1MB sectionCatalin Marinas2010-07-011-1/+2
* | | ARM: 6188/1: Add a config option for the ARM11MPCore DMA cache maintenance wo...Catalin Marinas2010-07-012-3/+31
* | | ARM: 6187/1: The v6_dma_inv_range() function must preserve data on SMPCatalin Marinas2010-07-011-1/+2
* | | ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU buildsCatalin Marinas2010-07-011-9/+9
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-06-3016-68/+145
|\ \
| * | Staging: rtl8192u_usb: Add LG device ID 043e:7a01Ben Hutchings2010-06-301-0/+2
| * | Staging: rtl8192s_usb: Remove duplicate device IDBen Hutchings2010-06-301-1/+0
| * | Staging: rt2870: add device id for Zyxel NWD-270NOzan Çağlayan2010-06-301-0/+1
| * | Staging: comedi: fix read past end of array in cb_pcidda_attach()Dan Carpenter2010-06-301-2/+1
| * | Staging: rtl8192su: add device idsFlorian Schilhabel2010-06-301-7/+23
| * | Staging: rtl8192su: remove device idsFlorian Schilhabel2010-06-301-14/+0
| * | Staging: rtl8187se: Fix compile warnings in 2.6.35-rc2Larry Finger2010-06-301-2/+0
| * | Staging: wlags49_h2: Fix build error when CONFIG_SYSFS is not setJavier Martinez Canillas2010-06-301-2/+2
| * | Staging: wlags49_h2: add missing <linux/string.h> for strlenJeff Mahoney2010-06-301-0/+1
| * | Staging: hv: fix hv_utils module to properly autoloadHaiyang Zhang2010-06-301-0/+28
| * | staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang2010-06-303-11/+35
| * | Staging: comedi: drivers: adl_pci9111: Fix AI commands in TRIG_FOLLOW caseIan Abbott2010-06-301-3/+6
| * | Staging: mrst-touchscreen: fix dereferencing free memoryDan Carpenter2010-06-301-1/+1
| * | Staging: batman-adv: fix function prototypeJavier Martinez Canillas2010-06-301-12/+12
| * | Staging: batman-adv: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-301-1/+1
| * | staging: usbip: usbip_common: kill rx thread on tx thread creation error.Himanshu Chauhan2010-06-301-13/+33
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-06-3019-225/+209
|\ \ \
| * | | USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-301-99/+61
| * | | USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-301-22/+12
| * | | USB: musb: Enable the maximum supported burst mode for DMAHema HK2010-06-301-11/+2
| * | | USB: musb: fix Blackfin ulpi stubsMike Frysinger2010-06-301-2/+2
| * | | USB: MUSB: make non-OMAP platforms build with CONFIG_PM=ySergei Shtylyov2010-06-301-2/+4
| * | | USB: musb_core: make disconnect and suspend interrupts work againSergei Shtylyov2010-06-301-5/+1
| * | | USB: obey the sysfs power/wakeup settingAlan Stern2010-06-301-10/+3
| * | | USB: gadget eth: Fix calculate CRC32 in EEMJiri Pinkava2010-06-301-2/+1
| * | | USB: qcserial: fix a memory leak in qcprobe error pathAxel Lin2010-06-301-0/+3
| * | | USB: gadget/printer, fix sleep inside atomicJiri Slaby2010-06-301-16/+16
| * | | USB: isp1362-hcd, fix double lockJiri Slaby2010-06-301-5/+10
| * | | USB: serial: ftdi: correct merge conflict with CONTEC idDaniel Sangorrin2010-06-302-8/+0
| * | | USB: fix oops in usb_sg_init()Alan Stern2010-06-301-2/+5
| * | | USB: s3c2410: deactivate endpoints before gadget unbindingVladimir Zapolskiy2010-06-301-1/+5
| * | | USB: ehci-mxc: bail out on transceiver problemsWolfram Sang2010-06-301-3/+10