summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2025-11-27kho: always expose output FDT in debugfsPasha Tatashin-5/+3
2025-11-27kho: verify deserialization status and fix FDT alignment accessPasha Tatashin-13/+19
2025-11-27kho: preserve FDT folio only once during initializationPasha Tatashin-12/+6
2025-11-27kho: introduce high-level memory allocation APIPasha Tatashin-0/+87
2025-11-27kho: convert __kho_abort() to return voidPasha Tatashin-9/+2
2025-11-27kho: fix misleading log message in kho_populate()Pasha Tatashin-1/+1
2025-11-27liveupdate: kho: use %pe format specifier for error pointer printingZhu Yanjun-6/+8
2025-11-27liveupdate: kho: move to kernel/liveupdatePasha Tatashin-39/+48
2025-11-27kho: don't unpreserve memory during abortPasha Tatashin-20/+1
2025-11-27kho: add interfaces to unpreserve folios, page ranges, and vmallocPasha Tatashin-13/+91
2025-11-27kho: drop notifiersMike Rapoport (Microsoft)-84/+104
2025-11-27kho: make debugfs interface optionalPasha Tatashin-221/+312
2025-11-27fork: stop ignoring NUMA while handling cached thread stacksMateusz Guzik-10/+53
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton-39/+117
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+36
2025-11-27printk: Use console_is_usable on console_unblankMarcos Paulo de Souza-8/+4
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados-4/+14
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados-2/+0
2025-11-27sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.cJoel Granados-30/+38
2025-11-27sysctl: Move jiffies converters to kernel/time/jiffies.cJoel Granados-124/+100
2025-11-27sysctl: Move UINT converter macros to sysctl headerJoel Granados-39/+2
2025-11-27sysctl: Move INT converter macros to sysctl headerJoel Granados-75/+0