summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-05-26module: error out early on concurrent load of the same module fileLinus Torvalds1-15/+43
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-4/+6
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-4/+6
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-2/+2
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells1-1/+1
2023-05-24tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)3-7/+13
2023-05-24tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)1-7/+16
2023-05-24tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave1-1/+22
2023-05-24tracing/user_events: Rename link fields for clarityBeau Belgrave1-18/+22
2023-05-24tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds1-6/+7
2023-05-24tracing/user_events: Split up mm alloc and attachLinus Torvalds1-11/+18
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira1-0/+2
2023-05-23tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave1-7/+8
2023-05-23cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck1-9/+8
2023-05-23module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli1-1/+3
2023-05-22cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng1-2/+2
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov1-2/+4
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+60
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao1-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao1-15/+44
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao1-2/+2
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)1-1/+1
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski1-1/+1
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+13
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2023-05-09tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner1-32/+88
2023-05-08sched: fix cid_lock kernel-doc warningsRandy Dunlap1-2/+2
2023-05-08perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong1-1/+13
2023-05-08locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz1-4/+4
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+10
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+0
2023-05-05ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedSteven Rostedt (Google)1-3/+9
2023-05-04Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+3
2023-05-04Merge tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-05-04Merge tag 'sysctl-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+2
2023-05-03Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-5/+19
2023-05-03tracing: Fix permissions for the buffer_percent fileOndrej Mosnacek1-1/+1
2023-05-03module: include internal.h in module/dups.cArnd Bergmann1-0/+2
2023-05-03kernel: pid_namespace: simplify sysctls with register_sysctl()Luis Chamberlain2-4/+2
2023-05-03relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming1-1/+2
2023-05-03mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0David Hildenbrand1-9/+3
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra1-7/+21
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+13
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds5-81/+175
2023-04-29Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2