aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mm: limit UKSM sleep time instead of failingRyan Pennucci2017-04-111-1/+4
* uksm: Fix warningJoe Maples2017-04-111-1/+1
* uksm: clean up and remove some (no)inlinesRyan Pennucci2017-04-111-13/+7
* uksm: modify ema logic and tidy upRyan Pennucci2017-04-111-57/+41
* uksm: enhancements and cleanupsRyan Pennucci2017-04-111-69/+169
* uksm: squashed fixupsRyan Pennucci2017-04-111-121/+96
* UKSM: cast variable as constNathan Chancellor2017-04-111-1/+1
* UKSM: remove U64_MAX definitionNathan Chancellor2017-04-111-1/+0
* mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang2017-04-111-1/+6
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2017-04-111-1/+2
* ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming2017-04-111-5/+10
* mm/ksm.c: mark stable page dirtyMinchan Kim2017-04-111-0/+6
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2017-04-111-13/+7
* ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli2017-04-111-2/+3
* ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli2017-04-111-6/+2
* ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli2017-04-111-1/+1
* ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli2017-04-111-5/+27
* ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2017-04-112-0/+5
* ksm: Don't bug on pmd_trans_hugeJoe Maples2017-04-111-1/+0
* crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2017-04-112-2/+2
* crypto: add lz4 Cryptographic APIChanho Min2017-04-114-1/+230
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSChristopher Fries2017-04-111-0/+1
* lib/sort: Add 64 bit swap functionDaniel Wagner2017-04-111-2/+21
* lib/sort.c: move include inside #if 0Rasmus Villemoes2017-04-111-1/+1
* lib/sort.c: use simpler includesRasmus Villemoes2017-04-111-2/+2
* lib: introduce upper case hex ascii helpersAndre Naujoks2017-04-112-0/+13
* ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2017-04-111-2/+13
* ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2017-04-111-0/+1
* ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2017-04-111-0/+4
* trace: net: use %pK for kernel pointersmukesh agrawal2017-04-111-2/+2
* fix memory leaks in tracing_buffers_splice_read()Al Viro2017-04-111-8/+9
* zlib: clean up some dead codeSergey Senozhatsky2017-04-113-393/+0
* lib: zlib_inflage: fixed potential buffer overflowPaul Taysom2017-04-111-2/+3
* lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2017-04-117-49/+53
* lib: crc32: Add some additional __pure annotationsGeorge Spelvin2017-04-112-4/+4
* lib: crc32: Mark test data __initconstGeorge Spelvin2017-04-111-2/+2
* lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin2017-04-112-79/+82
* lib/crc32.c: remove unnecessary __constantFabian Frederick2017-04-111-2/+2
* lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann2017-04-111-2/+2
* lib: crc32: conditionally resched when running testcasesDaniel Borkmann2017-04-111-0/+3
* lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann2017-04-111-0/+72
* lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2017-04-112-0/+121
* lib: crc32: clean up spacing in test casesDaniel Borkmann2017-04-111-200/+100
* lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng2017-04-111-6/+11
* Optimize ARM memset and memzero functionsHarm Hanemaaijer2017-04-113-184/+250
* Optimize copy_page for modern ARM platformsHarm Hanemaaijer2017-04-113-24/+78
* Rename ARM assembler push/pull macrosHarm Hanemaaijer2017-04-117-206/+206
* Speed up console framebuffer imageblit functionHarm Hanemaaijer2017-04-111-5/+147
* lib/string.c: improve strrchr()Rasmus Villemoes2017-04-111-6/+6
* fs/seq_file: fix out-of-bounds readVegard Nossum2017-04-111-1/+3