| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-05-05 | mtd: mtd: drop NAND_ECC_SOFT_BCH enum value |  Rafał Miłecki | 1 | -1/+0 |
| 2016-05-05 | mtd: nand: move of_get_nand_xxx() helpers into nand_base.c |  Boris Brezillon | 1 | -56/+0 |
| 2016-05-05 | mtd: kill the nand_ecclayout struct |  Boris Brezillon | 1 | -20/+0 |
| 2016-05-05 | mtd: nand: kill the ecc->layout field |  Boris Brezillon | 1 | -2/+0 |
| 2016-05-05 | mtd: onenand: switch to mtd_ooblayout_ops |  Boris Brezillon | 1 | -2/+0 |
| 2016-05-05 | mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct |  Boris Brezillon | 1 | -18/+0 |
| 2016-05-05 | mtd: nand: sharpsl: switch to mtd_ooblayout_ops |  Boris Brezillon | 1 | -1/+1 |
| 2016-04-19 | mtd: nand: implement the default mtd_ooblayout_ops |  Boris Brezillon | 1 | -0/+3 |
| 2016-04-19 | mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition |  Boris Brezillon | 1 | -4/+28 |
| 2016-04-19 | mtd: add mtd_set_ecclayout() helper function |  Boris Brezillon | 1 | -0/+6 |
| 2016-04-19 | mtd: add mtd_ooblayout_xxx() helper functions |  Boris Brezillon | 1 | -0/+33 |
| 2016-04-19 | mtd: nand: export default read/write oob functions |  Boris Brezillon | 1 | -0/+14 |
| 2016-04-19 | mtd/ifc: Add support for IFC controller version 2.0 |  Raghav Dogra | 1 | -15/+30 |
| 2016-04-19 | of: mtd: prepare helper reading NAND ECC algo from DT |  Rafał Miłecki | 1 | -0/+6 |
| 2016-04-19 | mtd: nand: add new enum for storing ECC algorithm |  Rafał Miłecki | 1 | -0/+8 |
| 2016-04-19 | Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds into nand/next |  Boris Brezillon | 2 | -11/+7 |
| 2016-04-15 | mtd: nand: omap2: Implement NAND ready using gpiolib |  Roger Quadros | 1 | -1/+1 |
| 2016-04-15 | memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs |  Roger Quadros | 1 | -1/+2 |
| 2016-04-15 | mtd: nand: omap: Clean up device tree support |  Roger Quadros | 1 | -2/+1 |
| 2016-04-15 | mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers |  Roger Quadros | 1 | -1/+3 |
| 2016-04-15 | memory: omap-gpmc: Implement IRQ domain for NAND IRQs |  Roger Quadros | 1 | -2/+3 |
| 2016-04-15 | memory: omap-gpmc: Introduce GPMC to NAND interface |  Roger Quadros | 1 | -2/+33 |
| 2016-04-15 | ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform data |  Roger Quadros | 2 | -139/+142 |
| 2016-04-15 | ARM: OMAP2+: gpmc: Add platform data |  Roger Quadros | 2 | -2/+31 |
| 2016-04-13 | leds: trigger: Introduce a MTD (NAND/NOR) trigger |  Ezequiel Garcia | 1 | -0/+6 |
| 2016-04-13 | mtd: Uninline mtd_write_oob and move it to mtdcore.c |  Ezequiel Garcia | 1 | -11/+1 |
| 2016-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 5 | -18/+45 |
| 2016-03-26 | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb |  Linus Torvalds | 1 | -2/+8 |
| 2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB |  Alexander Potapenko | 1 | -0/+32 |
| 2016-03-25 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections |  Alexander Potapenko | 2 | -11/+20 |
| 2016-03-25 | mm, kasan: add GFP flags to KASAN API |  Alexander Potapenko | 2 | -10/+13 |
| 2016-03-25 | mm, kasan: SLAB support |  Alexander Potapenko | 4 | -0/+43 |
| 2016-03-25 | include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() |  Tetsuo Handa | 1 | -2/+0 |
| 2016-03-25 | oom, oom_reaper: protect oom_reaper_list using simpler way |  Tetsuo Handa | 1 | -2/+0 |
| 2016-03-25 | oom: make oom_reaper_list single linked |  Vladimir Davydov | 1 | -1/+1 |
| 2016-03-25 | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task |  Michal Hocko | 1 | -0/+2 |
| 2016-03-25 | mm, oom_reaper: implement OOM victims queuing |  Michal Hocko | 1 | -0/+3 |
| 2016-03-25 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space |  Michal Hocko | 1 | -1/+1 |
| 2016-03-25 | mm, oom: introduce oom reaper |  Michal Hocko | 1 | -0/+2 |
| 2016-03-25 | sched: add schedule_timeout_idle() |  Andrew Morton | 1 | -0/+1 |
| 2016-03-25 | ceph: fix security xattr deadlock |  Yan, Zheng | 1 | -1/+2 |
| 2016-03-25 | libceph: add helper that duplicates last extent operation |  Yan, Zheng | 1 | -0/+2 |
| 2016-03-25 | libceph: enable large, variable-sized OSD requests |  Ilya Dryomov | 1 | -2/+4 |
| 2016-03-25 | libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op |  Yan, Zheng | 1 | -2/+3 |
| 2016-03-25 | libceph: rename ceph_osd_req_op::payload_len to indata_len |  Ilya Dryomov | 1 | -1/+1 |
| 2016-03-25 | libceph: monc hunt rate is 3s with backoff up to 30s |  Ilya Dryomov | 2 | -0/+6 |
| 2016-03-25 | libceph: monc ping rate is 10s |  Ilya Dryomov | 1 | -2/+3 |
| 2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol |  Ilya Dryomov | 3 | -10/+24 |
| 2016-03-25 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux |  Linus Torvalds | 2 | -4/+4 |
| 2016-03-24 | Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -0/+9 |