]> www.infradead.org Git - users/hch/misc.git/shortlog
users/hch/misc.git
2024-12-14 Kumar Kartikeya... selftests/bpf: Add tests for raw_tp NULL args
2024-12-14 Kumar Kartikeya... bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
2024-12-14 Kumar Kartikeya... bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_...
2024-12-12 Alexei StarovoitovMerge branch 'add-missing-size-check-for-btf-based...
2024-12-12 Kumar Kartikeya... selftests/bpf: Add test for narrow ctx load for pointer...
2024-12-12 Kumar Kartikeya... bpf: Check size for BTF-based ctx access of pointer...
2024-12-12 Eduard Zingermanselftests/bpf: extend changes_pkt_data with cases w...
2024-12-12 Eduard Zingermanbpf: fix null dereference when computing changes_pkt_da...
2024-12-10 Jann Hornbpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
2024-12-10 Anton Protopopovbpf: fix potential error return
2024-12-10 Alexei StarovoitovMerge branch 'bpf-track-changes_pkt_data-property-for...
2024-12-10 Eduard Zingermanselftests/bpf: validate that tail call invalidates...
2024-12-10 Eduard Zingermanbpf: consider that tail calls invalidate packet pointers
2024-12-10 Eduard Zingermanselftests/bpf: freplace tests for tracking of changes_p...
2024-12-10 Eduard Zingermanbpf: check changes_pkt_data property for extension...
2024-12-10 Eduard Zingermanselftests/bpf: test for changing packet data from globa...
2024-12-10 Eduard Zingermanbpf: track changes_pkt_data property for global functions
2024-12-10 Eduard Zingermanbpf: refactor bpf_helper_changes_pkt_data to use helper...
2024-12-10 Eduard Zingermanbpf: add find_containing_subprog() utility function
2024-12-10 Jiri Olsabpf,perf: Fix invalid prog_array access in perf_event_d...
2024-12-10 Jann Hornbpf: Fix UAF via mismatching bpf_prog/attachment RCU...
2024-12-10 Michal Luczajselftests/bpf: Extend test for sockmap update with...
2024-12-10 Michal Luczajbpf, sockmap: Fix race between element replace and...
2024-12-10 Michal Luczajbpf, sockmap: Fix update element with same
2024-12-08 Linus TorvaldsLinux 6.13-rc2
2024-12-08 Linus TorvaldsMerge tag 'kbuild-fixes-v6.13' of git://git.kernel...
2024-12-08 Linus TorvaldsMerge tag 'irq_urgent_for_v6.13_rc2' of git://git.kerne...
2024-12-08 Linus TorvaldsMerge tag 'timers_urgent_for_v6.13_rc2' of git://git...
2024-12-08 Linus TorvaldsMerge tag 'x86_urgent_for_v6.13_rc2' of git://git.kerne...
2024-12-08 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2024-12-07-22-39' of...
2024-12-08 Masahiro Yamadakbuild: deb-pkg: fix build error with O=
2024-12-08 Thomas Gleixnermodpost: Add .irqentry.text to OTHER_SECTIONS
2024-12-08 Linus TorvaldsMerge tag '6.13-rc1-smb3-client-fixes' of git://git...
2024-12-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2024-12-07 Linus TorvaldsMerge tag 'block-6.13-20241207' of git://git.kernel...
2024-12-07 Linus TorvaldsMerge tag 'io_uring-6.13-20241207' of git://git.kernel...
2024-12-07 Linus TorvaldsMerge tag 'ubifs-for-linus-6.13-rc2' of git://git.kerne...
2024-12-06 Linus TorvaldsMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm...
2024-12-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2024-12-06 Linus TorvaldsMerge tag 'fixes-2024-12-06' of git://git.kernel.org...
2024-12-06 Linus TorvaldsMerge tag 'drm-fixes-2024-12-06' of https://gitlab...
2024-12-06 Simona VetterMerge tag 'amd-drm-fixes-6.13-2024-12-04' of https...
2024-12-06 Linus TorvaldsMerge tag 'drm-fixes-2024-12-07' of https://gitlab...
2024-12-06 Linus TorvaldsMerge tag 'sound-6.13-rc2' of git://git.kernel.org...
2024-12-06 Linus TorvaldsMerge tag 'regmap-fix-v6.13-rc1' of git://git.kernel...
2024-12-06 Linus TorvaldsMerge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org...
2024-12-06 Linus TorvaldsMerge tag 'mmc-v6.13-rc1' of git://git.kernel.org/pub...
2024-12-06 Linus TorvaldsMerge tag 'pmdomain-v6.13-rc1' of git://git.kernel...
2024-12-06 Sean Christophersonx86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and...
2024-12-06 Alexei StarovoitovMerge branch 'fixes-for-lpm-trie'
2024-12-06 Hou Taoselftests/bpf: Add more test cases for LPM trie
2024-12-06 Hou Taoselftests/bpf: Move test_lpm_map.c to map_tests
2024-12-06 Hou Taobpf: Use raw_spinlock_t for LPM trie
2024-12-06 Hou Taobpf: Switch to bpf mem allocator for LPM trie
2024-12-06 Hou Taobpf: Fix exact match conditions in trie_get_next_key()
2024-12-06 Hou Taobpf: Handle in-place update for full LPM trie correctly
2024-12-06 Hou Taobpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie
2024-12-06 Hou Taobpf: Remove unnecessary kfree(im_node) in lpm_trie_upda...
2024-12-06 Hou Taobpf: Remove unnecessary check when updating LPM trie
2024-12-06 Ming Leiblk-mq: move cpuhp callback registering out of q->sysfs...
2024-12-06 Ming Leiblk-mq: register cpuhp callback after hctx is added...
2024-12-06 Paulo Alcantarasmb: client: fix potential race in cifs_put_tcon()
2024-12-06 Steve Frenchsmb3.1.1: fix posix mounts to older servers
2024-12-06 Ricardo Nerix86/cacheinfo: Delete global num_cache_leaves
2024-12-06 Ricardo Nericacheinfo: Allocate memory during CPU hotplug if not...
2024-12-06 David Woodhousex86/kexec: Restore GDT on return from ::preserve_contex...
2024-12-06 Jakob Hauseriio: magnetometer: yas530: use signed integer type...
2024-12-06 Adrian Huangsched/numa: fix memory leak due to the overwritten...
2024-12-06 Akinobu Mitamm/damon: fix order of arguments in damos_before_apply...
2024-12-06 Kees Cooklib: stackinit: hide never-taken branch from compiler
2024-12-06 David Hildenbrandmm/filemap: don't call folio_test_locked() without...
2024-12-06 Randy Dunlapscatterlist: fix incorrect func name in kernel-doc
2024-12-06 Lorenzo Stoakesmm: correct typo in MMAP_STATE() macro
2024-12-06 Kalesh Singhmm: respect mmap hint address when aligning for THP
2024-12-06 John Sperbeckmm: memcg: declare do_memsw_account inline
2024-12-06 David Wangmm/codetag: swap tags when migrate pages
2024-12-06 Wengang Wangocfs2: update seq_file index in ocfs2_dlm_seq_next
2024-12-06 Marco Elverstackdepot: fix stack_depot_save_flags() in NMI context
2024-12-06 Matthew Wilcox... mm: open-code page_folio() in dump_page()
2024-12-06 Matthew Wilcox... mm: open-code PageTail in folio_flags() and const_folio...
2024-12-06 Andrii Nakryikomm: fix vrealloc()'s KASAN poisoning logic
2024-12-06 Jan KaraRevert "readahead: properly shorten readahead when...
2024-12-06 Maximilian... selftests/damon: add _damon_sysfs.py to TEST_FILES
2024-12-06 Mark Brownselftest: hugetlb_dio: fix test naming
2024-12-06 Tetsuo Handaocfs2: free inode when ocfs2_get_init_inode() fails
2024-12-06 Ryusuke Konishinilfs2: fix potential out-of-bounds memory access in...
2024-12-06 Jared Kangaskasan: make report_lock a raw spinlock
2024-12-06 David Hildenbrandmm/mempolicy: fix migrate_to_node() assuming there...
2024-12-06 John Hubbardmm/gup: handle NULL pages in unpin_user_pages()
2024-12-06 Andrew Mortonfs/proc/vmcore.c: fix warning when CONFIG_MMU=n
2024-12-05 Linus TorvaldsMerge tag 'audit-pr-20241205' of git://git.kernel.org...
2024-12-05 Linus TorvaldsMerge tag 'for-linus-iommufd' of git://git.kernel.org...
2024-12-05 Dave AirlieMerge tag 'drm-misc-fixes-2024-12-05' of https://gitlab...
2024-12-05 Linus TorvaldsMerge tag 'v6.13-rc1-ksmbd-server-fixes' of git://git...
2024-12-05 Dave AirlieMerge tag 'drm-xe-fixes-2024-12-04' of https://gitlab...
2024-12-05 Linus TorvaldsMerge tag 'net-6.13-rc2' of git://git.kernel.org/pub...
2024-12-05 Linus TorvaldsMerge tag 'trace-v6.13-rc1' of git://git.kernel.org...
2024-12-05 Linus TorvaldsMerge tag 'hid-for-linus-2024120501' of git://git.kerne...
2024-12-05 Mark Rutlandarm64: ptrace: fix partial SETREGSET for NT_ARM_GCS
2024-12-05 Mark Rutlandarm64: ptrace: fix partial SETREGSET for NT_ARM_POE
next