aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-7/+9
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Gravatar Linus Torvalds 1-0/+4
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+5
2022-12-23cfi: Fix CFI failure with KASANGravatar Sami Tolvanen 1-3/+0
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 2-2/+2
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-48/+112
2022-12-21gcov: add support for checksum fieldGravatar Rickard x Andersson 1-0/+5
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-5/+11
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+6
2022-12-21dma-mapping: reject GFP_COMP for noncoherent allocationsGravatar Christoph Hellwig 1-0/+4
2022-12-20rv/monitors: Move monitor structure in rodataGravatar Alessandro Carminati 2-2/+2
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+10
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-0/+17
2022-12-17rcu: Don't assert interrupts enabled too early in bootGravatar Paul E. McKenney 1-4/+6
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-28/+23
2022-12-17Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+4
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsGravatar Kees Cook 2-4/+9
2022-12-16genirq/msi: Return MSI_XA_DOMAIN_SIZE as the maximum MSI index when no domain...Gravatar Thomas Gleixner 1-2/+2
2022-12-16genirq/msi: Check for the presence of an irq domain when validating msi_ctrlGravatar Marc Zyngier 1-1/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-11/+26
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 16-182/+642
2022-12-15mm/gup: Fix the lockless PMD accessGravatar Peter Zijlstra 1-1/+1
2022-12-15mm: Introduce set_memory_rox()Gravatar Peter Zijlstra 3-8/+4
2022-12-15x86/mm: Use mm_alloc() in poking_init()Gravatar Peter Zijlstra 1-5/+0
2022-12-15mm: Move mm_cachep initialization to mm_init()Gravatar Peter Zijlstra 1-14/+18
2022-12-14bpf: Resolve fext program type when checking map compatibilityGravatar Toke Høiland-Jørgensen 1-2/+3
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeGravatar Masami Hiramatsu (Google) 3-10/+17
2022-12-15tracing/probes: Add symstr type for dynamic eventsGravatar Masami Hiramatsu (Google) 4-24/+85
2022-12-15kprobes: kretprobe events missing on 2-core KVM guestGravatar wuqiang 1-6/+2
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-6/+26
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-5/+10
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-15/+112
2022-12-14bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcGravatar Jiri Olsa 1-0/+5
2022-12-14bpf: prevent leak of lsm program after failed attachGravatar Milan Landaverde 1-3/+3
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2022-12-14tracing: Improve panic/die notifiersGravatar Guilherme G. Piccoli 1-28/+27
2022-12-14ftrace: Prevent RCU stall on PREEMPT_VOLUNTARY kernelsGravatar Guilherme G. Piccoli 1-0/+1
2022-12-14tracing: Do not synchronize freeing of trigger filter on boot upGravatar Steven Rostedt (Google) 1-2/+8
2022-12-14padata: Mark padata_work_init() as __refGravatar Nathan Chancellor 1-2/+10
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-8/+22
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 27-1623/+4459
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-23/+27
2022-12-13Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-39/+739
2022-12-13tracing: Have trigger filter parsing errors show up in error_logGravatar Steven Rostedt (Google) 1-1/+8
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-10/+15
2022-12-13Merge tag 'audit-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-36/+39
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 2-24/+47
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2022-12-12livepatch: Call klp_match_callback() in klp_find_callback() to avoid code dup...Gravatar Zhen Lei 1-22/+11
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1