index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
kasan: don't emit builtin calls when sanitization is off
Andrey Konovalov
3
-2
/
+6
2018-02-05
net: mediatek: Explicitly include pinctrl headers
Thierry Reding
1
-0
/
+1
2018-02-05
mmc: meson-gx-mmc: Explicitly include pinctr/consumer.h
Thierry Reding
1
-0
/
+1
2018-02-05
drm/rockchip: lvds: Explicitly include pinctrl headers
Thierry Reding
1
-0
/
+1
2018-02-05
pinctrl: files should directly include apis they use
Stephen Rothwell
1
-0
/
+1
2018-02-05
ovl: check ERR_PTR() return value from ovl_encode_fh()
Amir Goldstein
1
-0
/
+3
2018-02-05
ovl: fix regression in fsnotify of overlay merge dir
Amir Goldstein
1
-0
/
+2
2018-02-04
dt-bindings: mailbox: qcom: Document the APCS clock binding
Georgi Djakov
1
-0
/
+18
2018-02-04
mailbox: qcom: Create APCS child device for clock controller
Georgi Djakov
1
-0
/
+11
2018-02-04
mailbox: qcom: Convert APCS IPC driver to use regmap
Georgi Djakov
1
-5
/
+19
2018-02-03
KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
1
-0
/
+88
2018-02-03
KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
KarimAllah Ahmed
3
-6
/
+110
2018-02-03
KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
KarimAllah Ahmed
3
-1
/
+17
2018-02-03
KVM/x86: Add IBPB support
Ashok Raj
3
-3
/
+116
2018-02-03
KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
KarimAllah Ahmed
2
-5
/
+4
2018-02-03
pinctrl: remove include file from <linux/device.h>
Linus Torvalds
2
-1
/
+2
2018-02-03
firmware: dmi: handle missing DMI data gracefully
Ard Biesheuvel
2
-5
/
+3
2018-02-03
firmware: dmi_scan: Fix handling of empty DMI strings
Jean Delvare
1
-13
/
+9
2018-02-03
firmware: dmi_scan: Drop dmi_initialized
Jean Delvare
1
-13
/
+8
2018-02-03
firmware: dmi: Optimize dmi_matches
Jean Delvare
1
-8
/
+11
2018-02-03
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
3
-5
/
+15
2018-02-03
soreuseport: fix mem leak in reuseport_add_sock()
Eric Dumazet
1
-15
/
+20
2018-02-03
net: qlge: use memmove instead of skb_copy_to_linear_data
Arnd Bergmann
1
-2
/
+1
2018-02-03
net: qed: use correct strncpy() size
Arnd Bergmann
1
-4
/
+2
2018-02-03
net: cxgb4: avoid memcpy beyond end of source buffer
Arnd Bergmann
1
-1
/
+1
2018-02-03
cls_u32: add missing RCU annotation.
Paolo Abeni
1
-5
/
+7
2018-02-03
r8152: set rx mode early when linking on
Hayes Wang
1
-2
/
+3
2018-02-03
r8152: fix wrong checksum status for received IPv4 packets
Hayes Wang
1
-5
/
+3
2018-02-03
nfp: fix TLV offset calculation
Edwin Peer
1
-1
/
+1
2018-02-02
x86/power: Fix swsusp_arch_resume prototype
Arnd Bergmann
4
-5
/
+4
2018-02-02
x86/dumpstack: Avoid uninitlized variable
Arnd Bergmann
1
-1
/
+1
2018-02-02
x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
Darren Kenny
1
-1
/
+1
2018-02-02
x86/pti: Mark constant arrays as __initconst
Arnd Bergmann
1
-2
/
+2
2018-02-02
block: skd: fix incorrect linux/slab_def.h inclusion
Arnd Bergmann
1
-3
/
+4
2018-02-02
buffer: Avoid setting buffer bits that are already set
Kemi Wang
1
-1
/
+4
2018-02-02
x86/spectre: Simplify spectre_v2 command line parsing
KarimAllah Ahmed
1
-30
/
+56
2018-02-02
x86/retpoline: Avoid retpolines for built-in __init functions
David Woodhouse
1
-1
/
+8
2018-02-02
ima: re-initialize iint->atomic_flags
Mimi Zohar
1
-0
/
+1
2018-02-02
maintainers: update trusted keys
Mimi Zohar
1
-0
/
+1
2018-02-02
xfs: remove experimental tag for reverse mapping
Darrick J. Wong
1
-8
/
+4
2018-02-02
xfs: don't allow reflink + realtime filesystems
Darrick J. Wong
1
-0
/
+7
2018-02-02
xfs: don't allow DAX on reflink filesystems
Darrick J. Wong
1
-1
/
+4
2018-02-02
xfs: add scrub to XFS_BUILD_OPTIONS
Eric Sandeen
1
-0
/
+7
2018-02-01
blk-mq-sched: Enable merging discard bio into request
Keith Busch
1
-0
/
+2
2018-02-01
blk-mq: fix discard merge with scheduler attached
Jens Axboe
2
-3
/
+28
2018-02-01
fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...
Andrey Ryabinin
1
-5
/
+0
2018-02-01
fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()
Andrey Ryabinin
1
-1
/
+1
2018-02-01
lib/strscpy: Shut up KASAN false-positives in strscpy()
Andrey Ryabinin
1
-1
/
+1
2018-02-01
compiler.h: Add read_word_at_a_time() function.
Andrey Ryabinin
1
-0
/
+8
2018-02-01
compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()
Andrey Ryabinin
1
-8
/
+6
[next]