summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: gpio: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
* Revert "mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-14/+1
* Revert "mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
* Revert "mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
* Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-5/+3
* Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-3/+2
* mtd: rawnand: Let callers use the bare Hamming helpersMiquel Raynal2021-10-151-3/+4
* mtd: rawnand: fsmc: Fix use of SM ORDERMiquel Raynal2021-10-151-1/+3
* mtd: onenand: samsung: drop Exynos4 and describe driver in KConfigKrzysztof Kozlowski2021-09-291-4/+5
* mtd: rawnand: intel: Fix potential buffer overflow in probeEvgeny Novikov2021-09-141-0/+5
* mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing2021-09-141-6/+2
* mtd: rawnand: plat_nand: Make use of the helper function devm_platform_iorema...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap...Cai Huoqing2021-09-141-3/+2
* mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-5/+2
* mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-2/+1
* mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing2021-09-141-5/+2
* mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-4/+1
* mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-5/+2
* mtd: Remove obsolete macros only used by the old nand_ecclayout structGONG, Ruiqi2021-09-141-2/+0
* Linux 5.15-rc1v5.15-rc1Linus Torvalds2021-09-131-2/+2
* Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-1336-175/+1147
|\
| * tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-09-111-2/+12
| * tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-81/+417
| * tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-0/+1
| * tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-10/+32
| * perf tools: Add an option to build without libbfdIan Rogers2021-09-111-22/+25
| * perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-111-0/+10
| * perf tools: Fix hybrid config terms list corruptionAdrian Hunter2021-09-112-9/+27
| * perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-113-13/+19
| * perf tools: Fix perf_event_attr__fprintf() missing/dupl. fieldsAdrian Hunter2021-09-111-1/+4
| * perf tools: Ignore Documentation dependency fileIan Rogers2021-09-111-0/+1
| * perf bpf: Provide a weak btf__load_from_kernel_by_id() for older libbpf versionsArnaldo Carvalho de Melo2021-09-101-0/+8
| * tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2021-09-101-1/+2
| * perf beauty: Cover more flags in the move_mount syscall argument beautifierArnaldo Carvalho de Melo2021-09-101-1/+1
| * tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-5/+7
| * tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-0/+1
| * tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-4/+7
| * tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-101-0/+1
| * perf report: Add support to print a textual representation of IBS raw sample ...Kim Phillips2021-09-104-1/+303