summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-19Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-16fork: defer linking file vma until vma is fully initializedMiaohe Lin
2024-04-16bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan
2024-04-16btf: Avoid weak external referencesArd Biesheuvel
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-15configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor
2024-04-15configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Linus Torvalds
2024-04-12bpf: Fix a verifier verbose messageAnton Protopopov
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-11Merge tag 'pm-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-04-10x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson
2024-04-10timekeeping: Use READ/WRITE_ONCE() for tick_do_timer_cpuThomas Gleixner
2024-04-09bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov
2024-04-08PM: s2idle: Make sure CPUs will wakeup directly on resumeAnna-Maria Behnsen
2024-04-07Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-04-05bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet
2024-04-05bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu
2024-04-05bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu
2024-04-05bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker
2024-04-04bpf: prevent r10 register from being marked as preciseAndrii Nakryiko
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko
2024-04-04bpf: Optimize emit_mov_imm64().Alexei Starovoitov
2024-04-03bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko
2024-04-03bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko
2024-04-03bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko
2024-04-03bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik
2024-04-02bpf: Improve program stats run-time calculationJose Fernandez
2024-04-02bpf: Add a verbose message if map limit is reachedAnton Protopopov
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-04-01timers: Fix text inconsistencies and spellingRandy Dunlap
2024-04-01tick/sched: Fix struct tick_sched doc warningsRandy Dunlap