summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson1-2/+0
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol1-0/+8
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol1-0/+6
2021-03-30can: dev: reorder struct can_priv members for better packingVincent Mailhol1-6/+7
2021-03-30can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol2-0/+68
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+2
2021-03-30soundwire: add definition for DPn BlockPackingModePierre-Louis Bossart1-0/+6
2021-03-30soc: qcom: address kernel-doc warningsLukas Bulwahn4-7/+7
2021-03-30scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing1-1/+0
2021-03-30scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-0/+1
2021-03-29ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki1-1/+8
2021-03-29drm/encoder: Add macro drmm_plain_encoder_alloc()Paul Cercueil1-0/+18
2021-03-29locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner1-12/+2
2021-03-29locking/rtmutex: Consolidate rt_mutex_init()Sebastian Andrzej Siewior1-9/+3
2021-03-29locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior1-7/+0
2021-03-29locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior1-5/+2
2021-03-29locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior1-3/+0
2021-03-29Merge tag 'v5.12-rc5' into locking/core, to pick up fixesIngo Molnar35-84/+199
2021-03-29block: remove the revalidate_disk methodChristoph Hellwig1-1/+0
2021-03-29Merge tag 'irq-no-autoen-2021-03-25' of git://git.kernel.org/pub/scm/linux/ke...Inki Dae1-0/+4
2021-03-29gpio: regmap: set gpio_chip of_nodeÁlvaro Fernández Rojas1-0/+4
2021-03-29gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIPÁlvaro Fernández Rojas1-0/+9
2021-03-29iio:imu:mpu6050: Modify matricies to matricesGuoqing Chi1-1/+1
2021-03-29drm/ttm: switch back to static allocation limits for nowChristian König1-2/+1
2021-03-29firmware: arm_scmi: Port clock protocol to new protocols interfaceCristian Marussi1-5/+15
2021-03-29firmware: arm_scmi: Remove legacy scmi_power_ops protocol interfaceCristian Marussi1-11/+0
2021-03-29firmware: arm_scmi: Port power protocol to new protocols interfaceCristian Marussi1-7/+13
2021-03-29firmware: arm_scmi: Remove legacy scmi_perf_ops protocol interfaceCristian Marussi1-27/+0
2021-03-29firmware: arm_scmi: Port perf protocol to new protocols interfaceCristian Marussi1-4/+26
2021-03-29firmware: arm_scmi: Introduce new devres notification opsCristian Marussi1-3/+19
2021-03-29firmware: arm_scmi: Introduce devres get/put protocols operationsCristian Marussi1-0/+11
2021-03-29firmware: arm_scmi: Extend protocol registration interfacesCristian Marussi1-4/+4
2021-03-29can: uapi: can.h: mark union inside struct can_frame packedMarc Kleine-Budde1-1/+1
2021-03-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-2/+2
2021-03-28Merge tag 'locking-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-03-28include: linux: mtd: Remove duplicate include of nand.hWan Jiabing1-1/+0
2021-03-28mtd: add OTP (one-time-programmable) erase ioctlMichael Walle2-0/+5
2021-03-28mtd: rawnand: remove duplicate include in rawnand.hZhang Yunkai1-1/+0
2021-03-28power: supply: Fix build error when CONFIG_POWER_SUPPLY is not enabled.Ray Chi1-0/+7
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-22/+41
2021-03-27dt-bindings: interconnect: Add Qualcomm SM8350 DT bindingsVinod Koul1-0/+172
2021-03-27Merge tag 'fpga-fixes-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2021-03-27bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+6
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau4-0/+30
2021-03-27bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2-2/+7
2021-03-27bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau1-2/+1
2021-03-27bpf: Take module reference for trampoline in moduleJiri Olsa1-0/+2
2021-03-27mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-0/+1
2021-03-27mld: add new workqueues for process mld eventsTaehee Yoo2-1/+11
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+4