summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-1/+1
|\
| * Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-0411-94/+48
|\ \
| * | drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateYury Norov2022-06-032-2/+2
| * | irq: mips: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
| * | qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov2022-05-021-1/+1
| * | octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-05-022-3/+3
| * | qed: rework qed_rdma_bmap_free()Yury Norov2022-05-021-31/+14
| * | iio: fix opencoded for_each_set_bit()Yury Norov2022-05-021-29/+19
| * | net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6
| * | net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()Yury Norov2022-05-021-5/+1
| * | net: dsa: don't use bitmap_weight() in b53_arl_read()Yury Norov2022-05-021-5/+1
* | | Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-044-11/+33
|\ \ \
| * | | parisc/stifb: Keep track of hardware path of graphics cardHelge Deller2022-06-043-9/+14
| * | | parisc/stifb: Implement fb_is_primary_device()Helge Deller2022-06-042-2/+19
* | | | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-0411-33/+29
|\ \ \ \
| * | | | xen: replace xen_remap() with memremap()Juergen Gross2022-06-013-8/+8
| * | | | xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-279-25/+21
* | | | | Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-032-27/+11
|\ \ \ \ \
| * | | | | gpio: adp5588: Remove support for platform setup and teardown callbacksUwe Kleine-König2022-06-021-19/+0
| * | | | | gpio: pca953x: use the correct register address to do regcache syncHaibo Chen2022-06-011-8/+11
| | |/ / / | |/| | |
* | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-2/+2
|\ \ \ \ \
| * | | | | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-2/+2
| | |_|_|/ | |/| | |
* | | | | firmware_loader: enable XZ by default if compressed support is enabledLinus Torvalds2022-06-031-0/+1
* | | | | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-036-49/+123
|\ \ \ \ \
| * | | | | ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng2022-05-271-1/+0
| * | | | | ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng2022-05-273-2/+66
| * | | | | ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng2022-05-274-46/+57
* | | | | | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-06-034-6/+10
|\ \ \ \ \ \
| * | | | | | LoongArch: Add writecombine support for drmHuacai Chen2022-06-032-2/+2
| * | | | | | irqchip/loongson-liointc: Fix build error for LoongArchHuacai Chen2022-06-031-1/+5
| * | | | | | irqchip: Adjust Kconfig for LoongsonHuacai Chen2022-06-031-3/+3
* | | | | | | Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-033-32/+27
|\ \ \ \ \ \ \
| * | | | | | | efi: clean up Kconfig dependencies on CONFIG_EFIArd Biesheuvel2022-06-012-30/+25
| * | | | | | | efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel2022-06-011-2/+2
* | | | | | | | driver core: Set default deferred_probe_timeout back to 0.Saravana Kannan2022-06-031-5/+0
* | | | | | | | driver core: Fix wait_for_device_probe() & deferred_probe_timeout interactionSaravana Kannan2022-06-031-5/+0
* | | | | | | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-0333-709/+1500
|\ \ \ \ \ \ \ \
| * | | | | | | | driver core: fix deadlock in __device_attachZhang Wensheng2022-05-191-1/+4
| * | | | | | | | driver core: Extend deferred probe timeout on driver registrationSaravana Kannan2022-05-193-0/+21
| * | | | | | | | driver: base: fix UAF when driver_attach failedSchspa Shi2022-05-191-1/+3
| * | | | | | | | driver core: location: Add "back" as a possible output for panelWon Chung2022-05-191-0/+3
| * | | | | | | | driver core: location: Free struct acpi_pld_info *pldWon Chung2022-05-191-0/+1
| * | | | | | | | driver core: Add "*" wildcard support to driver_async_probe cmdline paramSaravana Kannan2022-05-191-1/+8
| * | | | | | | | driver core: location: Check for allocations failureDan Carpenter2022-05-061-0/+2
| * | | | | | | | arch_topology: Trace the update thermal pressureLukasz Luba2022-05-061-0/+5
| * | | | | | | | rpmsg: use local 'dev' variableKrzysztof Kozlowski2022-05-061-3/+3
| * | | | | | | | rpmsg: Fix calling device_lock() on non-initialized deviceKrzysztof Kozlowski2022-05-063-29/+32
| * | | | | | | | firmware_loader: describe 'module' parameter of firmware_upload_register()Bagas Sanjaya2022-05-031-0/+1