summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song1-4/+6
2020-08-07Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-47/+66
2020-08-07Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-40/+75
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+29
2020-08-06LSM: drop duplicated words in header file commentsRandy Dunlap2-2/+2
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2020-08-06Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-2/+2
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+4
2020-08-06Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+7
2020-08-06hw_breakpoint: Remove unused __register_perf_hw_breakpoint() declarationBhupesh Sharma1-3/+0
2020-08-06kprobes: Remove show_registers() function prototypeMasami Hiramatsu1-1/+0
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2-0/+21
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra10-10/+18
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar15-493/+1038
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds73-970/+1628
2020-08-06Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-380/+43
2020-08-06Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds3-2/+142
2020-08-06virtio_config: fix up warnings on pariscMichael S. Tsirkin1-5/+4
2020-08-06Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-12/+0
2020-08-06Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas1-0/+1
2020-08-06Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+4
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas2-7/+2
2020-08-06Merge branch 'pci/error'Bjorn Helgaas1-2/+2
2020-08-06vdpa: Modify get_vq_state() to return error codeEli Cohen1-2/+2
2020-08-06net/vdpa: Use struct for set/get vq stateEli Cohen1-4/+14
2020-08-06vdpa: remove hard coded virtq numMax Gurtovoy1-2/+4
2020-08-06Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Michael S. Tsirkin6-24/+179
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds3-6/+40
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-0/+9
2020-08-05Merge tag 'hwmon-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-1/+2
2020-08-05Merge tag 'devicetree-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2020-08-05Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-7/+32
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-75/+96
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-145/+151
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-52/+262
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+186
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo1-0/+2
2020-08-05platform_data/mlxreg: support new watchdog type with longer timeout periodMichael Shych1-1/+4
2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan1-0/+1
2020-08-05vDPA: add get_vq_irq() in vdpa_config_opsZhu Lingshan1-0/+7
2020-08-05virtio_config: drop LE option from config spaceMichael S. Tsirkin1-26/+2
2020-08-05virtio_config: add virtio_cread_le_featureMichael S. Tsirkin1-0/+10
2020-08-05virtio_caif: correct tags for config space fieldsMichael S. Tsirkin1-3/+3
2020-08-05virtio_config: LE config space accessorsMichael S. Tsirkin1-0/+65
2020-08-05virtio_config: disallow native type fields (again)Michael S. Tsirkin1-14/+2
2020-08-05virtio_config: rewrite using _GenericMichael S. Tsirkin1-85/+76
2020-08-05virtio_config: cread/write cleanupMichael S. Tsirkin1-12/+19
2020-08-05vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin1-0/+34
2020-08-05virtio_config: disallow native type fieldsMichael S. Tsirkin1-3/+2