index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
irqchip
/
irq-bcm7038-l1.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-30
irqchip: Remove asmlinkage for handlers registered with set_handle_irq()
Jinjie Ruan
10
-16
/
+10
2024-07-30
irqchip/armada-370-xp: Print error and return error code on initialization fa...
Marek Behún
1
-6
/
+22
2024-07-30
irqchip/armada-370-xp: Refactor initial memory regions mapping
Marek Behún
1
-19
/
+41
2024-07-30
irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble
Marek Behún
1
-3
/
+4
2024-07-30
irqchip/armada-370-xp: Rename variable for consistency
Marek Behún
1
-3
/
+3
2024-07-30
irqchip/armada-370-xp: Drop redundant continue
Marek Behún
1
-3
/
+1
2024-07-30
irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume()
Marek Behún
1
-9
/
+3
2024-07-30
irqchip/armada-370-xp: Use consistent name for struct irq_data variables
Marek Behún
1
-13
/
+13
2024-07-30
irqchip/armada-370-xp: Use consistent types when iterating interrupts
Marek Behún
1
-8
/
+10
2024-07-30
irqchip/armada-370-xp: Use consistent variable names for hwirqs
Marek Behún
1
-28
/
+28
2024-07-30
irqchip/armada-370-xp: Refactor handling IPI interrupts
Marek Behún
1
-12
/
+18
2024-07-30
irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() code
Marek Behún
1
-20
/
+12
2024-07-30
irqchip/armada-370-xp: Use FIELD_GET() and named register constant
Marek Behún
1
-5
/
+6
2024-07-30
irqchip/armada-370-xp: Don't read number of supported interrupts multiple times
Marek Behún
1
-10
/
+3
2024-07-30
irqchip/armada-370-xp: Change symbol prefixes to mpic
Marek Behún
1
-163
/
+142
2024-07-30
irqchip/armada-370-xp: Improve indentation
Marek Behún
1
-30
/
+26
2024-07-30
irqchip/armada-370-xp: Simplify ipi_resume() code
Marek Behún
1
-8
/
+6
2024-07-30
irqchip/armada-370-xp: Use !virq instead of virq == 0 in condition
Marek Behún
1
-2
/
+2
2024-07-30
irqchip/armada-370-xp: Use unsigned int type for virqs
Marek Behún
1
-4
/
+4
2024-07-30
irqchip/armada-370-xp: Rename variable for consistency
Marek Behún
1
-5
/
+5
2024-07-30
irqchip/armada-370-xp: Declare iterators in for loop
Marek Behún
1
-17
/
+10
2024-07-30
irqchip/armada-370-xp: Change to SPDX license identifier
Marek Behún
1
-4
/
+1
2024-07-30
irqchip/armada-370-xp: Simplify is_percpu_irq() code
Marek Behún
1
-4
/
+1
2024-07-30
irqchip/armada-370-xp: Use correct type for cpu variable
Marek Behún
1
-2
/
+2
2024-07-30
irqchip/armada-370-xp: Change register constants prefix to MPIC_
Marek Behún
1
-79
/
+69
2024-07-30
irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitions
Marek Behún
1
-19
/
+19
2024-07-30
irqchip/armada-370-xp: Use BIT() and GENMASK() macros
Marek Behún
1
-5
/
+5
2024-07-30
irqchip/armada-370-xp: Change spaces to tabs
Marek Behún
1
-7
/
+7
2024-07-30
irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASK
Marek Behún
1
-10
/
+10
2024-07-30
irqchip/armada-370-xp: Drop _OFFS suffix from some register constants
Marek Behún
1
-57
/
+48
2024-07-28
Linux 6.11-rc1
v6.11-rc1
Linus Torvalds
1
-2
/
+2
2024-07-28
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
7
-10
/
+10
2024-07-28
kbuild: Fix '-S -c' in x86 stack protector scripts
Nathan Chancellor
2
-2
/
+2
2024-07-28
ubi: Fix ubi_init() ubiblock_exit() section mismatch
Richard Weinberger
1
-1
/
+1
2024-07-28
kbuild: rpm-pkg: ghost modules.weakdep file
Jose Ignacio Tornos Martinez
1
-1
/
+1
2024-07-27
hostfs: fix the host directory parse when mounting.
Hongbo Li
1
-10
/
+55
2024-07-27
fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT
Seth Forshee (DigitalOcean)
1
-0
/
+11
2024-07-27
ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER case
Takashi Sakamoto
1
-2
/
+1
2024-07-27
Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"
Takashi Sakamoto
1
-3
/
+2
2024-07-27
minmax: avoid overly complicated constant expressions in VM code
Linus Torvalds
2
-2
/
+9
2024-07-27
minmax: avoid overly complex min()/max() macro arguments in xen
Linus Torvalds
1
-2
/
+3
2024-07-26
nilfs2: handle inconsistent state in nilfs_btnode_create_block()
Ryusuke Konishi
2
-7
/
+22
2024-07-26
selftests/mm: skip test for non-LPA2 and non-LVA systems
Dev Jain
1
-1
/
+15
2024-07-26
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
1
-7
/
+11
2024-07-26
mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_node
Roman Gushchin
1
-0
/
+1
2024-07-26
alloc_tag: outline and export free_reserved_page()
Suren Baghdasaryan
2
-15
/
+18
2024-07-26
decompress_bunzip2: fix rare decompression failure
Ross Lagerwall
1
-1
/
+2
2024-07-26
mm/huge_memory: avoid PMD-size page cache if needed
Gavin Shan
2
-5
/
+19
2024-07-26
mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...
Yang Shi
1
-1
/
+1
[next]