index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-21
tracing: Explain the trace recursion transition bit better
Steven Rostedt (VMware)
1
-2
/
+6
2021-10-21
ftrace: Add multi direct modify interface
Jiri Olsa
1
-0
/
+6
2021-10-21
ftrace: Add multi direct register/unregister interface
Jiri Olsa
1
-0
/
+11
2021-10-20
x86/ftrace: Make function graph use ftrace directly
Steven Rostedt (VMware)
1
-0
/
+9
2021-10-19
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
2
-6
/
+22
2021-10-19
tracing: Reuse logic from perf's get_recursion_context()
Steven Rostedt (VMware)
1
-5
/
+6
2021-10-19
tracing: Use linker magic instead of recasting ftrace_ops_list_func()
Steven Rostedt (VMware)
1
-2
/
+10
2021-10-10
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
1
-0
/
+10
2021-10-10
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
1
-6
/
+6
2021-10-10
bootconfig: Remove unused debug function
Masami Hiramatsu
1
-3
/
+0
2021-10-10
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
1
-1
/
+1
2021-10-10
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
1
-0
/
+2
2021-10-10
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
1
-1
/
+1
2021-09-30
x86/kprobes: Fixup return address in generic trampoline handler
Masami Hiramatsu
1
-0
/
+3
2021-09-30
objtool: Add frame-pointer-specific function ignore
Josh Poimboeuf
1
-0
/
+12
2021-09-30
kprobes: Add kretprobe_find_ret_addr() for searching return address
Masami Hiramatsu
1
-0
/
+22
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-2
/
+2
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
1
-5
/
+13
2021-09-30
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
1
-1
/
+0
2021-09-30
kprobes: Use bool type for functions which returns boolean value
Masami Hiramatsu
1
-4
/
+4
2021-09-30
kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...
Masami Hiramatsu
1
-1
/
+1
2021-09-30
kprobes: Use IS_ENABLED() instead of kprobes_built_in()
Masami Hiramatsu
1
-13
/
+1
2021-09-30
kprobes: Fix coding style issues
Masami Hiramatsu
1
-17
/
+23
2021-09-30
kprobes: Make arch_check_ftrace_location static
Punit Agrawal
1
-2
/
+0
2021-09-30
kprobe: Simplify prepare_kprobe() by dropping redundant version
Punit Agrawal
1
-0
/
+5
2021-09-26
Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2021-09-26
Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+7
2021-09-25
Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+14
2021-09-25
Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2021-09-24
mm/debug: sync up latest migrate_reason to migrate_reason_names
Weizhao Ouyang
1
-1
/
+5
2021-09-24
mm: fs: invalidate bh_lrus for only cold path
Minchan Kim
1
-2
/
+2
2021-09-24
Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
1
-1
/
+1
2021-09-23
Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2021-09-23
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-2
/
+5
2021-09-22
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
1
-0
/
+2
2021-09-22
irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent
Bixuan Cui
1
-1
/
+1
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
1
-0
/
+2
2021-09-19
Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2021-09-19
net: mdio: introduce a shutdown method to mdio device drivers
Vladimir Oltean
1
-0
/
+3
2021-09-17
Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+16
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2
-2
/
+2
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-111
/
+29
2021-09-15
Merge branch 'absolute-pointer' (patches from Guenter)
Linus Torvalds
1
-0
/
+2
2021-09-15
compiler.h: Introduce absolute_pointer macro
Guenter Roeck
1
-0
/
+2
2021-09-15
Revert "iov_iter: track truncated size"
Jens Axboe
1
-5
/
+1
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-0
/
+1
2021-09-14
iov_iter: add helper to save iov_iter state
Jens Axboe
1
-0
/
+15
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-110
/
+28
2021-09-14
usb: core: hcd: Add support for deferring roothub registration
Kishon Vijay Abraham I
1
-0
/
+2
[next]