summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-08kernel/latencytop: Add non-scheduler interface for latency reportingDaniel Vetter1-0/+2
2024-01-08Merge remote-tracking branch 'drm-intel/topic/core-for-CI' into drm-tipDaniel Vetter9-40/+56
2023-12-30Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-59/+73
2023-12-30locking/osq_lock: Clarify osq_wait_next()David Laight1-5/+4
2023-12-30locking/osq_lock: Clarify osq_wait_next() calling conventionDavid Laight1-12/+9
2023-12-30locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight1-0/+7
2023-12-30ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)1-53/+47
2023-12-29tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2023-12-29ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2023-12-27Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2023-12-21Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+13
2023-12-21tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2-45/+14
2023-12-20kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann1-1/+2
2023-12-20kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-0/+1
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap1-2/+2
2023-12-19Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-55/+24
2023-12-18ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-55/+24
2023-12-18perf/core: Only copy-to-user after completely unlocking all locks, v3.Maarten Lankhorst1-24/+25
2023-12-18sched: Mark "RT throttling activated" as KERN_NOTICEDaniel Vetter2-2/+2
2023-12-18RFC: soft/hardlookup: taint kernelDaniel Vetter1-0/+4
2023-12-18RFC: hung_task: taint kernelDaniel Vetter1-0/+2
2023-12-18kernel/panic: Show the stacktrace after additional notifier messagesChris Wilson1-7/+8
2023-12-18ftrace: Allow configuring global trace buffer size (for dump-on-oops)Chris Wilson2-3/+8
2023-12-18lockdep: Swap storage for pin_count and referencesChris Wilson1-4/+7
2023-12-17Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2023-12-17Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-12-16Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-82/+68
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2-218/+16
2023-12-15cred: switch to using atomic_long_tJens Axboe1-32/+32
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2-6/+5
2023-12-15ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2023-12-15ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)1-0/+2
2023-12-15ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers1-2/+2
2023-12-15ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-15ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2023-12-15ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-15perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2023-12-12tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2023-12-12ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-12ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-12crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang1-5/+5
2023-12-12kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin1-1/+0
2023-12-12tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-12ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-12tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2023-12-12ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-10Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2023-12-10Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+38