summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-01-31soc: apple: rtkit: Add apple_rtkit_idle() functionHector Martin
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter
2023-01-31usb: gadget: Use correct APIs and data types for UUID handlingAndy Shevchenko
2023-01-31usb: uvc: use v4l2_fill_fmtdesc instead of open coded format nameMichael Grzeschik
2023-01-31usb: uvc: make uvc_format_desc table constMichael Grzeschik
2023-01-31usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unitMichael Grzeschik
2023-01-31usb: uvc: move media/v4l2-uvc.h to usb/uvc.hMichael Grzeschik
2023-01-31cc2520: move to gpio descriptorsArnd Bergmann
2023-01-30net/mlx5: Prepare for fast crypto key update if hardware supports itJianbo Liu
2023-01-30net/mlx5: Change key type to key purposeJianbo Liu
2023-01-30net/mlx5: Add IFC bits and enums for crypto keyJianbo Liu
2023-01-30net/mlx5: Add IFC bits for general obj create paramJianbo Liu
2023-01-31ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary
2023-01-30Merge tag 'intel-pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe
2023-01-30mtd: spinand: Add support for AllianceMemory AS5F34G04SNDMario Kicherer
2023-01-30pwm: Move pwm_capture() dummy to restore orderGeert Uytterhoeven
2023-01-30PM / devfreq: Fix build issues with devfreq disabledRob Clark
2023-01-30gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko
2023-01-30gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko
2023-01-30gpiolib: Do not mention legacy API in the codeAndy Shevchenko
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko
2023-01-30gpio: Remove unused and obsoleted gpio_export_link()Andy Shevchenko
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov
2023-01-30gpiolib: of: remove of_gpio_count()Dmitry Torokhov
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov
2023-01-30fpga: m10bmc-sec: Add support for N6000Ilpo Järvinen
2023-01-30leds: Move led_init_default_state_get() to the global headerAndy Shevchenko
2023-01-30leds: Add missing includes and forward declarations in leds.hAndy Shevchenko
2023-01-30net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov
2023-01-30Merge tag 'drm/tegra/for-6.3-rc1' of https://gitlab.freedesktop.org/drm/tegra...Dave Airlie
2023-01-29s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich
2023-01-29blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai
2023-01-29block: introduce bdev_zone_no helperPankaj Raghav
2023-01-29block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav
2023-01-29block: remove superfluous check for request queue in bdev_is_zoned()Pankaj Raghav
2023-01-29drbd: make limits unsignedChristoph Böhmwalder
2023-01-29drbd: fix DRBD_VOLUME_MAX 65535 -> 65534Robert Altnoeder
2023-01-29drbd: adjust drbd_limits license headerChristoph Böhmwalder
2023-01-29drbd: split off drbd_config into separate fileChristoph Böhmwalder
2023-01-29drbd: drop API_VERSION defineChristoph Böhmwalder
2023-01-29block: save user max_sectors limitKeith Busch
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch
2023-01-29io_uring: optimise ctx flags layoutPavel Begunkov
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov
2023-01-29io_uring: add lazy poll_wq activationPavel Begunkov