summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-pm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-27module: Remove set_all_modules_text_*()Peter Zijlstra3-59/+0
2019-11-27arm/ftrace: Use __patch_text()Peter Zijlstra2-10/+4
2019-11-27x86/kprobes: Fix ordering while text-patchingPeter Zijlstra4-11/+15
2019-11-27x86/kprobes: Convert to text-patching.hPeter Zijlstra4-41/+37
2019-11-27x86/ftrace: Mark ftrace_modify_code_direct() __refBorislav Petkov1-1/+6
2019-11-27x86/alternative: Shrink text_poke_locPeter Zijlstra1-9/+14
2019-11-27x86/alternative: Remove text_poke_loc::lenPeter Zijlstra1-5/+7
2019-11-27x86/ftrace: Use text_gen_insn()Peter Zijlstra3-52/+36
2019-11-27x86/alternative: Add text_opcode_size()Peter Zijlstra2-23/+32
2019-11-27x86/mm: Remove set_kernel_text_r[ow]()Peter Zijlstra3-66/+0
2019-11-27x86/ftrace: Use text_poke()Peter Zijlstra4-558/+134
2019-11-27x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra4-26/+50
2019-11-27x86/alternatives, jump_label: Provide better text_poke() batching interfacePeter Zijlstra3-82/+96
2019-11-27x86/alternatives: Update int3_emulate_push() commentPeter Zijlstra1-0/+3
2019-11-26x86/iopl: Make 'struct tss_struct' constant size againIngo Molnar1-2/+0
2019-11-26Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds3-2/+8
2019-11-25libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko1-1/+1
2019-11-25mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko1-2/+13
2019-11-25slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-11-25net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-11-25macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-11-25enetc: add support Credit Based Shaper(CBS) for hardware offloadPo Liu5-2/+138
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2-14/+24
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer1-2/+4
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds3-8/+2
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds2-2/+5
2019-11-25writeback: fix -Wformat compilation warningsQian Cai1-24/+24
2019-11-25x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski1-3/+18
2019-11-25lkdtm: Remove references to CONFIG_REFCOUNT_FULLWill Deacon1-2/+1
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon2-18/+0
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon11-308/+59
2019-11-25locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon1-7/+2
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon2-19/+48
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon1-56/+75
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2-246/+229
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2-43/+36
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon2-10/+10
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon3-26/+29
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar3-10/+14
2019-11-25ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein1-0/+1
2019-11-25mlxsw: spectrum_router: Fix use of uninitialized adjacency indexAmit Cohen1-3/+2
2019-11-25mlxsw: spectrum_router: After underlay moves, demote conflicting tunnelsPetr Machata1-1/+38
2019-11-25bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann4-83/+32
2019-11-25bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau7-187/+125
2019-11-25bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann1-0/+5
2019-11-25bpf, testing: Add various tail call test casesDaniel Borkmann6-0/+698
2019-11-25bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann1-95/+187
2019-11-25bpf: Constant map key tracking for prog array pokesDaniel Borkmann2-10/+113
2019-11-25bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann4-12/+212
2019-11-25bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann3-0/+64