aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [ARM] copypage: convert assembly files to CRussell King2008-11-2710-411/+431
| * | | Allow architectures to override copy_user_highpage()Russell King2008-11-271-0/+2
| * | | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-11-274-331/+4
| |\ \ \
| | * | | ARM: OMAP: Fixes for suspend / resume GPIO wake-up handlingTero Kristo2008-11-261-2/+3
| | * | | ARM: OMAP: Typo fix for clock_allow_idleAmit Kucheria2008-11-251-1/+1
| | * | | ARM: OMAP: Remove broken LCD driver for SX1Tony Lindgren2008-11-242-328/+0
| * | | | [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0Jaya Kumar2008-11-231-7/+7
| * | | | [ARM] pxa/MioA701: bluetooth resume fixRobert Jarzmik2008-11-221-1/+1
| * | | | [ARM] pxa/MioA701: fix memory corruption.Robert Jarzmik2008-11-221-0/+1
* | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2008-11-2710-27/+87
|\ \ \ \ \
| * | | | | Fix the teehbr_read function prototypeCatalin Marinas2008-11-101-1/+1
| * | | | | Modern processors may need to drain the WB before WFICatalin Marinas2008-11-102-0/+3
| * | | | | ARMv7: Add SMP initialisation to proc-v7.SJon Callan2008-11-061-2/+15
| * | | | | ARMv7: Do not set TTBR0 in __v7_setupCatalin Marinas2008-11-061-1/+0
| * | | | | Do not flush the cache in flush_cache_v(un)map for VIPT cachesCatalin Marinas2008-11-061-10/+26
| * | | | | ARMv7: Branch over conditional undefined instructions in vfphw.SCatalin Marinas2008-11-061-9/+18
| * | | | | ARMv7: Add extra barriers for flush_cache_all compressed/head.SCatalin Marinas2008-11-062-4/+12
| * | | | | Add HWCAP_NEON to the ARM hwcap.h fileCatalin Marinas2008-11-063-0/+11
| * | | | | Add "thumbee" to the hwcap_str arrayCatalin Marinas2008-11-061-0/+1
* | | | | | Merge branch 'clps7500' into develRussell King2008-11-2727-1197/+6
|\ \ \ \ \ \
| * | | | | | [ARM] clps7500: remove supportRussell King2008-11-2727-1196/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branches 'core' and 'clks' into develRussell King2008-11-2744-588/+618
|\ \ \ \ \ \
| * | | | | | [ARM] sa1100: match clock by dev_name(dev)Russell King2008-11-271-73/+27
| * | | | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-2712-12/+12
| * | | | | | [ARM] pxa: convert to clkdev and match clocks by struct device where possibleRussell King2008-11-279-205/+201
| * | | | | | [ARM] versatile: convert to clkdev and lookup clocks by device nameRussell King2008-11-275-89/+62
| * | | | | | [ARM] integrator: convert to clkdev and lookup clocks by device nameRussell King2008-11-277-119/+91
| * | | | | | [ARM] realview: convert to clkdev and lookup clocks by device nameRussell King2008-11-279-90/+63
| * | | | | | [ARM] clkdev: add generic clkdev infrastructureRussell King2008-11-274-0/+162
| |/ / / / /
* | | | | | [ARM] Arrange for platforms to select appropriate CPU supportRussell King2008-11-2713-53/+65
* | | | | | [ARM] remove memzero()Russell King2008-11-2713-23/+16
|/ / / / /
* | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-204-6/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other st...Jaya Kumar2008-11-171-3/+4
| * | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-11-173-3/+7
| |\ \ \ \
| | * | | | [ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitzEric Miao2008-11-161-1/+2
| | * | | | [ARM] pxa: fix I2C controller device being registered twice on AkitaEric Miao2008-11-161-1/+0
| | * | | | pxafb: only initialize the smart panel thread when dealing with a smartpanelEric Miao2008-11-111-0/+3
| | * | | | pxafb: introduce LCD_TYPE_MASK and use it.Eric Miao2008-11-112-1/+2
* | | | | | Linux 2.6.28-rc6v2.6.28-rc6Linus Torvalds2008-11-201-1/+1
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-11-208-6/+19
|\ \ \ \ \ \
| * | | | | | [IA64] xen: fix xen_get_eflags.Isaku Yamahata2008-11-201-1/+1
| * | | | | | [IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case.Isaku Yamahata2008-11-203-2/+15
| * | | | | | [IA64] remove duplicate include iommu.hHuang Weiyi2008-11-201-1/+0
| * | | | | | [IA64] use mprintk instead of printk, in ia64_mca_modify_original_stackHidetoshi Seto2008-11-201-1/+1
| * | | | | | [IA64] Rationalize kernel mode alignment checkingTony Luck2008-11-202-1/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-11-206-6/+37
|\ \ \ \ \ \ \
| * | | | | | | USB: ACE1001 patch for cp2101.cM Kondrin2008-11-191-0/+1
| * | | | | | | USB: usbmon: fix read(2)Pete Zaitcev2008-11-191-1/+4
| * | | | | | | USB: gadget rndis: send notificationsRichard Röjfors2008-11-191-1/+1
| * | | | | | | USB: gadget rndis: stop windows self-immolationDavid Brownell2008-11-191-1/+0