index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
um: Fix do_signal() prototype
Ingo Molnar
2015-07-07
5
-12
/
+9
*
x86/entry/64/compat: Fix bad fast syscall arg failure path
Andy Lutomirski
2015-07-07
2
-3
/
+34
*
x86/compat: Separate ia32 and x32 compat ABIs
Brian Gerst
2015-07-06
1
-1
/
+1
*
x86/compat: Clean up HAVE_UID16 config
Brian Gerst
2015-07-06
1
-2
/
+1
*
x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compat
Brian Gerst
2015-07-06
1
-1
/
+1
*
x86/compat: Remove unneeded #include
Brian Gerst
2015-07-06
1
-1
/
+0
*
x86/compat, x86/perf: Don't build perf_callchain_user32() on x32
Brian Gerst
2015-07-06
1
-1
/
+1
*
x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()
Brian Gerst
2015-07-06
1
-1
/
+1
*
x86/compat: Don't build the 32-bit VDSO if not needed
Brian Gerst
2015-07-06
3
-6
/
+9
*
x86/compat: Factor out ia32 compat code from compat_arch_ptrace()
Brian Gerst
2015-07-06
1
-64
/
+74
*
x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'
Brian Gerst
2015-07-06
2
-4
/
+4
*
x86/compat: Move ucontext_x32 to sigframe.h
Brian Gerst
2015-07-06
2
-9
/
+10
*
x86/compat: Make mmap_is_ia32() common compat
Brian Gerst
2015-07-06
1
-8
/
+3
*
x86/compat: Move copy_siginfo_*_user32() to signal_compat.c
Brian Gerst
2015-07-06
3
-93
/
+96
*
x86/asm/tsc: Save an instruction in DECLARE_ARGS users
George Spelvin
2015-07-06
1
-4
/
+3
*
x86/asm/tsc: Remove rdtsc_barrier()
Andy Lutomirski
2015-07-06
2
-24
/
+0
*
x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc...
Andy Lutomirski
2015-07-06
1
-8
/
+2
*
x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()
Andy Lutomirski
2015-07-06
1
-1
/
+1
*
x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...
Andy Lutomirski
2015-07-06
1
-8
/
+6
*
x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites
Andy Lutomirski
2015-07-06
5
-40
/
+34
*
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
2015-07-06
19
-40
/
+49
*
x86/asm/tsc: Remove rdtscl()
Andy Lutomirski
2015-07-06
1
-3
/
+0
*
x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
Andy Lutomirski
2015-07-06
1
-3
/
+3
*
x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()
Andy Lutomirski
2015-07-06
1
-4
/
+4
*
x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros
Andy Lutomirski
2015-07-06
1
-9
/
+0
*
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
Andy Lutomirski
2015-07-06
12
-24
/
+18
*
x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks
Andy Lutomirski
2015-07-06
6
-51
/
+8
*
x86/asm/tsc, kvm: Remove vget_cycles()
Andy Lutomirski
2015-07-06
2
-14
/
+1
*
x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()
Andy Lutomirski
2015-07-06
7
-17
/
+9
*
x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads
Denys Vlasenko
2015-07-06
2
-8
/
+5
*
Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...
Linus Torvalds
2015-07-05
1
-0
/
+82
|
\
|
*
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
qipeng.zha
2015-06-29
1
-0
/
+82
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
6
-17
/
+8
|
\
\
|
*
|
make simple_positive() public
Al Viro
2015-06-23
2
-7
/
+2
|
*
|
vfs: add file_path() helper
Miklos Szeredi
2015-06-23
4
-10
/
+6
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-07-04
6
-12
/
+25
|
\
\
\
|
*
|
|
kvm: add hyper-v crash msrs values
Andrey Smetanin
2015-07-03
1
-0
/
+11
|
*
|
|
KVM: x86: remove data variable from kvm_get_msr_common
Nicolas Iooss
2015-07-03
1
-3
/
+1
|
*
|
|
KVM: x86: keep track of LVT0 changes under APICv
Radim Krčmář
2015-07-03
2
-6
/
+9
|
*
|
|
KVM: x86: properly restore LVT0
Radim Krčmář
2015-07-03
1
-0
/
+1
|
*
|
|
KVM: x86: make vapics_in_nmi_mode atomic
Radim Krčmář
2015-07-03
3
-4
/
+4
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-04
3
-8
/
+8
|
\
\
\
\
|
*
|
|
|
x86/fpu: Fix boot crash in the early FPU code
Ingo Molnar
2015-07-04
1
-3
/
+4
|
*
|
|
|
Merge branch 'x86/boot' into x86/urgent
Ingo Molnar
2015-06-30
1
-4
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
x86/boot/setup: Clean up the e820_reserve_setup_data() code
Wei Yang
2015-06-05
1
-4
/
+3
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...
Ingo Molnar
2015-06-30
1
-1
/
+1
*
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-07-04
1
-23
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
perf/x86: Fix 'active_events' imbalance
Peter Zijlstra
2015-06-30
1
-23
/
+13
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2015-07-03
1
-8
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
sysfs: Create mountpoints with sysfs_create_mount_point
Eric W. Biederman
2015-07-01
1
-8
/
+4
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]