index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-19
tracing: Use linker magic instead of recasting ftrace_ops_list_func()
Steven Rostedt (VMware)
2021-10-13
tracing: in_irq() cleanup
Changbin Du
2021-10-10
ftrace: Add unit test for removing trace function
Carles Pey
2021-10-10
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
2021-10-10
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
2021-10-10
tools/bootconfig: Print all error message in stderr
Masami Hiramatsu
2021-10-10
bootconfig: Remove unused debug function
Masami Hiramatsu
2021-10-10
bootconfig: Split parse-tree part from xbc_init
Masami Hiramatsu
2021-10-10
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
2021-10-10
tools/bootconfig: Run test script when build all
Masami Hiramatsu
2021-10-10
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
2021-10-10
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-10-08
tracefs: Have tracefs directories not set OTH permission bits by default
Steven Rostedt (VMware)
2021-10-07
tracing: Initialize upper and lower vars in pid_list_refill_irq()
Steven Rostedt (VMware)
2021-10-05
tracing: Create a sparse bitmask for pid filtering
Steven Rostedt (VMware)
2021-10-05
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
2021-09-30
x86/kprobes: Fixup return address in generic trampoline handler
Masami Hiramatsu
2021-09-30
tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
Masami Hiramatsu
2021-09-30
x86/unwind: Recover kretprobe trampoline entry
Masami Hiramatsu
2021-09-30
x86/kprobes: Push a fake return address at kretprobe_trampoline
Masami Hiramatsu
2021-09-30
kprobes: Enable stacktrace from pt_regs in kretprobe handler
Masami Hiramatsu
2021-09-30
arm: kprobes: Make space for instruction pointer on stack
Masami Hiramatsu
2021-09-30
ia64: Add instruction_pointer_set() API
Masami Hiramatsu
2021-09-30
ARC: Add instruction_pointer_set() API
Masami Hiramatsu
2021-09-30
x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
Josh Poimboeuf
2021-09-30
objtool: Ignore unwind hints for ignored functions
Josh Poimboeuf
2021-09-30
objtool: Add frame-pointer-specific function ignore
Josh Poimboeuf
2021-09-30
kprobes: Add kretprobe_find_ret_addr() for searching return address
Masami Hiramatsu
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
2021-09-30
ia64: kprobes: Fix to pass correct trampoline address to the handler
Masami Hiramatsu
2021-09-30
kprobes: Use bool type for functions which returns boolean value
Masami Hiramatsu
2021-09-30
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...
Masami Hiramatsu
2021-09-30
kprobes: Add assertions for required lock
Masami Hiramatsu
2021-09-30
kprobes: Use IS_ENABLED() instead of kprobes_built_in()
Masami Hiramatsu
2021-09-30
kprobes: Fix coding style issues
Masami Hiramatsu
2021-09-30
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
2021-09-30
kprobes: Make arch_check_ftrace_location static
Punit Agrawal
2021-09-30
csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
Punit Agrawal
2021-09-30
kprobe: Simplify prepare_kprobe() by dropping redundant version
Punit Agrawal
2021-09-30
kprobes: Use helper to parse boolean input from userspace
Punit Agrawal
2021-09-30
kprobes: Do not use local variable when creating debugfs file
Punit Agrawal
2021-09-26
Linux 5.15-rc3
Linus Torvalds
2021-09-26
Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2021-09-26
Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-09-26
Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-26
Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
[prev]
[next]