summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu
2021-09-30objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu
2021-09-30kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu
2021-09-30kprobes: Fix coding style issuesMasami Hiramatsu
2021-09-30kprobes: Make arch_check_ftrace_location staticPunit Agrawal
2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-26Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-25Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-25Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang
2021-09-24mm: fs: invalidate bh_lrus for only cold pathMinchan Kim
2021-09-24Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-23erofs: fix up erofs_lookup tracepointGao Xiang
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-20Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich
2021-09-19pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-19net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean
2021-09-17Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-17Merge tag 'io_uring-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-17net: update NXP copyright textVladimir Oltean
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-15Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean
2021-09-15Merge branch 'absolute-pointer' (patches from Guenter)Linus Torvalds
2021-09-15compiler.h: Introduce absolute_pointer macroGuenter Roeck