summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-301-0/+3
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-301-0/+8
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-301-0/+8
* mm: meminit: inline some helper functionsMel Gorman2015-06-301-9/+0
* mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-302-3/+19
* mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-301-0/+2
* memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-301-0/+18
* Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-0/+13
|\
| * wait: introduce wait_event_exclusive_cmdYuanhan Liu2015-06-171-0/+13
* | Fix kmalloc slab creation sequenceChristoph Lameter2015-06-291-22/+0
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-298-1/+661
|\ \
| * | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-262-0/+155
| * | libnvdimm: Add sysfs numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * | libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * | acpi: Add acpi_map_pxm_to_online_node()Toshi Kani2015-06-261-0/+5
| * | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams2015-06-261-0/+2
| * | libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler2015-06-261-2/+25
| * | nd_btt: atomic sector updatesVishal Verma2015-06-261-0/+1
| * | libnvdimm: infrastructure for btt devicesDan Williams2015-06-251-5/+58
| * | libnvdimm: blk labels and namespace instantiationDan Williams2015-06-242-0/+28
| * | libnvdimm: pmem label sets and namespace instantiation.Dan Williams2015-06-243-0/+38
| * | libnvdimm: namespace indices: read and validateDan Williams2015-06-241-1/+0
| * | libnvdimm, nfit: add interleave-set state-tracking infrastructureDan Williams2015-06-241-0/+6
| * | libnvdimm: support for legacy (non-aliasing) nvdimmsDan Williams2015-06-243-2/+25
| * | libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory)Dan Williams2015-06-241-0/+25
| * | libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructureDan Williams2015-06-243-0/+47
| * | libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devicesDan Williams2015-06-243-1/+205
| * | libnvdimm, nfit: dimm/memory-devicesDan Williams2015-06-241-0/+11
| * | libnvdimm: control character device and nvdimm_bus sysfs attributesDan Williams2015-06-241-1/+5
| * | libnvdimm, nfit: initial libnvdimm infrastructure and NFIT supportDan Williams2015-06-241-0/+34
| * | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-1/+2
* | | Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-294-34/+124
|\ \ \
| * \ \ Merge branch 'topic/pxa' into for-linusVinod Koul2015-06-251-0/+27
| |\ \ \
| | * | | dmaengine: pxa: add pxa dmaengine driverRobert Jarzmik2015-05-261-0/+27
| * | | | Merge branch 'topic/xdmac' into for-linusVinod Koul2015-06-251-0/+27
| |\ \ \ \
| | * | | | dmaengine: Move icg helpers to global headerMaxime Ripard2015-06-121-0/+27
| | |/ / /
| * | | | Merge branch 'topic/omap' into for-linusVinod Koul2015-06-252-0/+38
| |\ \ \ \
| | * | | | dmaengine: of_dma: Support for DMA routersPeter Ujfalusi2015-05-092-0/+38
| * | | | | Merge branch 'topic/core' into for-linusVinod Koul2015-06-251-0/+8
| |\ \ \ \ \
| | * | | | | dmaengine: Support different source and destination strideMaxime Ripard2015-05-181-0/+8
| | | |/ / / | | |/| | |
| * | | | | dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard2015-06-121-0/+24
| * | | | | dmaengine: Remove Renesas Audio DMAC peri peri platform dataGeert Uytterhoeven2015-05-081-34/+0
| |/ / / /
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-273-1620/+1892
|\ \ \ \ \
| * | | | | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-041-1/+0
| * | | | | LSM: Switch to lists of hooksCasey Schaufler2015-05-122-66/+57
| * | | | | LSM: Add security module hook list headsCasey Schaufler2015-05-121-0/+220
| * | | | | LSM: Remove a comment from security.hCasey Schaufler2015-05-121-1270/+0
| * | | | | LSM: Add the comment to lsm_hooks.hCasey Schaufler2015-05-121-0/+1279
| * | | | | LSM: Split security.hCasey Schaufler2015-05-122-305/+358
| | |/ / / | |/| | |
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-277-2/+206
|\ \ \ \ \