summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-12-01Merge branch 'rework/preempt-legacy-kthread' into for-linusPetr Mladek-66/+118
2025-12-01Merge branch 'rework/nbcon-in-kdb' into for-linusPetr Mladek-71/+104
2025-12-01Merge branch 'rework/atomic-flush-hardlockup' into for-linusPetr Mladek-5/+44
2025-12-01Merge branch 'for-6.19-vsprintf-timespec64' into for-linusPetr Mladek-3/+3
2025-12-01locking/mutex: Redo __mutex_init() to reduce generated code sizeSebastian Andrzej Siewior-22/+40
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker-5/+22
2025-11-30Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+3
2025-11-29mm: simplify and rename mm flags function for clarityLorenzo Stoakes-2/+2
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma-1/+1
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong-1/+1
2025-11-29rqspinlock: Precede non-head waiter queueing with AA checkKumar Kartikeya Dwivedi-0/+13
2025-11-29rqspinlock: Disable spinning for trylock fallbackKumar Kartikeya Dwivedi-10/+8
2025-11-29rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi-1/+1
2025-11-29rqspinlock: Perform AA checks immediatelyKumar Kartikeya Dwivedi-18/+7
2025-11-29rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi-9/+6
2025-11-28bpf: Disable file_alloc_security hookAmery Hung-0/+1
2025-11-28bpf: check for insn arrays in check_ptr_alignmentAnton Protopopov-3/+3
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov-7/+9
2025-11-28Merge branch 'rcu/refscale' into nextFrederic Weisbecker-9/+321
2025-11-28Merge branches 'pm-qos' and 'pm-tools'Rafael J. Wysocki-5/+124
2025-11-28Merge branches 'pm-em' and 'pm-opp'Rafael J. Wysocki-3/+509
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki-131/+252
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki-1/+1
2025-11-28refscale: Add SRCU-fast-updown readersPaul E. McKenney-1/+39
2025-11-28bpf: convert bpf_token_create() to FD_PREPARE()Christian Brauner-32/+15
2025-11-28bpf: convert bpf_iter_new_fd() to FD_PREPARE()Christian Brauner-21/+8
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+1
2025-11-27overflow: Introduce struct_offset() to get offset of memberSteven Rostedt-1/+1
2025-11-27Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis-1/+9
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao-0/+17
2025-11-27kho: fix restoring of contiguous ranges of order-0 pagesMike Rapoport (Microsoft)-8/+12
2025-11-27kho: kho_restore_vmalloc: fix initialization of pages arrayMike Rapoport (Microsoft)-1/+1
2025-11-27KHO: fix boot failure due to kmemleak access to non-PRESENT pagesRan Xiaokai-0/+10
2025-11-27kexec: move sysfs entries to /sys/kernel/kexecSourabh Jain-88/+142
2025-11-27kho: free chunks using free_page() instead of kfree()Pratyush Yadav-1/+1
2025-11-27liveupdate: luo_file: add private argument to store runtime statePratyush Yadav-0/+9
2025-11-27liveupdate: luo_session: add ioctls for file preservationPasha Tatashin-2/+185
2025-11-27liveupdate: luo_file: implement file systems callbacksPasha Tatashin-0/+919
2025-11-27liveupdate: luo_core: add user interfacePasha Tatashin-0/+199
2025-11-27liveupdate: luo_session: add sessions supportPasha Tatashin-1/+503
2025-11-27kexec: call liveupdate_reboot() before kexecPasha Tatashin-0/+5
2025-11-27liveupdate: luo_core: integrate with KHOPasha Tatashin-1/+175
2025-11-27liveupdate: luo_core: Live Update OrchestratorPasha Tatashin-0/+137
2025-11-27kho: add Kconfig option to enable KHO by defaultPasha Tatashin-1/+15
2025-11-27kho: allow memory preservation state updates after finalizationPasha Tatashin-42/+13
2025-11-27kho: allow kexec load before KHO finalizationPasha Tatashin-1/+1
2025-11-27kho: update FDT dynamically for subtree addition/removalPasha Tatashin-75/+69
2025-11-27kho: remove abort functionality and support state refreshPasha Tatashin-19/+5
2025-11-27kho: remove global preserved_mem_map and store state in FDTPasha Tatashin-17/+26
2025-11-27kho: simplify serialization and remove __kho_abortPasha Tatashin-24/+17