summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20150925next-20150925Stephen Rothwell2015-09-255-0/+4439
* Merge branch 'akpm/master'Stephen Rothwell2015-09-2512-34/+35
|\
| * drivers/w1/w1_int.c: call put_device if device_register failsLevente Kurusa2015-09-251-2/+1
| * remove-abs64-fixAndrew Morton2015-09-251-2/+2
| * Remove abs64()Andrew Morton2015-09-259-12/+9
| * kernel.h: make abs() work with 64-bit typesMichal Nazarewicz2015-09-251-21/+24
| * net/ipv4/route.c: prevent oopsAndrew Morton2015-09-251-0/+2
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2015-09-25191-2147/+4887
|\
| * ipc/msg.c: use freezable blocking callYogesh Gaur2015-09-231-1/+2
| * ipc/msg.c: msgsnd: use freezable blocking callManinder Singh2015-09-231-1/+1
| * include/linux/zutil.h: fix usage example of zlib_adler32()Anish Bhatt2015-09-231-2/+2
| * w1: masters: omap_hdq: add support for 1-wire modeVignesh R2015-09-233-34/+203
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2015-09-232-0/+3
| * fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko2015-09-231-8/+7
| * seq_file: reuse string_escape_str()Andy Shevchenko2015-09-231-19/+6
| * signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov2015-09-234-98/+2
| * Documentation/filesystems/vfat.txt: update the limitation for fat fallocateNamjae Jeon2015-09-231-0/+10
| * fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2015-09-234-30/+87
| * fat: skip cluster allocation on fallocated regionNamjae Jeon2015-09-231-2/+8
| * fat: add fat_fallocate operationNamjae Jeon2015-09-233-2/+94
| * nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi2015-09-232-17/+75
| * nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi2015-09-231-0/+50
| * nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi2015-09-231-19/+9
| * nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi2015-09-231-27/+21
| * nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi2015-09-231-44/+40
| * nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi2015-09-231-8/+12
| * nilfs2: drop null test before destroy functionsJulia Lawall2015-09-231-8/+4
| * lib: Add CRC64 ECMA moduleMarian Chereji2015-09-234-0/+405
| * mm/util.c: add kstrimdup()Sebastian Capella2015-09-232-0/+31
| * lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes2015-09-231-8/+22
| * lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes2015-09-232-0/+18
| * lib/llist.c: fix data race in llist_del_firstDmitry Vyukov2015-09-231-2/+2
| * lib-test-string_helpersc-add-string_get_size-tests-v5Vitaly Kuznetsov2015-09-231-7/+16
| * lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov2015-09-231-0/+27
| * lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov2015-09-231-1/+2
| * lib/vsprintf: add %pT format specifierTetsuo Handa2015-09-232-1/+27
| * lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes2015-09-231-4/+4
| * include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton2015-09-231-1/+4
| * include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov2015-09-231-2/+2
| * fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-09-231-5/+5
| * mm: lru_deactivate_fn should clear PG_referencedMinchan Kim2015-09-231-0/+1
| * mm-move-lazy-free-pages-to-inactive-list-fix-fixAndrew Morton2015-09-231-2/+3
| * mm: document deactivate_pageMinchan Kim2015-09-231-0/+7
| * mm: move lazily freed pages to inactive listMinchan Kim2015-09-233-0/+38
| * mm: free swp_entry in madvise_freeMinchan Kim2015-09-231-1/+25
| * mm-dont-split-thp-page-when-syscall-is-called-fix-3Andrew Morton2015-09-231-1/+1
| * mm: remove lock validation check for MADV_FREEMinchan Kim2015-09-231-11/+2
| * mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE"Paul Bolle2015-09-231-1/+1
| * mm: don't split THP page when syscall is calledMinchan Kim2015-09-235-13/+83
| * mm, madvise: use vma_is_anonymous() to check for anon VMAKirill A. Shutemov2015-09-231-1/+1