firefly-linux-kernel-4.4.55.git
2015-05-18 Kevin HilmanMerge branch 'v3.10/topic/arm64-errata' into linux...
2015-05-18 Will Deaconarm64: errata: add workaround for cortex-a53 erratum...
2015-05-18 Catalin Marinasarm64: Remove unused cpu_name ascii in arch/arm64/mm...
2015-05-12 Kevin HilmanMerge branch 'v3.10/topic/gator' into linux-linaro...
2015-05-12 Kevin HilmanMerge branch 'lsk-3.10-gator' of git://git.linaro.org...
2015-05-12 Alex ShiMerge remote-tracking branch 'origin/v3.10/topic/zram...
2015-05-12 Alex Shi Merge tag 'v3.10.77' into linux-linaro-lsk
2015-05-11 Jon MedhurstMerge branch 'lsk-3.10-gator-5.21' into lsk-3.10-gator
2015-05-11 Sergey Senozhatskyzram: fix umount-reset_store-mount race condition
2015-05-11 Ganesh Mahendranzram: free meta table in zram_meta_free
2015-05-11 Mahendran Ganeshmm/zram: correct ZRAM_ZERO flag bit position
2015-05-11 Minchan Kimzsmalloc: correct fragile [kmap|kunmap]_atomic use
2015-05-11 Sergey Senozhatskyzsmalloc: fix zs_init cpu notifier error handling
2015-05-11 Jon Medhurstgator: Enable multiple source copies to exist in Androi...
2015-05-11 Joonsoo Kimzsmalloc: merge size_class to reduce fragmentation
2015-05-11 Weijie Yangzram: avoid kunmap_atomic() of a NULL pointer
2015-05-11 Weijie Yangzram: avoid NULL pointer access in concurrent situation
2015-05-11 Dan Streetmanzsmalloc: simplify init_zspage free obj linking
2015-05-11 Wang Sheng-Huimm/zsmalloc.c: correct comment for fullness group compu...
2015-05-11 Sergey Senozhatskyzram: use notify_free to account all free notifications
2015-05-11 Minchan Kimzram: report maximum used memory
2015-05-11 Minchan Kimzram: zram memory size limitation
2015-05-11 Minchan Kimzsmalloc: change return value unit of zs_get_total_size...
2015-05-11 Minchan Kimzsmalloc: move pages_allocated to zs_pool
2015-05-11 Kees Cookmm/zpool: use prefixed module loading
2015-05-11 Chao Yuzram: fix incorrect stat with failed_reads
2015-05-11 Dan Streetmanmm/zpool: zbud/zsmalloc implement zpool
2015-05-11 Dan Streetmanmm/zpool: implement common zpool api to zbud/zsmalloc
2015-05-11 Weijie Yangzram: replace global tb_lock with fine grain lock
2015-05-11 Minchan Kimzram: use size_t instead of u16
2015-05-11 Sergey Senozhatskyzram: remove unused SECTOR_SIZE define
2015-05-11 Sergey Senozhatskyzram: rename struct `table' to `zram_table_entry'
2015-05-11 Minchan Kimzram: avoid lockdep splat by revalidate_disk
2015-05-11 Minchan Kimzram: revalidate disk after capacity change
2015-05-11 Weijie Yangzsmalloc: fixup trivial zs size classes value in comments
2015-05-11 Weijie Yangzram: correct offset usage in zram_bio_discard
2015-05-11 Sergey Senozhatskylz4: fix compression/decompression signedness mismatch
2015-05-11 Chanho Minlib: add lz4 compressor module
2015-05-11 Kyungsik Leedecompressor: add LZ4 decompressor module
2015-05-11 Joonsoo Kimzram: support REQ_DISCARD
2015-05-11 Sergey Senozhatskyzram: use scnprintf() in attrs show() methods
2015-05-11 Minchan Kimzram: propagate error to user
2015-05-11 Sergey Senozhatskyzram: return error-valued pointer from zcomp_create()
2015-05-11 Sergey Senozhatskyzram: move comp allocation out of init_lock
2015-05-11 Sergey Senozhatskyzram: add lz4 algorithm backend
2015-05-11 Sergey Senozhatskyzram: make compression algorithm selection possible
2015-05-11 Sergey Senozhatskyzram: add set_max_streams knob
2015-05-11 Sergey Senozhatskyzram: add multi stream functionality
2015-05-11 Sergey Senozhatskyzram: factor out single stream compression
2015-05-11 Sergey Senozhatskyzram: use zcomp compressing backends
2015-05-11 Sergey Senozhatskyzram: introduce compressing backend abstraction
2015-05-11 Sergey Senozhatskyzram: delete zram_init_device()
2015-05-11 Sergey Senozhatskyzram: move zram size warning to documentation
2015-05-11 Sergey Senozhatskyzram: drop not used table `count' member
2015-05-11 Sergey Senozhatskyzram: report failed read and write stats
2015-05-11 Sergey Senozhatskyzram: remove zram stats code duplication
2015-05-11 Sergey Senozhatskyzram: use atomic64_t for all zram stats
2015-05-11 Sergey Senozhatskyzram: remove good and bad compress stats
2015-05-11 Sergey Senozhatskyzram: do not pass rw argument to __zram_make_request()
2015-05-11 Sergey Senozhatskyzram: drop `init_done' struct zram member
2015-05-11 Srivatsa S... zsmalloc: Fix CPU hotplug callback registration
2015-05-11 Srivatsa S... CPU hotplug: Provide lockless versions of callback...
2015-05-11 Minchan Kimzram: avoid null access when fail to alloc meta
2015-05-11 Minchan Kimzram: remove zram->lock in read path and change it...
2015-05-11 Minchan Kimzram: remove workqueue for freeing removed pending...
2015-05-11 Minchan Kimzram: introduce zram->tb_lock
2015-05-11 Minchan Kimzram: use atomic operation for stat
2015-05-11 Minchan Kimzram: remove unnecessary free
2015-05-11 Minchan Kimzram: delay pending free request in read path
2015-05-11 Minchan Kimzram: fix race between reset and flushing pending work
2015-05-11 Minchan Kimzsmalloc: add copyright
2015-05-11 Minchan Kimzram: add copyright
2015-05-11 Minchan Kimzram: remove old private project comment
2015-05-11 Minchan Kimzram: promote zram from staging
2015-05-11 Minchan Kimzsmalloc: move it under mm
2015-05-11 Rashika KheriaStaging: zram: Fix memory leak by refcount mismatch
2015-05-11 Rashika KheriaStaging: zram: Fix access of NULL pointer
2015-05-11 Rashika KheriaStaging: zram: Fix variable dereferenced before check
2015-05-11 Greg Kroah... Revert "staging: zram: Add auto loading of module if...
2015-05-11 Minchan Kimzram: don't grab mutex in zram_slot_free_noity
2015-05-11 Minchan Kimzram: fix invalid memory access
2015-05-11 Kumar GauravStaging: zram: zram_drv.c: Fixed Error of trailing...
2015-05-11 Sunghan Suhzram: prevent data loss in error cases of function...
2015-05-11 Konrad Rzeszutek... staging: zram: Add auto loading of module if user opens...
2015-05-11 Sergey Senozhatskystaging: zram: protect zram_reset_device() call
2015-05-11 Sergey Senozhatskyzram: remove zram_sysfs file (v2)
2015-05-11 Jiang Liuzram: use atomic64_xxx() to replace zram_stat64_xxx()
2015-05-11 Jiang Liuzram: optimize memory operations with clear_page()...
2015-05-11 Jiang Liuzram: kill unused zram_get_num_devices()
2015-05-11 Jiang Liuzram: simplify and optimize dev_to_zram()
2015-05-11 Marlies RuckStaging: Fixes string split across lines in zram
2015-05-08 Jon Medhurstgator: Add config for building the module in-tree
2015-05-08 Jon Medhurstgator: Version 5.21.1
2015-05-06 Greg Kroah... Linux 3.10.77
2015-05-06 Guenter Roecks390: Fix build error
2015-05-06 Geert Uytterhoevennosave: consolidate __nosave_{begin,end} in <asm/sectio...
2015-05-06 Dan Carpentermemstick: mspro_block: add missing curly braces
2015-05-06 Nishanth MenonC6x: time: Ensure consistency in __init
2015-05-06 Nicolas Ioosswl18xx: show rx_frames_per_rates as an array as it...
2015-05-06 mancha securitylib: memzero_explicit: use barrier instead of OPTIMIZER...
next