summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: kill the nand_ecclayout structBoris Brezillon2016-05-052-21/+1
* mtd: nand: kill the ecc->layout fieldBoris Brezillon2016-05-051-2/+0
* mtd: onenand: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-2/+0
* mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon2016-05-051-18/+0
* mtd: nand: sharpsl: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-1/+1
* mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon2016-04-191-0/+3
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-191-4/+28
* mtd: add mtd_set_ecclayout() helper functionBoris Brezillon2016-04-191-0/+6
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2016-04-191-0/+33
* mtd: nand: export default read/write oob functionsBoris Brezillon2016-04-191-0/+14
* mtd/ifc: Add support for IFC controller version 2.0Raghav Dogra2016-04-191-15/+30
* of: mtd: prepare helper reading NAND ECC algo from DTRafał Miłecki2016-04-191-0/+6
* mtd: nand: add new enum for storing ECC algorithmRafał Miłecki2016-04-191-0/+8
* Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/...Boris Brezillon2016-04-192-11/+7
|\
| * leds: trigger: Introduce a MTD (NAND/NOR) triggerEzequiel Garcia2016-04-131-0/+6
| * mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2016-04-131-11/+1
* | mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros2016-04-151-1/+1
* | memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regsRoger Quadros2016-04-151-1/+2
* | mtd: nand: omap: Clean up device tree supportRoger Quadros2016-04-151-2/+1
* | mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros2016-04-151-1/+3
* | memory: omap-gpmc: Implement IRQ domain for NAND IRQsRoger Quadros2016-04-151-2/+3
* | memory: omap-gpmc: Introduce GPMC to NAND interfaceRoger Quadros2016-04-151-2/+33
* | ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform dataRoger Quadros2016-04-152-139/+142
* | ARM: OMAP2+: gpmc: Add platform dataRoger Quadros2016-04-152-2/+31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-265-18/+45
|\
| * ceph: fix security xattr deadlockYan, Zheng2016-03-251-1/+2
| * libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+2
| * libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-2/+4
| * libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-2/+3
| * libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov2016-03-251-1/+1
| * libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov2016-03-252-0/+6
| * libceph: monc ping rate is 10sIlya Dryomov2016-03-251-2/+3
| * libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov2016-03-253-10/+24
* | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds2016-03-261-2/+8
|\ \
| * | NTB: Make _addr functions optional in the APIAllen Hubbe2016-03-221-2/+8
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-261-12/+3
|\ \ \
| * | | scsi: fc: use get/put_unaligned64 for wwn accessArnd Bergmann2016-03-181-12/+3
* | | | mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-261-0/+32
* | | | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-263-12/+31
* | | | mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-262-10/+13
* | | | mm, kasan: SLAB supportAlexander Potapenko2016-03-264-0/+43
* | | | include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()Tetsuo Handa2016-03-261-2/+0
* | | | oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa2016-03-261-2/+0
* | | | oom: make oom_reaper_list single linkedVladimir Davydov2016-03-261-1/+1
* | | | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko2016-03-261-0/+2
* | | | mm, oom_reaper: implement OOM victims queuingMichal Hocko2016-03-261-0/+3
* | | | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko2016-03-261-1/+1
* | | | mm, oom: introduce oom reaperMichal Hocko2016-03-261-0/+2
* | | | sched: add schedule_timeout_idle()Andrew Morton2016-03-261-0/+1
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-252-4/+4
|\ \ \ \