summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-07-011-4/+1Star
* arc: use for_each_sg()Akinobu Mita2015-07-011-5/+7
* devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-07-011-7/+24
* scripts/gdb: remove useless global instructionThiébaud Weksteen2015-07-011-2/+0Star
* scripts/gdb: add ps commandThiébaud Weksteen2015-07-011-0/+16
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-07-014-7/+7
* scripts/gdb: fix typo in exception nameThiébaud Weksteen2015-07-011-1/+1
* scripts/gdb: enable completion for lx-list-check parameterJan Kiszka2015-07-011-1/+2
* scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka2015-07-011-2/+4
* scripts/gdb: add command to check list consistencyThiébaud Weksteen2015-07-012-0/+90
* memstick: remove deprecated use of pci apiQuentin Lambert2015-07-012-11/+11
* fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-07-011-3/+1Star
* fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
* fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
* fs/adfs: remove unneeded castFiro Yang2015-07-011-1/+1
* gcov: add support for GCC 5.1Lorenzo Stoakes2015-07-012-1/+9
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-07-013-1/+15
* kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-07-011-1/+2
* x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-07-011-5/+6
* fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-07-011-0/+2
* fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-07-011-8/+9
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-07-013-24/+19Star
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-07-015-37/+49
* mm: meminit: remove mminit_verify_page_linksMel Gorman2015-07-013-17/+0Star
* mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-07-011-22/+24
* mm: meminit: free pages in large chunks where possibleMel Gorman2015-07-011-6/+49
* x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman2015-07-011-0/+1
* mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-07-011-5/+24
* mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-07-014-6/+130
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-07-015-4/+124
* mm: meminit: inline some helper functionsMel Gorman2015-07-012-46/+52
* mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-07-014-30/+51
* mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-07-015-11/+14
* mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-07-013-1/+21
* mm: meminit: move page initialization into a separate functionRobin Holt2015-07-011-33/+46
* memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-07-012-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/+4Star
* | Fix kmalloc slab creation sequenceChristoph Lameter2015-06-292-38/+16Star
* | 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