Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubi | Linus Torvalds | 14 | -322/+394 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -2/+2 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 6 | -7/+7 |
2012-10-02 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -40/+0 |
2012-10-02 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -15/+72 |
2012-10-02 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 5 | -139/+293 |
2012-09-28 | mtdchar: fix offset overflow detection | Linus Torvalds | 1 | -6/+42 |
2012-09-26 | UBI: fix trivial typo 'it' => 'is' | Brian Norris | 1 | -1/+1 |
2012-09-26 | UBI: load after mtd device drivers | Jiang Lu | 1 | -1/+1 |
2012-09-22 | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 6 | -7/+7 |
2012-09-21 | Merge branch 'next/dt' into next/multiplatform | Olof Johansson | 1 | -15/+72 |
2012-09-21 | ARM: OMAP1: Move board-ams-delta.h from plat to mach | Tony Lindgren | 1 | -1/+1 |
2012-09-21 | Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin... | Olof Johansson | 4 | -95/+250 |
2012-09-19 | ARM: samsung: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-19 | ARM: orion: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-19 | ARM: omap: move platform_data definitions | Arnd Bergmann | 2 | -2/+2 |
2012-09-17 | Merge tag 'omap-cleanup-sparseirq-for-v3.7' of git://git.kernel.org/pub/scm/l... | Olof Johansson | 2 | -2/+7 |
2012-09-17 | Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/... | Olof Johansson | 2 | -4/+2 |
2012-09-17 | Merge tag 'omap-devel-gpmc-fixed-for-v3.7' of git://git.kernel.org/pub/scm/li... | Olof Johansson | 2 | -89/+241 |
2012-09-17 | Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/k... | Olof Johansson | 3 | -8/+6 |
2012-09-14 | ARM: nomadik: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-14 | ARM: pxa: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-14 | ARM: imx: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-14 | ARM: davinci: move platform_data definitions | Arnd Bergmann | 1 | -2/+2 |
2012-09-13 | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 1 | -0/+1 |
2012-09-13 | ARM: OMAP: Move gpio.h to include/linux/platform_data | Tony Lindgren | 1 | -2/+6 |
2012-09-13 | Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ... | Tony Lindgren | 3 | -93/+243 |
2012-09-11 | ARM: OMAP: remove plat/board.h file | Igor Grinberg | 1 | -2/+0 |
2012-09-06 | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm... | Olof Johansson | 3 | -8/+6 |
2012-09-04 | Merge branch 'cleanup/io-pci' into next/cleanup | Arnd Bergmann | 3 | -8/+6 |
2012-09-04 | UBI: fix a horrible memory deallocation bug | Artem Bityutskiy | 1 | -2/+2 |
2012-09-04 | UBI: print less | Artem Bityutskiy | 7 | -56/+42 |
2012-09-04 | UBI: use pr_ helper instead of printk | Artem Bityutskiy | 6 | -103/+93 |
2012-09-04 | UBI: comply with coding style | Artem Bityutskiy | 9 | -113/+101 |
2012-09-04 | UBI: erase free PEB with bitflip in EC header | Matthieu CASTET | 1 | -1/+1 |
2012-09-04 | UBI: fix autoresize handling in R/O mode | Artem Bityutskiy | 1 | -0/+5 |
2012-09-04 | UBI: add max_beb_per1024 to attach ioctl | Richard Genoud | 2 | -2/+3 |
2012-09-04 | UBI: allow specifying bad PEBs limit using module parameter | Richard Genoud | 2 | -15/+27 |
2012-09-04 | UBI: check max_beb_per1024 value in ubi_attach_mtd_dev | Richard Genoud | 1 | -0/+9 |
2012-09-04 | UBI: prepare for max_beb_per1024 module parameter addition | Richard Genoud | 3 | -8/+12 |
2012-09-04 | UBI: introduce MTD_PARAM_MAX_COUNT | Richard Genoud | 1 | -2/+5 |
2012-09-04 | UBI: separate bad_peb_limit in a function | Richard Genoud | 1 | -23/+31 |
2012-09-04 | UBI: use the whole MTD device size to get bad_peb_limit | Richard Genoud | 2 | -9/+39 |
2012-09-04 | mtd: mtdparts: introduce mtd_get_device_size | Richard Genoud | 1 | -0/+10 |
2012-09-04 | mtd: mark mtd_is_partition argument as constant | Richard Genoud | 1 | -1/+1 |
2012-09-04 | UBI: kill CONFIG_MTD_UBI_BEB_RESERVE | Shmulik Ladkani | 2 | -19/+0 |
2012-09-04 | UBI: limit amount of reserved eraseblocks for bad PEB handling | Shmulik Ladkani | 2 | -21/+41 |
2012-09-04 | UBI: introduce new bad PEB limit | Shmulik Ladkani | 3 | -8/+32 |
2012-09-04 | UBI: print PID in debug messages | Artem Bityutskiy | 1 | -1/+2 |
2012-09-04 | UBI: print image sequence number as unsigned integer | Artem Bityutskiy | 1 | -1/+1 |