aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-1/+0
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-1/+1
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman32-104/+206
2022-01-30Merge tag 'v5.17-rc2' into char-misc-nextGreg Kroah-Hartman32-104/+206
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-30dt-bindings: pinctrl: Add dt-bindings for Sunplus SP7021Wells Lu2-0/+210
2022-01-30dt-bindings: gpio: Add a header file for Amlogic Meson S4Qianggui Song1-0/+99
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski1-1/+1
2022-01-29Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+35
2022-01-29Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+6
2022-01-29dt-bindings: imx: Add clock binding for i.MXRT1050Giulio Benetti1-0/+72
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/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2022-01-28Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski2-0/+33
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-28ASoC DPCM lockdep fixesMark Brown1-0/+15
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/rafael/linux-pmLinus Torvalds1-10/+1
2022-01-28media: lirc: report ir receiver overflowSean Young1-4/+7
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-3/+3
2022-01-28media: lirc: remove unused lirc featuresSean Young1-4/+0
2022-01-28Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+8
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-01-28ASoC: hdmi-codec: Fix OOB memory accessesDmitry Osipenko1-1/+3
2022-01-28ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai1-0/+15
2022-01-28Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-6/+43
2022-01-28Merge tag 'fs_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou1-0/+10
2022-01-28media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.hLaurent Pinchart2-55/+55
2022-01-28media: v4l2-subdev: Drop .set_mbus_config() operationLaurent Pinchart2-21/+7
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 Kicinski2-0/+9
2022-01-28net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()Jakub Kicinski1-33/+0
2022-01-28media: memory: mtk-smi: Get rid of mtk_smi_larb_get/putYong Wu1-20/+0
2022-01-28KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini1-0/+1
2022-01-28net: mac802154: Explain the use of ieee802154_wake/stop_queue()Miquel Raynal1-0/+12
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang1-10/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang1-0/+32
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-2/+10
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-1/+1
2022-01-27Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski1-7/+0
2022-01-27tracing/perf: Avoid -Warray-bounds warning for __rel_loc macroKees Cook2-3/+4