index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
params.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-24
afs: remove redundant assignment of dvnode to itself
Colin Ian King
1
-1
/
+1
2017-11-24
afs: cell: Remove unnecessary code in afs_lookup_cell
Gustavo A. R. Silva
1
-6
/
+1
2017-11-24
afs: Fix signal handling in some file ops
David Howells
1
-0
/
+8
2017-11-24
afs: Fix some dentry handling in dir ops and missing key_puts
David Howells
1
-10
/
+5
2017-11-24
afs: Make afs_write_begin() avoid writing to a page that's being stored
David Howells
1
-0
/
+5
2017-11-24
sched/debug: Fix task state recording/printout
Thomas Gleixner
1
-3
/
+3
2017-11-24
x86/decoder: Add new TEST instruction pattern
Masami Hiramatsu
1
-1
/
+1
2017-11-23
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
11
-454
/
+2
2017-11-23
x86/umip: Fix insn_get_code_seg_params()'s return value
Borislav Petkov
3
-4
/
+4
2017-11-23
x86/boot/KASLR: Remove unused variable
Chao Fan
1
-3
/
+2
2017-11-23
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
1
-1
/
+1
2017-11-23
irqchip/imgpdc: Use resource_size function on resource object
Vasyl Gomonovych
1
-1
/
+1
2017-11-23
irqchip/qcom: Fix u32 comparison with value less than zero
Colin Ian King
1
-1
/
+1
2017-11-23
ipvlan: Fix insufficient skb linear check for ipv6 icmp
Gao Feng
1
-1
/
+19
2017-11-23
ipvlan: Fix insufficient skb linear check for arp
Gao Feng
1
-8
/
+8
2017-11-23
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
1
-1
/
+15
2017-11-23
net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY
Florian Fainelli
1
-1
/
+1
2017-11-23
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
15
-14
/
+209
2017-11-23
net: realtek: r8169: implement set_link_ksettings()
Tobias Jakobi
1
-16
/
+22
2017-11-23
net: ipv6: Fixup device for anycast routes during copy
David Ahern
1
-1
/
+1
2017-11-23
net/smc: Fix preinitialization of buf_desc in __smc_buf_create()
Geert Uytterhoeven
1
-1
/
+1
2017-11-23
net/smc: use sk_rcvbuf as start for rmb creation
Ursula Braun
1
-1
/
+1
2017-11-23
ipv6: Do not consider linkdown nexthops during multipath
Ido Schimmel
1
-0
/
+5
2017-11-23
net: sched: fix crash when deleting secondary chains
Roman Kapl
1
-3
/
+4
2017-11-23
net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan
1
-0
/
+4
2017-11-23
kbuild: drop $(extra-y) from real-objs-y
Masahiro Yamada
1
-1
/
+1
2017-11-23
kbuild: clean up *.i and *.lst patterns by make clean
Masahiro Yamada
1
-2
/
+2
2017-11-23
kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used
Masahiro Yamada
2
-3
/
+4
2017-11-23
kbuild: pkg: use --transform option to prefix paths in tar
Masahiro Yamada
1
-3
/
+2
2017-11-23
coccinelle: fix parallel build with CHECK=scripts/coccicheck
Masahiro Yamada
1
-6
/
+9
2017-11-23
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
1
-1
/
+1
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
2
-1
/
+28
2017-11-23
ALSA: hda: Add Raven PCI ID
Vijendar Mukunda
1
-0
/
+3
2017-11-23
ALSA: hda/realtek - Fix ALC700 family no sound issue
Kailang Yang
1
-1
/
+1
2017-11-23
x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
Andy Lutomirski
1
-2
/
+8
2017-11-23
kbuild: Set KBUILD_CFLAGS before incl. arch Makefile
Chris Fries
1
-32
/
+32
2017-11-23
dt-bindings: remove file that was added accidentally
Rob Clark
1
-887
/
+0
2017-11-23
drm/edid: quirk HTC vive headset as non-desktop. [v2]
Dave Airlie
1
-0
/
+3
2017-11-23
drm/fb: add support for not enabling fbcon on non-desktop displays [v2]
Dave Airlie
1
-1
/
+5
2017-11-23
drm: add connector info/property for non-desktop displays [v2]
Dave Airlie
4
-2
/
+35
2017-11-22
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-2
/
+2
2017-11-22
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
1
-1
/
+1
2017-11-22
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
Gianluca Borello
1
-5
/
+1
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
4
-10
/
+112
2017-11-22
powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features
Michael Ellerman
1
-2
/
+2
2017-11-22
powerpc/perf: Fix IMC_MAX_PMU macro
Madhavan Srinivasan
3
-8
/
+29
2017-11-22
powerpc/perf: Fix pmu_count to count only nest imc pmus
Madhavan Srinivasan
1
-2
/
+4
2017-11-22
powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
1
-4
/
+2
2017-11-22
ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
Takashi Iwai
3
-6
/
+14
2017-11-22
i40evf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
[next]