summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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 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: 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-02Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2021-01-31Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier
2021-01-29kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
2021-01-29Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-29locking/rwsem: Remove empty rwsem.hNikolay Borisov
2021-01-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-29fs: Remove dcookies supportViresh Kumar
2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-28entry: Unbreak single step reporting behaviourYuxuan Shui
2021-01-28locking/rtmutex: Add missing kernel-doc markupAlex Shi
2021-01-28futex: Remove unneeded gotosJangwoong Kim
2021-01-28futex: Change utime parameter to be 'const ... *'Alejandro Colomar
2021-01-28genirq: Use new tasklet API for resend_taskletEmil Renner Berthing
2021-01-27audit: Make audit_filter_syscall() return voidYang Yang
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-27bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()Menglong Dong
2021-01-27PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()Zqiang
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman