summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-lpc32xx.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-20ARM: bcm: Removed forced select of interrupt controllersFlorian Fainelli1-4/+0
2021-10-20arm64: broadcom: Removed forced select of interrupt controllersFlorian Fainelli1-3/+0
2021-10-20irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli2-7/+18
2021-10-20genirq: Export irq_gc_noop()Florian Fainelli1-0/+1
2021-10-20irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli2-8/+12
2021-10-20genirq: Export irq_gc_{unmask_enable,mask_disable}_regFlorian Fainelli1-0/+2
2021-10-20irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVERFlorian Fainelli2-2/+8
2021-10-20irqchip/irq-bcm7038-l1: Restrict affinity setting to MIPSFlorian Fainelli1-0/+4
2021-10-20irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPSFlorian Fainelli1-6/+3
2021-10-20irqchip/irq-bcm7038-l1: Use irq_get_irq_data()Florian Fainelli1-1/+1
2021-10-20irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()Florian Fainelli1-30/+0
2021-10-20MIPS: BMIPS: Remove use of irq_cpu_offlineFlorian Fainelli2-1/+3
2021-10-20arm64: meson: remove MESON_IRQ_GPIO selectionNeil Armstrong1-1/+0
2021-10-20irqchip/meson-gpio: Make it possible to build as a moduleNeil Armstrong2-8/+12
2021-10-20irqchip: Provide stronger type checking for IRQCHIP_MATCH/IRQCHIP_DECLAREMarc Zyngier1-2/+11
2021-10-19irqchip/ti-sci-inta: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-10-19irqchip/stm32: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-10-19irqchip/irq-ts4800: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-10-19irqchip/irq-mvebu-pic: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-3/+1
2021-10-19irqchip/irq-mvebu-icu: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-3/+1
2021-10-03Linux 5.15-rc4v5.15-rc4Linus Torvalds1-1/+1
2021-10-03elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2021-10-03kvm: fix objtool relocation warningLinus Torvalds1-1/+0
2021-10-02cachefiles: Fix oops in trace_cachefiles_mark_buried due to NULL objectDave Wysochanski1-1/+1
2021-10-02drm/i915: fix blank screen booting crashesHugh Dickins1-2/+3
2021-10-02hwmon: (w83793) Fix NULL pointer dereference by removing unnecessary structur...Nadezda Lutovinova1-15/+11
2021-10-02hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova1-17/+11
2021-10-02hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structu...Nadezda Lutovinova1-18/+11
2021-10-02hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controllerVadim Pasternak1-1/+1
2021-10-02hwmon: (pmbus/ibm-cffps) max_power_out swap changesBrandon Wyman1-2/+8
2021-10-02hwmon: (occ) Fix P10 VRM temp sensorsEddie James1-12/+5
2021-10-01thermal: Update information in MAINTAINERSRafael J. Wysocki1-3/+5
2021-10-01io_uring: kill fasyncPavel Begunkov1-15/+2
2021-10-01sched: Always inline is_percpu_thread()Peter Zijlstra1-1/+1
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman1-1/+7
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal Koutný1-1/+5
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu2-5/+33
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2021-10-01ext4: recheck buffer uptodate bit under buffer lockZhang Yi1-0/+6
2021-10-01ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun1-3/+3
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun1-1/+4
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-01ext4: fix reserved space counter leakageJeffle Xu2-0/+11
2021-10-01ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao1-0/+6
2021-10-01ksmbd: missing check for NULL in convert_to_nt_pathname()Dan Carpenter1-10/+7
2021-09-30ksmbd: fix transform header validationNamjae Jeon1-9/+9
2021-09-30ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee3-13/+74