summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-11bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien1-11/+27
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-128/+253
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-18/+48
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-143/+163
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-16/+56
2022-12-29bpf: rename list_head -> graph_root in field info typesDave Marchevsky3-22/+24
2022-12-29bpf: Always use maximal size for copy_array()Kees Cook1-5/+7
2022-12-29bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee1-12/+27
2022-12-29bpf: Fix panic due to wrong pageattr of im->imageChuang Wang1-0/+4
2022-12-28bpf: fix regs_exact() logic in regsafe() to remap IDs correctlyAndrii Nakryiko1-7/+16
2022-12-28bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko1-12/+9
2022-12-28bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko1-24/+21
2022-12-28bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko1-16/+15
2022-12-28bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko1-9/+8
2022-12-28bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko1-4/+12
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers1-4/+7
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim1-3/+3
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra1-1/+3
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou1-32/+10
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria1-1/+1
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+10
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+9
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds1-0/+4
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+5
2022-12-23cfi: Fix CFI failure with KASANSami Tolvanen1-3/+0
2022-12-23bpf: fix nullness propagation for reg to reg comparisonsHao Sun1-1/+8
2022-12-22bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda1-1/+0
2022-12-22Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-2/+2
2022-12-22Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-48/+112
2022-12-22gcov: add support for checksum fieldRickard x Andersson1-0/+5
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-5/+11
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2022-12-21bpf: Reduce smap->elem_sizeMartin KaFai Lau1-2/+2
2022-12-21dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig1-0/+4
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati2-2/+2
2022-12-20bpf: Remove trace_printk_lockJiri Olsa2-26/+25
2022-12-20bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa2-10/+12
2022-12-20bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa3-26/+35
2022-12-20bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao1-0/+2
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+10
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+17
2022-12-18rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney1-4/+6
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-28/+23
2022-12-17Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+4
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2-4/+9
2022-12-16genirq/msi: Return MSI_XA_DOMAIN_SIZE as the maximum MSI index when no domain...Thomas Gleixner1-2/+2
2022-12-16genirq/msi: Check for the presence of an irq domain when validating msi_ctrlMarc Zyngier1-1/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+26
2022-12-16Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds16-182/+642