summaryrefslogtreecommitdiffstats
path: root/drivers/ssb (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-03UBI: Add self_check_eba()Richard Weinberger1-0/+96
2012-10-03UBI: Export next_sqnum()Richard Weinberger1-9/+9
2012-10-03UBI: Add fastmap stuff to ubi.hRichard Weinberger2-25/+115
2012-10-03UBI: Add fastmap on-flash data structuresRichard Weinberger1-0/+137
2012-09-26UBI: fix trivial typo 'it' => 'is'Brian Norris1-1/+1
2012-09-26UBI: load after mtd device driversJiang Lu1-1/+1
2012-09-04UBI: print lessArtem Bityutskiy7-56/+42
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy6-103/+93
2012-09-04UBI: comply with coding styleArtem Bityutskiy9-113/+101
2012-09-04UBI: erase free PEB with bitflip in EC headerMatthieu CASTET1-1/+1
2012-09-04UBI: fix autoresize handling in R/O modeArtem Bityutskiy1-0/+5
2012-09-04UBI: add max_beb_per1024 to attach ioctlRichard Genoud3-3/+18
2012-09-04UBI: allow specifying bad PEBs limit using module parameterRichard Genoud2-15/+27
2012-09-04UBI: check max_beb_per1024 value in ubi_attach_mtd_devRichard Genoud1-0/+9
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud3-8/+12
2012-09-04UBI: introduce MTD_PARAM_MAX_COUNTRichard Genoud1-2/+5
2012-09-04UBI: separate bad_peb_limit in a functionRichard Genoud1-23/+31
2012-09-04arm: sam9_l9260_defconfig: correct CONFIG_MTD_UBI_BEB_LIMITArtem Bityutskiy1-1/+1
2012-09-04UBI: use the whole MTD device size to get bad_peb_limitRichard Genoud2-9/+39
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud2-0/+11
2012-09-04mtd: mark mtd_is_partition argument as constantRichard Genoud2-2/+2
2012-09-04arm: sam9_l9260_defconfig: remove non-existing config optionShmulik Ladkani1-1/+0
2012-09-04UBI: kill CONFIG_MTD_UBI_BEB_RESERVEShmulik Ladkani2-19/+0
2012-09-04UBI: limit amount of reserved eraseblocks for bad PEB handlingShmulik Ladkani2-21/+41
2012-09-04UBI: introduce new bad PEB limitShmulik Ladkani3-8/+32
2012-09-04arm: sam9_l9260_defconfig: prepare to UBI config changeShmulik Ladkani1-0/+1
2012-09-04UBI: print PID in debug messagesArtem Bityutskiy1-1/+2
2012-09-04UBI: print image sequence number as unsigned integerArtem Bityutskiy1-1/+1
2012-09-01Linux 3.6-rc4v3.6-rc4Linus Torvalds1-1/+1
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2-5/+12
2012-08-30s390/32: Don't clobber personality flags on execHeiko Carstens1-1/+2
2012-08-30drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222SPaul Menzel1-0/+3
2012-08-30gma500: Consider CRTC initially active.Forest Bond1-0/+3
2012-08-30drm/radeon: fix dig encoder selection on DCE61Alex Deucher1-5/+26
2012-08-29mm, slab: lock the correct nodelist after reenabling irqsDavid Rientjes1-0/+1
2012-08-29drm/radeon: fix double free in radeon_gpu_resetChristian König1-0/+3
2012-08-29drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740Jerome Glisse1-1/+1
2012-08-29drm/radeon: rework panel mode setupAlex Deucher1-17/+12
2012-08-29drm/radeon/atom: powergating fixes for DCE6Alex Deucher1-20/+2
2012-08-29drm/radeon/atom: rework DIG modesetting on DCE3+Alex Deucher1-62/+47
2012-08-29drm/radeon: don't disable plls that are in use by other crtcsAlex Deucher1-0/+14
2012-08-29drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700Marek Olšák4-4/+27
2012-08-29drm/radeon: initialize tracked CS stateMarek Olšák1-1/+8
2012-08-29drm/radeon: fix reading CB_COLORn_MASK from the CSMarek Olšák1-1/+1
2012-08-29watchdog: da9052: Remove duplicate inclusion of delay.hSachin Kamat1-1/+0
2012-08-29watchdog: fix watchdog-test.c build warningRandy Dunlap1-1/+1
2012-08-29drm/nvc0/copy: check PUNITS to determine which copy engines are disabledBen Skeggs1-2/+4
2012-08-28Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens1-2/+6
2012-08-28Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo1-2/+5
2012-08-28Btrfs: fix a dio write regressionLiu Bo1-4/+20