summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-12-02Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-02rv: Convert to use __freeNam Cao
2025-12-02rv: Convert to use lock guardNam Cao
2025-12-01Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-01Merge branch 'rework/write_atomic-unsafe' into for-linusPetr Mladek
2025-12-01Merge branch 'rework/threaded-printk' into for-linusPetr Mladek
2025-12-01Merge branch 'rework/suspend-fixes' into for-linusPetr Mladek
2025-12-01Merge branch 'rework/preempt-legacy-kthread' into for-linusPetr Mladek
2025-12-01Merge branch 'rework/nbcon-in-kdb' into for-linusPetr Mladek
2025-12-01Merge branch 'rework/atomic-flush-hardlockup' into for-linusPetr Mladek
2025-12-01Merge branch 'for-6.19-vsprintf-timespec64' into for-linusPetr Mladek
2025-12-01locking/mutex: Redo __mutex_init() to reduce generated code sizeSebastian Andrzej Siewior
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker
2025-11-30Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong
2025-11-29rqspinlock: Precede non-head waiter queueing with AA checkKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Disable spinning for trylock fallbackKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Perform AA checks immediatelyKumar Kartikeya Dwivedi
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi
2025-11-28bpf: Disable file_alloc_security hookAmery Hung
2025-11-28bpf: check for insn arrays in check_ptr_alignmentAnton Protopopov
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov
2025-11-28Merge branch 'rcu/refscale' into nextFrederic Weisbecker
2025-11-28Merge branches 'pm-qos' and 'pm-tools'Rafael J. Wysocki
2025-11-28Merge branches 'pm-em' and 'pm-opp'Rafael J. Wysocki
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki
2025-11-28refscale: Add SRCU-fast-updown readersPaul E. McKenney
2025-11-28bpf: convert bpf_token_create() to FD_PREPARE()Christian Brauner
2025-11-28bpf: convert bpf_iter_new_fd() to FD_PREPARE()Christian Brauner
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt
2025-11-27Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao
2025-11-27kho: fix restoring of contiguous ranges of order-0 pagesMike Rapoport (Microsoft)