index
:
linux-stable.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.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
*
Merge branch 'WIP.x86/process' into perf/core
Ingo Molnar
2017-04-20
19
-88
/
+251
|
\
|
*
x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
Kyle Huey
2017-03-20
6
-13
/
+104
|
*
x86/cpufeature: Detect CPUID faulting support
Kyle Huey
2017-03-20
3
-1
/
+26
|
*
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
2017-03-20
5
-1
/
+23
|
*
x86/arch_prctl: Add do_arch_prctl_common()
Kyle Huey
2017-03-20
3
-1
/
+16
|
*
x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()
Kyle Huey
2017-03-20
6
-31
/
+32
|
*
x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()
Kyle Huey
2017-03-20
2
-2
/
+4
|
*
x86/arch_prctl: Rename 'code' argument to 'option'
Kyle Huey
2017-03-20
6
-16
/
+17
|
*
x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
Kyle Huey
2017-03-20
2
-7
/
+7
|
*
x86/process: Optimize TIF_NOTSC switch
Thomas Gleixner
2017-03-11
2
-18
/
+14
|
*
x86/process: Correct and optimize TIF_BLOCKSTEP switch
Kyle Huey
2017-03-11
2
-5
/
+8
|
*
x86/process: Optimize TIF checks in __switch_to_xtra()
Kyle Huey
2017-03-11
1
-29
/
+36
*
|
perf/x86: Fix spurious NMI with PEBS Load Latency event
Kan Liang
2017-04-14
3
-2
/
+3
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-04-14
1
-0
/
+3
|
\
\
|
*
|
perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
Peter Zijlstra
2017-04-14
1
-0
/
+3
*
|
|
kprobes/x86: Consolidate insn decoder users for copying code
Masami Hiramatsu
2017-04-12
3
-39
/
+36
*
|
|
kprobes/x86: Use probe_kernel_read() instead of memcpy()
Masami Hiramatsu
2017-04-12
2
-4
/
+13
*
|
|
kprobes/x86: Set kprobes pages read-only
Masami Hiramatsu
2017-04-12
2
-0
/
+7
*
|
|
kprobes/x86: Make boostable flag boolean
Masami Hiramatsu
2017-04-12
3
-11
/
+10
*
|
|
kprobes/x86: Do not modify singlestep buffer while resuming
Masami Hiramatsu
2017-04-12
1
-22
/
+20
*
|
|
kprobes/x86: Use instruction decoder for booster
Masami Hiramatsu
2017-04-12
1
-23
/
+16
*
|
|
kprobes/x86: Fix the description of __copy_instruction()
Masami Hiramatsu
2017-04-12
1
-5
/
+5
*
|
|
kprobes/x86: Fix kprobe-booster not to boost far call instructions
Masami Hiramatsu
2017-04-12
1
-0
/
+2
*
|
|
perf/amd/uncore: Fix pr_fmt() prefix
Borislav Petkov
2017-04-11
1
-2
/
+5
*
|
|
perf/amd/uncore: Clean up per-family setup
Borislav Petkov
2017-04-11
1
-38
/
+21
*
|
|
perf/amd/uncore: Do feature check first, before assignments
Borislav Petkov
2017-04-11
1
-5
/
+4
*
|
|
Merge tag 'v4.11-rc6' into perf/core, to pick up fixes
Ingo Molnar
2017-04-11
107
-1069
/
+1051
|
\
|
|
|
*
|
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-04-09
4
-16
/
+69
|
|
\
\
|
|
*
\
Merge branch 'kprobe-fixes' of https://git.linaro.org/people/tixy/kernel into...
Russell King
2017-04-05
140
-387
/
+1226
|
|
|
\
\
|
|
|
*
|
arm: kprobes: Align stack to 8-bytes in test code
Jon Medhurst
2017-03-21
1
-3
/
+8
|
|
|
*
|
arm: kprobes: Fix the return address of multiple kretprobes
Masami Hiramatsu
2017-03-21
1
-2
/
+22
|
|
|
*
|
arm: kprobes: Skip single-stepping in recursing path if possible
Masami Hiramatsu
2017-03-21
1
-9
/
+10
|
|
|
*
|
arm: kprobes: Allow to handle reentered kprobe on single-stepping
Masami Hiramatsu
2017-03-21
1
-0
/
+6
|
|
*
|
|
ARM: 8665/1: nommu: access ID_PFR1 only if CPUID scheme
afzal mohammed
2017-03-29
1
-1
/
+4
|
|
*
|
|
ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory
Russell King
2017-03-29
1
-1
/
+19
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-04-09
1
-1
/
+1
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch 'work.statx' into for-next
Al Viro
2017-04-03
271
-1495
/
+2831
|
|
|
\
\
\
\
|
|
*
|
|
|
|
alpha: fix stack smashing in old_adjtimex(2)
Al Viro
2017-04-03
1
-1
/
+1
|
*
|
|
|
|
|
Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-04-08
5
-12
/
+38
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()
Michael Ellerman
2017-04-07
1
-0
/
+3
|
|
*
|
|
|
|
|
powerpc/mm: Add missing global TLB invalidate if cxl is active
Frederic Barrat
2017-04-05
1
-2
/
+5
|
|
*
|
|
|
|
|
powerpc/64: Fix flush_(d|i)cache_range() called from modules
Oliver O'Halloran
2017-04-05
1
-2
/
+2
|
|
*
|
|
|
|
|
powerpc: Don't try to fix up misaligned load-with-reservation instructions
Paul Mackerras
2017-04-04
1
-8
/
+19
|
|
*
|
|
|
|
|
powerpc: Disable HFSCR[TM] if TM is not supported
Benjamin Herrenschmidt
2017-03-28
1
-0
/
+9
|
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2017-04-08
20
-25
/
+47
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
sparc: remove unused wp_works_ok macro
Mathias Krause
2017-04-06
2
-10
/
+0
|
|
*
|
|
|
|
|
|
sparc32: Export vac_cache_size to fix build error
Guenter Roeck
2017-04-06
1
-0
/
+1
|
|
*
|
|
|
|
|
|
sparc64: Fix memory corruption when THP is enabled
Nitin Gupta
2017-04-06
2
-5
/
+5
|
|
*
|
|
|
|
|
|
sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()
Tom Hromatka
2017-04-06
1
-7
/
+8
|
|
*
|
|
|
|
|
|
arch/sparc: Avoid DCTI Couples
Babu Moger
2017-03-27
11
-0
/
+18
[next]