index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
uhid.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
x86/mm: Fix vmalloc_fault to use pXd_large
Toshi Kani
1
-3
/
+3
2018-03-12
x86/platform/intel-mid: Add special handling for ACPI HW reduced platforms
Andy Shevchenko
1
-0
/
+6
2018-03-12
ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callback
Andy Shevchenko
3
-1
/
+5
2018-03-12
ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and export
Andy Shevchenko
2
-9
/
+17
2018-03-12
x86/pconfig: Provide defines and helper to run MKTME_KEY_PROG leaf
Kirill A. Shutemov
1
-0
/
+50
2018-03-12
x86/pconfig: Detect PCONFIG targets
Kirill A. Shutemov
3
-1
/
+98
2018-03-12
x86/tme: Detect if TME and MKTME is activated by BIOS
Kirill A. Shutemov
1
-0
/
+90
2018-03-12
x86/cpufeatures: Add Intel PCONFIG cpufeature
Kirill A. Shutemov
1
-0
/
+1
2018-03-12
x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
Kirill A. Shutemov
1
-0
/
+1
2018-03-12
x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
Kirill A. Shutemov
1
-16
/
+53
2018-03-12
x86/boot/compressed/64: Use page table in trampoline memory
Kirill A. Shutemov
1
-24
/
+23
2018-03-12
x86/boot/compressed/64: Use stack from trampoline memory
Kirill A. Shutemov
1
-0
/
+6
2018-03-12
x86/boot/compressed/64: Make sure we have a 32-bit code segment
Kirill A. Shutemov
1
-0
/
+10
2018-03-12
x86/mm: Do not use paravirtualized calls in native_set_p4d()
Kirill A. Shutemov
1
-2
/
+2
2018-03-12
kdump, vmcoreinfo: Export pgtable_l5_enabled value
Baoquan He
1
-0
/
+1
2018-03-12
x86/boot/compressed/64: Prepare new top-level page table for trampoline
Kirill A. Shutemov
1
-0
/
+61
2018-03-12
x86/boot/compressed/64: Set up trampoline memory
Kirill A. Shutemov
3
-1
/
+18
2018-03-12
x86/boot/compressed/64: Save and restore trampoline memory
Kirill A. Shutemov
2
-0
/
+23
2018-03-12
x86/boot/compressed/64: Find a place for 32-bit trampoline
Kirill A. Shutemov
3
-0
/
+51
2018-03-12
x86/boot/compressed/64: Describe the logic behind the LA57 check
Kirill A. Shutemov
1
-3
/
+15
2018-03-12
Linux 4.16-rc5
v4.16-rc5
Linus Torvalds
1
-1
/
+1
2018-03-11
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
Gregory CLEMENT
2
-6
/
+25
2018-03-10
lib/test_kmod.c: fix limit check on number of test devices created
Luis R. Rodriguez
1
-1
/
+1
2018-03-10
selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
Li Zhijian
1
-8
/
+17
2018-03-10
mm/page_alloc: fix memmap_init_zone pageblock alignment
Daniel Vacek
1
-2
/
+7
2018-03-10
mm/memblock.c: hardcode the end_pfn being -1
Daniel Vacek
1
-5
/
+5
2018-03-10
mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT
Andrea Arcangeli
1
-2
/
+5
2018-03-10
lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
Kees Cook
1
-0
/
+2
2018-03-10
bug: use %pB in BUG and stack protector failure
Kees Cook
2
-2
/
+2
2018-03-10
hugetlb: fix surplus pages accounting
Michal Hocko
1
-1
/
+1
2018-03-10
RDMA/mlx5: Fix integer overflow while resizing CQ
Leon Romanovsky
1
-1
/
+6
2018-03-10
Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"
Doug Ledford
1
-6
/
+1
2018-03-09
arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
Marc Zyngier
1
-2
/
+2
2018-03-09
Documentation/sphinx: Fix Directive import error
Matthew Wilcox
1
-2
/
+1
2018-03-09
platform/x86: dell-smbios: Resolve dependency error on DCDBAS
Darren Hart (VMware)
1
-0
/
+6
2018-03-09
platform/x86: Allow for SMBIOS backend defaults
Darren Hart (VMware)
1
-2
/
+4
2018-03-09
platform/x86: dell-smbios: Link all dell-smbios-* modules together
Mario Limonciello
6
-33
/
+66
2018-03-09
platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
Mario Limonciello
2
-0
/
+1
2018-03-09
platform/x86: dell-smbios: Correct some style warnings
Mario Limonciello
1
-3
/
+5
2018-03-09
loop: Fix lost writes caused by missing flag
Ross Zwisler
1
-1
/
+1
2018-03-09
clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency
Masahiro Yamada
1
-0
/
+1
2018-03-09
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
1
-2
/
+3
2018-03-09
x86/kprobes: Fix kernel crash when probing .entry_trampoline code
Francis Deslauriers
3
-1
/
+12
2018-03-09
perf/core: Fix ctx_event_type in ctx_resched()
Song Liu
1
-1
/
+3
2018-03-08
NFS: Fix unstable write completion
Trond Myklebust
1
-40
/
+43
2018-03-08
pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
Trond Myklebust
1
-3
/
+10
2018-03-08
NFS: Fix an incorrect type in struct nfs_direct_req
Trond Myklebust
1
-1
/
+1
2018-03-08
nvme_fc: rework sqsize handling
James Smart
1
-10
/
+17
2018-03-08
ALSA: hda: add dock and led support for HP ProBook 640 G2
Dennis Wassenberg
1
-0
/
+1
2018-03-08
ALSA: hda: add dock and led support for HP EliteBook 820 G3
Dennis Wassenberg
1
-0
/
+1
[next]