aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-27btrfs: add filesystem generation to FS_INFO ioctlJohannes Thumshirn1-1/+5
2020-07-27btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn1-2/+12
2020-07-27btrfs: use __u16 for the return value of btrfs_qgroup_level()Qu Wenruo1-2/+2
2020-07-27btrfs: tracepoints: convert flush states to using EM macrosNikolay Borisov1-20/+14
2020-07-27btrfs: tracepoints: switch extent_io_tree_owner to using EM macroNikolay Borisov1-15/+16
2020-07-27btrfs: tracepoints: fix qgroup reservation type printingNikolay Borisov1-11/+11
2020-07-27btrfs: tracepoints: move FLUSH_ACTIONS defineNikolay Borisov1-28/+17
2020-07-27btrfs: tracepoints: fix extent type symbolic name printNikolay Borisov1-7/+18
2020-07-27btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flagsNikolay Borisov1-6/+28
2020-07-27Merge 5.8-rc7 into staging-nextGreg Kroah-Hartman12-8/+22
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman12-8/+22
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman12-8/+22
2020-07-27Merge back cpufreq material for v5.9.Rafael J. Wysocki1-0/+14
2020-07-27ACPICA: Preserve memory opregion mappingsRafael J. Wysocki1-3/+9
2020-07-27Revert "test_firmware: Test platform fw loading on non-EFI systems"Greg Kroah-Hartman1-0/+13
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman12-8/+22
2020-07-27dmaengine: dw: Don't include unneeded header to platform data headerAndy Shevchenko1-1/+4
2020-07-27dmaengine: idxd: add missing invalid flags field to completionDave Jiang1-0/+6
2020-07-27dmaengine: dw: Introduce max burst length hw configSerge Semin1-0/+3
2020-07-27dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin1-0/+2
2020-07-27dmaengine: Introduce DMA-device device_caps callbackSerge Semin1-0/+4
2020-07-27dmaengine: Introduce max SG burst capabilitySerge Semin1-0/+8
2020-07-27dmaengine: Introduce min burst length capabilitySerge Semin1-0/+4
2020-07-27printk: Make linux/printk.h self-containedHerbert Xu3-35/+45
2020-07-27io: Fix return type of _inb and _inlStafford Horne1-2/+2
2020-07-27irqchip: Fix IRQCHIP_PLATFORM_DRIVER_* compilation by including module.hMarc Zyngier1-0/+1
2020-07-27irqchip: Add IRQCHIP_PLATFORM_DRIVER_BEGIN/END and IRQCHIP_MATCH helper macrosSaravana Kannan1-0/+23
2020-07-27irqchip: irq-bcm2836.h: drop a duplicated wordRandy Dunlap1-1/+1
2020-07-27irqchip/gic-v3: Remove unused register definitionZenghui Yu1-4/+0
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman12-8/+22
2020-07-27gpio: regmap: fix type clashMichael Walle1-1/+1
2020-07-27power: fix duplicated words in bq2415x_charger.hRandy Dunlap1-2/+2
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar118-308/+988
2020-07-26entry: Correct __secure_computing() stubThomas Gleixner1-1/+2
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin1-0/+2
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin1-0/+2
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2-10/+0
2020-07-25bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko1-0/+3
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2-1/+10
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko1-2/+15
2020-07-25bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko1-26/+55
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu1-4/+8
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu1-1/+2
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu1-0/+2
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song2-0/+23
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song1-0/+6
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2-2/+8
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-7/+10
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov1-0/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller25-24/+157