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.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
2017-01-31
KVM: PPC: Book3S HV: Enable radix guest support
Paul Mackerras
5
-27
/
+111
2017-01-31
KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
Paul Mackerras
1
-0
/
+6
2017-01-31
KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
Paul Mackerras
3
-17
/
+58
2017-01-31
KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
Paul Mackerras
4
-14
/
+82
2017-01-31
KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
Paul Mackerras
1
-0
/
+14
2017-01-31
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
Paul Mackerras
4
-33
/
+144
2017-01-31
KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests
Paul Mackerras
3
-21
/
+103
2017-01-31
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
Paul Mackerras
5
-3
/
+415
2017-01-31
KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guests
Paul Mackerras
3
-11
/
+49
2017-01-31
KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
Paul Mackerras
6
-3
/
+160
2017-01-31
KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9
Paul Mackerras
1
-0
/
+8
2017-01-31
KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
Paul Mackerras
3
-5
/
+33
2017-01-31
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
Paul Mackerras
6
-0
/
+156
2017-01-31
powerpc/64: Allow for relocation-on interrupts from guest to host
Paul Mackerras
2
-29
/
+34
2017-01-31
powerpc/64: Make type of partition table flush depend on partition type
Paul Mackerras
1
-3
/
+13
2017-01-31
powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
Paul Mackerras
1
-1
/
+2
2017-01-31
powerpc/64: More definitions for POWER9
Paul Mackerras
2
-1
/
+15
2017-01-31
powerpc/64: Enable use of radix MMU under hypervisor on POWER9
Paul Mackerras
7
-6
/
+81
2017-01-31
powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
Paul Mackerras
2
-5
/
+5
2017-01-31
powerpc/64: Don't try to use radix MMU under a hypervisor
Paul Mackerras
1
-0
/
+33
2017-01-31
KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts
Nicholas Piggin
4
-8
/
+58
2017-01-27
KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt section
Nicholas Piggin
2
-5
/
+3
2017-01-27
KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
Nicholas Piggin
3
-27
/
+38
2017-01-16
Linux 4.10-rc4
v4.10-rc4
Linus Torvalds
1
-1
/
+1
2017-01-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
5
-27
/
+60
2017-01-15
Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-16
/
+34
2017-01-15
Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-34
/
+0
2017-01-15
Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-17
/
+25
2017-01-15
Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-66
/
+98
2017-01-15
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-12
/
+42
2017-01-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-100
/
+129
2017-01-15
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+9
2017-01-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
20
-92
/
+257
2017-01-15
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-43
/
+165
2017-01-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-30
/
+59
2017-01-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-83
/
+66
2017-01-15
fix a fencepost error in pipe_advance()
Al Viro
1
-23
/
+31
2017-01-15
coredump: Ensure proper size of sparse core files
Dave Kleikamp
3
-0
/
+20
2017-01-15
aio: fix lock dep warning
Shaohua Li
1
-2
/
+4
2017-01-14
Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
9
-48
/
+87
2017-01-14
efi/x86: Prune invalid memory map entries and fix boot regression
Peter Jones
2
-0
/
+67
2017-01-14
Revert "driver core: Add deferred_probe attribute to devices in sysfs"
Greg Kroah-Hartman
4
-34
/
+0
2017-01-14
perf/x86: Reject non sampling events with precise_ip
Jiri Olsa
1
-0
/
+4
2017-01-14
perf/x86/intel: Account interrupts for PEBS errors
Jiri Olsa
3
-17
/
+37
2017-01-14
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
Peter Zijlstra
1
-4
/
+54
2017-01-14
perf/core: Fix sys_perf_event_open() vs. hotplug
Peter Zijlstra
1
-22
/
+48
2017-01-14
x86/mpx: Use compatible types in comparison to fix sparse error
Tobias Klauser
1
-1
/
+1
2017-01-14
x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()
Len Brown
1
-0
/
+1
2017-01-14
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-82
/
+117
2017-01-14
Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-2
/
+7
[next]