Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dbd1877754338dc98818d200cd25cf398d8b5d9e
« Previous
3f7ba7e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
4f92f0e
Merge tag 'mfd-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 7 years ago
bb53f4d
sfc: Fix MCDI command size for filter operations
by Martin Habets
· 7 years ago
b92b7d3
netvsc: don't access netdev->num_rx_queues directly
by Arnd Bergmann
· 7 years ago
60abc0b
ipv6: avoid unregistering inet6_dev for loopback
by WANG Cong
· 7 years ago
8c4354e
Merge branch 'macvlan-Fix-some-issues-with-changing-mac-addresses'
by David S. Miller
· 7 years ago
18c8c54
macvlan: Let passthru macvlan correctly restore lower mac address
by Vlad Yasevich
· 7 years ago
43c2d57
macvlan: convert port passthru to flags.
by Vlad Yasevich
· 7 years ago
e696cda
macvlan: Fix passthru macvlan mac address inheritance
by Vlad Yasevich
· 7 years ago
e26f43f
macvlan: Do not return error when setting the same mac address
by Vlad Yasevich
· 7 years ago
dfa523a
xen-netback: correctly schedule rate-limited queues
by Wei Liu
· 7 years ago
191cdb3
veth: Be more robust on network device creation when no attributes
by Serhey Popovych
· 7 years ago
b88ff4f
drivers: net: cpsw-common: Fix reading of mac address for am43 SoCs
by Lokesh Vutla
· 7 years ago
76da070
ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER
by WANG Cong
· 7 years ago
b866203
net/phy: micrel: configure intterupts after autoneg workaround
by Zach Brown
· 7 years ago
c8401dd
KVM: x86: fix singlestepping over syscall
by Paolo Bonzini
· 7 years ago
d6aa07c
Merge tag 'kvm-s390-master-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux
by Radim Krčmář
· 7 years ago
bbd5ff5
powerpc/powernv/npu-dma: Add explicit flush when sending an ATSD
by Alistair Popple
· 7 years ago
addb63c
KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows
by Heiko Carstens
· 7 years ago
fb3a505
perf/x86/intel: Add 1G DTLB load/store miss support for SKL
by Kan Liang
· 7 years ago
6c782a5
i2c: imx: Use correct function to write to register
by Michail Georgios Etairidis
· 7 years ago
ca3a1b8
esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO
by Yossi Kuperman
· 7 years ago
7c88e21
xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish
by Yossi Kuperman
· 7 years ago
8d829b9
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
eb5e248
xfs: don't allow bmap on rt files
by Darrick J. Wong
· 7 years ago
2f263d1
kbuild: fix header installation under fakechroot environment
by Richard Genoud
· 7 years ago
e4330d8b
ACPI / scan: Fix enumeration for special SPI and I2C devices
by Jarkko Nikula
· 7 years ago
48b6bbe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
ce879b6
Merge tag 'pinctrl-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 7 years ago
db1b5cc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 7 years ago
dcba710
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 7 years ago
021f601
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
bd726c9
Allow stack to grow up to address space limit
by Helge Deller
· 7 years ago
f4cb767
mm: fix new crash in unmapped_area_topdown()
by Hugh Dickins
· 7 years ago
8e8320c
blk-mq: fix performance regression with shared tags
by Jens Axboe
· 7 years ago
feb7695
dm io: fix duplicate bio completion due to missing ref count
by Mike Snitzer
· 7 years ago
7def52b
dm integrity: fix to not disable/enable interrupts from interrupt context
by Mike Snitzer
· 7 years ago
8a1898d
perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev)
by Hendrik Brueckner
· 7 years ago
e94ac35
drm: Fix GETCONNECTOR regression
by Daniel Vetter
· 7 years ago
517a6e4
CIFS: Fix some return values in case of error in 'crypt_message'
by Christophe Jaillet
· 7 years ago
816b4e4
Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 7 years ago
09da4ba
Merge tag 'drm-intel-fixes-2017-06-20' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes
by Dave Airlie
· 7 years ago
e125f52
cifs: remove redundant return in cifs_creation_time_get
by Colin Ian King
· 7 years ago
dcd87838
CIFS: Improve readdir verbosity
by Pavel Shilovsky
· 7 years ago
ecf3411
CIFS: check if pages is null rather than bv for a failed allocation
by Colin Ian King
· 8 years ago
8a7b0d8
CIFS: Set ->should_dirty in cifs_user_readv()
by Dan Carpenter
· 8 years ago
b4846fc
igmp: add a missing spin_lock_init()
by WANG Cong
· 7 years ago
9f93d87
irqchip/mips-gic: Mark count and compare accessors notrace
by Marcin Nowakowski
· 7 years ago
afd6463
Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 7 years ago
05cf0d1
net: stmmac: free an skb first when there are no longer any descriptors using it
by Niklas Cassel
· 7 years ago
57f0c9c
sfc: remove duplicate up_write on VF filter_sem
by Edward Cree
· 7 years ago
db833d4
rtnetlink: add IFLA_GROUP to ifla_policy
by Serhey Popovych
· 7 years ago
07f6155
ipv6: Do not leak throw route references
by Serhey Popovych
· 7 years ago
7e11332
dt-bindings: net: sms911x: Add missing optional VDD regulators
by Krzysztof Kozlowski
· 7 years ago
73b098d
Merge branch 'net-fix-loadable-module-for-DPAA-Ethernet'
by David S. Miller
· 7 years ago
fb52728
dpaa_eth: reuse the dma_ops provided by the FMan MAC device
by Madalin Bucur
· 7 years ago
5567e98
fsl/fman: propagate dma_ops
by Madalin Bucur
· 7 years ago
fe420d8
net/core: remove explicit do_softirq() from busy_poll_stop()
by Sebastian Siewior
· 7 years ago
bdaf32c
fib_rules: Resolve goto rules target on delete
by Serhey Popovych
· 7 years ago
acfd6ee
drm/radeon: add a quirk for Toshiba Satellite L20-183
by Alex Deucher
· 7 years ago
4eb5979
drm/radeon: add a PX quirk for another K53TK variant
by Alex Deucher
· 7 years ago
52b482b
drm/amdgpu: adjust default display clock
by Alex Deucher
· 7 years ago
05b4017
drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
by Alex Deucher
· 7 years ago
9e69672
dt-bindings: mfd: Update STM32 timers clock names
by Fabrice Gasnier
· 7 years ago
e27a9ec
KVM: MIPS: Fix maybe-uninitialized build failure
by James Cowgill
· 7 years ago
ec2f0fa
Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 7 years ago
c72544d
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Radim Krčmář
· 7 years ago
6c7515c
gpio: mvebu: change compatible string for PWM support
by Ralph Sennhauser
· 8 years ago
8e6cec1c
Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
by Thomas Gleixner
· 7 years ago
900a88e
Merge branch 'for-4.12/upstream-fixes' into for-linus
by Jiri Kosina
· 7 years ago
842c088
livepatch: Fix stacking of patches with respect to RCU
by Petr Mladek
· 7 years ago
dbb236c
arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW
by Will Deacon
· 7 years ago
3d88d56
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
by John Stultz
· 7 years ago
ceea5e3
time: Fix clock->read(clock) race around clocksource changes
by John Stultz
· 7 years ago
53145c2
Revert "HID: magicmouse: Set multi-touch keybits for Magic Mouse"
by Daniel Stone
· 7 years ago
c7ecb90
ALSA: hda - Apply quirks to Broxton-T, too
by Takashi Iwai
· 7 years ago
817ae46
Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list
by Daniel Drake
· 7 years ago
9705596
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 7 years ago
865be78
Merge tag 'ntb-4.12-bugfixes' of git://github.com/jonmason/ntb
by Linus Torvalds
· 7 years ago
02d94e0
scsi: qedi: Remove WARN_ON from clear task context.
by Manish Rangankar
· 7 years ago
6ebf815
scsi: qedi: Remove WARN_ON for untracked cleanup.
by Manish Rangankar
· 7 years ago
4a072c7
random: silence compiler warnings and fix race
by Jason A. Donenfeld
· 7 years ago
6e88491
drm/amdgpu: add Polaris12 DID
by Junshan Fang
· 7 years ago
a8ae0a7
drm/i915: Don't enable backlight at setup time.
by Dhinakaran Pandiyan
· 7 years ago
86fdb34
sctp: ensure ep is not destroyed before doing the dump
by Xin Long
· 7 years ago
88931ec
ntb: no sleep in ntb_async_tx_submit
by Allen Hubbe
· 7 years ago
5eb449e
ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits
by Dave Jiang
· 7 years ago
8e8496e
ntb_transport: fix bug calculating num_qps_mw
by Logan Gunthorpe
· 8 years ago
cb827ee
ntb_transport: fix qp count bug
by Logan Gunthorpe
· 8 years ago
07b0b22
NTB: ntb_test: fix bug printing ntb_perf results
by Logan Gunthorpe
· 8 years ago
94fc795
ntb: Correct modinfo usage statement for ntb_perf
by Gary R Hook
· 8 years ago
7fe5b91
net/hns:bugfix of ethtool -t phy self_test
by Lin Yun Sheng
· 7 years ago
9745e36
net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev
by Gao Feng
· 7 years ago
4a9bfaf
ALSA: firewire-lib: Fix stall of process context at packet error
by Takashi Sakamoto
· 7 years ago
dec6b33
cxgb4: notify uP to route ctrlq compl to rdma rspq
by Raju Rangoju
· 7 years ago
41f1830
Linux 4.12-rc6
by Linus Torvalds
· 7 years ago
1be7107
mm: larger stack guard gap, between vmas
by Hugh Dickins
· 7 years ago
1132d5e
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
b7f5dd3
drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()
by Ville Syrjälä
· 8 years ago
17b206c
drm/i915: Fix deadlock witha the pipe A quirk during resume
by Ville Syrjälä
· 8 years ago
Next »