index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-16
ARM: dts: versatile: Fix up interrupt controller node names
Sudeep Holla
2
-4
/
+3
2021-07-16
ARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver built-in
Stefan Wahren
1
-1
/
+1
2021-07-16
ARM: configs: Update u8500_defconfig
Linus Walleij
1
-0
/
+5
2021-07-16
ARM: configs: Update Vexpress defconfig
Linus Walleij
1
-10
/
+7
2021-07-16
ARM: configs: Update Versatile defconfig
Linus Walleij
1
-3
/
+1
2021-07-16
ARM: configs: Update RealView defconfig
Linus Walleij
1
-3
/
+1
2021-07-16
ARM: configs: Update Integrator defconfig
Linus Walleij
1
-4
/
+1
2021-07-16
arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
Geert Uytterhoeven
1
-1
/
+1
2021-07-16
dt-bindings: display: renesas,du: Make resets optional on R-Car H1
Geert Uytterhoeven
1
-1
/
+0
2021-07-16
cifs: do not share tcp sessions of dfs connections
Paulo Alcantara
2
-3
/
+38
2021-07-16
zonefs: remove redundant null bio check
Xianting Tian
1
-3
/
+0
2021-07-16
Revert "Makefile: Enable -Wimplicit-fallthrough for Clang"
Linus Torvalds
1
-3
/
+6
2021-07-16
SMB3.1.1: fix mount failure to some servers when compression enabled
Steve French
1
-0
/
+1
2021-07-16
cifs: added WARN_ON for all the count decrements
Shyam Prasad N
2
-0
/
+11
2021-07-16
cifs: fix missing null session check in mount
Steve French
1
-1
/
+1
2021-07-16
cifs: handle reconnect of tcon when there is no cached dfs referral
Paulo Alcantara
1
-4
/
+2
2021-07-15
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
1
-3
/
+3
2021-07-15
EDAC/igen6: fix core dependency AGAIN
Randy Dunlap
1
-1
/
+1
2021-07-15
mm/hugetlb: fix refs calculation from unaligned @vaddr
Joao Martins
1
-2
/
+3
2021-07-15
hfs: add lock nesting notation to hfs_find_init
Desmond Cheong Zhi Xi
2
-1
/
+20
2021-07-15
hfs: fix high memory mapping in hfs_bnode_read
Desmond Cheong Zhi Xi
1
-5
/
+20
2021-07-15
hfs: add missing clean-up in hfs_fill_super
Desmond Cheong Zhi Xi
1
-5
/
+5
2021-07-15
lib/test_hmm: remove set but unused page variable
Alistair Popple
1
-2
/
+0
2021-07-15
mm: fix the try_to_unmap prototype for !CONFIG_MMU
Christoph Hellwig
1
-1
/
+3
2021-07-15
mm/page_alloc: further fix __alloc_pages_bulk() return value
Chuck Lever
1
-6
/
+8
2021-07-15
mm/page_alloc: correct return value when failing at preparing
Yanfei Xu
1
-1
/
+1
2021-07-15
mm/page_alloc: avoid page allocator recursion with pagesets.lock held
Mel Gorman
1
-0
/
+12
2021-07-15
Revert "mm/page_alloc: make should_fail_alloc_page() static"
Matteo Croce
1
-1
/
+1
2021-07-15
kasan: fix build by including kernel.h
Marco Elver
1
-0
/
+1
2021-07-15
kasan: add memzero init for unaligned size at DEBUG
Yee Lee
1
-0
/
+12
2021-07-15
mm: move helper to check slub_debug_enabled
Marco Elver
2
-18
/
+11
2021-07-15
arm64: entry: fix KCOV suppression
Mark Rutland
1
-1
/
+1
2021-07-15
arm64: entry: add missing noinstr
Mark Rutland
1
-1
/
+1
2021-07-15
arm64: mte: fix restoration of GCR_EL1 from suspend
Mark Rutland
1
-13
/
+2
2021-07-15
arm64: Avoid premature usercopy failure
Robin Murphy
3
-13
/
+35
2021-07-15
xen-blkfront: sanitize the removal state machine
Christoph Hellwig
1
-198
/
+26
2021-07-15
nbd: fix order of cleaning up the queue and freeing the tagset
Wang Qing
1
-1
/
+1
2021-07-15
pd: fix order of cleaning up the queue and freeing the tagset
Guoqing Jiang
1
-1
/
+1
2021-07-15
dt-bindings: Move fixed string 'patternProperties' to 'properties'
Rob Herring
5
-59
/
+60
2021-07-15
dt-bindings: More dropping redundant minItems/maxItems
Rob Herring
6
-15
/
+0
2021-07-15
KVM: selftests: smm_test: Test SMM enter from L2
Vitaly Kuznetsov
1
-6
/
+64
2021-07-15
KVM: nSVM: Restore nested control upon leaving SMM
Vitaly Kuznetsov
3
-3
/
+10
2021-07-15
KVM: nSVM: Fix L1 state corruption upon return from SMM
Vitaly Kuznetsov
1
-1
/
+38
2021-07-15
KVM: nSVM: Introduce svm_copy_vmrun_state()
Vitaly Kuznetsov
2
-18
/
+24
2021-07-15
KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN
Vitaly Kuznetsov
1
-0
/
+5
2021-07-15
KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA
Vitaly Kuznetsov
1
-1
/
+10
2021-07-15
KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities
Sean Christopherson
1
-4
/
+5
2021-07-15
KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
Sean Christopherson
1
-2
/
+3
2021-07-15
KVM: SVM: add module param to control the #SMI interception
Maxim Levitsky
3
-1
/
+14
2021-07-15
KVM: SVM: remove INIT intercept handler
Maxim Levitsky
1
-1
/
+0
[next]