summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-10bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-10bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi
2021-02-09tracing: Update synth command errorsTom Zanussi
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu
2021-02-09kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu
2021-02-09tracepoints: Code clean upSteven Rostedt (VMware)
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig
2021-02-09irqdomain: Mark fwnodes when their irqdomain is added/removedSaravana Kannan
2021-02-08Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-08kdb: Make memory allocations more robustSumit Garg
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2021-02-08module: move struct symsearch to module.cChristoph Hellwig
2021-02-08module: pass struct find_symbol_args to find_symbolChristoph Hellwig
2021-02-08module: merge each_symbol_section into find_symbolChristoph Hellwig
2021-02-08module: remove each_symbol_in_sectionChristoph Hellwig
2021-02-08module: mark module_mutex staticChristoph Hellwig
2021-02-08kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig
2021-02-08kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig
2021-02-08module: use RCU to synchronize find_moduleChristoph Hellwig
2021-02-08module: unexport find_module and module_mutexChristoph Hellwig
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-07Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-07Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi
2021-02-05tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg
2021-02-05timens: Delete no-op time_ns_init()Alexey Dobriyan
2021-02-05alarmtimer: Update kerneldocAlexandre Belloni
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven
2021-02-05locking/lockdep: Avoid unmatched unlockPeter Zijlstra
2021-02-05dma-mapping: benchmark: pretend DMA is transmittingBarry Song
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song
2021-02-04bpf: Refactor BPF_PSEUDO_CALL checking as a helper functionYonghong Song
2021-02-04bpf: Allow usage of BPF ringbuffer in sleepable programsKP Singh
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang
2021-02-04kernel: debug: fix typo issuewengjianfeng
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn
2021-02-04sched: Add cond_resched_rwlockBen Gardon
2021-02-03bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-03Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
2021-02-02bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-02kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen