summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells1-0/+7
2022-02-01topology/sysfs: Add PPIN in sysfs under cpu topologyTony Luck1-0/+3
2022-02-01mfd: intel_soc_pmic_chtwc: Add cht_wc_model data to struct intel_soc_pmicHans de Goede1-0/+8
2022-02-01power: supply: bq25890: Add support for registering the Vbus boost converter ...Hans de Goede1-0/+15
2022-02-01power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede1-2/+3
2022-02-01kvm: add guest_state_{enter,exit}_irqoff()Mark Rutland1-3/+109
2022-02-01ssb: fix boolreturn.cocci warningYang Guang1-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-5/+6
2022-02-01firmware: qcom: scm: Add function to set IOMMU pagetable addressingAngeloGioacchino Del Regno1-0/+1
2022-02-01firmware: qcom: scm: Add function to set the maximum IOMMU pool sizeAngeloGioacchino Del Regno1-0/+1
2022-01-31dma-resv: some doc polish for iteratorsDaniel Vetter1-1/+12
2022-01-31spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij1-1/+0
2022-01-31component: Replace most references to 'master' with 'aggregate device'Stephen Boyd1-9/+9
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-1/+1
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman20-58/+97
2022-01-30Merge tag 'v5.17-rc2' into char-misc-nextGreg Kroah-Hartman20-58/+97
2022-01-30iio: adc: qcom-vadc-common: Re-use generic struct u32_fractAndy Shevchenko1-12/+3
2022-01-30math.h: Introduce data types for fractional numbersAndy Shevchenko1-0/+12
2022-01-30psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan1-6/+5
2022-01-30mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne1-5/+12
2022-01-30mm: page->mapping folio->mapping should have the same offsetWei Yang1-0/+1
2022-01-30include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton1-1/+1
2022-01-29Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+6
2022-01-29Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-01-29Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-01-28i2c: smbus: Use device_*() functions instead of of_*()Akhil R1-3/+3
2022-01-28device property: Add fwnode_irq_get_bynameAkhil R1-0/+1
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-0/+1
2022-01-28security, lsm: dentry_init_security() Handle multi LSM registrationVivek Goyal1-1/+1
2022-01-28Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-10/+1
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+43
2022-01-28Merge tag 'fs_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet1-0/+1
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-0/+1
2022-01-28ethtool: add header/data split indicationJakub Kicinski1-0/+2
2022-01-28net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()Jakub Kicinski1-33/+0
2022-01-28Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-7/+0
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski50-548/+848
2022-01-27net/mlx5: Remove unused TIR modify bitmask enumsTariq Toukan1-7/+0
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2-3/+11
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song1-0/+3
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+8
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov2-4/+33
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong1-1/+1
2022-01-27netlink: remove nl_set_extack_cookie_u32()Jakub Kicinski1-9/+0
2022-01-27udp: remove inner_udp_hdr()Jakub Kicinski1-5/+0
2022-01-27ipv6: remove inet6_rsk() and tcp_twsk_ipv6only()Jakub Kicinski1-7/+0
2022-01-27net: remove linkmode_change_bit()Jakub Kicinski1-5/+0
2022-01-27net: remove net_invalid_timestamp()Jakub Kicinski1-5/+0
2022-01-27mii: remove mii_lpa_to_linkmode_lpa_sgmii()Jakub Kicinski1-17/+0