summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+12
2023-06-15cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny1-1/+4
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton1-0/+8
2023-06-15Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton1-0/+2
2023-06-15eventfd: add a uapi header for eventfd userspace APIsWen Yang1-5/+1
2023-06-15Merge tag 'ib-mfd-tps6594-core-v6.5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+1020
2023-06-15device property: Implement device_is_compatible()Andy Shevchenko1-0/+12
2023-06-15ACPI: Move ACPI_DEVICE_CLASS() to mod_devicetable.hAndy Shevchenko2-14/+13
2023-06-15Merge tag 'counter-updates-for-6.5a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-0/+21
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman4-1/+6
2023-06-15Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman1-1/+0
2023-06-15fbdev: Use /* */ comment in initializer macroThomas Zimmermann1-2/+2
2023-06-15mfd: stpmic1: Fixup main control register and bits namingSean Nyekjaer1-6/+6
2023-06-15mfd: axp20x: Add support for AXP192Aidan MacDonald1-0/+84
2023-06-15mfd: intel-m10-bmc: Manage access to MAX 10 fw handshake registersIlpo Järvinen1-0/+28
2023-06-15mfd: intel-m10-bmc: Move m10bmc_sys_read() away from headerIlpo Järvinen1-16/+1
2023-06-15mfd: intel-m10-bmc: Create m10bmc_sys_update_bits()Ilpo Järvinen1-0/+4
2023-06-15Merge branches 'tb-mfd-clk-input-pinctrl-power-rtc-sound-6.5', 'ib-mfd-tps659...Lee Jones5-53/+1103
2023-06-15Coresight: Add coresight dummy driverHao Zhang1-0/+1
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-0/+4
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+3
2023-06-15blktrace: use inline function for blk_trace_remove() while blktrace is disabledYu Kuai1-1/+5
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers1-5/+9
2023-06-14regulator: mt6358: Drop *_SSHUB regulatorsChen-Yu Tsai1-4/+0
2023-06-14regulator: mt6358: Merge VCN33_* regulatorsChen-Yu Tsai1-4/+2
2023-06-14wifi: iwlwifi: mvm: add support for Extra EHT LTFGregory Greenman1-0/+1
2023-06-14bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman1-6/+11
2023-06-14bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman1-1/+9
2023-06-13soc: qcom: socinfo: Add support for new fields in revision 19Naman Jain1-2/+6
2023-06-13soc: qcom: socinfo: Add support for new fields in revision 18Naman Jain1-0/+3
2023-06-13gpiolib: remove unused gpio_cansleep()Andy Shevchenko1-12/+0
2023-06-13usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K1-0/+1
2023-06-13sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-6/+5
2023-06-13Remove file->f_op->sendpageDavid Howells1-1/+0
2023-06-12include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resumeMario Limonciello1-3/+5
2023-06-12nvmet: reorder fields in 'struct nvmefc_fcp_req'Christophe JAILLET1-5/+5
2023-06-12PCI: Unexport pci_save_aer_state()Bjorn Helgaas1-4/+0
2023-06-12lib/string_choices: Add str_high_low() helperAndy Shevchenko1-0/+12
2023-06-12lib/string_helpers: Split out string_choices.hAndy Shevchenko2-25/+33
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin1-1/+0
2023-06-12svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever1-1/+0
2023-06-12SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever1-1/+2
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever1-1/+0
2023-06-12blk-mq: fix potential io hang by wrong 'wake_batch'Yu Kuai1-2/+1
2023-06-12fs: remove the now unused FMODE_* flagsChristoph Hellwig1-7/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig3-12/+29
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig1-27/+0
2023-06-12mtd: block: use a simple bool to track open for writeChristoph Hellwig1-1/+1
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig1-1/+1
2023-06-12fs: remove sb->s_modeChristoph Hellwig1-1/+0