summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-01-13ext4: simplify i_state checks in __ext4_update_other_inode_time()Eric Biggers1-0/+15
2021-01-13fs: correctly document the inode dirty flagsEric Biggers1-5/+13
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-2/+0
2021-01-13regulator: ab8500: Decomission platform data headerLinus Walleij1-156/+0
2021-01-13regulator: ab8500: Remove unused platform dataLinus Walleij2-13/+0
2021-01-13usb: chipidea: tegra: Support host modePeter Geis1-0/+6
2021-01-13usb: phy: tegra: Support waking up from a low power modeDmitry Osipenko1-0/+2
2021-01-13can: dev: move netlink related code into seperate fileMarc Kleine-Budde1-0/+6
2021-01-13can: dev: move skb related into seperate fileMarc Kleine-Budde2-76/+77
2021-01-13can: dev: move length related code into seperate fileMarc Kleine-Budde2-40/+49
2021-01-13can: dev: move bittiming related code into seperate fileMarc Kleine-Budde2-15/+45
2021-01-13arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu1-1/+5
2021-01-13mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins1-1/+1
2021-01-13bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko3-0/+16
2021-01-13bpf: Declare __bpf_free_used_maps() unconditionallyAndrii Nakryiko1-2/+3
2021-01-13bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko1-1/+1
2021-01-13bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko1-0/+3
2021-01-13power: supply: max8903: Absorb pdata headerLinus Walleij1-43/+0
2021-01-12timekeeping: Remove unused get_seconds()Chunguang Xu2-15/+0
2021-01-12linux/clk.h: use correct kernel-doc notation for 2 functionsRandy Dunlap1-2/+2
2021-01-12sysfs: Support zapping of binary attr mmapsDaniel Vetter1-0/+2
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter1-5/+1
2021-01-12mm: Close race in generic_access_physDaniel Vetter1-1/+2
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter1-42/+0
2021-01-12mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter1-1/+1
2021-01-12net: compound page support in skb_seq_readWillem de Bruijn1-0/+1
2021-01-12net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1
2021-01-12csky: Fixup perf probe failedGuo Ren1-0/+1
2021-01-14PCI: Add pci_rebar_bytes_to_size()Nirmoy Das1-0/+8
2021-01-14PCI: Export pci_rebar_get_possible_sizes()Darren Salt1-0/+1
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman16-43/+119
2021-01-11Merge 5.11-rc3 into char-misc-nextGreg Kroah-Hartman16-43/+119
2021-01-10Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+21
2021-01-10Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+24
2021-01-10net-gro: remove GRO_DROPEric Dumazet1-1/+0
2021-01-10soc: qcom: mdt_loader: define stubs for COMPILE_TESTAlex Elder1-0/+35
2021-01-10remoteproc: qcom: expose types for COMPILE_TESTAlex Elder1-2/+2
2021-01-09Merge tag 'acpi-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+7
2021-01-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-6/+12
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+2
2021-01-08dm integrity: fix flush with external metadata deviceMikulas Patocka1-0/+1
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-1/+2
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek1-3/+0
2021-01-08dmaengine: at_hdmac: remove platform data headerAlexandre Belloni1-61/+0
2021-01-08skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-5/+5
2021-01-08tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon1-2/+7
2021-01-08skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon1-1/+2
2021-01-08net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-17/+21
2021-01-08skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-9/+9
2021-01-08skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-0/+10