summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* uacce: delete unneeded variable initializationKai Ye2021-03-281-1/+1
* kgdbts: Switch to do_sys_openat2() for breakpoint testingDaniel Thompson2021-03-281-19/+29
* misc: genwqe: Rudimentary typo fixesBhaskar Chowdhury2021-03-281-5/+5
* misc: sgi-xp: xp_main: make some symbols staticZou Wei2021-03-281-2/+2
* char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma2021-03-241-2/+2
* pps: clients: gpio: Rearrange optional stuff in pps_gpio_setup()Andy Shevchenko2021-03-241-15/+18
* pps: clients: gpio: Use struct device pointer directlyAndy Shevchenko2021-03-241-23/+19
* pps: clients: gpio: Make use of device propertiesAndy Shevchenko2021-03-241-10/+7
* pps: clients: gpio: Get rid of legacy platform dataAndy Shevchenko2021-03-241-14/+3
* pps: clients: gpio: Remove redundant condition in ->remove()Andy Shevchenko2021-03-241-5/+3
* pps: clients: gpio: Use dev_err_probe() to avoid log noiseAndy Shevchenko2021-03-241-9/+6
* pps: clients: gpio: Bail out on error when requesting GPIO echo lineAndy Shevchenko2021-03-241-5/+5
* binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2021-03-242-0/+61
* binder: use EINTR for interrupted wait for workMarco Ballesio2021-03-241-2/+2
* binder: BINDER_FREEZE ioctlMarco Ballesio2021-03-242-10/+141
* vmci_host: print unexpanded names of ioctl requests in debug messagesGleb Fotengauer-Malinovskiy2021-03-241-1/+1
* misc/sgi-xp: use NULL instead of using plain integer as pointerYang Li2021-03-241-1/+1
* w1: slaves: Typo fixesBhaskar Chowdhury2021-03-241-2/+2
* w1: Use kobj_to_dev()[RESEND]dongjian2021-03-242-2/+2
* w1: w1_therm: use clamp() in int_to_short()Dan Carpenter2021-03-241-2/+1
* char/mwave: turn tp3780I_Cleanup() into void functionYang Li2021-03-242-6/+2
* virt: acrn: Fix document of acrn_msi_inject()Shuo Liu2021-03-241-1/+1
* cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour2021-03-241-1/+1
* cxl: Fix couple of spellingsBhaskar Chowdhury2021-03-241-1/+1
* misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede2021-03-241-3/+1
* misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sens...Hans de Goede2021-03-241-1/+1
* misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede2021-03-241-5/+16
* kgdb: fix gcc-11 warning on indentationArnd Bergmann2021-03-241-13/+13
* fpga: Add support for Xilinx DFX AXI Shutdown managerNava kishore Manne2021-03-242-6/+40
* fpga: xilinx-pr-decoupler: Simplify code by using dev_err_probe()Michal Simek2021-03-241-5/+3
* fpga: fpga-mgr: xilinx-spi: fix error messages on -EPROBE_DEFERLuca Ceresoli2021-03-241-15/+9
* Merge v5.12-rc3 into char-misc-nextGreg Kroah-Hartman2021-03-15286-1102/+2331
|\
| * Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-143-9/+2
| |\
| | * irqchip/ingenic: Add support for the JZ4760Paul Cercueil2021-03-092-0/+2
| | * irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-081-9/+0
| * | Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-0/+16
| |\ \
| | * | efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel2021-03-071-0/+16
| | |/
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-143-10/+13
| |\ \
| | * | zram: fix broken page writebackMinchan Kim2021-03-131-3/+3
| | * | zram: fix return value on writeback_storeMinchan Kim2021-03-131-3/+8
| | * | mm: use is_cow_mapping() across tree where properPeter Xu2021-03-132-4/+2
| * | | Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-1310-28/+94
| |\ \ \
| | * | | misc/pvpanic: Export module FDT device tableShile Zhang2021-03-101-0/+1
| | * | | misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov2021-03-101-0/+5
| | * | | virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu2021-03-101-1/+1
| | * | | virt: acrn: Use EPOLLIN instead of POLLINYejune Deng2021-03-101-1/+1
| | * | | virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng2021-03-101-2/+2
| | * | | virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPUShuo Liu2021-03-101-0/+9
| | * | | habanalabs: fix debugfs address translationfarah kassabri2021-03-101-12/+26
| | * | | habanalabs: Disable file operations after device is removedTomer Tayar2021-03-102-6/+46