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-02-04
Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
Chen Wandun
1
-1
/
+1
2022-02-04
ARM: dts: exynos: add charger and battery to p4note
Martin Jücker
1
-0
/
+34
2022-02-04
iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
Joerg Roedel
1
-0
/
+2
2022-02-04
PCI/MSI: Remove bogus warning in pci_irq_get_affinity()
Thomas Gleixner
1
-1
/
+2
2022-02-04
KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
Sean Christopherson
1
-3
/
+3
2022-02-04
KVM: x86: Report deprecated x87 features in supported CPUID
Jim Mattson
1
-6
/
+7
2022-02-04
ata: libata-core: Introduce ATA_HORKAGE_NO_LOG_DIR horkage
Anton Lundin
2
-0
/
+11
2022-02-04
MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
Sergey Shtylyov
1
-0
/
+8
2022-02-04
Merge tag 'drm-intel-fixes-2022-02-03' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
7
-22
/
+117
2022-02-04
Merge tag 'drm-misc-fixes-2022-02-03' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
16
-76
/
+761
2022-02-04
erofs: fix small compressed files inlining
Gao Xiang
1
-0
/
+7
2022-02-03
block: bio-integrity: Advance seed correctly for larger interval sizes
Martin K. Petersen
1
-1
/
+1
2022-02-04
Merge tag 'amd-drm-fixes-5.17-2022-02-02' of https://gitlab.freedesktop.org/a...
Dave Airlie
15
-62
/
+94
2022-02-03
gcc-plugins/stackleak: Use noinstr in favor of notrace
Kees Cook
1
-3
/
+2
2022-02-03
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
78
-453
/
+877
2022-02-03
Merge tag 'selinux-pr-20220203' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2022-02-03
Merge tag 'linux-kselftest-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
15
-177
/
+209
2022-02-03
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
4
-19
/
+41
2022-02-03
net: stmmac: ensure PTP time register reads are consistent
Yannick Vignon
1
-7
/
+12
2022-02-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
7
-236
/
+11
2022-02-03
Merge tag 'nvme-5.17-2022-02-03' of git://git.infradead.org/nvme into block-5.17
Jens Axboe
4
-1
/
+11
2022-02-03
printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()
Mickaël Salaün
1
-1
/
+1
2022-02-03
Revert "module, async: async_synchronize_full() on module init iff async is u...
Igor Pylypiv
3
-24
/
+5
2022-02-03
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...
Jens Axboe
1
-4
/
+4
2022-02-03
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-14
/
+65
2022-02-03
Merge branch 'net-ipa-enable-register-retention'
Jakub Kicinski
4
-0
/
+70
2022-02-03
net: ipa: request IPA register values be retained
Alex Elder
3
-0
/
+64
2022-02-03
dt-bindings: net: qcom,ipa: add optional qcom,qmp property
Alex Elder
1
-0
/
+6
2022-02-03
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Waiman Long
1
-0
/
+10
2022-02-03
fs/ext4: fix comments mentioning i_mutex
hongnanli
8
-20
/
+20
2022-02-03
ext4: fix incorrect type issue during replay_del_range
Xin Yin
1
-2
/
+3
2022-02-03
jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()
Yang Li
1
-0
/
+4
2022-02-03
ext4: fix potential NULL pointer dereference in ext4_fill_super()
Lukas Czerner
1
-1
/
+1
2022-02-03
jbd2: refactor wait logic for transaction updates into a common function
Ritesh Harjani
3
-38
/
+38
2022-02-03
jbd2: cleanup unused functions declarations from jbd2.h
Ritesh Harjani
1
-7
/
+0
2022-02-03
ext4: fix error handling in ext4_fc_record_modified_inode()
Ritesh Harjani
1
-35
/
+29
2022-02-03
ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...
Ritesh Harjani
1
-9
/
+4
2022-02-03
ext4: fix error handling in ext4_restore_inline_data()
Ritesh Harjani
1
-1
/
+9
2022-02-03
ext4: fast commit may miss file actions
Xin Yin
3
-10
/
+7
2022-02-03
ext4: fast commit may not fallback for ineligible commit
Xin Yin
11
-23
/
+42
2022-02-03
ext4: modify the logic of ext4_mb_new_blocks_simple
Xin Yin
1
-9
/
+17
2022-02-03
ext4: prevent used blocks from being allocated during fast commit replay
Xin Yin
3
-5
/
+22
2022-02-03
tools/resolve_btfids: Do not print any commands when building silently
Nathan Chancellor
1
-1
/
+5
2022-02-03
Revert "mm/gup: small refactoring: simplify try_grab_page()"
John Hubbard
1
-5
/
+30
2022-02-03
Merge tag 'mips-fixes-5.17_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+10
2022-02-03
KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata
James Morse
5
-3
/
+48
2022-02-03
KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
James Morse
1
-0
/
+8
2022-02-03
KVM: arm64: Avoid consuming a stale esr value when SError occur
James Morse
1
-1
/
+2
2022-02-03
drm: mxsfb: Fix NULL pointer dereference
Alexander Stein
1
-1
/
+5
2022-02-03
x86/Xen: streamline (and fix) PV CPU enumeration
Jan Beulich
2
-24
/
+6
[prev]
[next]