aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Gravatar Douglas Anderson 1-17/+15
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cGravatar Douglas Anderson 2-61/+74
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cGravatar Douglas Anderson 2-2/+2
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventGravatar Pingfan Liu 1-1/+7
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidGravatar Lecopzer Chen 1-2/+1
2023-06-09watchdog: remove WATCHDOG_DEFAULTGravatar Lecopzer Chen 1-2/+0
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesGravatar Douglas Anderson 1-3/+3
2023-06-09kcov: add prototypes for helper functionsGravatar Arnd Bergmann 1-3/+4
2023-06-09panic: hide unused global functionsGravatar Arnd Bergmann 1-2/+1
2023-06-09locking: add lockevent_read() prototypeGravatar Arnd Bergmann 1-0/+4
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitGravatar Haifeng Xu 1-7/+3
2023-06-09kthread: fix spelling typo and grammar in commentsGravatar Prathu Baronia 1-2/+2
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-7/+21
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-05-25module: error out early on concurrent load of the same module fileGravatar Linus Torvalds 1-15/+43
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-4/+6
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-4/+6
2023-05-24x86/pci/xen: populate MSI sysfs entriesGravatar Maximilian Heyne 1-2/+2
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Gravatar Harshit Mogalapalli 1-1/+3
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsGravatar Anton Protopopov 1-2/+4
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsGravatar Will Deacon 1-1/+1
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-17/+60
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerGravatar Ze Gao 1-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeGravatar Ze Gao 1-15/+44
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerGravatar Ze Gao 1-2/+2
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorGravatar Masami Hiramatsu (Google) 1-1/+1
2023-05-15bpf: netdev: init the offload table earlierGravatar Jakub Kicinski 1-1/+1
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-4/+4
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+13
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2023-05-08tick/broadcast: Make broadcast device replacement work correctlyGravatar Thomas Gleixner 1-32/+88
2023-05-08sched: fix cid_lock kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2023-05-08perf/core: Fix perf_sample_data not properly initialized for different sweven...Gravatar Yang Jihong 1-1/+13
2023-05-08locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...Gravatar John Stultz 1-4/+4
2023-05-05Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-4/+10
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+0
2023-05-05ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attachedGravatar Steven Rostedt (Google) 1-3/+9
2023-05-04Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+2
2023-05-04Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+3
2023-05-03Merge tag 'modules-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2023-05-03Merge tag 'sysctl-6.4-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+2
2023-05-03Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-5/+19
2023-05-03tracing: Fix permissions for the buffer_percent fileGravatar Ondrej Mosnacek 1-1/+1
2023-05-02module: include internal.h in module/dups.cGravatar Arnd Bergmann 1-0/+2
2023-05-02kernel: pid_namespace: simplify sysctls with register_sysctl()Gravatar Luis Chamberlain 2-4/+2
2023-05-02relayfs: fix out-of-bounds access in relay_file_readGravatar Zhang Zhengming 1-1/+2
2023-05-02mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0Gravatar David Hildenbrand 1-9/+3
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationGravatar Peter Zijlstra 1-7/+21
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-4/+13