aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08module: move struct symsearch to module.cChristoph Hellwig1-0/+11
2021-02-08module: pass struct find_symbol_args to find_symbolChristoph Hellwig1-61/+52
2021-02-08module: merge each_symbol_section into find_symbolChristoph Hellwig1-79/+69
2021-02-08module: remove each_symbol_in_sectionChristoph Hellwig1-22/+7
2021-02-08module: mark module_mutex staticChristoph Hellwig1-1/+1
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2-0/+4
2021-02-08kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig3-12/+9
2021-02-08module: use RCU to synchronize find_moduleChristoph Hellwig3-5/+5
2021-02-08module: unexport find_module and module_mutexChristoph Hellwig1-2/+0
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2021-02-07Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+20
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+4
2021-02-07Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi1-2/+2
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi1-10/+2
2021-02-05tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)1-9/+13
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg1-1/+1
2021-02-05timens: Delete no-op time_ns_init()Alexey Dobriyan1-6/+0
2021-02-05alarmtimer: Update kerneldocAlexandre Belloni1-1/+7
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven1-2/+2
2021-02-05locking/lockdep: Avoid unmatched unlockPeter Zijlstra1-1/+2
2021-02-05dma-mapping: benchmark: pretend DMA is transmittingBarry Song1-1/+11
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song1-1/+1
2021-02-04bpf: Refactor BPF_PSEUDO_CALL checking as a helper functionYonghong Song1-16/+13
2021-02-04bpf: Allow usage of BPF ringbuffer in sleepable programsKP Singh1-1/+3
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang2-33/+30
2021-02-04kernel: debug: fix typo issuewengjianfeng1-2/+2
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn1-1/+1
2021-02-04sched: Add cond_resched_rwlockBen Gardon1-0/+40
2021-02-03bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh1-0/+2
2021-02-03Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-14/+38
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov1-3/+0
2021-02-02bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman1-14/+18
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-8/+34
2021-02-02kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2-0/+18
2021-02-02tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)1-16/+64
2021-02-02tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix1-2/+0
2021-02-02tracing: Fix a kernel doc warningBean Huo1-0/+1
2021-02-02tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury1-1/+1
2021-02-02tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King1-1/+1
2021-02-02tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior1-2/+1
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2-55/+2
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior16-301/+269
2021-02-02ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang1-5/+1
2021-02-02ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang1-19/+16
2021-02-02tracing: Remove get/put_cpu() from function_trace_initQiujun Huang1-2/+1
2021-02-02tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang1-1/+2
2021-02-02Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+5
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-3/+27