summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)2016-12-142-19/+11
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-143-8/+5
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-143-4/+0
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
* kcov: add more missing includesKefeng Wang2016-12-141-0/+5
* Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek2016-12-141-1/+2
* Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek2016-12-141-4/+4
* relay: check array offset before using itDan Carpenter2016-12-141-2/+2
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-142-8/+23
* igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-141-20/+33
* mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-142-0/+16
* dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck2016-12-141-7/+13
* arch/xtensa: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-2/+5
* arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+10
* arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+4
* arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-2/+5
* arch/powerpc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+8
* arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-5/+15
* arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-0/+3
* arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-8/+18
* arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+6
* arch/microblaze: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+8
* arch/metag: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-3/+13
* arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+7
* arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+5
* arch/frv: add option to skip sync on DMA mapAlexander Duyck2016-12-142-6/+17
* arch/c6x: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-141-4/+10
* arch/blackfin: add option to skip sync on DMA mapAlexander Duyck2016-12-141-1/+7
* arch/avr32: add option to skip sync on DMA mapAlexander Duyck2016-12-141-1/+6
* arch/arm: add option to skip sync on DMA map and unmapAlexander Duyck2016-12-141-6/+10
* arch/arc: add option to skip sync on DMA mappingAlexander Duyck2016-12-141-1/+4
* sysctl: add KERN_CONT to deprecated_sysctl_warning()Tetsuo Handa2016-12-141-2/+2
* kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang2016-12-141-0/+2
* kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-142-4/+2
* Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-142-9/+0
* coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan2016-12-141-3/+5
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-142-0/+24
* mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko2016-12-141-3/+14
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2016-12-141-1/+0
* btrfs: better handle btrfs_printk() defaultsPetr Mladek2016-12-141-9/+3
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-1422-200/+461
|\
| * dm flakey: introduce "error_writes" featureMike Snitzer2016-12-131-9/+42
| * dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer2016-12-081-1/+1
| * dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-081-0/+18
| * dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski2016-12-081-1/+2
| * dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski2016-12-081-1/+0
| * dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-081-8/+6
| * Documentation: dm raid: define data_offset status fieldHeinz Mauelshagen2016-12-081-0/+4
| * dm raid: fix discard support regressionHeinz Mauelshagen2016-12-081-6/+3