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
2024-02-16
arm64: Enable LPA2 at boot if supported by the system
Ard Biesheuvel
11
-11
/
+124
2024-02-16
arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversion
Ard Biesheuvel
2
-13
/
+66
2024-02-16
arm64: mm: Add definitions to support 5 levels of paging
Ard Biesheuvel
6
-9
/
+188
2024-02-16
arm64: mm: Add LPA2 support to phys<->pte conversion routines
Ard Biesheuvel
4
-19
/
+20
2024-02-16
arm64: mm: Wire up TCR.DS bit to PTE shareability fields
Ard Biesheuvel
5
-2
/
+25
2024-02-16
arm64: Add ESR decoding for exceptions involving translation level -1
Ard Biesheuvel
3
-35
/
+18
2024-02-16
arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm use
Ard Biesheuvel
2
-4
/
+13
2024-02-16
arm64: mm: Add feature override support for LVA
Ard Biesheuvel
5
-9
/
+53
2024-02-16
arm64: mm: Handle LVA support as a CPU feature
Ard Biesheuvel
10
-37
/
+49
2024-02-16
arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"
Ard Biesheuvel
3
-15
/
+10
2024-02-16
arm64: mm: omit redundant remap of kernel image
Ard Biesheuvel
8
-125
/
+21
2024-02-16
arm64: mm: avoid fixmap for early swapper_pg_dir updates
Ard Biesheuvel
1
-1
/
+15
2024-02-16
arm64: kernel: Create initial ID map from C code
Ard Biesheuvel
11
-295
/
+88
2024-02-16
arm64: pgtable: Decouple PGDIR size macros from PGD/PUD/PMD levels
Ard Biesheuvel
1
-46
/
+19
2024-02-16
arm64: mm: Use 48-bit virtual addressing for the permanent ID map
Ard Biesheuvel
5
-32
/
+32
2024-02-16
arm64: head: Move early kernel mapping routines into C code
Ard Biesheuvel
15
-121
/
+315
2024-02-16
arm64: mmu: Make __cpu_replace_ttbr1() out of line
Ard Biesheuvel
2
-31
/
+33
2024-02-16
arm64: mm: Make kaslr_requires_kpti() a static inline
Ard Biesheuvel
3
-43
/
+39
2024-02-16
arm64: head: move memstart_offset_seed handling to C code
Ard Biesheuvel
3
-7
/
+5
2024-02-16
arm64: head: allocate more pages for the kernel mapping
Ard Biesheuvel
1
-1
/
+10
2024-02-16
arm64: Add helpers to probe local CPU for PAC and BTI support
Ard Biesheuvel
1
-0
/
+32
2024-02-16
arm64: idreg-override: Create a pseudo feature for rodata=off
Ard Biesheuvel
2
-0
/
+3
2024-02-16
arm64: kaslr: Use feature override instead of parsing the cmdline again
Ard Biesheuvel
3
-55
/
+7
2024-02-16
arm64: cpufeature: Add helper to test for CPU feature overrides
Ard Biesheuvel
2
-8
/
+40
2024-02-16
arm64: head: move dynamic shadow call stack patching into early C runtime
Ard Biesheuvel
6
-31
/
+27
2024-02-16
arm64: head: Run feature override detection before mapping the kernel
Ard Biesheuvel
2
-11
/
+10
2024-02-16
arm64: Move feature overrides into the BSS section
Ard Biesheuvel
1
-7
/
+7
2024-02-16
arm64: head: Clear BSS and the kernel page tables in one go
Ard Biesheuvel
2
-22
/
+14
2024-02-16
arm64: kernel: Remove early fdt remap code
Ard Biesheuvel
2
-18
/
+0
2024-02-16
arm64: idreg-override: Move to early mini C runtime
Ard Biesheuvel
5
-28
/
+30
2024-02-16
arm64: head: move relocation handling to C code
Ard Biesheuvel
5
-104
/
+82
2024-02-16
arm64: kernel: Don't rely on objcopy to make code under pi/ __init
Ard Biesheuvel
2
-9
/
+13
2024-02-16
arm64: kernel: Manage absolute relocations in code built under pi/
Ard Biesheuvel
3
-2
/
+155
2024-02-09
arm64: kaslr: Adjust randomization range dynamically
Ard Biesheuvel
2
-5
/
+8
2024-02-09
arm64: mm: Reclaim unused vmemmap region for vmalloc use
Ard Biesheuvel
1
-2
/
+6
2024-02-09
arm64: vmemmap: Avoid base2 order of struct page size to dimension region
Ard Biesheuvel
1
-4
/
+4
2024-02-09
arm64: ptdump: Discover start of vmemmap region at runtime
Ard Biesheuvel
1
-1
/
+3
2024-02-09
arm64: ptdump: Allow all region boundaries to be defined at boot time
Ard Biesheuvel
1
-32
/
+22
2024-02-09
arm64: mm: Move fixmap region above vmemmap region
Ard Biesheuvel
4
-4
/
+7
2024-02-09
arm64: mm: Move PCI I/O emulation region above the vmemmap region
Ard Biesheuvel
2
-4
/
+4
2024-02-04
Linux 6.8-rc3
v6.8-rc3
Linus Torvalds
1
-1
/
+1
2024-02-04
Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-189
/
+203
2024-02-04
Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-8
/
+31
2024-02-04
Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-33
/
+33
2024-02-04
Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-2
/
+12
2024-02-04
Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-19
/
+53
2024-02-04
Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
21
-90
/
+267
2024-02-04
Merge tag 'i2c-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-02-04
Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-39
/
+59
2024-02-04
Merge tag 'phy-fixes-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...
Linus Torvalds
4
-8
/
+32
[next]