summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-10-1014-43/+120
|\
| * Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-09770-8893/+20524
| |\
| | * UAPI: (Scripted) Disintegrate include/mtdDavid Howells2012-10-097-5/+5
| * | mtd: nand: increase max OOB size to 640Brian Norris2012-09-291-1/+1
| * | mtd: add helpers to get the supportted ONFI timing modeHuang Shijie2012-09-291-0/+25
| * | mtd: add helpers to set/get features for ONFI nandHuang Shijie2012-09-291-0/+14
| * | mtd: nand: expand description of read_page method in comment headerMike Dunn2012-09-291-2/+4
| * | mtd: basic (read only) driver for BCMA serial flashRafał Miłecki2012-09-291-0/+2
| * | Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse2012-09-2912-60/+295
| |\ \
| * | | mtd: nand: Added a device flag for subpage read supportJeff Westfahl2012-09-291-3/+4
| * | | mtd: fix kernel-doc warning in include/linux/mtd/nand.hRandy Dunlap2012-09-291-0/+1
| * | | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-3/+0
| * | | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-09-291-3/+0
| * | | mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-0/+20
| * | | mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-0/+20
| * | | Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...David Woodhouse2012-08-22527-8061/+18834
| |\ \ \
| * | | | mtd: Better comment NAND_BBT_NO_OOBShmulik Ladkani2012-07-061-1/+4
| * | | | mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-2/+2
| * | | | mtd: nand: kill NAND_NO_READRDYBrian Norris2012-07-061-6/+0
| * | | | mtd: nand: remove NAND_BBT_SEARCH optionBrian Norris2012-07-061-2/+0
| * | | | mtd: nand: add Eon Silicon Solutions manufacturer IDBrian Norris2012-07-061-0/+1
| * | | | mtd: sh_flctl: Restructure the hardware ECC handlingBastian Hecht2012-07-061-3/+7
| * | | | mtd: sh_flctl: Use different OOB layoutBastian Hecht2012-07-061-4/+0
| * | | | mtd: sh_flctl: Add support for error IRQBastian Hecht2012-07-061-0/+9
| * | | | mtd: move mtd_read_oob() definition out of mtd.hBrian Norris2012-07-061-8/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-101-4/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Btrfs: update delayed ref's tracepoints to show sequenceLiu Bo2012-10-011-4/+10
* | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-0930-429/+730
|\ \ \ \ \
| * | | | | mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner2012-10-091-7/+7
| * | | | | mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes2012-10-091-1/+1
| * | | | | memory-hotplug: update memory block's state and notify userspaceWen Congyang2012-10-091-0/+2
| * | | | | memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang2012-10-091-0/+1
| * | | | | make GFP_NOTRACK definition unconditionalGlauber Costa2012-10-091-4/+0
| * | | | | CMA: migrate mlocked pagesMinchan Kim2012-10-091-0/+2
| * | | | | mm: remove unevictable_pgs_mlockfreedHugh Dickins2012-10-091-1/+0
| * | | | | memory-hotplug: fix zone stat mismatchMinchan Kim2012-10-091-0/+4
| * | | | | mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg2012-10-091-47/+0
| * | | | | mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes2012-10-091-0/+1
| * | | | | mm: remove free_page_mlockHugh Dickins2012-10-091-1/+1
| * | | | | mm: remove vma arg from page_evictableHugh Dickins2012-10-091-1/+1
| * | | | | mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+4
| * | | | | mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas2012-10-091-1/+1
| * | | | | mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim2012-10-091-1/+2
| * | | | | mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman2012-10-092-1/+17
| * | | | | mm: compaction: Restart compaction from near where it left offMel Gorman2012-10-091-0/+4
| * | | | | mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2012-10-092-2/+20
| * | | | | revert "mm: have order > 0 compaction start off where it left"Mel Gorman2012-10-091-4/+0
| * | | | | mm/memblock: cleanup early_node_map[] related commentsWanpeng Li2012-10-091-2/+1
| * | | | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| * | | | | atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-0/+25