index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
jbd2: fix potential double free
Chengguang Xu
2019-05-10
4
-36
/
+61
*
ext4: zero out the unused memory region in the extent tree block
Sriram Rajagopalan
2019-05-10
1
-2
/
+15
*
ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present
Theodore Ts'o
2019-05-06
1
-0
/
+6
*
ext4: fix ext4_show_options for file systems w/o journal
Debabrata Banerjee
2019-04-30
1
-1
/
+1
*
unicode: refactor the rule for regenerating utf8data.h
Masahiro Yamada
2019-04-28
7
-17
/
+38
*
docs: ext4.rst: document case-insensitive directories
Gabriel Krisman Bertazi
2019-04-25
1
-0
/
+38
*
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
2019-04-25
10
-21
/
+223
*
ext4: include charset encoding information in the superblock
Gabriel Krisman Bertazi
2019-04-25
2
-1
/
+105
*
MAINTAINERS: add Unicode subsystem entry
Gabriel Krisman Bertazi
2019-04-25
1
-0
/
+6
*
unicode: update unicode database unicode version 12.1.0
Gabriel Krisman Bertazi
2019-04-25
3
-2075
/
+2138
*
unicode: introduce test module for normalized utf8 implementation
Gabriel Krisman Bertazi
2019-04-25
3
-0
/
+326
*
unicode: implement higher level API for string handling
Gabriel Krisman Bertazi
2019-04-25
5
-1
/
+227
*
unicode: reduce the size of utf8data[]
Olaf Weber
2019-04-25
5
-12685
/
+3296
*
unicode: introduce code for UTF-8 normalization
Olaf Weber
2019-04-25
3
-0
/
+756
*
unicode: introduce UTF-8 character database
Gabriel Krisman Bertazi
2019-04-25
8
-0
/
+17106
*
ext4: actually request zeroing of inode table after grow
Kirill Tkhai
2019-04-25
1
-1
/
+1
*
ext4: cond_resched in work-heavy group loops
Khazhismel Kumykov
2019-04-25
2
-0
/
+3
*
ext4: fix use-after-free race with debug_want_extra_isize
Barret Rhoden
2019-04-25
1
-24
/
+34
*
ext4: avoid drop reference to iloc.bh twice
Pan Bian
2019-04-25
1
-0
/
+1
*
ext4: ignore e_value_offs for xattrs with value-in-ea-inode
Theodore Ts'o
2019-04-10
1
-1
/
+1
*
ext4: protect journal inode's blocks using block_validity
Theodore Ts'o
2019-04-09
2
-0
/
+52
*
ext4: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2019-04-07
2
-4
/
+4
*
ext4: fix prefetchw of NULL page
Liu Xiang
2019-04-07
1
-1
/
+2
*
jbd2: check superblock mapped prior to committing
Jiufei Xue
2019-04-06
1
-0
/
+4
*
ext4: remove incorrect comment for NEXT_ORPHAN()
Eric Biggers
2019-04-06
1
-3
/
+0
*
ext4: make sanity check in mballoc more strict
Jan Kara
2019-04-06
1
-1
/
+1
*
jbd2: remove repeated assignments in __jbd2_log_wait_for_space()
Liu Song
2019-04-06
1
-1
/
+0
*
Linux 5.1-rc3
v5.1-rc3
Linus Torvalds
2019-03-31
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-31
60
-201
/
+409
|
\
|
*
Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2019-03-28
9
-75
/
+133
|
|
\
|
|
*
KVM: arm/arm64: Comments cleanup in mmu.c
Zenghui Yu
2019-03-28
1
-14
/
+9
|
|
*
KVM: arm/arm64: vgic-its: Make attribute accessors static
YueHaibing
2019-03-20
1
-5
/
+5
|
|
*
KVM: arm/arm64: Fix handling of stage2 huge mappings
Suzuki K Poulose
2019-03-20
2
-16
/
+45
|
|
*
KVM: arm/arm64: Enforce PTE mappings at stage2 when needed
Suzuki K Poulose
2019-03-19
1
-22
/
+21
|
|
*
KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslots
Marc Zyngier
2019-03-19
1
-3
/
+10
|
|
*
KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory
Marc Zyngier
2019-03-19
4
-6
/
+28
|
|
*
arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabled
Marc Zyngier
2019-03-19
2
-6
/
+12
|
|
*
KVM: arm64: Reset the PMU in preemptible context
Marc Zyngier
2019-03-19
1
-3
/
+3
|
*
|
Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGION
Paolo Bonzini
2019-03-28
1
-8
/
+10
|
*
|
KVM: doc: Document the life cycle of a VM and its resources
Sean Christopherson
2019-03-28
1
-0
/
+17
|
*
|
KVM: selftests: complete IO before migrating guest state
Sean Christopherson
2019-03-28
3
-2
/
+33
|
*
|
KVM: selftests: disable stack protector for all KVM tests
Sean Christopherson
2019-03-28
1
-2
/
+2
|
*
|
KVM: selftests: explicitly disable PIE for tests
Sean Christopherson
2019-03-28
1
-1
/
+1
|
*
|
KVM: selftests: assert on exit reason in CR4/cpuid sync test
Sean Christopherson
2019-03-28
1
-16
/
+19
|
*
|
KVM: x86: update %rip after emulating IO
Sean Christopherson
2019-03-28
2
-10
/
+27
|
*
|
x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init
Vitaly Kuznetsov
2019-03-28
1
-2
/
+7
|
*
|
kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs
Xiaoyao Li
2019-03-28
1
-1
/
+2
|
*
|
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
4
-14
/
+13
|
*
|
kvm: don't redefine flags as something else
Sebastian Andrzej Siewior
2019-03-28
1
-3
/
+3
|
*
|
kvm: mmu: Used range based flushing in slot_handle_level_range
Ben Gardon
2019-03-28
1
-2
/
+5
[next]