summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-05-10nvme: define constants for identification valuesKeith Busch1-0/+6
2020-05-10nvmet: align addrfam list to specChaitanya Kulkarni1-0/+2
2020-05-10nvme-fc and nvmet-fc: revise LLDD api for LS reception and LS requestJames Smart1-98/+270
2020-05-10nvme-fc: Sync header to FC-NVME-2 rev 1.08James Smart1-5/+6
2020-05-10bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-2/+0
2020-05-10bdi: simplify bdi_allocChristoph Hellwig1-5/+1
2020-05-10bdi: remove bdi_register_ownerChristoph Hellwig1-1/+1
2020-05-10driver core: remove device_create_vargsChristoph Hellwig1-4/+0
2020-05-10Merge branch 'block-5.7' into for-5.8/blockJens Axboe2-9/+2
2020-05-10bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig1-0/+1
2020-05-09nsproxy: add struct nssetChristian Brauner3-2/+27
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2-0/+14
2020-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2020-05-09nfsd: clients don't need to break their own delegationsJ. Bruce Fields2-0/+2
2020-05-09kthread: save thread functionJ. Bruce Fields1-0/+1
2020-05-09serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng1-0/+6
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-22/+5
2020-05-08lib: add linear ranges helpersMatti Vaittinen1-0/+48
2020-05-08Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+10
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+2
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner3-59/+225
2020-05-08KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit1-0/+3
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers2-19/+1
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2-7/+11
2020-05-08audit: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-08Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds1-1/+1
2020-05-08netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-4/+1
2020-05-08netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-1/+1
2020-05-08netpoll: move netpoll_send_skb() out of lineEric Dumazet1-8/+1
2020-05-08netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-3/+2
2020-05-08module: Make module_enable_ro() static againJosh Poimboeuf1-6/+0
2020-05-08module: Remove module_disable_ro()Josh Poimboeuf1-2/+0
2020-05-08livepatch: Remove .klp.archPeter Zijlstra1-3/+0
2020-05-08livepatch: Apply vmlinux-specific KLP relocations earlyJosh Poimboeuf1-0/+14
2020-05-08exec: Rename flush_old_exec begin_new_execEric W. Biederman1-1/+1
2020-05-08exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+0
2020-05-08exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman1-3/+3
2020-05-08exec: Make unlocking exec_update_mutex explictEric W. Biederman1-2/+1
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller1-19/+43
2020-05-07rpmsg: glink: Integrate glink_ssr in qcom_glinkBjorn Andersson1-6/+1
2020-05-07soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson1-0/+6
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney8-13/+165
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig1-8/+1
2020-05-07kgdb: Return true in kgdb_nmi_poll_knock()Jason Yan1-1/+1
2020-05-07kgdb: Fix spurious true from in_dbg_master()Daniel Thompson1-1/+1
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef1-6/+1
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2-11/+5
2020-05-07Merge 'x86/urgent' into x86/cpuBorislav Petkov11-49/+27
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring1-2/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-73/+54