summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-301-1/+2
* x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-06-301-5/+6
* fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-06-301-0/+2
* fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-06-301-8/+9
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-06-303-24/+19
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-305-37/+49
* mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-303-17/+0
* mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-06-301-22/+24
* mm: meminit: free pages in large chunks where possibleMel Gorman2015-06-301-6/+49
* x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman2015-06-301-0/+1
* mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-06-301-5/+24
* mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-304-6/+130
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-305-4/+124
* mm: meminit: inline some helper functionsMel Gorman2015-06-302-46/+52
* mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-304-30/+51
* mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-305-11/+14
* mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-303-1/+21
* mm: meminit: move page initialization into a separate functionRobin Holt2015-06-301-33/+46
* memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-302-0/+50
* Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-295-101/+146
|\
| * md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-251-0/+9
| * md: unlock mddev_lock on an error path.NeilBrown2015-06-251-1/+3
| * md: clear mddev->private when it has been freed.NeilBrown2015-06-251-0/+3
| * md: fix a build warningFiro Yang2015-06-171-1/+1
| * md/raid5: ignore released_stripes checkShaohua Li2015-06-171-2/+2
| * md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu2015-06-172-9/+20
| * md/raid5: split wait_for_stripe and introduce wait_for_quiescentYuanhan Liu2015-06-172-6/+10
| * wait: introduce wait_event_exclusive_cmdYuanhan Liu2015-06-171-0/+13
| * md: convert to kstrto*()Alexey Dobriyan2015-06-171-68/+81
| * md/raid10: make sync_request_write() call bio_copy_data()Kent Overstreet2015-06-171-14/+4
* | Fix kmalloc slab creation sequenceChristoph Lameter2015-06-292-38/+16
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-2957-155/+13842
|\ \
| * | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-267-13/+257
| * | libnvdimm: Add sysfs numa_node to NVDIMM devicesToshi Kani2015-06-265-0/+34
| * | libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-266-1/+16
| * | acpi: Add acpi_map_pxm_to_online_node()Toshi Kani2015-06-262-3/+52
| * | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams2015-06-2610-3/+100
| * | pmem: flag pmem block devices as non-rotationalDan Williams2015-06-261-0/+1
| * | libnvdimm: enable iostatDan Williams2015-06-265-2/+59
| * | pmem: make_request cleanupsDan Williams2015-06-261-21/+5
| * | libnvdimm, pmem: fix up max_hw_sectorsDan Williams2015-06-261-1/+1
| * | libnvdimm, blk: add support for blk integrityVishal Verma2015-06-265-23/+159
| * | libnvdimm, btt: add support for blk integrityVishal Verma2015-06-265-18/+154
| * | fs/block_dev.c: skip rw_page if bdev has integrityVishal Verma2015-06-261-2/+2
| * | libnvdimm: Non-Volatile DevicesDan Williams2015-06-263-13/+858
| * | tools/testing/nvdimm: libnvdimm unit test infrastructureDan Williams2015-06-269-4/+1377
| * | libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler2015-06-2612-34/+941
| * | nd_btt: atomic sector updatesVishal Verma2015-06-2613-25/+1950
| * | libnvdimm: infrastructure for btt devicesDan Williams2015-06-2513-99/+879
| * | libnvdimm: write blk label setDan Williams2015-06-246-24/+369