index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
module: move struct symsearch to module.c
Christoph Hellwig
1
-0
/
+11
2021-02-08
module: pass struct find_symbol_args to find_symbol
Christoph Hellwig
1
-61
/
+52
2021-02-08
module: merge each_symbol_section into find_symbol
Christoph Hellwig
1
-79
/
+69
2021-02-08
module: remove each_symbol_in_section
Christoph Hellwig
1
-22
/
+7
2021-02-08
module: mark module_mutex static
Christoph Hellwig
1
-1
/
+1
2021-02-08
kallsyms: only build {,module_}kallsyms_on_each_symbol when required
Christoph Hellwig
2
-0
/
+4
2021-02-08
kallsyms: refactor {,module_}kallsyms_on_each_symbol
Christoph Hellwig
3
-12
/
+9
2021-02-08
module: use RCU to synchronize find_module
Christoph Hellwig
3
-5
/
+5
2021-02-08
module: unexport find_module and module_mutex
Christoph Hellwig
1
-2
/
+0
2021-02-07
Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2021-02-07
Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-24
/
+20
2021-02-07
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+4
2021-02-07
Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2021-02-06
entry: Use different define for selector variable in SUD
Gabriel Krisman Bertazi
1
-2
/
+2
2021-02-06
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
1
-10
/
+2
2021-02-05
tracing: Do not create "enable" or "filter" files for ftrace event subsystem
Steven Rostedt (VMware)
1
-9
/
+13
2021-02-05
tracing: Do not count ftrace events in top level enable output
Steven Rostedt (VMware)
1
-1
/
+2
2021-02-05
init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
Johannes Berg
1
-1
/
+1
2021-02-05
timens: Delete no-op time_ns_init()
Alexey Dobriyan
1
-6
/
+0
2021-02-05
alarmtimer: Update kerneldoc
Alexandre Belloni
1
-1
/
+7
2021-02-05
ntp: Use freezable workqueue for RTC synchronization
Geert Uytterhoeven
1
-2
/
+2
2021-02-05
locking/lockdep: Avoid unmatched unlock
Peter Zijlstra
1
-1
/
+2
2021-02-05
dma-mapping: benchmark: pretend DMA is transmitting
Barry Song
1
-1
/
+11
2021-02-05
dma-mapping: benchmark: use u8 for reserved field in uAPI structure
Barry Song
1
-1
/
+1
2021-02-04
bpf: Refactor BPF_PSEUDO_CALL checking as a helper function
Yonghong Song
1
-16
/
+13
2021-02-04
bpf: Allow usage of BPF ringbuffer in sleepable programs
KP Singh
1
-1
/
+3
2021-02-04
kdb: kdb_support: Fix debugging information problem
Stephen Zhang
2
-33
/
+30
2021-02-04
kernel: debug: fix typo issue
wengjianfeng
1
-2
/
+2
2021-02-04
kgdb: rectify kernel-doc for kgdb_unregister_io_module()
Lukas Bulwahn
1
-1
/
+1
2021-02-04
sched: Add cond_resched_rwlock
Ben Gardon
1
-0
/
+40
2021-02-03
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
1
-0
/
+2
2021-02-03
Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-14
/
+38
2021-02-03
bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3
Alexei Starovoitov
1
-3
/
+0
2021-02-02
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
1
-14
/
+18
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-8
/
+34
2021-02-02
kernel: trace: preemptirq_delay_test: add cpu affinity
Song Chen
2
-0
/
+18
2021-02-02
tracepoint: Do not fail unregistering a probe due to memory failure
Steven Rostedt (VMware)
1
-16
/
+64
2021-02-02
tracing: Remove definition of DEBUG in trace_mmiotrace.c
Tom Rix
1
-2
/
+0
2021-02-02
tracing: Fix a kernel doc warning
Bean Huo
1
-0
/
+1
2021-02-02
tracing: Fix spelling of controlling in uprobes
Bhaskar Chowdhury
1
-1
/
+1
2021-02-02
tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"
Colin Ian King
1
-1
/
+1
2021-02-02
tracing: Use in_serving_softirq() to deduct softirq status.
Sebastian Andrzej Siewior
1
-2
/
+1
2021-02-02
tracing: Inline tracing_gen_ctx_flags()
Sebastian Andrzej Siewior
2
-55
/
+2
2021-02-02
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
16
-301
/
+269
2021-02-02
ring-buffer: Drop unneeded check in ring_buffer_resize()
Qiujun Huang
1
-5
/
+1
2021-02-02
ring-buffer: Remove cpu_buffer argument from the rb_inc_page()
Qiujun Huang
1
-19
/
+16
2021-02-02
tracing: Remove get/put_cpu() from function_trace_init
Qiujun Huang
1
-2
/
+1
2021-02-02
tracing: Update trace_ignore_this_task() kernel-doc comment
Qiujun Huang
1
-1
/
+2
2021-02-02
Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+5
2021-02-02
Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-3
/
+27
[prev]
[next]