summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2020-07-27irqchip: Fix IRQCHIP_PLATFORM_DRIVER_* compilation by including module.hMarc Zyngier-0/+1
2020-07-27irqchip: Add IRQCHIP_PLATFORM_DRIVER_BEGIN/END and IRQCHIP_MATCH helper macrosSaravana Kannan-0/+23
2020-07-27irqchip: irq-bcm2836.h: drop a duplicated wordRandy Dunlap-1/+1
2020-07-27irqchip/gic-v3: Remove unused register definitionZenghui Yu-4/+0
2020-07-27drm/fourcc: fix Amlogic Video Framebuffer Compression macroNeil Armstrong-1/+1
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman-8/+22
2020-07-27gpio: regmap: fix type clashMichael Walle-1/+1
2020-07-27power: fix duplicated words in bq2415x_charger.hRandy Dunlap-2/+2
2020-07-26SUNRPC: Refresh the show_rqstp_flags() macroChuck Lever-8/+27
2020-07-26Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar-308/+988
2020-07-26entry: Correct __secure_computing() stubThomas Gleixner-1/+2
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin-0/+2
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin-0/+2
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko-10/+0
2020-07-25bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko-0/+3
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko-1/+10
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko-2/+15
2020-07-25bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko-26/+55
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu-4/+8
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu-1/+2
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu-0/+2
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song-0/+23
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song-0/+6
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song-2/+8
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song-7/+10
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov-0/+1
2020-07-25driver-core: Introduce DEVICE_ATTR_ADMIN_{RO,RW}Dan Williams-0/+11
2020-07-25ACPI: NFIT: Define runtime firmware activation commandsDan Williams-1/+2
2020-07-25ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams-1/+0
2020-07-25libnvdimm: Validate command family indicesDan Williams-0/+6
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-24/+157
2020-07-25Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+4
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar-126/+323
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds-4/+5
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy Li-1/+2
2020-07-25bcache: struct cache_sb is only for in-memory super block nowColy Li-4/+6
2020-07-25bcache: increase super block version for cache device and backing deviceColy Li-8/+21
2020-07-25test_firmware: Test platform fw loading on non-EFI systemsKees Cook-13/+0
2020-07-24scsi: core: Only return started requests from scsi_host_find_tag()Hannes Reinecke-1/+1
2020-07-24scsi: firmware: qcom_scm: Add support for programming inline crypto keysEric Biggers-0/+19
2020-07-24scsi: scsi_transport_iscsi: Drop a duplicated wordRandy Dunlap-1/+1
2020-07-24icmp6: support rfc 4884Willem de Bruijn-0/+3
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn-1/+2
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig-2/+30
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-10/+13
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig-1/+1
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig-1/+1
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig-1/+1
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig-4/+4