summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-11docs/sp_SP: Move development-process to top of indexCarlos Bilbao2-9/+8
2024-12-11docs/sp_SP: Add translation of process/8.Conclusion.rstAvadhut Naik2-2/+74
2024-12-11docs/sp_SP: Add translation of process/7.AdvancedTopics.rstAvadhut Naik2-2/+206
2024-12-11docs/sp_SP: Add translation of process/6.Followthrough.rstCarlos Bilbao2-2/+222
2024-12-11docs/sp_SP: Add translation of process/5.Posting.rstAvadhut Naik2-4/+385
2024-12-11docs/sp_SP: Add translation of process/4.Coding.rstCarlos Bilbao2-2/+462
2024-12-11docs/sp_SP: Add translation of process/3.Early-stage.rstCarlos Bilbao2-2/+233
2024-12-11Documentation: remove :kyb: tagsCengiz Can11-82/+82
2024-12-09Linux 6.13-rc2v6.13-rc2Linus Torvalds1-1/+1
2024-12-08Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+9
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-7/+20
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-58/+81
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds27-88/+128
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada1-2/+2
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-08Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-65/+175
2024-12-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds39-742/+303
2024-12-07Merge tag 'block-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds10-47/+123
2024-12-07Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds2-3/+3
2024-12-07Merge tag 'ubifs-for-linus-6.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-12-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds31-174/+813
2024-12-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds14-47/+69
2024-12-07Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+6
2024-12-07Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds49-615/+1031
2024-12-06Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/a...Simona Vetter49-615/+1031
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-137/+285
2024-12-06Merge tag 'sound-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-221/+291
2024-12-06Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+14
2024-12-06Merge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+7
2024-12-06Merge tag 'mmc-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-0/+78
2024-12-06Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-18/+25
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06Merge branch 'fixes-for-lpm-trie'Alexei Starovoitov4-57/+484
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao1-0/+395
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao3-9/+4
2024-12-06bpf: Use raw_spinlock_t for LPM trieHou Tao1-6/+6
2024-12-06bpf: Switch to bpf mem allocator for LPM trieHou Tao1-23/+48
2024-12-06bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-06bpf: Handle in-place update for full LPM trie correctlyHou Tao1-23/+21
2024-12-06bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-12-06bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elemHou Tao1-3/+1
2024-12-06bpf: Remove unnecessary check when updating LPM trieHou Tao1-2/+1
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French3-5/+11
2024-12-06x86/cacheinfo: Delete global num_cache_leavesRicardo Neri1-22/+21
2024-12-06cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri1-6/+8
2024-12-06x86/kexec: Restore GDT on return from ::preserve_context kexecDavid Woodhouse1-0/+7