summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-07ftrace: Add ftrace_hash_count functionJiri Olsa1-1/+6
2026-06-07bpf: Reject sleepable BPF_LSM_CGROUP programs at load timeDavid Windsor1-2/+4
2026-06-06bpf: Fold reg->var_off into PTR_TO_FLOW_KEYS bounds checkNuoqi Gui1-3/+15
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2026-06-06bpf: Add simple xattr support to bpffsDaniel Borkmann1-19/+237
2026-06-05bpf: Expose signature verdict via bpf_prog_auxKP Singh1-5/+24
2026-06-05bpf: Add validation for bpf_set_retval argumentXu Kuohai1-0/+55
2026-06-05bpf: Restore sysctl new-value from 1 to 0Dawei Feng1-1/+1
2026-06-05bpf: use kvfree() for replaced sysctl write bufferDawei Feng1-1/+1
2026-06-05bpf: NUL-terminate replaced sysctl valueDawei Feng1-0/+1
2026-06-05bpf: Check tail zero of bpf_prog_infoLeon Hwang1-2/+3
2026-06-05bpf: Check tail zero of bpf_map_infoLeon Hwang1-2/+3
2026-06-05bpf: Clear rb node linkage when freeing bpf_rb_rootKaitao Cheng1-2/+9
2026-06-05bpf: Remove WARN_ON_ONCE in check_ids()Amery Hung1-2/+6
2026-06-05bpf: Compare parent_id in refsafe() for REF_TYPE_PTRAmery Hung1-0/+3
2026-06-05bpf: Check acquire_reference() error for "__ref" struct_ops argumentsAmery Hung1-3/+7
2026-06-05bpf: Fix dead error check on acquire_reference() in check_kfunc_callAmery Hung1-1/+2
2026-06-05Merge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2026-06-05bpf: Replace scratch PTE atomically when allocating arena pagesTejun Heo1-5/+33
2026-06-05bpf: Reject fragmented frames in devmapZhao Zhang1-0/+7
2026-06-05bpf: Reject registration of duplicated kfuncSong Chen1-1/+35
2026-06-05bpf: Optimize word-sized keys for resizable hashtableMykyta Yatsenko1-2/+45
2026-06-05bpf: Allow special fields in resizable hashtabMykyta Yatsenko2-10/+104
2026-06-05bpf: Implement iteration ops for resizable hashtabMykyta Yatsenko2-2/+348
2026-06-05bpf: Implement resizable hashmap basic functionsMykyta Yatsenko3-0/+315
2026-06-05cgroup/dmem: introduce a peak fileThadeu Lima de Souza Cascardo1-0/+15
2026-06-04kcov: use WRITE_ONCE() for selftest mode storesKarl Mehltretter1-2/+2
2026-06-04bpf: Take mmap_lock in zap_pages()Alexei Starovoitov1-4/+57
2026-06-04bpf: clean up btf_scan_decl_tags()Matt Bobrowski1-16/+30
2026-06-04module: decompress: check return value of module_extend_max_pages()Andrii Kuchmenko1-0/+2
2026-06-04Merge drm/drm-next into drm-xe-nextThomas Hellström44-481/+972
2026-06-04timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu1-2/+6
2026-06-03sched_ext: Add scx_arena_to_kaddr() / scx_kaddr_to_arena()Tejun Heo2-15/+40
2026-06-04perf: Reveal PMU type in fdinfoChun-Tse Shao1-0/+29
2026-06-04timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshotDavid Woodhouse1-1/+20
2026-06-04timekeeping: Add support for AUX clock cross timestampingThomas Gleixner1-0/+6
2026-06-04timekeeping: Prepare for cross timestamps on arbitrary clock IDsThomas Gleixner1-25/+35
2026-06-04timekeeping: Add system_counterval_t to struct system_device_crosststampThomas Gleixner1-25/+21
2026-06-04timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()Thomas Gleixner1-0/+15
2026-06-04timekeeping: Remove system_time_snapshot::real/boot/rawThomas Gleixner1-8/+0
2026-06-03sched_ext: Make scx_bpf_kick_cid() return s32Tejun Heo1-5/+8
2026-06-03sched_ext: Add scx_cmask_test() and scx_cmask_for_each_cid()Tejun Heo1-0/+43
2026-06-03sched_ext: Order single-cid cmask helpers as (cid, mask)Tejun Heo2-6/+6
2026-06-03locking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso2-1/+4
2026-06-03liveupdate: Remove limit on the number of files per sessionPasha Tatashin2-77/+67
2026-06-03liveupdate: Remove limit on the number of sessionsPasha Tatashin1-60/+53
2026-06-03liveupdate: defer session block allocation and physical address settingPasha Tatashin3-29/+45
2026-06-03kho: add support for linked-block serializationPasha Tatashin2-0/+417
2026-06-03liveupdate: Extract luo_session_deserialize_one helperPasha Tatashin1-27/+36
2026-06-03liveupdate: Extract luo_file_deserialize_one helperPasha Tatashin1-33/+44