summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+10
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-282-0/+39
* kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+3
* mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-0/+13
* kasan: add tag related helper functionsAndrey Konovalov2018-12-281-0/+13
* kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-0/+8
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-6/+6
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-284-18/+23
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-282-16/+31
* Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2018-12-282-12/+17
|\
| * fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-071-2/+2
| * fs/locks: rename some lists and pointers.NeilBrown2018-11-302-10/+15
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-12-282-3/+24
|\ \
| * | ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2018-12-191-0/+20
| * | jbd2: update locking documentation for transaction_tAlexander Lochmann2018-12-041-3/+3
| * | jbd2: avoid long hold times of j_state_lock while committing a transactionJan Kara2018-12-041-0/+1
* | | Merge tag 'fsnotify_for_v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-284-30/+49
|\ \ \
| * | | fanotify: introduce new event mask FAN_OPEN_EXEC_PERMMatthew Bobrowski2018-11-134-9/+20
| * | | fsnotify: refactor fsnotify_parent()/fsnotify() paired calls when event is on...Matthew Bobrowski2018-11-131-20/+22
| * | | fanotify: introduce new event mask FAN_OPEN_EXECMatthew Bobrowski2018-11-134-3/+9
* | | | Merge tag 'for-4.21-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-12-283-1/+5
|\ \ \ \
| * | | | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-0/+2
| * | | | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
| * | | | btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-172-0/+2
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-2718-452/+521
|\ \ \ \ \
| * | | | | crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-234-48/+4
| * | | | | crypto: api - document missing stats memberCorentin Labbe2018-12-231-0/+7
| * | | | | crypto: user - remove unused dump functionsCorentin Labbe2018-12-231-12/+0
| * | | | | crypto: user - Add crypto_stats_initCorentin Labbe2018-12-071-0/+3
| * | | | | crypto: user - rename err_cnt parameterCorentin Labbe2018-12-072-21/+21
| * | | | | crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-071-62/+118
| * | | | | crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-078-272/+126
| * | | | | crypto: user - split user space crypto stat structuresCorentin Labbe2018-12-071-38/+62
| * | | | | crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-079-75/+75
| * | | | | crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-072-0/+19
| * | | | | crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-201-0/+74
| * | | | | crypto: poly1305 - add Poly1305 core APIEric Biggers2018-11-201-0/+16
| * | | | | crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-201-2/+10
| * | | | | crypto: chacha - add XChaCha12 supportEric Biggers2018-11-201-0/+7
| * | | | | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-202-42/+47
| * | | | | crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-201-1/+13
| * | | | | crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2018-11-201-0/+2
| * | | | | crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica2018-11-161-0/+1
| * | | | | crypto: streebog - register Streebog in hash info for IMAVitaly Chikunov2018-11-162-0/+3
| * | | | | crypto: streebog - add Streebog hash functionVitaly Chikunov2018-11-161-0/+34
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27128-1054/+3093
|\ \ \ \ \ \
| * | | | | | net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-251-0/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-222-47/+17
| |\ \ \ \ \ \
| * | | | | | | net: drop the unused helper skb_ext_get()Paolo Abeni2018-12-211-11/+0
| * | | | | | | net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan2018-12-211-0/+1