summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-286-44/+29Star
|\
| * dm table: fix missing dm_put_target_type() in dm_table_add_target()tang.junhui2016-10-241-15/+9Star
| * dm rq: clear kworker_task if kthread_run() returned an errorMike Snitzer2016-10-181-2/+5
| * dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan2016-10-181-2/+2
| * dm raid: fix activation of existing raid4/10 devicesHeinz Mauelshagen2016-10-172-5/+8
| * dm mirror: use all available legs on multiple failuresHeinz Mauelshagen2016-10-141-19/+2Star
| * dm mirror: fix read error on recovery after default leg failureHeinz Mauelshagen2016-10-141-0/+1
| * dm raid: fix compat_features validationAndy Whitcroft2016-10-111-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-10-283-29/+34
|\ \
| * | security/keys: make BIG_KEYS dependent on stdrng.Artem Savkov2016-10-271-1/+1
| * | KEYS: Sort out big_key initialisationDavid Howells2016-10-271-27/+32
| * | KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells2016-10-271-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-2824-51/+89
|\ \ \
| * | | drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printkDimitri Sivanich2016-10-281-1/+1
| * | | cris/arch-v32: cryptocop: print a hex number after a 0x prefixUwe Kleine-König2016-10-281-1/+1
| * | | ipack: print a hex number after a 0x prefixUwe Kleine-König2016-10-281-1/+1
| * | | block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-281-2/+2
| * | | fs: exofs: print a hex number after a 0x prefixUwe Kleine-König2016-10-281-1/+1
| * | | lib/genalloc.c: start search from start of chunkDaniel Mentz2016-10-281-1/+2
| * | | mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-10-282-0/+11
| * | | CREDITS: update credit information for Martin KepplingerMartin Kepplinger2016-10-281-2/+3
| * | | proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu2016-10-281-0/+3
| * | | mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas2016-10-281-2/+5
| * | | lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MBDmitry Vyukov2016-10-281-1/+1
| * | | latent_entropy: raise CONFIG_FRAME_WARN by defaultKees Cook2016-10-281-0/+1
| * | | kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-283-7/+6Star
| * | | ipc: account for kmem usage on mqueue and msgAristeu Rozanski2016-10-281-2/+2
| * | | mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-282-16/+28
| * | | mm: page_alloc: use KERN_CONT where appropriateJoe Perches2016-10-281-7/+9
| * | | mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov2016-10-281-0/+2
| * | | h8300: fix syscall restartingMark Rutland2016-10-282-5/+1Star
| * | | kcov: properly check if we are in an interruptAndrey Konovalov2016-10-281-1/+8
| * | | mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim2016-10-281-1/+1
* | | | Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds2016-10-281-1/+1
* | | | mm: remove unused variable in memory hotplugLinus Torvalds2016-10-281-1/+0Star
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-2811-18/+57
|\ \ \ \
| * | | | i2c: imx: defer probe if bus recovery GPIOs are not readyStefan Agner2016-10-251-4/+7
| * | | | i2c: designware: Avoid aborted transfers with fast reacting I2C slavesJarkko Nikula2016-10-251-3/+14
| * | | | i2c: i801: Fix I2C Block Read on 8-Series/C220 and laterJean Delvare2016-10-251-3/+13
| * | | | i2c: xgene: Avoid dma_buffer overrunHoan Tran2016-10-251-1/+1
| * | | | i2c: digicolor: Fix module autoloadJavier Martinez Canillas2016-10-251-0/+1
| * | | | i2c: xlr: Fix module autoload for OF registrationJavier Martinez Canillas2016-10-251-0/+1
| * | | | i2c: xlp9xx: Fix module autoloadJavier Martinez Canillas2016-10-251-0/+1
| * | | | i2c: jz4780: Fix module autoloadJavier Martinez Canillas2016-10-251-0/+1
| * | | | i2c: allow configuration of imx driver for ColdFire architectureGreg Ungerer2016-10-251-2/+2
| * | | | i2c: mark device nodes only in case of successful instantiationRalf Ramsauer2016-10-251-1/+10
| * | | | i2c: rk3x: Give the tuning value 0 during rk3x_i2c_v0_calc_timingsDavid Wu2016-10-251-0/+2
| * | | | i2c: hix5hd2: allow build with ARCH_HISIRuqiang Ju2016-10-251-4/+4
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-10-272-12/+62
|\ \ \ \ \
| * | | | | thermal/powerclamp: correct cpu support checkEric Ernst2016-10-201-12/+2Star