summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-20Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-15bpf: Clear subreg_def for global function return valuesIlya Leoshkevich
2021-02-15Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki
2021-02-15Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk'Rafael J. Wysocki
2021-02-13Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-12bpf: Support pointers in global func argsDmitrii Banshchikov
2021-02-12bpf: Extract nullable reg type conversion into a helper functionDmitrii Banshchikov
2021-02-12bpf: Rename bpf_reg_state variablesDmitrii Banshchikov
2021-02-13bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-02-13bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura
2021-02-12bpf: Fix an unitialized value in bpf_iterYonghong Song
2021-02-12bpf: Allow bpf_d_path in bpf_iter programSong Liu
2021-02-12bpf: Introduce task_vma bpf_iterSong Liu
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn
2021-02-12PM: Kconfig: remove unneeded "default n" optionsLukasz Luba
2021-02-12PM: EM: update Kconfig description and drop "default n" optionLukasz Luba
2021-02-11bpf: Fix subreg optimization for BPF_FETCHIlya Leoshkevich
2021-02-11bpf: Clear per_cpu pointers during bpf_prog_reallocAlexei Starovoitov
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-11bpf: Allows per-cpu maps and map-in-map in sleepable programsAlexei Starovoitov
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov
2021-02-11bpf: Run sleepable programs with migration disabledAlexei Starovoitov
2021-02-11bpf: Optimize program statsAlexei Starovoitov
2021-02-10bpf_lru_list: Read double-checked variable once without lockMarco Elver
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei
2021-02-10bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-10bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-10bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-08Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven
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