summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-17cpufreq: amd-pstate: Add guided autonomous modeWyes Karny
2023-03-17Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-03-17Merge tag 'drm-fixes-2023-03-17' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen
2023-03-17serial: Make hw_stopped boolIlpo Järvinen
2023-03-17serial: Remove extern from func prototypes in headersIlpo Järvinen
2023-03-17kallsyms, bpf: Move find_kallsyms_symbol_value out of internal headerViktor Malik
2023-03-17Merge tag 'v6.3-rc2' into nextDmitry Torokhov
2023-03-17ipv4: constify ip_mc_sf_allow() socket argumentEric Dumazet
2023-03-17net: Add MDB net device operationsIdo Schimmel
2023-03-17crypto: ccp - Add support for ringing a platform doorbellMario Limonciello
2023-03-17crypto: ccp - Add support for an interface for platform featuresMario Limonciello
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov
2023-03-16iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov
2023-03-16mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov
2023-03-16nfc: mrvl: Move platform_data struct into driverRob Herring
2023-03-16blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-03-16leds: Fix reference to led_set_brightness() in docThomas Weißschuh
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2023-03-16fs_context: drop the unused lsm_flags memberOndrej Mosnacek
2023-03-16spi: core: add spi_split_transfers_maxwordsLeonard Göhrs
2023-03-16Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3Jens Axboe
2023-03-16backlight: apple_bl: Use acpi_video_get_backlight_type()Hans de Goede
2023-03-16platform/x86: apple-gmux: Update apple_gmux_detect documentationOrlando Chamberlain
2023-03-16usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli
2023-03-16platform/x86: apple-gmux: support MMIO gmux on T2 MacsOrlando Chamberlain
2023-03-16platform/x86: apple-gmux: refactor gmux typesOrlando Chamberlain
2023-03-15net/mlx5: Move needed PTYS functions to core layerGal Pressman
2023-03-15net/mlx5: Implement thermal zoneSandipan Patra
2023-03-15bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modulesViktor Malik
2023-03-15firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman
2023-03-15qcom: llcc/edac: Fix the base address used for accessing LLCC banksManivannan Sadhasivam
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai
2023-03-15nvme-trace: show more opcode namesMinwoo Im