Age | Commit message (Expand) | Author |
2023-05-16 | irqchip/mbigen: Unify the error handling in mbigen_of_create_domain() | Kefeng Wang |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-13 | irqchip: remove MODULE_LICENSE in non-modules | Nick Alcock |
2023-03-17 | irqchip/mbigen: move to use bus_get_dev_root() | Greg Kroah-Hartman |
2021-12-16 | platform-msi: Rename functions and clarify comments | Thomas Gleixner |
2021-09-22 | irqchip/mbigen: Repair non-kernel-doc notation | Randy Dunlap |
2021-06-06 | irqchip/mbigen: Fix compile warning when CONFIG_ACPI is disabled | Yang Yingliang |
2021-04-07 | irqchip/hisi: Use the correct HiSilicon copyright | Hao Fang |
2020-04-17 | irqchip/mbigen: Free msi_desc on device teardown | Zenghui Yu |
2020-01-20 | irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems | John Garry |
2019-08-01 | Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner |
2019-07-26 | irqchip/irq-mbigen: Add of_node_put() before return | Nishka Dasgupta |
2019-07-08 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2019-06-18 | irqchip/mbigen: Stop printing kernel addresses | Kefeng Wang |
2019-03-21 | irqchip/mbigen: Don't clear eventid when freeing an MSI | Jianguo Chen |
2017-06-22 | irqchip/irq-mbigen: Constify irq_domain_ops | Tobias Klauser |
2017-05-12 | irqchip/mbigen: Fix the clear register offset calculation | MaJun |
2017-05-12 | irqchip/mbigen: Fix potential NULL dereferencing | Hanjun Guo |
2017-05-12 | irqchip/mbigen: Fix memory mapping code | Hanjun Guo |
2017-04-30 | irqchip/mbigen: Fix return value check in mbigen_device_probe() | Wei Yongjun |
2017-04-07 | irqchip/mbigen: Add ACPI support | Hanjun Guo |
2017-04-07 | irqchip/mbigen: Introduce mbigen_of_create_domain() | Kefeng Wang |
2017-04-07 | irqchip/mbigen: Drop module owner | Kefeng Wang |
2016-05-11 | irqchip/mbigen: Checking for IS_ERR() instead of NULL | Dan Carpenter |
2016-03-21 | irqchip/mbigen: Handle multiple device nodes in a mbigen module | MaJun |
2015-12-18 | irqchip/mbigen: Implement the mbigen irq chip operation functions | Ma Jun |
2015-12-18 | irqchip/mbigen: Create irq domain for each mbigen device | Ma Jun |
2015-12-18 | irqchip/mgigen: Add platform device driver for mbigen device | Ma Jun |