Sign in
android-kvm
/
linux
/
3ed7df085225ea8736b80d1e1a247a40d91281c8
3ed7df0
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 3 months ago
9f9a534
Merge tag 'bcachefs-2024-09-28' of git://evilpiepirate.org/bcachefs
by Linus Torvalds
· 3 months ago
d37421e
Merge tag 'x86-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 months ago
ec03de7
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 months ago
68e4b0e
Merge tag 'cocci-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux
by Linus Torvalds
· 3 months ago
e7ebdb5
Merge tag 'linux_kselftest-next-6.12-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 3 months ago
ae39e0b
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
by Ingo Molnar
· 3 months ago
4003ba6
Reduce Coccinelle choices in string_choices.cocci
by Julia Lawall
· 3 months ago
f584e37
coccinelle: Remove unnecessary parentheses for only one possible change.
by Hongbo Li
· 4 months ago
253244c
coccinelle: Add rules to find str_yes_no() replacements
by Hongbo Li
· 4 months ago
9b5b481
coccinelle: Add rules to find str_on_off() replacements
by Hongbo Li
· 4 months ago
c81ca02
coccinelle: Add rules to find str_write_read() replacements
by Hongbo Li
· 4 months ago
ba4b514
coccinelle: Add rules to find str_read_write() replacements
by Hongbo Li
· 4 months ago
dd2275d
coccinelle: Add rules to find str_enable{d}_disable{d}() replacements
by Hongbo Li
· 4 months ago
5b7ca45
coccinelle: Add rules to find str_lo{w}_hi{gh}() replacements
by Hongbo Li
· 4 months ago
d4c7544
coccinelle: Add rules to find str_hi{gh}_lo{w}() replacements
by Hongbo Li
· 4 months ago
8a0236b
coccinelle: Add rules to find str_false_true() replacements
by Hongbo Li
· 4 months ago
716bf84e
coccinelle: Add rules to find str_true_false() replacements
by Hongbo Li
· 4 months ago
3efc573
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 3 months ago
e08d227
Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 3 months ago
6f81a44
Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
by Linus Torvalds
· 3 months ago
f95c139
Merge tag 'fbdev-for-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
by Linus Torvalds
· 3 months ago
994aeac
Merge tag 'drm-next-2024-09-28' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 3 months ago
894b3c3
Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 3 months ago
9717d53
Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
by Linus Torvalds
· 3 months ago
f04ff5a
Merge tag '6.12rc-more-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 3 months ago
3a5895e
bcachefs: check_subvol_path() now prints subvol root inode
by Kent Overstreet
· 3 months ago
0b0f0ad
bcachefs: remove_backpointer() now checks if dirent points to inode
by Kent Overstreet
· 3 months ago
a650807
bcachefs: dirent_points_to_inode() now warns on mismatch
by Kent Overstreet
· 3 months ago
e057a29
bcachefs: Fix lost wake up
by Alan Huang
· 4 months ago
d50d7a5
bcachefs: Check for logged ops when clean
by Kent Overstreet
· 3 months ago
1c0ee43
bcachefs: BCH_FS_clean_recovery
by Kent Overstreet
· 3 months ago
9773547
bcachefs: Convert disk accounting BUG_ON() to WARN_ON()
by Kent Overstreet
· 3 months ago
a3581ca
bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_apply
by Kent Overstreet
· 3 months ago
f8911ad
bcachefs: Check for accounting keys with bversion=0
by Kent Overstreet
· 3 months ago
cf49f8a
bcachefs: rename version -> bversion
by Kent Overstreet
· 3 months ago
fd65378
bcachefs: Don't delete unlinked inodes before logged op resume
by Kent Overstreet
· 3 months ago
8d65b15
bcachefs: Fix BCH_SB_ERRS() so we can reorder
by Kent Overstreet
· 3 months ago
5612daa
bcachefs: Fix fsck warnings from bkey validation
by Kent Overstreet
· 3 months ago
7c980a4
bcachefs: Move transaction commit path validation to as late as possible
by Kent Overstreet
· 3 months ago
431312b59
bcachefs: Fix disk accounting attempting to mark invalid replicas entry
by Kent Overstreet
· 3 months ago
49fd90b
bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()
by Kent Overstreet
· 3 months ago
9104fc1
bcachefs: Fix accounting read + device removal
by Kent Overstreet
· 3 months ago
1e0272e
bcachefs: bch_accounting_mode
by Kent Overstreet
· 3 months ago
3672bda8
bcachefs: fix transaction restart handling in check_extents(), check_dirents()
by Kent Overstreet
· 3 months ago
22a507d
bcachefs: kill inode_walker_entry.seen_this_pos
by Kent Overstreet
· 3 months ago
b29c30a
bcachefs: Fix incorrect IS_ERR_OR_NULL usage
by Kent Overstreet
· 3 months ago
dc5bfdf
bcachefs: fix the memory leak in exception case
by Hongbo Li
· 3 months ago
3125c95
bcachefs: fast exit when darray_make_room failed
by Hongbo Li
· 3 months ago
951dd86
bcachefs: Fix iterator leak in check_subvol()
by Kent Overstreet
· 3 months ago
2a1df87
bcachefs: Add snapshot to bch_inode_unpacked
by Kent Overstreet
· 3 months ago
40d40c6
bcachefs: assign return error when iterating through layout
by Diogo Jahchan Koike
· 3 months ago
c604044
bcachefs: Fix srcu warning in check_topology
by Kent Overstreet
· 3 months ago
18c520f
bcachefs: Fix error path in check_dirent_inode_dirent()
by Kent Overstreet
· 3 months ago
0696a18
bcachefs: memset bounce buffer portion to 0 after key_sort_fix_overlapping
by Piotr Zalewski
· 3 months ago
51b7cc7
bcachefs: Improve bch2_is_inode_open() warning message
by Kent Overstreet
· 3 months ago
4a8f8fa
bcachefs: Add extra padding in bkey_make_mut_noupdate()
by Kent Overstreet
· 3 months ago
f890c85
bcachefs: Mark inode errors as autofix
by Kent Overstreet
· 3 months ago
e7268dd
Merge tag 'amd-drm-fixes-6.12-2024-09-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
by Dave Airlie
· 3 months ago
9cf14f5a
fbdev: sisfb: Fix strbuf array overflow
by Andrey Shumilin
· 3 months ago
ad46e8f
Merge tag 'pm-6.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 3 months ago
12cc524
Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
by Linus Torvalds
· 3 months ago
0c33037
ovl: fix file leak in ovl_real_fdget_meta()
by Amir Goldstein
· 3 months ago
34e1a5d
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
by Linus Torvalds
· 3 months ago
9c44575
Merge tag 'bitmap-for-6.12' of https://github.com/norov/linux
by Linus Torvalds
· 3 months ago
ba33a49
Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyo
by Linus Torvalds
· 3 months ago
033af36
Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
by Linus Torvalds
· 3 months ago
4b721fc
selftests: vDSO: align stack for O2-optimized memcpy
by Jason A. Donenfeld
· 3 months ago
eee2808
Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 3 months ago
3630400
Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
by Linus Torvalds
· 3 months ago
ec38498
Merge tag 'sh-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
by Linus Torvalds
· 3 months ago
653608c
Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 3 months ago
e477dba
Merge tag 'for-6.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 3 months ago
b6c49fc
Merge tag 'ata-6.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
by Linus Torvalds
· 3 months ago
e5f0e38
Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 3 months ago
efbc6bd
Documentation: KVM: fix warning in "make htmldocs"
by Paolo Bonzini
· 3 months ago
cb787f4
[tree-wide] finally take no_llseek out
by Al Viro
· 3 months ago
220d83b
smb: client: make SHA-512 TFM ephemeral
by Enzo Matsumiya
· 3 months ago
db44ca9
smb: client: make HMAC-MD5 TFM ephemeral
by Enzo Matsumiya
· 3 months ago
a13ca78
smb: client: stop flooding dmesg in smb2_calc_signature()
by Paulo Alcantara
· 3 months ago
f7025d86
smb: client: allocate crypto only for primary server
by Enzo Matsumiya
· 3 months ago
b0abcd6
smb: client: fix UAF in async decryption
by Enzo Matsumiya
· 3 months ago
df9b455
netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
by David Howells
· 3 months ago
d7d2688
drm/amd/pm: update workload mask after the setting
by Kenneth Feng
· 3 months ago
34ad56a
drm/amdgpu: bump driver version for cleared VRAM
by Alex Deucher
· 4 months ago
a8387ddc
drm/amdgpu: fix vbios fetching for SR-IOV
by Alex Deucher
· 3 months ago
3cb576b
drm/amdgpu: fix PTE copy corruption for sdma 7
by Frank Min
· 3 months ago
2af148e
ocfs2: fix uninit-value in ocfs2_get_block()
by Joseph Qi
· 3 months ago
486fd58
zram: don't free statically defined names
by Andrey Skvortsov
· 3 months ago
a530bbc
memory tiers: use default_dram_perf_ref_source in log message
by Huang Ying
· 3 months ago
c509f67
Revert "list: test: fix tests for list_cut_position()"
by Guenter Roeck
· 3 months ago
f30beff
kselftests: mm: fix wrong __NR_userfaultfd value
by Muhammad Usama Anjum
· 3 months ago
c5b1184
compiler.h: specify correct attribute for .rodata..c_jump_table
by Tiezhu Yang
· 3 months ago
6901cf5
mm/damon/Kconfig: update DAMON doc URL
by Diederik de Haas
· 3 months ago
ff7f5ad
mm: kfence: fix elapsed time for allocated/freed track
by qiwu.chen
· 3 months ago
7bf1823
ocfs2: fix deadlock in ocfs2_get_system_file_inode
by Mohammed Anees
· 3 months ago
5ca60b8
ocfs2: reserve space for inline xattr before attaching reflink tree
by Gautham Ananthakrishna
· 3 months ago
8001070c
mm: migrate: annotate data-race in migrate_folio_unmap()
by Jeongjun Park
· 3 months ago
dc677b5
mm/hugetlb: simplify refs in memfd_alloc_folio
by Steve Sistare
· 4 months ago
ce645b9
mm/gup: fix memfd_pin_folios alloc race panic
by Steve Sistare
· 4 months ago
Next »