summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()Marc Zyngier2021-06-102-16/+12
* irqdomain: Kill irq_domain_add_legacy_isaMarc Zyngier2021-06-102-12/+0
* powerpc: Drop dependency between asm/irq.h and linux/irqdomain.hMarc Zyngier2021-06-101-1/+0
* powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier2021-06-106-8/+10
* scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier2021-06-102-0/+2
* powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-1013-0/+13
* MIPS: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-101-1/+0
* MIPS: Add missing linux/irqdomain.h includesMarc Zyngier2021-06-104-0/+4
* MIPS: lantiq: Directly include linux/of.h in xway/dma.cMarc Zyngier2021-06-101-0/+1
* irqchip/mips-gic: Directly include linux/irqdomain.hMarc Zyngier2021-06-101-0/+1
* watchdog/octeon-wdt: Directly include linux/irqdomain.hMarc Zyngier2021-06-101-0/+1
* mfd: ioc3: Directly include linux/irqdomain.hMarc Zyngier2021-06-101-0/+1
* staging: octeon-hcd: Directly include linux/of.hMarc Zyngier2021-06-101-0/+2
* nios2: Do not include linux/irqdomain.h from asm/irq.hMarc Zyngier2021-06-102-1/+1
* Linux 5.13-rc4v5.13-rc4Linus Torvalds2021-05-301-1/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-2922-29/+142
|\
| * MAINTAINERS: adjust to removing i2c designware platform dataLukas Bulwahn2021-05-281-1/+0
| * i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski2021-05-281-0/+3
| * i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang2021-05-281-0/+5
| * i2c: i801: Don't generate an interrupt on bus resetJean Delvare2021-05-271-4/+2
| * i2c: mpc: implement erratum A-004447 workaroundChris Packham2021-05-271-2/+79
| * powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllersChris Packham2021-05-271-0/+8
| * powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllersChris Packham2021-05-271-0/+16
| * dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flagChris Packham2021-05-271-0/+7
| * i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function nameLee Jones2021-05-271-1/+1
| * i2c: busses: i2c-st: Fix copy/paste function misnaming issuesLee Jones2021-05-271-2/+2
| * i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones2021-05-271-4/+4
| * i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones2021-05-271-4/+4
| * i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg...Lee Jones2021-05-271-1/+2
| * i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'Lee Jones2021-05-271-1/+1
| * i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'Lee Jones2021-05-271-1/+1
| * i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-docLee Jones2021-05-271-1/+1
| * i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones2021-05-271-2/+2
| * i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'Lee Jones2021-05-271-1/+1
| * i2c: sh_mobile: Use new clock calculation formulas for RZ/G2EGeert Uytterhoeven2021-05-251-1/+1
| * i2c: I2C_HISI should depend on ACPIGeert Uytterhoeven2021-05-251-1/+1
| * i2c: icy: Remove unused variable new_fwnode in icy_probe()Geert Uytterhoeven2021-05-251-1/+0
| * i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"Colin Ian King2021-05-251-1/+1
* | Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-292-22/+24
|\ \
| * | seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon2021-05-291-14/+16
| * | Documentation: seccomp: Fix user notification documentationSargun Dhillon2021-05-281-8/+8
* | | Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-295-14/+18
|\ \ \
| * | | riscv: kexec: Fix W=1 build warningsJisheng Zhang2021-05-222-7/+8
| * | | riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-221-0/+2
| * | | riscv: Select ARCH_USE_MEMTESTKefeng Wang2021-05-221-0/+1
| * | | riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang2021-05-221-7/+7
* | | | Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-298-86/+140
|\ \ \ \
| * | | | xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner2021-05-271-11/+0
| * | | | xfs: btree format inode forks can have zero extentsDave Chinner2021-05-271-1/+0
| * | | | xfs: add new IRC channel to MAINTAINERSDarrick J. Wong2021-05-261-0/+1