summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+2
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2-0/+2
2021-10-04qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha1-8/+105
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin5-387/+386
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha5-183/+230
2021-10-04opp: Add more resource-managed variants of dev_pm_opp_of_add_table()Dmitry Osipenko1-0/+12
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-4/+0
2021-10-04arch/cc: Introduce a function to check for confidential computing featuresTom Lendacky1-0/+88
2021-10-04opp: Change type of dev_pm_opp_attach_genpd(names) argumentDmitry Osipenko1-4/+4
2021-10-04Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman28-316/+110
2021-10-04NFS: Further optimisations for 'ls -l'Trond Myklebust1-3/+2
2021-10-04SUNRPC: Remove unnecessary memory barriersTrond Myklebust1-14/+2
2021-10-04NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust1-1/+1
2021-10-03Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+12
2021-10-03Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-10-03Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-10-02power: supply: max17042_battery: fix typo in MAX17042_IAvg_emptyHenrik Grimler1-2/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean1-2/+2
2021-10-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-5/+9
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs1-0/+1
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2-0/+24
2021-10-01firmware: xilinx: Add OSPI Mux selection supportSai Krishna Potthuri1-0/+12
2021-10-01sched: Always inline is_percpu_thread()Peter Zijlstra1-1/+1
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu1-1/+3
2021-10-01sched: Make cond_resched_lock() variants RT awareThomas Gleixner2-11/+28
2021-10-01sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner2-2/+5
2021-10-01sched: Remove preempt_offset argument from __might_sleep()Thomas Gleixner1-4/+3
2021-10-01sched: Make cond_resched_*lock() variants consistent vs. might_sleep()Thomas Gleixner1-6/+6
2021-10-01sched: Clean up the might_sleep() underscore zooThomas Gleixner2-7/+7
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross1-1/+8
2021-10-01dma-buf: fix and rework dma_buf_poll v7Christian König1-1/+1
2021-10-01x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu1-0/+3
2021-10-01objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf1-0/+12
2021-10-01kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu1-0/+22
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-2/+2
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-5/+13
2021-10-01kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu1-1/+0
2021-10-01kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu1-4/+4
2021-10-01kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu1-1/+1
2021-10-01kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu1-13/+1
2021-10-01kprobes: Fix coding style issuesMasami Hiramatsu1-17/+23
2021-10-01kprobes: Make arch_check_ftrace_location staticPunit Agrawal1-2/+0
2021-10-01kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal1-0/+5
2021-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-11/+36
2021-10-01Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2021-09-30Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...Alex Williamson2-72/+1
2021-09-30vfio: remove the unused mdev iommu hookChristoph Hellwig1-20/+0
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig1-44/+0