summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-15PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2023-12-15PM: hibernate: Avoid missing wakeup events during hibernationChris Feng2-2/+10
2023-12-15perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-14tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2023-12-13tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2023-12-13ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-13ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2-6/+5
2023-12-13crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang1-5/+5
2023-12-13kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin1-1/+0
2023-12-13tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-13ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-13tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2023-12-13ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-12file: remove __receive_fd()Christian Brauner2-2/+2
2023-12-12PM: hibernate: Do not initialize error in snapshot_write_next()Li zeming1-1/+1
2023-12-12PM: hibernate: Do not initialize error in swap_write_page()Li zeming1-1/+1
2023-12-12PM: hibernate: Drop unnecessary local variable initializationWang chaodong1-1/+1
2023-12-11softlockup: serialized softlockup's logLi Zhe1-0/+3
2023-12-11kexec_file: load kernel at top of system RAM if requiredBaoquan He1-0/+2
2023-12-11resource: add walk_system_ram_res_rev()Baoquan He1-0/+57
2023-12-11sched: fair: move unused stub functions to headerArnd Bergmann2-13/+11
2023-12-11kexec: use atomic_try_cmpxchg in crash_kexecUros Bizjak1-2/+3
2023-12-11__ptrace_unlink: kill the obsolete "FIXME" codeOleg Nesterov1-12/+1
2023-12-11kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov1-13/+4
2023-12-11arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens1-6/+0
2023-12-11arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens1-20/+0
2023-12-11introduce for_other_threads(p, t)Oleg Nesterov1-7/+4
2023-12-11kernel/reboot: explicitly notify if halt occurred instead of power offDongmin Lee1-2/+15
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-11/+29
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
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-112/+69
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+0
2023-12-08Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-52/+18
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+7
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+15
2023-12-07Merge branch 'master' into mm-hotfixes-stableAndrew Morton4-12/+20
2023-12-07kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-1/+0
2023-12-07bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-48/+10
2023-12-06ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)1-2/+2
2023-12-06ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)1-11/+8
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long1-0/+11
2023-12-06tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-06tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-06tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-06tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)1-76/+34
2023-12-06tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7
2023-12-06tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe1-2/+1