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
2015-06-09
x86/mpx: Do not count MPX VMAs as neighbors when unmapping
Dave Hansen
1
-5
/
+19
2015-06-09
x86/mpx: Rewrite the unmap code
Dave Hansen
1
-243
/
+168
2015-06-09
x86/mpx: Support 32-bit binaries on 64-bit kernels
Dave Hansen
2
-53
/
+179
2015-06-09
x86/mpx: Use 32-bit-only cmpxchg() for 32-bit apps
Dave Hansen
1
-5
/
+36
2015-06-09
x86/mpx: Introduce new 'directory entry' to 'addr' helper function
Dave Hansen
2
-8
/
+34
2015-06-09
x86/mpx: Add temporary variable to reduce masking
Dave Hansen
1
-3
/
+4
2015-06-09
x86: Make is_64bit_mm() widely available
Dave Hansen
2
-9
/
+14
2015-06-09
x86/mpx: Trace allocation of new bounds tables
Dave Hansen
2
-0
/
+17
2015-06-09
x86/mpx: Trace the attempts to find bounds tables
Dave Hansen
2
-0
/
+34
2015-06-09
x86/mpx: Trace entry to bounds exception paths
Dave Hansen
2
-0
/
+35
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
3
-0
/
+55
2015-06-09
x86/mpx: Introduce a boot-time disable flag
Dave Hansen
2
-0
/
+20
2015-06-09
x86/mpx: Restrict the mmap() size check to bounds tables
Dave Hansen
1
-2
/
+2
2015-06-09
x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASK
Qiaowei Ren
1
-1
/
+0
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
5
-29
/
+25
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
3
-28
/
+27
2015-06-09
x86/fpu/xstate: Wrap get_xsave_addr() to make it safer
Dave Hansen
2
-0
/
+33
2015-06-09
x86/fpu/xstate: Fix up bad get_xsave_addr() assumptions
Dave Hansen
1
-8
/
+37
2015-05-27
x86/fpu: Make WARN_ON_FPU() more robust in the !CONFIG_X86_DEBUG_FPU case
Ingo Molnar
1
-1
/
+1
2015-05-27
x86/fpu: Simplify copy_kernel_to_xregs_booting()
Ingo Molnar
2
-2
/
+3
2015-05-27
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
Ingo Molnar
3
-11
/
+11
2015-05-27
x86/fpu: Remove error return values from copy_kernel_to_*regs() functions
Ingo Molnar
2
-31
/
+14
2015-05-27
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
Ingo Molnar
3
-7
/
+7
2015-05-27
x86/fpu: Add debugging checks to all copy_kernel_to_*() functions
Ingo Molnar
1
-8
/
+20
2015-05-27
x86/fpu: Add debugging check to fpu__restore()
Ingo Molnar
1
-0
/
+2
2015-05-27
x86/fpu: Optimize fpu__activate_fpstate_write()
Ingo Molnar
1
-32
/
+19
2015-05-27
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
Ingo Molnar
3
-5
/
+5
2015-05-27
x86/fpu: Optimize fpu__activate_fpstate_read()
Ingo Molnar
1
-4
/
+1
2015-05-27
x86/fpu: Split out the fpu__activate_fpstate_read() method
Ingo Molnar
3
-3
/
+33
2015-05-27
x86/fpu: Fix FPU register read access to the current task
Ingo Molnar
3
-25
/
+32
2015-05-25
x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...
Ingo Molnar
1
-14
/
+23
2015-05-25
x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...
Ingo Molnar
1
-6
/
+6
2015-05-25
x86/fpu: Improve xstate_fault() handling
Ingo Molnar
1
-10
/
+10
2015-05-25
x86/fpu: Rename xstate related 'fx' references to 'xstate'
Ingo Molnar
1
-12
/
+12
2015-05-25
x86/fpu: Fix fpu__init_system_xstate() comments
Ingo Molnar
1
-8
/
+2
2015-05-25
x86/fpu: Move the xstate copying functions into fpu/internal.h
Ingo Molnar
2
-192
/
+192
2015-05-25
Merge branch 'linus' into x86/fpu
Ingo Molnar
184
-693
/
+1356
2015-05-25
x86/fpu: Fix FPU state save area alignment bug
Ingo Molnar
1
-1
/
+6
2015-05-25
Linux 4.1-rc5
v4.1-rc5
Linus Torvalds
1
-1
/
+1
2015-05-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
13
-77
/
+71
2015-05-24
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-12
/
+29
2015-05-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+8
2015-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-13
/
+20
2015-05-23
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+38
2015-05-23
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
30
-240
/
+190
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
51
-105
/
+308
2015-05-23
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-9
/
+6
2015-05-23
Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-3
/
+10
2015-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
6
-4
/
+70
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-12
/
+13
[next]