| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] MINI2440: remove duplicated #include | Huang Weiyi | 2009-06-23 | 1 | -2/+0 |
* | [ARM] S3C24XX: Fix spi-bus configuration build errors | Ben Dooks | 2009-06-23 | 2 | -4/+2 |
* | [ARM] S3C: Remove unused CONFIG_DEBUG_S3C_PORT | Ben Dooks | 2009-06-23 | 4 | -11/+0 |
* | [ARM] S3C24XX: Fix use of CONFIG_S3C24XX_PWM | Ben Dooks | 2009-06-23 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2009-06-22 | 82 | -1216/+1530 |
|\ |
|
| * | Blackfin: fix dma-mapping build errors | FUJITA Tomonori | 2009-06-22 | 1 | -0/+13 |
| * | Blackfin: hook up new perf_counter_open syscall | Mike Frysinger | 2009-06-22 | 2 | -1/+3 |
| * | Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction) | Yi Li | 2009-06-22 | 1 | -3/+1 |
| * | Blackfin: fix early crash when booting on wrong cpu | Robin Getz | 2009-06-22 | 1 | -8/+15 |
| * | Blackfin: fix GPTMR0_CLOCKSOURCE dependency on BFIN_GPTIMERS | Mike Frysinger | 2009-06-22 | 1 | -0/+1 |
| * | Blackfin: drop unused ISP1760 port1_disable from board resources | Mike Frysinger | 2009-06-22 | 5 | -5/+0 |
| * | Blackfin: bf526-ezbrd: handle different SDRAM chips | Graf Yang | 2009-06-22 | 2 | -1/+92 |
| * | Blackfin: fix typo in TRAS define in mem_init.h header | Graf Yang | 2009-06-22 | 1 | -1/+1 |
| * | Blackfin: unify memory map headers | Mike Frysinger | 2009-06-22 | 16 | -350/+145 |
| * | Blackfin: stick the CPU name into boot image name | Robin Getz | 2009-06-22 | 1 | -1/+1 |
| * | Blackfin: update defconfigs | Mike Frysinger | 2009-06-22 | 20 | -155/+272 |
| * | Blackfin: decouple unrelated cache settings to get exact behavior | Jie Zhang | 2009-06-22 | 11 | -81/+176 |
| * | Blackfin: update I-pipe patch level | Philippe Gerum | 2009-06-22 | 1 | -2/+2 |
| * | Blackfin: remove obsolete mcount support from I-pipe code | Philippe Gerum | 2009-06-22 | 3 | -76/+0 |
| * | Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipeline | Philippe Gerum | 2009-06-22 | 3 | -27/+28 |
| * | Blackfin: convert interrupt pipeline to irqflags | Philippe Gerum | 2009-06-22 | 5 | -30/+177 |
| * | Blackfin: allow people to select BF51x-0.1 silicon rev | Mike Frysinger | 2009-06-22 | 1 | -1/+1 |
| * | Blackfin: bf526-ezbrd: set SPI flash resources to SST device | Graf Yang | 2009-06-22 | 1 | -2/+2 |
| * | Blackfin: fix accidental reset in some boot modes | Sonic Zhang | 2009-06-22 | 1 | -1/+2 |
| * | Blackfin: abstract irq14 lowering in do_irq | Mike Frysinger | 2009-06-22 | 1 | -18/+25 |
| * | Blackfin: simplify irq stack overflow checking | Mike Frysinger | 2009-06-22 | 1 | -15/+17 |
| * | Blackfin: only build show_interrupts() when procfs is enabled | Mike Frysinger | 2009-06-22 | 1 | -0/+2 |
| * | Blackfin: redo handling of bad irqs | Mike Frysinger | 2009-06-22 | 1 | -42/+11 |
| * | Blackfin: update anomaly lists | Mike Frysinger | 2009-06-22 | 7 | -125/+178 |
| * | Blackfin: bf533-ezkit: add resources for FISP devices | Mike Frysinger | 2009-06-22 | 1 | -0/+106 |
| * | Blackfin: bf518f-ezbrd: update DSA resources | Mike Frysinger | 2009-06-22 | 1 | -5/+11 |
| * | Blackfin: unify memory region checks between kgdb and traps | Mike Frysinger | 2009-06-22 | 4 | -274/+256 |
* | | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 | Linus Torvalds | 2009-06-22 | 6 | -2/+17 |
|\ \
| |/
|/| |
|
| * | intel-iommu: Fix one last ia64 build problem in Pass Through Support | Luck, Tony | 2009-06-05 | 1 | -0/+4 |
| * | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support | Fenghua Yu | 2009-05-01 | 2 | -2/+4 |
| * | Intel IOMMU Pass Through Support | Fenghua Yu | 2009-04-29 | 5 | -2/+11 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-06-22 | 2 | -14/+25 |
|\ \ |
|
| * \ | Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux | David Woodhouse | 2009-06-08 | 253 | -2916/+5409 |
| |\ \ |
|
| | * | | [MTD] [NAND] S3C2410: Allow the machine code to get the BBT table from NAND | Michel Pollet | 2009-06-08 | 1 | -0/+5 |
| | * | | [MTD] [NAND] S3C2410: Added a kerneldoc for s3c2410_nand_set | Michel Pollet | 2009-06-08 | 1 | -10/+12 |
| | * | | [MTD] [NAND] S3C2410: Small colon cleanup | Nelson Castillo | 2009-05-30 | 1 | -2/+2 |
| * | | | mtd: nand: davinci_nand, 4-bit ECC for smallpage | David Brownell | 2009-06-05 | 1 | -2/+6 |
* | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-06-22 | 53 | -150/+5226 |
|\ \ \ \ |
|
| * | | | | [ARM] idle: clean up pm_idle calling, obey hlt_counter | Russell King | 2009-06-22 | 1 | -26/+32 |
| * | | | | Merge branch 'next-s3c' of git://aeryn.fluff.org.uk/bjdooks/linux into devel | Russell King | 2009-06-22 | 4 | -7/+13 |
| |\ \ \ \ |
|
| | * | | | | [ARM] S3C: Fix gpio-config off-by-one bug | Marek Szyprowski | 2009-06-22 | 1 | -1/+1 |
| | * | | | | [ARM] S3C64XX: add to_irq() support for EINT() GPIO | Marek Szyprowski | 2009-06-22 | 1 | -0/+6 |
| | * | | | | [ARM] S3C64XX: clock.c: fix typo in usb-host clock ctrlbit | Peter Korsgaard | 2009-06-22 | 1 | -1/+1 |
| | * | | | | [ARM] S3C64XX: fix HCLK gate defines | Peter Korsgaard | 2009-06-22 | 1 | -5/+5 |
| * | | | | | [ARM] Update mach-types | Russell King | 2009-06-20 | 1 | -2/+37 |