Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-05-28 | 19 | -5060/+110 | |
|\ | ||||||
| * | Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker... | Grant Likely | 2011-05-27 | 3 | -2113/+104 | |
| |\ | ||||||
| | * | GPIO: OMAP: move to drivers/gpio | Kevin Hilman | 2011-05-27 | 2 | -2010/+1 | |
| | * | GPIO: OMAP: move register offset defines into <plat/gpio.h> | Kevin Hilman | 2011-05-27 | 2 | -103/+103 | |
| * | | gpio: Move the s5pc100 GPIO to drivers/gpio | Kyungmin Park | 2011-05-26 | 2 | -356/+1 | |
| * | | gpio: Move the s5pv210 GPIO to drivers/gpio | Kyungmin Park | 2011-05-26 | 2 | -289/+1 | |
| * | | gpio: Move the exynos4 GPIO to drivers/gpio | Kyungmin Park | 2011-05-26 | 2 | -366/+1 | |
| * | | gpio: Move to Samsung common GPIO library to drivers/gpio | Kyungmin Park | 2011-05-26 | 2 | -207/+0 | |
| * | | gpio/nomadik: add function to read GPIO pull down status | Rickard Andersson | 2011-05-26 | 1 | -0/+2 | |
| * | | gpio: move Nomadik GPIO driver to drivers/gpio | Grant Likely | 2011-05-26 | 5 | -1028/+0 | |
| * | | gpio: move U300 GPIO driver to drivers/gpio | Linus Walleij | 2011-05-26 | 2 | -701/+1 | |
* | | | Merge branch 'setns' | Linus Torvalds | 2011-05-28 | 2 | -0/+2 | |
|\ \ \ | ||||||
| * | | | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 2 | -0/+2 | |
* | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-05-27 | 6 | -28/+2 | |
|\ \ \ \ | ||||||
| * | | | | mtd: s3c2410: remove CONFIG_MTD_PARTITIONS test | Jamie Iles | 2011-05-25 | 2 | -11/+0 | |
| * | | | | mtd: pxa: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -1/+0 | |
| * | | | | mtd: ixp: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -4/+0 | |
| * | | | | arm: mtd: gemini: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 2 | -12/+2 | |
* | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-05-27 | 184 | -6108/+1492 | |
|\ \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-. \ \ \ \ | Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus | Russell King | 2011-05-27 | 174 | -6018/+1364 | |
| |\ \ \ \ \ \ | ||||||
| | | * | | | | | ARM: 6945/1: Add unwinding support for division functions | Laura Abbott | 2011-05-27 | 1 | -5/+20 | |
| | | * | | | | | ARM: 6944/1: mm: allow ASID 0 to be allocated to tasks | Will Deacon | 2011-05-26 | 1 | -3/+3 | |
| | | * | | | | | ARM: 6943/1: mm: use TTBR1 instead of reserved context ID | Will Deacon | 2011-05-26 | 2 | -11/+10 | |
| | | * | | | | | ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 | Catalin Marinas | 2011-05-26 | 5 | -4/+13 | |
| | | * | | | | | ARM: 6941/1: cache: ensure MVA is cacheline aligned in flush_kern_dcache_area | Will Deacon | 2011-05-26 | 2 | -0/+3 | |
| | | * | | | | | ARM: add sendmmsg syscall | Russell King | 2011-05-26 | 2 | -0/+2 | |
| | | * | | | | | ARM: 6863/1: allow hotplug on msm | Jeffrey Ohlstein | 2011-05-26 | 1 | -1/+0 | |
| | | * | | | | | ARM: 6914/1: sparsemem: fix highmem detection when using SPARSEMEM | Will Deacon | 2011-05-26 | 1 | -4/+5 | |
| | | * | | | | | ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM | Will Deacon | 2011-05-26 | 3 | -2/+7 | |
| | | | |/ / / | | | |/| | | | ||||||
| | * | | | | | Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve... | Russell King | 2011-05-26 | 87 | -3009/+786 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | at91: drop at572d940hf support | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 14 | -2350/+2 | |
| | | * | | | | | at91rm9200: introduce at91rm9200_set_type to specficy cpu package | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 17 | -18/+63 | |
| | | * | | | | | at91: drop boot_params and PLAT_PHYS_OFFSET | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 41 | -51/+1 | |
| | | * | | | | | at91: factorize common irq ID | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 10 | -18/+6 | |
| | | * | | | | | at91: switch to CLKDEV_LOOKUP | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 22 | -202/+372 | |
| | | * | | | | | at91: fix map_io init usage | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 47 | -94/+166 | |
| | | * | | | | | at91/board-eco920: remove at91_beeper ressource as no driver at91_beeper exist | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 1 | -19/+0 | |
| | | * | | | | | atmel_serial: keep the platform_device unchanged | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 9 | -8/+25 | |
| | | * | | | | | at91sam9261: rename at91sam9261ek to at91sam9261 defconfig | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 1 | -11/+74 | |
| | | * | | | | | at91sam9263: merge all boards defconfig into only one | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 3 | -221/+73 | |
| | | * | | | | | at91: remove MTD_NAND_ATMEL_BUSWIDTH_16 option | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 9 | -54/+39 | |
| | * | | | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene... | Russell King | 2011-05-25 | 66 | -2935/+223 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'dev/removing-s5p6442' into for-next | Kukjin Kim | 2011-05-16 | 46 | -2140/+97 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | ARM: S5P6442: Removing ARCH_S5P6442 | Kukjin Kim | 2011-05-12 | 41 | -2139/+6 | |
| | | * | | | | | | | ARM: S3C64XX: Remove gpio-bank-X header files | Joonyoung Shim | 2011-05-06 | 20 | -796/+37 | |
| | | * | | | | | | | ARM: exynos4_defconfig: Update for adding machines | Kukjin Kim | 2011-05-06 | 1 | -0/+2 | |
| | | * | | | | | | | ARM: EXYNOS4: Add Atmel mXT touchscreen device to the NURI board | Joonyoung Shim | 2011-05-06 | 2 | -0/+91 | |
| | | * | | | | | | | ARM: EXYNOS4: CPUIDLE Support | Jaecheol Lee | 2011-05-06 | 2 | -0/+87 | |
| | * | | | | | | | | Merge branch 'davinci-next' of git://gitorious.org/linux-davinci/linux-davinc... | Russell King | 2011-05-25 | 5 | -15/+13 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | davinci: move DM64XX_VDD3P3V_PWDN to devices.c | Manjunath Hadli | 2011-05-23 | 2 | -3/+3 |