aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* binder: blacklist %p kptr_restrictfire8552017-04-111-12/+12
* ion: blacklist %p kptr_restrictfire8552017-04-111-22/+22
* BACKPORT: perf: Fix event->ctx lockingJohn Dias2017-04-111-37/+207
* perf: protect group_leader from races that cause ctx double-freeJohn Dias2017-04-112-0/+21
* drivers: video: Add bounds checking in fb_cmap_to_userSteve Pfetsch2017-04-111-0/+3
* Fix "Elevation of privilege vulnerability in kernel file system"fire8552017-04-111-5/+5
* ecryptfs: forbid opening files without mmap handlerJann Horn2017-04-111-2/+11
* lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller2017-04-111-1/+4
* move count_zeroes.h out of asm-genericChristoph Hellwig2017-04-113-5/+5
* lib/mpi: Add mpi sgl helpersTadeusz Struk2017-04-112-0/+200
* MPI: Fix mpi_read_bufferTadeusz Struk2017-04-111-13/+25
* MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2017-04-113-22/+86
* MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin2017-04-111-2/+2
* MPILIB: Fix comparison of negative MPIsRasmus Villemoes2017-04-111-1/+1
* MPILIB: Fix obvious but harmless typoRasmus Villemoes2017-04-111-1/+1
* MPILIB: Deobfuscate mpi_cmpRasmus Villemoes2017-04-111-5/+3
* MPILIB: add module description and licenseKonstantin Khlebnikov2017-04-111-0/+3
* alpha: Modernize lib/mpi/longlong.hRichard Henderson2017-04-111-10/+7
* arm64: lib: improve copy_page to deal with 128 bytes at a timeWill Deacon2017-04-111-8/+38
* linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2017-04-111-13/+13
* lib: add glibc style strchrnul() variantGrant Likely2017-04-112-0/+21
* lib/bitmap.c: Clean up deprecated definesPranav Vashi2017-04-111-2/+0
* include/linux/bitmap.h: cleanupAndrew Morton2017-04-111-4/+3
* bitmap: bitmap_equal memcmp optimizationMartin Schwidefsky2017-04-111-0/+4
* linux/bitmap: Force inlining of bitmap weight functionsDenys Vlasenko2017-04-112-4/+4
* linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes2017-04-111-6/+2
* lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui2017-04-111-14/+18
* lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui2017-04-111-0/+4
* lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui2017-04-111-3/+4
* lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2017-04-112-34/+4
* lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes2017-04-111-7/+2
* lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes2017-04-111-4/+3
* lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2017-04-112-11/+12
* lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes2017-04-111-4/+4
* lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes2017-04-111-2/+0
* lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes2017-04-111-3/+3
* lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2017-04-112-11/+11
* lib: bitmap: add missing mask in bitmap_shift_rightRasmus Villemoes2017-04-111-1/+1
* lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2017-04-112-0/+6
* lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2017-04-112-6/+5
* lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2017-04-112-9/+9
* lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2017-04-112-18/+12
* lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes2017-04-111-7/+7
* lib/bitmap.c: simplify bitmap_pos_to_ordRasmus Villemoes2017-04-111-16/+6
* lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2017-04-112-6/+6
* lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2017-04-112-3/+3
* lib: bitmap: add missing mask in bitmap_andnotRasmus Villemoes2017-04-112-3/+6
* lib: bitmap: add missing mask in bitmap_andRasmus Villemoes2017-04-112-3/+6
* lib: bitmap: micro-optimize bitmap_allocate_regionRasmus Villemoes2017-04-111-2/+1
* lib: bitmap: change parameter of bitmap_*_region to unsignedRasmus Villemoes2017-04-112-9/+9