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-09-25
x86/pvh: Add 64bit relocation page tables
Jason Andryuk
1
-1
/
+103
2024-09-25
x86/kernel: Move page table macros to header
Jason Andryuk
2
-21
/
+22
2024-09-25
x86/pvh: Set phys_base when calling xen_prepare_pvh()
Jason Andryuk
1
-0
/
+13
2024-09-25
x86/pvh: Make PVH entrypoint PIC for x86-64
Jason Andryuk
1
-12
/
+34
2024-09-25
xen: sync elfnote.h from xen tree
Jason Andryuk
1
-5
/
+88
2024-09-25
xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_t
Min-Hua Chen
2
-2
/
+2
2024-09-25
xen/privcmd: Add new syscall to get gsi from dev
Jiqian Chen
5
-3
/
+84
2024-09-25
xen/pvh: Setup gsi for passthrough device
Jiqian Chen
6
-1
/
+113
2024-09-25
xen/pci: Add a function to reset device for xen
Jiqian Chen
4
-3
/
+51
2024-09-17
xen/swiotlb: fix allocated size
Juergen Gross
1
-2
/
+2
2024-09-17
xen/swiotlb: add alignment check for dma buffers
Juergen Gross
1
-0
/
+6
2024-09-13
xen/pci: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-9
/
+5
2024-09-12
xen/xenbus: Convert to use ERR_CAST()
Shen Lichuan
1
-3
/
+3
2024-09-12
xen, pvh: fix unbootable VMs by inlining memset() in xen_prepare_pvh()
Alexey Dobriyan
1
-1
/
+5
2024-09-12
x86/cpu: fix unbootable VMs by inlining memcmp() in hypervisor_cpuid_base()
Alexey Dobriyan
1
-1
/
+6
2024-09-12
xen, pvh: fix unbootable VMs (PVH + KASAN - AMD_MEM_ENCRYPT)
Alexey Dobriyan
1
-0
/
+1
2024-09-12
xen: tolerate ACPI NVS memory overlapping with Xen allocated memory
Juergen Gross
1
-1
/
+91
2024-09-12
xen: allow mapping ACPI data using a different physical address
Juergen Gross
8
-1
/
+59
2024-09-10
xen: add capability to remap non-RAM pages to different PFNs
Juergen Gross
2
-0
/
+66
2024-09-10
xen: move max_pfn in xen_memory_setup() out of function scope
Juergen Gross
1
-26
/
+26
2024-09-10
xen: move checks for e820 conflicts further up
Juergen Gross
1
-22
/
+22
2024-09-10
xen: introduce generic helper checking for memory map conflicts
Juergen Gross
3
-11
/
+31
2024-09-10
xen: use correct end address of kernel for conflict checking
Juergen Gross
1
-1
/
+1
2024-09-09
Linux 6.11-rc7
v6.11-rc7
Linus Torvalds
1
-1
/
+1
2024-09-08
Merge tag 'timers_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-18
/
+16
2024-09-08
Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+16
2024-09-08
Merge tag 'char-misc-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
20
-79
/
+123
2024-09-08
Merge tag 'usb-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-73
/
+87
2024-09-07
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-115
/
+196
2024-09-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+3
2024-09-07
Merge tag 'pinctrl-v6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2024-09-07
Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kernel.org/pu...
Linus Torvalds
1
-0
/
+1
2024-09-07
Merge tag 'pci-v6.11-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-5
/
+44
2024-09-07
Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-13
/
+70
2024-09-07
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-06
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+3
2024-09-06
Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
12
-181
/
+79
2024-09-06
Merge tag 'powerpc-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-10
/
+26
2024-09-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-16
/
+47
2024-09-06
Merge tag 'pm-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-10
/
+24
2024-09-06
Merge tag 'block-6.11-20240906' of git://git.kernel.dk/linux
Linus Torvalds
8
-8
/
+38
2024-09-06
Merge tag 'sound-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
26
-92
/
+160
2024-09-06
Merge tag 'mmc-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
5
-12
/
+21
2024-09-06
Merge tag 'gpio-fixes-for-v6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+2
2024-09-06
Merge tag 'pmdomain-v6.11-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-34
/
+22
2024-09-06
Merge tag 'pwm/for-6.11-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-09-06
Merge tag 'drm-fixes-2024-09-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
66
-178
/
+546
2024-09-06
libfs: fix get_stashed_dentry()
Christian Brauner
1
-3
/
+3
2024-09-06
Merge tag 'asoc-fix-v6.11-rc6' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
23
-91
/
+127
2024-09-06
Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
2
-2
/
+38
[next]