index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
vexpress-hwmon.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
module: Remove set_all_modules_text_*()
Peter Zijlstra
3
-59
/
+0
2019-11-27
arm/ftrace: Use __patch_text()
Peter Zijlstra
2
-10
/
+4
2019-11-27
x86/kprobes: Fix ordering while text-patching
Peter Zijlstra
4
-11
/
+15
2019-11-27
x86/kprobes: Convert to text-patching.h
Peter Zijlstra
4
-41
/
+37
2019-11-27
x86/ftrace: Mark ftrace_modify_code_direct() __ref
Borislav Petkov
1
-1
/
+6
2019-11-27
x86/alternative: Shrink text_poke_loc
Peter Zijlstra
1
-9
/
+14
2019-11-27
x86/alternative: Remove text_poke_loc::len
Peter Zijlstra
1
-5
/
+7
2019-11-27
x86/ftrace: Use text_gen_insn()
Peter Zijlstra
3
-52
/
+36
2019-11-27
x86/alternative: Add text_opcode_size()
Peter Zijlstra
2
-23
/
+32
2019-11-27
x86/mm: Remove set_kernel_text_r[ow]()
Peter Zijlstra
3
-66
/
+0
2019-11-27
x86/ftrace: Use text_poke()
Peter Zijlstra
4
-558
/
+134
2019-11-27
x86/alternatives: Add and use text_gen_insn() helper
Peter Zijlstra
4
-26
/
+50
2019-11-27
x86/alternatives, jump_label: Provide better text_poke() batching interface
Peter Zijlstra
3
-82
/
+96
2019-11-27
x86/alternatives: Update int3_emulate_push() comment
Peter Zijlstra
1
-0
/
+3
2019-11-26
x86/iopl: Make 'struct tss_struct' constant size again
Ingo Molnar
1
-2
/
+0
2019-11-26
Revert "vfs: properly and reliably lock f_pos in fdget_pos()"
Linus Torvalds
3
-2
/
+8
2019-11-25
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
1
-1
/
+1
2019-11-25
mm: Implement no-MMU variant of vmalloc_user_node_flags
Andrii Nakryiko
1
-2
/
+13
2019-11-25
slip: Fix use-after-free Read in slip_open
Jouni Hogander
1
-0
/
+1
2019-11-25
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
Oleksij Rempel
1
-5
/
+5
2019-11-25
macvlan: schedule bc_work even if error
Menglong Dong
1
-1
/
+2
2019-11-25
enetc: add support Credit Based Shaper(CBS) for hardware offload
Po Liu
5
-2
/
+138
2019-11-25
net: phy: add helpers phy_(un)lock_mdio_bus
Heiner Kallweit
2
-14
/
+24
2019-11-25
mdio_bus: don't use managed reset-controller
David Bauer
1
-2
/
+4
2019-11-25
vfs: properly and reliably lock f_pos in fdget_pos()
Linus Torvalds
3
-8
/
+2
2019-11-25
vfs: mark pipes and sockets as stream-like file descriptors
Linus Torvalds
2
-2
/
+5
2019-11-25
writeback: fix -Wformat compilation warnings
Qian Cai
1
-24
/
+24
2019-11-25
x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
Andy Lutomirski
1
-3
/
+18
2019-11-25
lkdtm: Remove references to CONFIG_REFCOUNT_FULL
Will Deacon
1
-2
/
+1
2019-11-25
locking/refcount: Remove unused 'refcount_error_report()' function
Will Deacon
2
-18
/
+0
2019-11-25
locking/refcount: Consolidate implementations of refcount_t
Will Deacon
11
-308
/
+59
2019-11-25
locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitions
Will Deacon
1
-7
/
+2
2019-11-25
locking/refcount: Move saturation warnings out of line
Will Deacon
2
-19
/
+48
2019-11-25
locking/refcount: Improve performance of generic REFCOUNT_FULL code
Will Deacon
1
-56
/
+75
2019-11-25
locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...
Will Deacon
2
-246
/
+229
2019-11-25
locking/refcount: Remove unused refcount_*_checked() variants
Will Deacon
2
-43
/
+36
2019-11-25
locking/refcount: Ensure integer operands are treated as signed
Will Deacon
2
-10
/
+10
2019-11-25
locking/refcount: Define constants for saturation and max refcount values
Will Deacon
3
-26
/
+29
2019-11-25
x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...
Ingo Molnar
3
-10
/
+14
2019-11-25
ax88179_178a: add ethtool_op_get_ts_info()
Andreas K. Besslein
1
-0
/
+1
2019-11-25
mlxsw: spectrum_router: Fix use of uninitialized adjacency index
Amit Cohen
1
-3
/
+2
2019-11-25
mlxsw: spectrum_router: After underlay moves, demote conflicting tunnels
Petr Machata
1
-1
/
+38
2019-11-25
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
4
-83
/
+32
2019-11-25
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
7
-187
/
+125
2019-11-25
bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
Daniel Borkmann
1
-0
/
+5
2019-11-25
bpf, testing: Add various tail call test cases
Daniel Borkmann
6
-0
/
+698
2019-11-25
bpf, x86: Emit patchable direct jump as tail call
Daniel Borkmann
1
-95
/
+187
2019-11-25
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2
-10
/
+113
2019-11-25
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
4
-12
/
+212
2019-11-25
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
3
-0
/
+64
[next]