summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-25Merge tag 'pci-v6.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-25Merge tag 'fbdev-for-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-10-25time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda
2024-10-25timekeeping: Merge timekeeping_update_staged() and timekeeping_update()Anna-Maria Behnsen
2024-10-25timekeeping: Remove TK_MIRROR timekeeping_update() actionAnna-Maria Behnsen
2024-10-25timekeeping: Rework do_adjtimex() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_suspend() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_resume() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_init() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework change_clocksource() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework do_settimeofday64() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Provide timekeeping_restore_shadow()Thomas Gleixner
2024-10-25timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen
2024-10-25timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen
2024-10-25timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen
2024-10-25timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen
2024-10-25timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner
2024-10-25timekeeping: Reorder struct timekeeperThomas Gleixner
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner
2024-10-25timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen
2024-10-25timekeeping: Don't stop time readers across hard_pps() updateThomas Gleixner
2024-10-25timekeeping: Read NTP tick length only onceThomas Gleixner
2024-10-25Merge tag 'gpio-fixes-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-25drm/i915/display: Cover all possible pipes in TP_printk()Gustavo Sousa
2024-10-25drm/i915/display: Do not use ids from enum pipe in TP_printk()Gustavo Sousa
2024-10-25drm/i915/display: Store pipe name in trace eventsGustavo Sousa
2024-10-25drm/i915/display: Zero-initialize frame/scanline counts in tracepointsGustavo Sousa
2024-10-25drm/i915/display: Fix out-of-bounds access in pipe-related tracepointsGustavo Sousa
2024-10-25Merge tag 'ata-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2024-10-25Merge branch 'kvm-no-struct-page' into HEADPaolo Bonzini
2024-10-25Merge tag 'sound-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-10-25Merge tag 'drm-fixes-2024-10-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-10-25bcachefs: Fix UAF in bch2_reconstruct_alloc()Kent Overstreet
2024-10-25bcachefs: fix null-ptr-deref in have_stripes()Jeongjun Park
2024-10-25accel/qaic: Add crashdump to SaharaJeffrey Hugo
2024-10-25scx: Fix exit selftest to use custom DSQDavid Vernet
2024-10-25KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"Sean Christopherson
2024-10-25KVM: Drop APIs that manipulate "struct page" via pfnsSean Christopherson
2024-10-25KVM: arm64: Don't mark "struct page" accessed when making SPTE youngSean Christopherson
2024-10-25KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEsSean Christopherson
2024-10-25KVM: Make kvm_follow_pfn.refcounted_page a required fieldSean Christopherson
2024-10-25KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memorySean Christopherson
2024-10-25KVM: Drop gfn_to_pfn() APIs now that all users are goneSean Christopherson