summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-175-85/+100
|\
| * kernel/module: Use kmemdup to replace kmalloc+memcpyzhong jiang2018-08-021-4/+2
| * ARM: module: fix modsign build errorArnd Bergmann2018-07-091-0/+1
| * modsign: log module name in the event of an errorJessica Yu2018-07-023-27/+32
| * module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada2018-06-252-6/+4
| * module: print sensible error codeJason A. Donenfeld2018-06-251-2/+2
| * module: setup load info before module_sig_check()Jessica Yu2018-06-221-34/+43
| * module: make it clear when we're handling the module copy in info->hdrJessica Yu2018-06-221-21/+21
| * module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-06-181-1/+5
* | Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-172-2/+10
|\ \
| * | bus: imx-weim: Remove VLA usageKees Cook2018-08-131-1/+6
| * | drm/i2c: tda9950: Remove VLA usageKees Cook2018-08-131-1/+4
* | | x86/speculation/l1tf: Exempt zeroed PTEs from inversionSean Christopherson2018-08-171-1/+10
* | | Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1715-334/+690
|\ \ \
| * | | dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka2018-08-161-1/+1
| * | | dm crypt: don't decrease device limitsMikulas Patocka2018-08-131-5/+5
| * | | dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov2018-08-091-3/+7
| * | | dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer2018-08-091-2/+0
| * | | dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery2018-08-081-13/+26
| * | | dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman2018-08-081-0/+2
| * | | dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer2018-08-071-1/+2
| * | | dm thin: stop no_space_timeout worker when switching to write-modeHou Tao2018-08-071-0/+2
| * | | dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer2018-07-316-63/+27
| * | | dm thin: include metadata_low_watermark threshold in pool statusAndy Grover2018-07-302-3/+10
| * | | dm writecache: report start_sector in status lineMikulas Patocka2018-07-271-1/+5
| * | | dm crypt: convert essiv from ahash to shashKees Cook2018-07-271-17/+14
| * | | dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-271-15/+10
| * | | dm integrity: recalculate checksums on creationMikulas Patocka2018-07-272-4/+187
| * | | dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka2018-07-271-1/+3
| * | | dm integrity: use version 2 for separate metadataMikulas Patocka2018-07-271-3/+13
| * | | dm integrity: allow separate metadata deviceMikulas Patocka2018-07-271-54/+149
| * | | dm integrity: add ic->start in get_data_sector()Mikulas Patocka2018-07-271-3/+4
| * | | dm integrity: report provided data sectors in the statusMikulas Patocka2018-07-271-1/+3
| * | | dm integrity: implement fair range locksMikulas Patocka2018-07-271-9/+59
| * | | dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka2018-07-271-3/+7
| * | | dm integrity: change 'suspending' variable from bool to intMikulas Patocka2018-07-271-3/+3
| * | | dm delay: add flush as a third class of IOMikulas Patocka2018-07-272-5/+32
| * | | dm delay: refactor repetitive codeMikulas Patocka2018-07-271-120/+103
| * | | dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman2018-07-271-4/+15
| * | | dm thin: update stale "Status" DocumentationMike Snitzer2018-07-271-6/+7
* | | | Merge tag 'fsnotify_for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-179-138/+157
|\ \ \ \
| * | | | inotify: Add flag IN_MASK_CREATE for inotify_add_watch()Henry Wilson2018-06-273-2/+10
| * | | | fanotify: factor out helpers to add/remove markAmir Goldstein2018-06-271-57/+29
| * | | | fsnotify: add helper to get mask from connectorAmir Goldstein2018-06-273-12/+31
| * | | | fsnotify: let connector point to an abstract objectAmir Goldstein2018-06-275-37/+45
| * | | | fsnotify: pass connp and object type to fsnotify_add_mark()Amir Goldstein2018-06-274-39/+52
| * | | | fsnotify: use typedef fsnotify_connp_t for brevityAmir Goldstein2018-06-273-16/+15
* | | | | Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-179-45/+33
|\ \ \ \ \
| * | | | | ext2: use ktime_get_real_seconds for timestampsArnd Bergmann2018-06-272-4/+5
| * | | | | udf: convert inode stamps to timespec64Arnd Bergmann2018-06-277-41/+28
| |/ / / /