aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds3-0/+20
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno3-0/+20
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-32/+58
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+13
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+5
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-53/+11
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-15/+5
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-39/+93
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-16/+331
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-91/+9
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-574/+1277
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-175/+2473
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-7/+19
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2020-06-11Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds1-0/+33
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-64/+370
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to ...Marco Elver1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver2-29/+29
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver1-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver1-11/+2
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver1-4/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner14-563/+1274
2020-06-11SUNRPC: rpc_xprt lifetime events should record xprt->stateChuck Lever1-1/+29
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin1-0/+1
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever1-0/+111
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever2-4/+35
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever1-47/+66
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever1-0/+28
2020-06-11SUNRPC: Update the RPC_SHOW_SOCKET() macroChuck Lever1-3/+3
2020-06-11SUNRPC: Update the rpc_show_task_flags() macroChuck Lever1-1/+7
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever1-4/+51
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever2-2/+37
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds10-58/+529
2020-06-11media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeTomi Valkeinen1-1/+1
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov1-0/+1
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2-2/+4
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner763-5189/+20887
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner1-3/+5
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra1-1/+1
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra1-2/+2
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov2-0/+4
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner1-7/+0
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner1-12/+7
2020-06-11genirq: Provide __irq_enter/exit_raw()Thomas Gleixner1-0/+20
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner1-2/+11
2020-06-11nmi, tracing: Make hardware latency tracing noinstr safeThomas Gleixner1-2/+6
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra1-2/+24
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner1-2/+7
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner2-6/+6
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra3-7/+2303
2020-06-11asm-generic/atomic: Use __always_inline for fallback wrappersMarco Elver1-169/+171
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2-5/+5
2020-06-10stacktrace: cleanup inconsistent variable typeWalter Wu1-1/+1
2020-06-10mm: add comments on pglist_data zonesBen Widawsky1-1/+13
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-7/+5
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-90/+126
2020-06-10Merge tag 'acpi-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-2/+3
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-1/+25
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-23/+5
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds8-13/+284
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-0/+11
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+16
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds11-78/+112
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds21-32/+1186
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2-3/+12
2020-06-10Merge branch 'acpica'Rafael J. Wysocki2-2/+3
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki1-1/+1
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki2-0/+30
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel1-0/+1
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam1-1/+1
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-3/+3
2020-06-09scsi: target: Factor out a new helper, target_cmd_init_cdb()Sudhakar Panneerselvam1-0/+1
2020-06-09net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso1-24/+0
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-0/+4
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-0/+6
2020-06-09net: change addr_list_lock back to static keyCong Wang1-4/+8
2020-06-09bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer1-0/+13
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-2/+81
2020-06-09Revert "fs: remove dio_end_io()"David Sterba1-0/+2
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-6/+6
2020-06-09include/linux/cache.h: expand documentation over __read_mostlyLuis Chamberlain1-2/+8
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig1-3/+1
2020-06-09maccess: remove strncpy_from_unsafeChristoph Hellwig1-1/+0
2020-06-09maccess: unify the probe kernel arch hooksChristoph Hellwig1-2/+4
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig1-1/+1
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig1-2/+2
2020-06-09maccess: remove duplicate kerneldoc commentsChristoph Hellwig1-38/+0
2020-06-09maccess: remove various unused weak aliasesChristoph Hellwig1-3/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse10-24/+24
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2-20/+20
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-0/+14
2020-06-09mmap locking API: add MMAP_LOCK_INITIALIZERMichel Lespinasse1-0/+3
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse1-0/+14
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse1-0/+5
2020-06-09MMU notifier: use the new mmap locking APIMichel Lespinasse1-2/+3
2020-06-09mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse2-0/+55
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport3-0/+93
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-0/+24
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-4/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport10-12/+13
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-3/+2
2020-06-09sysrq: use show_stack_loglvl()Dmitry Safonov1-0/+2
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-2/+2
2020-06-09virtio_mem: convert device block size into 64bitMichael S. Tsirkin1-2/+2
2020-06-08Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2-3/+4
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2-5/+17
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-6/+64
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds1-0/+6
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-0/+30
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-162/+119
2020-06-08Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+23
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-27/+68
2020-06-08asm-generic: add a flush_icache_user_range stubChristoph Hellwig1-0/+4
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-3/+3
2020-06-08asm-generic: improve the flush_dcache_page stubChristoph Hellwig1-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-3/+0
2020-06-08asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig1-3/+3
2020-06-08mm/gup: introduce pin_user_pages_locked()John Hubbard1-0/+2
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder1-2/+8
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli1-0/+6
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli1-0/+7
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka1-0/+4
2020-06-08xarray.h: correct return code documentation for xa_store_{bh,irq}()Manfred Spraul1-2/+2
2020-06-08kernel: add panic_on_taintRafael Aquini1-0/+3
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai6-11/+21
2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano1-0/+2
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig1-3/+2
2020-06-08net/sysctl: remove leftover __user annotations on neigh_proc_dointvec*Christoph Hellwig1-4/+3
2020-06-08KVM: x86: Fix APIC page invalidation raceEiichi Tsukata1-2/+2
2020-06-08include: fix wiki website url in netlink interface headerFlavio Suligoi1-1/+1
2020-06-08Merge https://gitlab.freedesktop.org/drm/msm into drm-next-msm-5.8Dave Airlie1-1/+23
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-23/+25
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-18/+639
2020-06-07Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-0/+1
2020-06-07Merge tag 'ntb-5.8' of git://github.com/jonmason/ntbLinus Torvalds1-3/+3
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-197/+758
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-1/+3
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-105/+159
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-10/+12
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-69/+19
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan1-0/+4
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+2
2020-06-06Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-3/+143
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+5
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-51/+88
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-0/+7
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu1-0/+2
2020-06-05NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typosWesley Sheng1-2/+2
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-23/+91
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-29/+37
2020-06-05Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+15
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-16/+16
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds23-370/+450
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds4-24/+128
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-1/+322
2020-06-05net: ethtool: Fix comment mentioning typo in IS_ENABLED()Kees Cook1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-2/+6
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher1-0/+6
2020-06-05dm bufio: introduce forget_buffer_lockedMikulas Patocka1-0/+7
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher1-0/+6
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang1-1/+1
2020-06-05ACPICA: Update version to 20200528Bob Moore1-1/+1
2020-06-05ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda1-1/+2
2020-06-05compiler_types.h: Use unoptimized __unqual_scalar_typeof for sparseMarco Elver1-1/+1
2020-06-05compiler_types.h: Optimize __unqual_scalar_typeof compilation timeMarco Elver1-1/+22
2020-06-05compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)Will Deacon1-2/+5
2020-06-05compiler-types.h: Include naked type in __pick_integer_type() matchWill Deacon1-2/+7
2020-06-05READ_ONCE: Fix comment describing 2x32-bit atomicityWill Deacon1-3/+3
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg1-2/+3
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-3/+3
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-06-04Merge tag 'arm-dt-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-11/+77
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-147/+419
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-32/+37
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-157/+106
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig1-2/+1
2020-06-04include/linux/seq_file.h: introduce DEFINE_SEQ_ATTRIBUTE() helper macroKefeng Wang1-0/+19
2020-06-04elfnote: mark all .note sections SHF_ALLOCNick Desaulniers1-1/+1
2020-06-04include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann1-1/+1
2020-06-04include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-04mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand2-0/+3
2020-06-04mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand1-7/+0
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-0/+4
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny1-3/+7
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny1-4/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+4
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-4/+9
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-0/+23