summaryrefslogtreecommitdiffstats
path: root/kernel/user.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-14sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers5-34/+112
2024-10-14sched: idle: Optimize the generic idle loop by removing needless memory barrierZhongqiu Han1-1/+0
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra8-7/+38
2024-10-14sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner2-21/+39
2024-10-11sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra1-1/+3
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra5-34/+30
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long3-4/+20
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld1-1/+1
2024-10-09fs/bcachefs: Fix __wait_on_freeing_inode() definition of waitqueue entryIngo Molnar1-1/+2
2024-10-07sched/wait: Remove unused bit_wait_io_timeoutDr. David Alan Gilbert2-15/+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-07sched: remove unused __HAVE_THREAD_FUNCTIONS hook supportDavid Disseldorp2-2/+2
2024-10-07softirq: use bit waits instead of var waits.NeilBrown1-10/+4
2024-10-07sched: add wait_var_event_io()NeilBrown1-0/+31
2024-10-07sched: Add wait/wake interface for variable updated under a lock.NeilBrown1-0/+106
2024-10-07sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()NeilBrown1-0/+60
2024-10-07sched: Document wait_var_event() family of functions and wake_up_var()NeilBrown2-0/+101
2024-10-07sched: Improve documentation for wake_up_bit/wait_on_bit family of functionsNeilBrown2-86/+107
2024-10-07sched: change wake_up_bit() and related function to expect unsigned long *NeilBrown2-14/+14
2024-10-07Linux 6.12-rc2v6.12-rc2Linus Torvalds1-1/+1
2024-10-06kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson1-1/+0
2024-10-06kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang1-1/+1
2024-10-06scripts: import more list macrosSami Tolvanen1-0/+50
2024-10-06platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede1-2/+4
2024-10-06platform/x86: wmi: Update WMI driver API documentationArmin Wolf1-6/+5
2024-10-06platform/x86: dell-ddv: Fix typo in documentationAnaswara T Rajan1-2/+2
2024-10-06platform/x86: dell-sysman: add support for alienware productsCrag Wang1-0/+1
2024-10-06platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada1-0/+1
2024-10-06platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada1-0/+1
2024-10-06platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede1-2/+0
2024-10-06platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf1-3/+12
2024-10-06MAINTAINERS: Update Intel In Field Scan(IFS) entryJithu Joseph1-1/+1
2024-10-06x86/reboot: emergency callbacks are now registered by common KVM codePaolo Bonzini2-4/+4
2024-10-06KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini2-4/+7
2024-10-05platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade1-1/+3
2024-10-05bcachefs: Rework logged op error handlingKent Overstreet3-28/+53
2024-10-05bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet4-28/+43
2024-10-05bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet4-55/+51
2024-10-05bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet2-1/+19
2024-10-05bcachefs: Check for unlinked inodes with direntsKent Overstreet2-15/+41
2024-10-05bcachefs: Check for directories with no backpointersKent Overstreet2-8/+17
2024-10-05bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet7-22/+38
2024-10-05bcachefs: minor lru fsck fixesKent Overstreet1-12/+15
2024-10-05bcachefs: Mark more errors AUTOFIXKent Overstreet1-12/+12
2024-10-05bcachefs: Make sure we print error that causes fsck to bail outKent Overstreet1-3/+9
2024-10-05bcachefs: bkey errors are only AUTOFIX during readKent Overstreet2-8/+12
2024-10-05bcachefs: Create lost+found in correct snapshotKent Overstreet1-1/+7
2024-10-05bcachefs: Fix reattach_inode()Kent Overstreet1-6/+5