index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-11
perf/x86/64: Do report user_regs->cx while we are in syscall, in get_regs_user()
Denys Vlasenko
1
-2
/
+0
2015-04-11
perf/x86/64: Do not guess user_regs->cs, ss, sp in get_regs_user()
Denys Vlasenko
1
-14
/
+9
2015-04-11
x86/asm/entry/32: Tidy up JNZ instructions after TESTs
Denys Vlasenko
1
-5
/
+5
2015-04-09
x86/asm/entry/64: Reduce padding in execve stubs
Denys Vlasenko
1
-6
/
+14
2015-04-09
x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_fork
Denys Vlasenko
1
-2
/
+0
2015-04-09
x86/asm/entry/64: Simplify jumps in ret_from_fork
Denys Vlasenko
1
-4
/
+4
2015-04-09
x86/asm/entry/64: Remove a redundant jump
Denys Vlasenko
1
-1
/
+0
2015-04-09
x86/asm/entry/64: Optimize [v]fork/clone stubs
Denys Vlasenko
1
-2
/
+1
2015-04-09
x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too
Denys Vlasenko
2
-2
/
+15
2015-04-09
x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat()
Denys Vlasenko
1
-17
/
+17
2015-04-09
x86/asm/entry/64: Use common code for rt_sigreturn() epilogue
Denys Vlasenko
1
-10
/
+16
2015-04-08
x86/asm/entry/64: Add forgotten CFI annotation
Denys Vlasenko
1
-0
/
+1
2015-04-08
x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout
Denys Vlasenko
5
-67
/
+26
2015-04-08
x86/asm/entry/64: Move opportunistic sysret code to syscall code path
Denys Vlasenko
1
-72
/
+86
2015-04-08
x86, selftests: Add sigreturn selftest
Andy Lutomirski
6
-0
/
+760
2015-04-07
Linux 4.0-rc7
v4.0-rc7
Linus Torvalds
1
-1
/
+1
2015-04-06
net/mlx4_core: Fix error message deprecation for ConnectX-2 cards
Jack Morgenstein
1
-1
/
+2
2015-04-06
net: dsa: fix filling routing table from OF description
Pavel Nakonechny
2
-17
/
+10
2015-04-06
l2tp: unregister l2tp_net_ops on failure path
WANG Cong
1
-0
/
+1
2015-04-06
mvneta: dont call mvneta_adjust_link() manually
Stas Sergeev
1
-6
/
+1
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
7
-19
/
+34
2015-04-06
x86/alternatives: Guard NOPs optimization
Borislav Petkov
1
-0
/
+3
2015-04-06
x86/asm/entry: Clear EXTRA_REGS for all executable formats
Denys Vlasenko
3
-31
/
+35
2015-04-06
x86/signal: Remove pax argument from restore_sigcontext
Brian Gerst
3
-28
/
+15
2015-04-05
Input: alps - document stick behavior for protocol V2
Hans de Goede
1
-0
/
+8
2015-04-05
Input: alps - report V2 Dualpoint Stick events via the right evdev node
Hans de Goede
1
-1
/
+6
2015-04-05
Input: alps - report interleaved bare PS/2 packets via dev3
Hans de Goede
1
-14
/
+18
2015-04-04
x86/alternatives: Fix ALTERNATIVE_2 padding generation properly
Borislav Petkov
3
-8
/
+26
2015-04-03
netns: don't allocate an id for dead netns
Nicolas Dichtel
1
-1
/
+3
2015-04-03
Revert "netns: don't clear nsid too early on removal"
Nicolas Dichtel
1
-15
/
+9
2015-04-03
x86/asm/entry/64: Use a define for an invalid segment selector
Borislav Petkov
2
-1
/
+3
2015-04-03
x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value
Borislav Petkov
1
-1
/
+1
2015-04-03
x86/mm/KASLR: Propagate KASLR status to kernel proper
Borislav Petkov
8
-17
/
+35
2015-04-03
x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32
Borislav Petkov
2
-9
/
+0
2015-04-03
x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER
Andy Lutomirski
1
-13
/
+40
2015-04-03
x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1
Andy Lutomirski
2
-15
/
+16
2015-04-03
x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING comment
Andy Lutomirski
1
-3
/
+6
2015-04-03
x86/asm: Add support for the CLWB instruction
Ross Zwisler
2
-0
/
+15
2015-04-03
ip6mr: call del_timer_sync() in ip6mr_free_table()
WANG Cong
1
-1
/
+1
2015-04-03
net: move fib_rules_unregister() under rtnl lock
WANG Cong
6
-5
/
+8
2015-04-03
ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanup
WANG Cong
1
-0
/
+5
2015-04-02
tcp: fix FRTO undo on cumulative ACK of SACKed range
Neal Cardwell
1
-3
/
+4
2015-04-02
xen-netfront: transmit fully GSO-sized packets
Jonathan Davies
1
-4
/
+1
2015-04-02
IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic
Shachar Raindel
1
-0
/
+8
2015-04-02
perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraints
Andi Kleen
1
-3
/
+3
2015-04-02
perf/x86/intel: Filter branches for PEBS event
Kan Liang
1
-2
/
+2
2015-04-02
drm/radeon: fix wait in radeon_mn_invalidate_range_start
Christian König
1
-7
/
+4
2015-04-02
drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr
Christian König
1
-0
/
+4
2015-04-02
drm: Exynos: Respect framebuffer pitch for FIMD/Mixer
Daniel Stone
2
-10
/
+15
2015-04-02
x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests
Boris Ostrovsky
3
-27
/
+24
[next]