summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09mtd: st_spi_fsm: Simplify error checking in .probe() a bitUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Disable clock only after device was unregisteredUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König
2022-06-09mtd: rawnand: atmel: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: physmap: Drop if with an always false conditionUwe Kleine-König
2022-06-09mtd: physmap: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: rawnand: meson: Drop cleaning platform data in .remove()Uwe Kleine-König
2022-06-09mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: rawnand: omap2: Suppress error message after WARN in .remove()Uwe Kleine-König
2022-06-09mtd: spear_smi: Drop if with an always false conditionUwe Kleine-König
2022-06-09mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: lpddr2_nvm: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: powernv_flash: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: hyperbus: Make hyperbus_unregister_device() return voidUwe Kleine-König
2022-06-09mtdchar: use kvmalloc() for potentially large allocationsMichał Kępień
2022-06-09mtdchar: prevent integer overflow in a safety checkMichał Kępień
2022-06-09mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offsetMiaoqian Lin
2022-06-09mtd: parsers: add support for Sercomm partitionsMikhail Zhilkin
2022-06-09mtd: partitions: Fix refcount leak in parse_redboot_ofMiaoqian Lin
2022-06-09mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseDuoming Zhou
2022-06-06mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin
2022-06-06mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin
2022-06-05Linux 5.19-rc1v5.19-rc1Linus Torvalds
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-05Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-06-05Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro
2022-06-05Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-06-05Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-06-05Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-06-05Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-05Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-05Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-05Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-05Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-06-04Merge tag 'pull-18-rc1-work.namei' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-04Merge tag '5.19-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds
2022-06-05kbuild: Allow to select bash in a modified environmentSchspa Shi
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer
2022-06-05modpost: use fnmatch() to simplify match()Masahiro Yamada