summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-05bpf: Expose signature verdict via bpf_prog_auxKP Singh
2026-06-05bpf: Add validation for bpf_set_retval argumentXu Kuohai
2026-06-05bpf: Restore sysctl new-value from 1 to 0Dawei Feng
2026-06-05bpf: use kvfree() for replaced sysctl write bufferDawei Feng
2026-06-05bpf: NUL-terminate replaced sysctl valueDawei Feng
2026-06-05bpf: Check tail zero of bpf_prog_infoLeon Hwang
2026-06-05bpf: Check tail zero of bpf_map_infoLeon Hwang
2026-06-05bpf: Clear rb node linkage when freeing bpf_rb_rootKaitao Cheng
2026-06-05bpf: Remove WARN_ON_ONCE in check_ids()Amery Hung
2026-06-05bpf: Compare parent_id in refsafe() for REF_TYPE_PTRAmery Hung
2026-06-05bpf: Check acquire_reference() error for "__ref" struct_ops argumentsAmery Hung
2026-06-05bpf: Fix dead error check on acquire_reference() in check_kfunc_callAmery Hung
2026-06-05Merge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-05bpf: Replace scratch PTE atomically when allocating arena pagesTejun Heo
2026-06-05bpf: Reject fragmented frames in devmapZhao Zhang
2026-06-05bpf: Reject registration of duplicated kfuncSong Chen
2026-06-05bpf: Optimize word-sized keys for resizable hashtableMykyta Yatsenko
2026-06-05bpf: Allow special fields in resizable hashtabMykyta Yatsenko
2026-06-05bpf: Implement iteration ops for resizable hashtabMykyta Yatsenko
2026-06-05bpf: Implement resizable hashmap basic functionsMykyta Yatsenko
2026-06-04kcov: use WRITE_ONCE() for selftest mode storesKarl Mehltretter
2026-06-04bpf: Take mmap_lock in zap_pages()Alexei Starovoitov
2026-06-04bpf: clean up btf_scan_decl_tags()Matt Bobrowski
2026-06-04module: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko
2026-06-04timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu
2026-06-03sched_ext: Add scx_arena_to_kaddr() / scx_kaddr_to_arena()Tejun Heo
2026-06-04perf: Reveal PMU type in fdinfoChun-Tse Shao
2026-06-04timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshotDavid Woodhouse
2026-06-04timekeeping: Add support for AUX clock cross timestampingThomas Gleixner
2026-06-04timekeeping: Prepare for cross timestamps on arbitrary clock IDsThomas Gleixner
2026-06-04timekeeping: Add system_counterval_t to struct system_device_crosststampThomas Gleixner
2026-06-04timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()Thomas Gleixner
2026-06-04timekeeping: Remove system_time_snapshot::real/boot/rawThomas Gleixner
2026-06-03sched_ext: Make scx_bpf_kick_cid() return s32Tejun Heo
2026-06-03sched_ext: Add scx_cmask_test() and scx_cmask_for_each_cid()Tejun Heo
2026-06-03sched_ext: Order single-cid cmask helpers as (cid, mask)Tejun Heo
2026-06-03locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso
2026-06-03liveupdate: Remove limit on the number of files per sessionPasha Tatashin
2026-06-03liveupdate: Remove limit on the number of sessionsPasha Tatashin
2026-06-03liveupdate: defer session block allocation and physical address settingPasha Tatashin
2026-06-03kho: add support for linked-block serializationPasha Tatashin
2026-06-03liveupdate: Extract luo_session_deserialize_one helperPasha Tatashin
2026-06-03liveupdate: Extract luo_file_deserialize_one helperPasha Tatashin
2026-06-03liveupdate: register luo_ser as KHO subtreePasha Tatashin
2026-06-03liveupdate: centralize state management into struct luo_serPasha Tatashin
2026-06-03liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fdPasha Tatashin
2026-06-03liveupdate: change file_set->count type to u64 for type safetyPasha Tatashin
2026-06-03Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-06-03dma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing