summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield2024-01-101-2/+2
* rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker2024-01-101-1/+1
* rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker2024-01-101-2/+28
* rcu: Introduce rcu_cpu_online()Frederic Weisbecker2024-01-102-0/+9
* rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra2024-01-101-11/+25
* tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2024-01-052-4/+19
* ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)2024-01-051-53/+47
* ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)2024-01-051-2/+7
* kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann2024-01-051-1/+2
* kexec: fix KEXEC_FILE dependenciesArnd Bergmann2024-01-051-0/+1
* tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)2024-01-011-0/+11
* ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)2024-01-011-55/+24
* ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)2024-01-011-36/+11
* ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers2024-01-011-2/+2
* bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2024-01-011-48/+10
* ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)2023-12-201-0/+2
* ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)2023-12-201-23/+6
* ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)2023-12-201-1/+3
* ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)2023-12-201-1/+6
* ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)2023-12-201-2/+3
* ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)2023-12-201-8/+1
* tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)2023-12-201-2/+2
* ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-201-0/+2
* kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin2023-12-201-1/+0
* perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-201-0/+10
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-202-217/+16
* cred: switch to using atomic_long_tJens Axboe2023-12-201-32/+32
* kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2023-12-131-2/+2
* perf: Fix perf_event_validate_size()Peter Zijlstra2023-12-131-23/+38
* workqueue: Make sure that wq_unbound_cpumask is never emptyTejun Heo2023-12-131-7/+15
* tracing: Fix a possible race when disabling buffered eventsPetr Pavlu2023-12-131-4/+8
* tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu2023-12-131-8/+4
* tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)2023-12-131-76/+34
* tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)2023-12-131-3/+7
* tracing: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-131-2/+1
* cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten2023-12-131-1/+7
* ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)2023-12-131-11/+8
* ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)2023-12-131-2/+2
* rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2023-12-131-9/+14
* kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He2023-12-131-1/+0
* tracing: Fix a warning when allocating buffered events failsPetr Pavlu2023-12-131-6/+5
* bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song2023-12-131-4/+8
* hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-12-132-22/+19
* bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao2023-12-081-0/+2
* prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller2023-12-031-0/+4
* mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-12-032-7/+27
* lockdep: Fix block chain corruptionPeter Zijlstra2023-12-031-1/+2
* sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-12-031-3/+7
* sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-12-031-23/+128
* swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik2023-11-281-1/+2