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.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-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
2022-06-03
drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate
Yury Norov
2
-2
/
+2
2022-06-03
KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
Yury Norov
1
-7
/
+3
2022-06-03
lib/bitmap: add test for bitmap_{from,to}_arr64
Yury Norov
1
-0
/
+25
2022-06-03
lib: add bitmap_{from,to}_arr64
Yury Norov
2
-4
/
+73
2022-06-03
lib/bitmap: extend comment for bitmap_(from,to)_arr32()
Yury Norov
1
-2
/
+6
2022-06-03
include/linux/find: Fix documentation
Anna-Maria Behnsen
1
-3
/
+3
2022-06-03
lib/bitmap.c make bitmap_print_bitmask_to_buf parseable
Mauro Carvalho Chehab
1
-13
/
+20
2022-06-03
MAINTAINERS: add cpumask and nodemask files to BITMAP_API
Yury Norov
1
-0
/
+4
2022-06-03
arch/x86: replace nodes_weight with nodes_empty where appropriate
Yury Norov
2
-3
/
+3
2022-06-03
mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-2
/
+2
2022-06-03
clocksource: replace cpumask_weight with cpumask_empty in clocksource.c
Yury Norov
1
-1
/
+1
2022-06-03
genirq/affinity: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
irq: mips: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
arch/x86: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
3
-9
/
+9
2022-06-03
arch/ia64: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
arch/alpha: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()
Yury Norov
1
-4
/
+3
2022-06-03
MAINTAINERS: Add maintainer information for LoongArch
Huacai Chen
1
-0
/
+10
2022-06-03
LoongArch: Add Loongson-3 default config file
Huacai Chen
2
-0
/
+773
2022-06-03
LoongArch: Add Non-Uniform Memory Access (NUMA) support
Huacai Chen
17
-29
/
+844
2022-06-03
LoongArch: Add multi-processor (SMP) support
Huacai Chen
27
-10
/
+1550
2022-06-03
LoongArch: Add VDSO and VSYSCALL support
Huacai Chen
15
-0
/
+622
2022-06-03
LoongArch: Add some library functions
Huacai Chen
6
-0
/
+282
2022-06-03
LoongArch: Add misc common routines
Huacai Chen
7
-0
/
+734
2022-06-03
LoongArch: Add ELF and module support
Huacai Chen
12
-0
/
+1043
2022-06-03
LoongArch: Add signal handling support
Huacai Chen
4
-0
/
+658
2022-06-03
LoongArch: Add system call support
Huacai Chen
7
-0
/
+531
2022-06-03
LoongArch: Add memory management
Huacai Chen
26
-0
/
+3172
2022-06-03
LoongArch: Add process management
Huacai Chen
14
-0
/
+1865
2022-06-03
LoongArch: Add exception/interrupt handling
Huacai Chen
16
-0
/
+1575
2022-06-03
LoongArch: Add boot and setup routines
Huacai Chen
18
-0
/
+1738
2022-06-03
LoongArch: Add other common headers
Huacai Chen
18
-0
/
+917
2022-06-03
LoongArch: Add atomic/locking headers
Huacai Chen
7
-0
/
+756
2022-06-03
LoongArch: Add CPU definition headers
Huacai Chen
8
-0
/
+2191
2022-06-03
LoongArch: Add build infrastructure
Huacai Chen
17
-1
/
+701
2022-06-03
LoongArch: Add writecombine support for drm
Huacai Chen
3
-2
/
+10
2022-06-03
LoongArch: Add ELF-related definitions
Huacai Chen
5
-0
/
+14
2022-06-03
Documentation/zh_CN: Add basic LoongArch documentations
Huacai Chen
5
-0
/
+541
2022-06-03
Documentation: LoongArch: Add basic documentations
Huacai Chen
5
-0
/
+568
2022-06-03
irqchip/loongson-liointc: Fix build error for LoongArch
Huacai Chen
1
-1
/
+5
2022-06-03
irqchip: Adjust Kconfig for Loongson
Huacai Chen
1
-3
/
+3
2022-06-03
parisc: fix a crash with multicore scheduler
Mikulas Patocka
2
-17
/
+1
2022-06-03
block: Fix potential deadlock in blk_ia_range_sysfs_show()
Damien Le Moal
1
-6
/
+1
2022-06-03
Merge tag 'drm/tegra/for-5.19-prep-work' of https://gitlab.freedesktop.org/dr...
Dave Airlie
5
-2
/
+53
2022-06-03
Merge tag 'msm-next-5.19-fixes-06-01' of https://gitlab.freedesktop.org/abhin...
Dave Airlie
5
-15
/
+66
2022-06-03
riscv: Move alternative length validation into subsection
Nathan Chancellor
1
-2
/
+2
2022-06-03
Merge tag 'docs-5.19-2' of git://git.lwn.net/linux
Linus Torvalds
7
-8
/
+2056
2022-06-03
Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-11
/
+11
2022-06-03
Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...
Linus Torvalds
63
-101
/
+1385
[prev]
[next]