summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju
2021-07-19bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang
2021-07-19clk: at91: add register definition for sama7g5's master clockClaudiu Beznea
2021-07-19printk: index: Add indexing support to dev_printkChris Down
2021-07-19printk: Userspace format indexing supportChris Down
2021-07-18net/mlx5: Add DCS caps & fields supportLior Nahmanson
2021-07-17Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-17block: increase BLKCG_MAX_POLSOleksandr Natalenko
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko
2021-07-16software nodes: Split software_node_notify()Rafael J. Wysocki
2021-07-16ACPI: glue: Eliminate acpi_platform_notify()Rafael J. Wysocki
2021-07-16ACPI: Add LoongArch support for ACPI_PROCESSOR/ACPI_NUMAHuacai Chen
2021-07-16locking/atomic: add arch_atomic_long*()Mark Rutland
2021-07-16locking/atomic: centralize generated headersMark Rutland
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-07-16power: supply: PCHG: Peripheral device chargerDaisuke Nojiri
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa
2021-07-16Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4Marco Elver
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-15HID: intel-ish-hid: use async resume functionYe Xiang
2021-07-15bus: mhi: pci-generic: configurable network interface MRURichard Laing
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig
2021-07-15kasan: fix build by including kernel.hMarco Elver
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2021-07-14spi: mediatek: add tick_delay supportMason Zhang
2021-07-14dmaengine: dw: Program xBAR hardware for Elkhart LakeAndy Shevchenko
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang
2021-07-13mm: Add functions to lock invalidate_lock for two mappingsJan Kara
2021-07-13mfd: Add Renesas Synchronization Management Unit (SMU) supportMin Li
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara
2021-07-13firmware: arm_scpi: Fix kernel doc warningsSudeep Holla
2021-07-13firmware: arm_scmi: Fix kernel doc warningsSudeep Holla
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-12Merge series "regulator: devres: remove unused device-managed unregister APIs...Mark Brown