aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-07uprobes: simplify xol_take_insn_slot() and its callerOleg Nesterov1-13/+4
2024-10-07uprobes: kill the unnecessary put_uprobe/xol_free_insn_slot in uprobe_free_ut...Oleg Nesterov1-19/+5
2024-10-07uprobes: sanitiize xol_free_insn_slot()Oleg Nesterov1-12/+9
2024-10-07uprobes: don't abuse get_utask() in pre_ssout() and prepare_uretprobe()Oleg Nesterov1-11/+3
2024-10-07uprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko1-22/+16
2024-10-07sched/wait: Remove unused bit_wait_io_timeoutDr. David Alan Gilbert1-14/+0
2024-10-07sched/fair: fix the comment for PREEMPT_SHORTHuang Shijie1-1/+1
2024-10-07sched/fair: optimize the PLACE_LAG when se->vlag is zeroHuang Shijie1-1/+1
2024-10-07sched/fair: remove the DOUBLE_TICK featureHuang Shijie2-7/+0
2024-10-07softirq: use bit waits instead of var waits.NeilBrown1-10/+4
2024-10-07sched: Document wait_var_event() family of functions and wake_up_var()NeilBrown1-0/+30
2024-10-07sched: Improve documentation for wake_up_bit/wait_on_bit family of functionsNeilBrown1-13/+21
2024-10-07sched: change wake_up_bit() and related function to expect unsigned long *NeilBrown1-6/+6
2024-10-07locking/spinlocks: Make __raw_* lock ops staticGeert Uytterhoeven1-4/+4
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner3-0/+133
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton3-0/+29
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton1-0/+104
2024-10-05function_graph: Remove unnecessary initialization in ftrace_graph_ret_addr()Oleg Nesterov1-1/+1
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng9-58/+248
2024-10-04rv: Fix a typoAndrew Kreimer1-1/+1
2024-10-04sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()Tejun Heo1-1/+0
2024-10-04sched_ext: Improve error reporting during loadingTejun Heo1-11/+19
2024-10-04Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+28
2024-10-04Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+5
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+14
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown1-0/+30
2024-10-03bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contractEduard Zingerman2-6/+3
2024-10-03bpf: Call kfree(obj) only once in free_one()Markus Elfring1-4/+1
2024-10-03bpf: Constify struct btf_kind_operationsChristophe JAILLET1-9/+9
2024-10-03sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner1-14/+12
2024-10-03tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li1-7/+6
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt1-2/+13
2024-10-03audit: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-03bpf: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak1-1/+1
2024-10-02Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-02bpf: devmap: provide rxq after redirectFlorian Kauer1-4/+7
2024-10-02timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systemsJeff Layton1-3/+13
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner1-0/+4
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort1-0/+4
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner1-17/+16
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner1-15/+16
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner1-26/+28
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner1-7/+8
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner1-6/+7
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner1-17/+19
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner1-5/+9