summaryrefslogtreecommitdiff
path: root/lib/mpi/mpih-cmp.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 26Thomas Gleixner
2011-11-09crypto: GnuPG based MPI lib - source files (part 1)Dmitry Kasatkin
ommit/fs/seq_file.c?id=25c6bb76eafe37c8963ae58a6a1bcf4069caeedb'>seq_file: reuse string_escape_str()Andy Shevchenko 2015-11-06fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko 2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches 2015-09-10seq_file: provide an analogue of print_hex_dump()Andy Shevchenko 2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2015-06-30fs: document seq_open()'s usage of file->private_dataYann Droneaud 2015-06-30fs: allocate structure unconditionally in seq_open()Yann Droneaud 2015-06-23vfs: add seq_file_path() helperMiklos Szeredi 2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval 2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo 2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes 2014-10-29seq_file: Rename seq_overflow() to seq_has_overflowed() and make publicJoe Perches 2014-07-03fs/seq_file: fallback to vmalloc allocationHeiko Carstens 2013-11-18seq_file: always clear m->count when we free m->bufAl Viro 2013-11-15seq_file: introduce seq_setwidth() and seq_pad()Tetsuo Handa 2013-10-25seq_file: always update file->f_pos in seq_lseek()Gu Zheng