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
2023-12-06
mm/slab: move kmalloc() functions from slab_common.c to slub.c
Vlastimil Babka
3
-130
/
+118
2023-12-06
mm/slab: move kmalloc_slab() to mm/slab.h
Vlastimil Babka
2
-37
/
+34
2023-12-06
mm/slab: move kfree() from slab_common.c to slub.c
Vlastimil Babka
3
-54
/
+46
2023-12-06
mm/slab: move struct kmem_cache_node from slab.h to slub.c
Vlastimil Babka
2
-29
/
+27
2023-12-06
mm/slab: move memcg related functions from slab.h to slub.c
Vlastimil Babka
2
-206
/
+205
2023-12-06
mm/slab: move pre/post-alloc hooks from slab.h to slub.c
Vlastimil Babka
5
-79
/
+84
2023-12-06
mm/slab: consolidate includes in the internal mm/slab.h
Vlastimil Babka
1
-14
/
+14
2023-12-06
mm/slab: move the rest of slub_def.h to mm/slab.h
Vlastimil Babka
2
-151
/
+137
2023-12-06
mm/slab: move struct kmem_cache_cpu declaration to slub.c
Vlastimil Babka
2
-54
/
+54
2023-12-06
mm/slab: remove mm/slab.c and slab_def.h
Vlastimil Babka
3
-4133
/
+8
2023-12-05
mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
Vlastimil Babka
2
-4
/
+4
2023-12-05
mm/slab: remove CONFIG_SLAB code from slab common code
Vlastimil Babka
3
-96
/
+9
2023-12-05
cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
Vlastimil Babka
3
-14
/
+0
2023-12-05
mm/memcontrol: remove CONFIG_SLAB #ifdef guards
Vlastimil Babka
1
-3
/
+2
2023-12-05
KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
Vlastimil Babka
1
-4
/
+0
2023-12-05
KASAN: remove code paths guarded by CONFIG_SLAB
Vlastimil Babka
3
-20
/
+3
2023-12-05
mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
Vlastimil Babka
10
-84
/
+28
2023-12-05
mm/slab, docs: switch mm-api docs generation from slab.c to slub.c
Vlastimil Babka
3
-22
/
+22
2023-11-13
Linux 6.7-rc1
v6.7-rc1
Linus Torvalds
1
-2
/
+2
2023-11-12
wifi: iwlwifi: fix system commands group ordering
Miri Korenblit
1
-1
/
+1
2023-11-12
Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-8
/
+6
2023-11-12
Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
13
-63
/
+215
2023-11-12
Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-24
/
+24
2023-11-12
Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
16
-88
/
+491
2023-11-11
Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
15
-31
/
+25
2023-11-11
Merge tag 'fbdev-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-110
/
+70
2023-11-11
tracing/kprobes: Fix the order of argument descriptions
Yujie Liu
1
-1
/
+1
2023-11-11
Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
97
-812
/
+1760
2023-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
9
-86
/
+78
2023-11-10
Merge tag 'sound-fix-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-51
/
+171
2023-11-10
Merge tag 'amd-drm-next-6.7-2023-11-10' of https://gitlab.freedesktop.org/agd...
Daniel Vetter
85
-773
/
+1688
2023-11-10
Merge tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-17
/
+41
2023-11-10
Merge tag 'mmc-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
8
-8
/
+38
2023-11-10
Merge tag 'pwm/for-6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+3
2023-11-10
Merge tag 'io_uring-6.7-2023-11-10' of git://git.kernel.dk/linux
Linus Torvalds
6
-45
/
+80
2023-11-10
Merge tag 'block-6.7-2023-11-10' of git://git.kernel.dk/linux
Linus Torvalds
18
-80
/
+72
2023-11-10
Merge tag 'ata-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...
Linus Torvalds
3
-27
/
+11
2023-11-10
Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...
Linus Torvalds
5
-24
/
+86
2023-11-10
Merge tag 'lsm-pr-20231109' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2023-11-10
Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbd
Linus Torvalds
3
-6
/
+41
2023-11-10
Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
26
-1464
/
+2061
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
86
-690
/
+2541
2023-11-10
Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
52
-4033
/
+5
2023-11-10
drm/amdgpu: fix error handling in amdgpu_vm_init
Christian König
1
-15
/
+16
2023-11-10
drm/amdgpu: Fix possible null pointer dereference
Felix Kuehling
1
-2
/
+2
2023-11-10
drm/amdgpu: move UVD and VCE sched entity init after sched init
Alex Deucher
13
-46
/
+37
2023-11-10
drm/amdgpu: move kfd_resume before the ip late init
Tim Huang
1
-7
/
+6
2023-11-10
drm/amd: Explicitly check for GFXOFF to be enabled for s0ix
Mario Limonciello
1
-0
/
+3
2023-11-10
Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
10
-21
/
+28
2023-11-10
Merge tag 'drm-intel-next-fixes-2023-11-08' of git://anongit.freedesktop.org/...
Daniel Vetter
8
-36
/
+65
[next]