index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
shash.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-02
acpi, nfit: fix register dimm error handling
Toshi Kani
1
-0
/
+3
2018-02-02
libnvdimm, namespace: make min namespace size 4K
Dan Williams
1
-1
/
+1
2018-02-02
tools/testing/nvdimm: force nfit_test to depend on instrumented modules
Dan Williams
7
-0
/
+63
2018-02-02
libnvdimm/nfit_test: adding support for unit testing enable LSS status
Dave Jiang
2
-0
/
+40
2018-02-02
libnvdimm/nfit_test: add firmware download emulation
Dave Jiang
2
-28
/
+360
2018-02-01
nfit-test: Add platform cap support from ACPI 6.2a to test
Dave Jiang
1
-2
/
+12
2018-02-01
libnvdimm: expose platform persistence attribute for nd_region
Dave Jiang
1
-0
/
+13
2018-02-01
acpi: nfit: add persistent memory control flag for nd_region
Dave Jiang
2
-0
/
+9
2018-02-01
acpi: nfit: Add support for detect platform CPU cache flush on power loss
Dave Jiang
4
-1
/
+29
2018-01-23
device-dax: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-20
libnvdimm, btt: fix uninitialized err_lock
Jeff Moyer
1
-1
/
+1
2018-01-20
dax: require 'struct page' by default for filesystem dax
Dan Williams
4
-0
/
+19
2018-01-20
ext2: auto disable dax instead of failing mount
Dan Williams
1
-2
/
+5
2018-01-20
ext4: auto disable dax instead of failing mount
Dan Williams
1
-3
/
+6
2018-01-20
mm, dax: introduce pfn_t_special()
Dan Williams
4
-3
/
+31
2018-01-20
mm: Fix devm_memremap_pages() collision handling
Jan H. Schönherr
1
-4
/
+7
2018-01-20
mm: Fix memory size alignment in devm_memremap_pages_release()
Jan H. Schönherr
1
-1
/
+2
2018-01-17
ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
Sinan Kaya
1
-1
/
+1
2018-01-15
ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources
Hans de Goede
1
-0
/
+2
2018-01-15
Linux 4.15-rc8
v4.15-rc8
Linus Torvalds
1
-1
/
+1
2018-01-14
x86/retpoline: Remove compile time warning
Thomas Gleixner
1
-2
/
+0
2018-01-14
x86,perf: Disable intel_bts when PTI
Peter Zijlstra
1
-0
/
+18
2018-01-14
security/Kconfig: Correct the Documentation reference for PTI
W. Trevor King
1
-1
/
+1
2018-01-14
x86/pti: Fix !PCID and sanitize defines
Thomas Gleixner
3
-21
/
+23
2018-01-13
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
1
-1
/
+1
2018-01-13
kdump: write correct address of mem_section into vmcoreinfo
Kirill A. Shutemov
2
-1
/
+3
2018-01-13
kmemleak: allow to coexist with fault injection
Dmitry Vyukov
1
-1
/
+1
2018-01-13
MAINTAINERS, nilfs2: change project home URLs
Ryusuke Konishi
2
-4
/
+4
2018-01-13
genksyms: drop *.hash.c from .gitignore
Masahiro Yamada
1
-1
/
+0
2018-01-13
selftests/x86: Add test_vsyscall
Andy Lutomirski
2
-1
/
+501
2018-01-13
apparmor: Fix regression in profile conflict logic
Matthew Garrett
1
-4
/
+5
2018-01-13
apparmor: fix ptrace label match when matching stacked labels
John Johansen
2
-21
/
+35
2018-01-12
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
3
-1
/
+85
2018-01-12
x86/retpoline/irq32: Convert assembler indirect jumps
Andi Kleen
1
-4
/
+5
2018-01-12
x86/retpoline/checksum32: Convert assembler indirect jumps
David Woodhouse
1
-3
/
+4
2018-01-12
x86/retpoline/xen: Convert Xen hypercall indirect jumps
David Woodhouse
1
-2
/
+3
2018-01-12
x86/retpoline/hyperv: Convert assembler indirect jumps
David Woodhouse
1
-8
/
+10
2018-01-12
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
2
-6
/
+8
2018-01-12
x86/retpoline/entry: Convert entry assembler indirect jumps
David Woodhouse
2
-5
/
+12
2018-01-12
x86/retpoline/crypto: Convert crypto assembler indirect jumps
David Woodhouse
4
-5
/
+9
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
4
-5
/
+195
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
8
-0
/
+231
2018-01-12
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2
-7
/
+57
2018-01-12
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
1
-0
/
+7
2018-01-11
x86/pti: Make unpoison of pgd for trusted boot work for real
Dave Hansen
1
-1
/
+11
2018-01-11
x86/PCI: Move and shrink AMD 64-bit window to avoid conflict
=?UTF-8?q?Christian=20K=C3=B6nig?=
1
-10
/
+12
2018-01-11
Documentation: usb: fix typo in UVC gadgetfs config command
Bin Liu
1
-1
/
+1
2018-01-11
usb: misc: usb3503: make sure reset is low for at least 100us
Stefan Agner
1
-0
/
+2
2018-01-11
x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows
=?UTF-8?q?Christian=20K=C3=B6nig?=
4
-1
/
+18
2018-01-11
KVM: x86: Add memory barrier on vmcs field lookup
Andrew Honig
1
-2
/
+10
[next]