index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-12
kasan: fix array-bounds warnings in tests
Andrey Konovalov
1
-1
/
+8
2022-10-12
hmm-tests: add test for migrate_device_range()
Alistair Popple
3
-21
/
+149
2022-10-12
nouveau/dmem: evict device private memory during release
Alistair Popple
1
-0
/
+48
2022-10-12
nouveau/dmem: refactor nouveau_dmem_fault_copy_one()
Alistair Popple
1
-30
/
+28
2022-10-12
mm/migrate_device.c: add migrate_device_range()
Alistair Popple
2
-7
/
+89
2022-10-12
mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()
Alistair Popple
1
-65
/
+85
2022-10-12
mm/memremap.c: take a pgmap reference on page allocation
Alistair Popple
1
-6
/
+19
2022-10-12
mm: free device private pages have zero refcount
Alistair Popple
7
-4
/
+22
2022-10-12
mm/memory.c: fix race when faulting a device private page
Alistair Popple
9
-43
/
+89
2022-10-12
mm/damon: use damon_sz_region() in appropriate place
Xin Hao
2
-11
/
+10
2022-10-12
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
2
-7
/
+8
2022-10-12
lib/test_meminit: add checks for the allocation functions
Xiaoke Wang
1
-0
/
+21
2022-10-12
kmsan: unpoison @tlb in arch_tlb_gather_mmu()
Alexander Potapenko
1
-0
/
+10
2022-10-12
ext4,f2fs: fix readahead of verity data
Matthew Wilcox (Oracle)
2
-2
/
+4
2022-10-12
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-12
net: phy: micrel: Fixes FIELD_GET assertion
Divya Koppera
1
-4
/
+5
2022-10-12
openvswitch: add nf_ct_is_confirmed check before assigning the helper
Xin Long
1
-1
/
+2
2022-10-12
Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'
Jakub Kicinski
14
-45
/
+102
2022-10-12
tcp: Fix data races around icsk->icsk_af_ops.
Kuniyuki Iwashima
3
-7
/
+12
2022-10-12
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
3
-11
/
+22
2022-10-12
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
9
-15
/
+46
2022-10-12
udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).
Kuniyuki Iwashima
3
-12
/
+15
2022-10-12
tcp/udp: Fix memory leak in ipv6_renew_options().
Kuniyuki Iwashima
1
-0
/
+7
2022-10-12
Merge patch series "Fix dt-validate issues on qemu dtbdumps due to dt-bindings"
Palmer Dabbelt
3
-9
/
+19
2022-10-12
dt-bindings: riscv: add new riscv,isa strings for emulators
Conor Dooley
1
-3
/
+2
2022-10-12
dt-bindings: interrupt-controller: sifive,plic: add legacy riscv compatible
Conor Dooley
1
-0
/
+5
2022-10-12
dt-bindings: timer: sifive,clint: add legacy riscv compatible
Conor Dooley
1
-6
/
+12
2022-10-12
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
3
-0
/
+8
2022-10-12
mm/mmap: preallocate maple nodes for brk vma expansion
Liam Howlett
1
-12
/
+6
2022-10-12
mm: more vma cache removal
Alexey Dobriyan
1
-2
/
+0
2022-10-12
mmap: fix copy_vma() failure path
Liam Howlett
1
-0
/
+5
2022-10-12
mm/compaction: fix set skip in fast_find_migrateblock
Chuyi Zhou
1
-1
/
+0
2022-10-12
mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() static
Andrew Morton
1
-1
/
+1
2022-10-13
rtc: k3: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-18
/
+4
2022-10-13
rtc: jz4740: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-22
/
+3
2022-10-13
rtc: mpfs: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-18
/
+1
2022-10-12
io_uring/rw: ensure kiocb_end_write() is always called
Jens Axboe
1
-9
/
+29
2022-10-12
io_uring: fix fdinfo sqe offsets calculation
Pavel Begunkov
1
-1
/
+1
2022-10-12
io_uring: local variable rw shadows outer variable in io_write
Stefan Roesch
1
-4
/
+4
2022-10-12
io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC
Jens Axboe
1
-1
/
+0
2022-10-12
io_uring: optimise locking for local tw with submit_wait
Pavel Begunkov
2
-2
/
+17
2022-10-12
io_uring: remove redundant memory barrier in io_req_local_work_add
Pavel Begunkov
2
-4
/
+12
2022-10-12
io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT
Jens Axboe
1
-6
/
+22
2022-10-12
io_uring: remove notif leftovers
Pavel Begunkov
2
-6
/
+0
2022-10-12
io_uring: correct pinned_vm accounting
Pavel Begunkov
1
-6
/
+4
2022-10-12
io_uring/af_unix: defer registered files gc to io_uring release
Pavel Begunkov
3
-0
/
+23
2022-10-13
rtc: ds1685: Fix spelling of function name in comment block
Colin Ian King
1
-1
/
+1
2022-10-13
rtc: isl12022: switch to using regmap API
Rasmus Villemoes
2
-85
/
+26
2022-10-13
rtc: isl12022: drop redundant write to HR register
Rasmus Villemoes
1
-14
/
+0
2022-10-13
rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()
Rasmus Villemoes
1
-3
/
+2
[prev]
[next]