index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
Linux 6.11-rc1
v6.11-rc1
Linus Torvalds
1
-2
/
+2
2024-07-29
Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-4
/
+4
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
Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
21
-214
/
+135
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
Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...
Linus Torvalds
5
-495
/
+2274
2024-07-28
Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
19
-208
/
+438
2024-07-28
Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-2
/
+5
2024-07-28
kbuild: rpm-pkg: ghost modules.weakdep file
Jose Ignacio Tornos Martinez
1
-1
/
+1
2024-07-28
Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
5
-7
/
+203
2024-07-28
Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
8
-10
/
+39
2024-07-28
Merge tag 'io_uring-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
8
-49
/
+51
2024-07-28
Merge tag 'vfs-6.11-rc1.fixes.3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-10
/
+66
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
25
-236
/
+1058
2024-07-27
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-34
/
+65
2024-07-27
Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-2
/
+84
2024-07-27
Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2024-07-27
Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
24
-96
/
+64
2024-07-27
Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+5
2024-07-27
Merge tag 'firewire-fixes-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+3
2024-07-27
Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-81
/
+114
2024-07-27
Merge tag 'regulator-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2024-07-27
Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+2
2024-07-27
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
4
-9
/
+11
[next]