summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-095-70/+20
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-099-462/+531
* cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-093-4/+4
* fork: free vmapped stacks in cache when cpus are offlineHoeun Ryu2017-05-091-0/+23
* reiserfs: use designated initializersKees Cook2017-05-091-12/+12
* checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches2017-05-091-1/+3
* checkpatch: improve the embedded function name test for patch contextsJoe Perches2017-05-091-9/+8
* checkpatch: add --typedefsfileJerome Forissier2017-05-091-17/+35
* checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches2017-05-091-3/+10
* checkpatch: special audit for revert commit lineWei Wang2017-05-091-0/+1
* checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches2017-05-091-5/+7
* checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches2017-05-091-2/+4
* checkpatch: avoid suggesting struct definitions should be constJoe Perches2017-05-091-3/+3
* checkpatch: allow space leading blank lines in email headersJoe Perches2017-05-091-2/+2
* checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches2017-05-091-0/+11
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-092-0/+29
* checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol2017-05-091-13/+0
* firmware/Makefile: force recompilation if makefile changesLuis R. Rodriguez2017-05-091-1/+2
* lib: add module support to linked list sorting testsGeert Uytterhoeven2017-05-094-152/+155
* lib: add module support to array-based sort testsGeert Uytterhoeven2017-05-091-3/+4
* Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven2017-05-091-6/+5
* drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter2017-05-091-2/+2
* drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter2017-05-091-2/+8
* kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-091-1/+7
* make help: add tools help targetRandy Dunlap2017-05-091-2/+6
* jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smpMatthias Kaehlcke2017-05-091-8/+3
* drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()Lorenzo Stoakes2017-05-091-5/+2
* proc/sysctl: fix the int overflow for jiffies conversionGao Feng2017-05-091-1/+1
* fs/proc/inode.c: remove cast from memory allocationTobin C. Harding2017-05-091-1/+1
* mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2017-05-092-2/+35
* mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka2017-05-092-9/+22
* mm, compaction: add migratetype to compact_controlVlastimil Babka2017-05-092-8/+8
* mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-092-8/+16
* mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2017-05-093-21/+63
* mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka2017-05-091-25/+37
* mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka2017-05-091-8/+0
* mm, compaction: reorder fields in struct compact_controlVlastimil Babka2017-05-091-5/+5
* docs: complete bumping minimal GNU Make version to 3.81Max Filippov2017-05-071-1/+1
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-0614-105/+465
|\
| * CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-052-0/+7
| * SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-041-3/+11
| * cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-041-0/+2
| * CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-041-2/+2
| * CIFS: fix oplock break deadlocksRabin Vincent2017-05-034-5/+18
| * cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-031-0/+2
| * cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-031-0/+1
| * Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
| * CIFS: Add asynchronous write support through kernel AIOPavel Shilovsky2017-05-022-51/+139
| * CIFS: Add asynchronous read support through kernel AIOPavel Shilovsky2017-05-022-39/+131
| * CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky2017-05-023-0/+139