summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-06-27HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooksBenjamin Tissoires
2024-06-27HID: bpf: add HID-BPF hooks for hid_hw_raw_requestsBenjamin Tissoires
2024-06-27HID: bpf: protect HID-BPF prog_list access by a SRCUBenjamin Tissoires
2024-06-27HID: add source argument to HID low level functionsBenjamin Tissoires
2024-06-27mfd: support ROHM BD96801 PMIC coreMatti Vaittinen
2024-06-26block: use the right type for stub rq_integrity_vec()Jens Axboe
2024-06-26Merge tag 'mm-hotfixes-stable-2024-06-26-17-28' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-26Merge drm/drm-next into drm-xe-nextRodrigo Vivi
2024-06-26Merge tag 'wq-for-6.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-26Merge branch 'for-linus' into for-nextTakashi Iwai
2024-06-26Add USB VBUS regulator for RZ/G2LMark Brown
2024-06-26regulator: core: Add helper for allow HW access to enable/disable regulatorBiju Das
2024-06-26mfd: syscon: Add of_syscon_register_regmap() APIPeter Griffin
2024-06-26block: move dma_pad_mask into queue_limitsChristoph Hellwig
2024-06-26block: remove the fallback case in queue_dma_alignmentChristoph Hellwig
2024-06-26block: remove disk_update_readaheadChristoph Hellwig
2024-06-26block: convert features and flags to __bitwise typesChristoph Hellwig
2024-06-26block: rename BLK_FEAT_MISALIGNEDChristoph Hellwig
2024-06-26dm: optimize flushesMikulas Patocka
2024-06-26power: supply: samsung-sdi-battery: Constify struct power_supply_maintenance_...Christophe JAILLET
2024-06-26power: supply: samsung-sdi-battery: Constify struct power_supply_vbat_ri_tableChristophe JAILLET
2024-06-26block: change rq_integrity_vec to respect the iteratorMikulas Patocka
2024-06-26mfd: stm32-timers: Drop unused TIM_DIER_CC_IEUwe Kleine-König
2024-06-26mfd: stm32-timers: Add some register definitions with a parameterUwe Kleine-König
2024-06-26mfd: stm32-timers: Unify alignment of register definitionUwe Kleine-König
2024-06-26nvme-pci: do not directly handle subsys reset falloutKeith Busch
2024-06-26RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabledOr Har-Toov
2024-06-26Merge tag 'platform-drivers-x86-ib-lenovo-c630-v6.11-2'Sebastian Reichel
2024-06-26OPP: Introduce an OF helper function to inform if required-opps is usedUlf Hansson
2024-06-25PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori
2024-06-25dim: add new interfaces for initialization and getting resultsHeng Qi
2024-06-25ethtool: provide customized dim profile managementHeng Qi
2024-06-25linux/dim: move useful macros to .h fileHeng Qi
2024-06-25Merge remote-tracking branch 'qcom/20240430-a750-raytracing-v3-2-7f57c5ac082d...Rob Clark
2024-06-25iio: imu: adis: remove legacy lock helpersNuno Sa
2024-06-25iio: imu: adis: add cleanup based lock helpersNuno Sa
2024-06-25iio: imu: adis: move to the cleanup magicNuno Sa
2024-06-25iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan
2024-06-25linux/syscalls.h: add missing __user annotationsArnd Bergmann
2024-06-25fs: Export in_group_or_capable()Youling Tang
2024-06-25Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula
2024-06-24cpumask: make core headers including cpumask_types.h where possibleYury Norov
2024-06-24cpumask: cleanup core headers inclusionYury Norov
2024-06-24sched: drop sched.h dependency on cpumaskYury Norov
2024-06-24cpumask: split out include/linux/cpumask_types.hYury Norov
2024-06-24sched: avoid using ilog2() in sched.hYury Norov
2024-06-24lib min_heap: update min_heap_push() to use min_heap_sift_up()Kuan-Wei Chiu
2024-06-24lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu
2024-06-24lib min_heap: update min_heap_push() and min_heap_pop() to return bool valuesKuan-Wei Chiu