index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
bdev: switch to ->free_inode()
Al Viro
2019-05-02
1
-11
/
+3
|
*
bfs: switch to ->free_inode()
Al Viro
2019-05-02
1
-8
/
+2
|
*
befs: switch to ->free_inode()
Al Viro
2019-05-02
1
-9
/
+3
|
*
affs: switch to ->free_inode()
Al Viro
2019-05-02
1
-8
/
+2
|
*
adfs: switch to ->free_inode()
Al Viro
2019-05-02
1
-8
/
+2
|
*
9p: switch to ->free_inode()
Al Viro
2019-05-02
3
-11
/
+5
|
*
erofs: switch to ->free_inode()
Al Viro
2019-05-02
1
-8
/
+2
|
*
spufs: switch to ->free_inode()
Al Viro
2019-05-02
1
-8
/
+2
|
*
new inode method: ->free_inode()
Al Viro
2019-05-02
4
-23
/
+66
|
*
Merge branch 'fixes' into work.icache
Al Viro
2019-04-10
4
-10
/
+24
|
|
\
*
|
\
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
28
-359
/
+512
|
\
\
\
|
*
|
|
x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
Sebastian Andrzej Siewior
2019-05-06
1
-16
/
+15
|
*
|
|
x86/pkeys: Add PKRU value to init_fpstate
Sebastian Andrzej Siewior
2019-04-12
2
-0
/
+11
|
*
|
|
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
2019-04-12
1
-12
/
+13
|
*
|
|
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-12
1
-12
/
+22
|
*
|
|
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
1
-2
/
+21
|
*
|
|
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
2019-04-12
10
-72
/
+184
|
*
|
|
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
1
-85
/
+54
|
*
|
|
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
2019-04-12
2
-13
/
+92
|
*
|
|
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
2019-04-11
1
-1
/
+19
|
*
|
|
x86/fpu: Update xstate's PKRU value on write_pkru()
Sebastian Andrzej Siewior
2019-04-11
1
-2
/
+19
|
*
|
|
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
2019-04-11
1
-1
/
+11
|
*
|
|
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
2019-04-11
1
-5
/
+14
|
*
|
|
x86/entry: Add TIF_NEED_FPU_LOAD
Sebastian Andrzej Siewior
2019-04-11
2
-0
/
+10
|
*
|
|
x86/fpu: Eager switch PKRU state
Rik van Riel
2019-04-11
4
-4
/
+31
|
*
|
|
x86/pkeys: Don't check if PKRU is zero before writing it
Sebastian Andrzej Siewior
2019-04-11
1
-7
/
+0
|
*
|
|
x86/fpu: Only write PKRU if it is different from current
Sebastian Andrzej Siewior
2019-04-11
1
-0
/
+7
|
*
|
|
x86/pkeys: Provide *pkru() helpers
Sebastian Andrzej Siewior
2019-04-11
3
-5
/
+11
|
*
|
|
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2019-04-10
5
-32
/
+30
|
*
|
|
x86/fpu: Make __raw_xsave_addr() use a feature number instead of mask
Sebastian Andrzej Siewior
2019-04-10
1
-11
/
+11
|
*
|
|
x86/fpu: Add an __fpregs_load_activate() internal helper
Rik van Riel
2019-04-10
2
-8
/
+25
|
*
|
|
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
2019-04-10
3
-21
/
+1
|
*
|
|
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-10
12
-121
/
+53
|
*
|
|
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-10
1
-4
/
+0
|
*
|
|
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-09
1
-27
/
+8
|
*
|
|
x86/fpu: Always init the state in fpu__clear()
Sebastian Andrzej Siewior
2019-04-09
3
-7
/
+2
|
*
|
|
x86/fpu: Remove preempt_disable() in fpu__clear()
Sebastian Andrzej Siewior
2019-04-09
1
-2
/
+0
|
*
|
|
x86/fpu: Remove fpu__restore()
Sebastian Andrzej Siewior
2019-04-09
5
-32
/
+2
|
*
|
|
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-09
3
-29
/
+18
|
*
|
|
x86/fpu: Fix __user annotations
Jann Horn
2019-04-03
2
-5
/
+5
*
|
|
|
Merge tag 'ktest-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-07
2
-8
/
+37
|
\
\
\
\
|
*
|
|
|
ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOT
Masayoshi Mizuma
2019-04-18
2
-0
/
+13
|
*
|
|
|
ktest: Add support for meta characters in GRUB_MENU
Masayoshi Mizuma
2019-04-18
1
-2
/
+4
|
*
|
|
|
ktest: Show name and iteration on errors
Steven Rostedt (VMware)
2019-04-18
1
-6
/
+20
*
|
|
|
|
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
60
-272
/
+410
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-5.2-pf-removal' into for-linus
Petr Mladek
2019-05-06
56
-106
/
+106
|
|
\
\
\
\
\
|
|
*
|
|
|
|
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
56
-106
/
+106
|
*
|
|
|
|
|
Merge branch 'for-5.2-vsprintf-hardening' into for-linus
Petr Mladek
2019-05-06
3
-163
/
+301
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
lib/vsprintf: Make function pointer_string static
YueHaibing
2019-04-29
1
-2
/
+3
|
|
*
|
|
|
|
|
vsprintf: Limit the length of inlined error messages
Petr Mladek
2019-04-26
1
-12
/
+27
[prev]
[next]