summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: Add PTE_MARKER support for hugetlbfs mappingsGerald Schaefer2024-11-272-2/+3
* s390/mm: Introduce region-third and segment table swap entriesGerald Schaefer2024-11-272-5/+71
* s390/mm: Introduce region-third and segment table entry present bitsGerald Schaefer2024-11-273-24/+47
* s390/mm: Rearrange region-third and segment table entry SW bitsGerald Schaefer2024-11-272-8/+9
* KVM: s390: Increase size of union sca_utility to four bytesHeiko Carstens2024-11-271-5/+10
* KVM: s390: Remove one byte cmpxchg() usageHeiko Carstens2024-11-271-11/+2
* KVM: s390: Use try_cmpxchg() instead of cmpxchg() loopsHeiko Carstens2024-11-274-19/+18
* s390/ap: Replace xchg() with WRITE_ONCE()Heiko Carstens2024-11-271-1/+1
* s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik2024-11-241-1/+11
* s390: Add ARCH_HAS_PREEMPT_LAZY supportHeiko Carstens2024-11-242-3/+6
* s390: Add missing _TIF definesHeiko Carstens2024-11-241-7/+6
* s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik2024-11-212-0/+10
* s390/cpum_sf: Simplify release of SDBs and SDBTsThomas Richter2024-11-211-25/+13
* s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_opsClaudio Imbrenda2024-11-211-10/+22
* s390/stacktrace: Use break instead of return statementHeiko Carstens2024-11-211-1/+1
* s390/mm: Remove bogus comment in __tlb_flush_mm()Alexander Gordeev2024-11-211-5/+0
* s390/debug: Pass in and enforce output buffer size for format handlersNiklas Schnelle2024-11-212-37/+54
* Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-1942-504/+1105
|\
| * sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY.Sebastian Andrzej Siewior2024-11-111-1/+1
| * sched: No PREEMPT_RT=y for all{yes,mod}configPeter Zijlstra2024-11-071-1/+1
| * riscv: add PREEMPT_LAZY supportJisheng Zhang2024-11-052-4/+7
| * sched, x86: Enable Lazy preemptionPeter Zijlstra2024-11-052-2/+5
| * sched: Enable PREEMPT_DYNAMIC for PREEMPT_RTPeter Zijlstra2024-11-053-7/+11
| * sched: Add Lazy preemption modelPeter Zijlstra2024-11-056-8/+107
| * sched: Add TIF_NEED_RESCHED_LAZY infrastructurePeter Zijlstra2024-11-057-24/+48
| * sched/ext: Remove sched_fork() hackThomas Gleixner2024-11-052-7/+1
| * sched: Initialize idle tasks only onceThomas Gleixner2024-11-051-7/+5
| * sched: psi: pass enqueue/dequeue flags to psi callbacks directlyJohannes Weiner2024-10-263-44/+53
| * sched/uclamp: Fix unnused variable warningChristian Loehle2024-10-261-1/+1
| * Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar2024-10-21814-7917/+11727
| |\
| * | sched: Split scheduler and execution contextsPeter Zijlstra2024-10-147-80/+114
| * | sched: Split out __schedule() deactivate task logic into a helperJohn Stultz2024-10-141-27/+40
| * | sched: Consolidate pick_*_task to task_is_pushable helperConnor O'Brien2024-10-143-19/+12
| * | sched: Add move_queued_task_locked helperConnor O'Brien2024-10-144-22/+19
| * | locking/mutex: Expose __mutex_owner()Juri Lelli2024-10-142-25/+27
| * | locking/mutex: Make mutex::wait_lock irq safeJuri Lelli2024-10-142-18/+21
| * | locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra2024-10-149-39/+96
| * | sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloadsMathieu Desnoyers2024-10-145-34/+112
| * | sched: idle: Optimize the generic idle loop by removing needless memory barrierZhongqiu Han2024-10-141-1/+0
| * | Merge branch 'tip/sched/urgent'Peter Zijlstra2024-10-1416-72/+138
| |\ \
| * | | fs/bcachefs: Fix __wait_on_freeing_inode() definition of waitqueue entryIngo Molnar2024-10-091-1/+2
| * | | sched/wait: Remove unused bit_wait_io_timeoutDr. David Alan Gilbert2024-10-072-15/+0
| * | | sched/fair: fix the comment for PREEMPT_SHORTHuang Shijie2024-10-071-1/+1
| * | | sched/fair: optimize the PLACE_LAG when se->vlag is zeroHuang Shijie2024-10-071-1/+1
| * | | sched/fair: remove the DOUBLE_TICK featureHuang Shijie2024-10-072-7/+0
| * | | sched: remove unused __HAVE_THREAD_FUNCTIONS hook supportDavid Disseldorp2024-10-072-2/+2
| * | | softirq: use bit waits instead of var waits.NeilBrown2024-10-071-10/+4
| * | | sched: add wait_var_event_io()NeilBrown2024-10-071-0/+31
| * | | sched: Add wait/wake interface for variable updated under a lock.NeilBrown2024-10-071-0/+106
| * | | sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()NeilBrown2024-10-071-0/+60