summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman7-6/+14
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman7-6/+14
2020-07-27Merge back cpufreq material for v5.9.Rafael J. Wysocki1-0/+14
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-Hartman7-6/+14
2020-07-27dmaengine: dw: Don't include unneeded header to platform data headerAndy Shevchenko1-1/+4
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-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-Hartman7-6/+14
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 Molnar75-218/+770
2020-07-26entry: Correct __secure_computing() stubThomas Gleixner1-1/+2
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-8/+0
2020-07-26bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-0/+4
2020-07-26bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko1-2/+15
2020-07-26bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko1-26/+55
2020-07-26bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu1-4/+8
2020-07-26bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu1-1/+2
2020-07-26bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu1-0/+2
2020-07-26bpf: Implement bpf iterator for map elementsYonghong Song1-0/+16
2020-07-26bpf: Support readonly/readwrite buffers in verifierYonghong Song1-0/+6
2020-07-26bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2-2/+8
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-7/+10
2020-07-26bpf: Add bpf_prog iteratorAlexei Starovoitov1-0/+1
2020-07-26driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}Dan Williams2-0/+11
2020-07-26ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams1-1/+0
2020-07-26libnvdimm: Validate command family indicesDan Williams1-0/+2
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-17/+138
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar27-63/+240
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2-3/+5
2020-07-25test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-13/+0
2020-07-25scsi: firmware: qcom_scm: Add support for programming inline crypto keysEric Biggers1-0/+19
2020-07-25icmp6: support rfc 4884Willem de Bruijn1-0/+1
2020-07-25icmp: prepare rfc 4884 for ipv6Willem de Bruijn1-1/+2
2020-07-25net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig1-2/+30
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+3
2020-07-25net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig1-4/+4
2020-07-25net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig1-2/+3
2020-07-25bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig1-3/+3
2020-07-25netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-2/+4