Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
24b8225619cb18491c3a8689cf533a58547b5f5f
24b8225
watchdog: imx2_wdt: use devm_platform_ioremap_resource() to simplify code
by Anson Huang
· 6 years ago
986857ac
watchdog: imx_sc: Add i.MX system controller watchdog support
by Anson Huang
· 6 years ago
bb83520
dt-bindings: watchdog: add i.MX system controller watchdog
by Anson Huang
· 6 years ago
bbc88a0
watchdog: bd70528: Initial support for ROHM BD70528 watchdog block
by Matti Vaittinen
· 6 years ago
e347afa
watchdog: f71808e_wdt: fix F81866 bit operation
by Ji-Ze Hong (Peter Hong)
· 6 years ago
a3f764d
watchdog: f71808e_wdt: separate declaration and assignment
by Ji-Ze Hong (Peter Hong)
· 6 years ago
f6cc8b3
watchdog: i6300esb: stop printing kernel addresses
by Matteo Croce
· 6 years ago
a223770
watchdog: fix compile time error of pretimeout governors
by Vladimir Zapolskiy
· 6 years ago
56fb196
watchdog: orion_wdt: remove orion_wdt_set_timeout
by Chris Packham
· 6 years ago
6203838
Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
aa1be08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
8246343
Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
a4ccb5f
Merge tag 'drm-fixes-2019-05-03' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
8f76216
Merge tag 'clk-fixes-for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
46572f7
Merge tag 'sound-5.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
1daa044
Merge tag 'drm-misc-fixes-2019-05-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 6 years ago
ea98667
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
5ce3307
Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
72bfcee
i2c: Prevent runtime suspend of adapter when Host Notify is required
by Jarkko Nikula
· 6 years ago
95e0cf3
i2c: synquacer: fix enumeration of slave devices
by Ard Biesheuvel
· 6 years ago
fb31fbef
MAINTAINERS: friendly takeover of i2c-gpio driver
by Wolfram Sang
· 6 years ago
6bac9bc
i2c: designware: ratelimit 'transfer when suspended' errors
by Wolfram Sang
· 6 years ago
b7a5b22
Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
e2a4b10
Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 6 years ago
2078e1e
PCI/LINK: Add Kconfig option (default off)
by Keith Busch
· 6 years ago
12f3635
powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWX
by Christophe Leroy
· 6 years ago
4dd2b82
udp: fix GRO packet of death
by Eric Dumazet
· 6 years ago
600d725
Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
by Linus Torvalds
· 6 years ago
886b7a5
ipv6: A few fixes on dereferencing rt->from
by Martin KaFai Lau
· 6 years ago
f350574
rds: ib: force endiannes annotation
by Nicholas Mc Guire
· 6 years ago
65beea4
Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 6 years ago
15d2aba
PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth Management
by Alex Williamson
· 6 years ago
fb0af61
Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
7e74e23
gcc-9: don't warn about uninitialized btrfs extent_type variable
by Linus Torvalds
· 6 years ago
f68d7c4
selftests: fib_rule_tests: print the result and return 1 if any tests failed
by Hangbin Liu
· 6 years ago
459e3a2
gcc-9: properly declare the {pv,hv}clock_page storage
by Linus Torvalds
· 6 years ago
cf67690
gcc-9: don't warn about uninitialized variable
by Linus Torvalds
· 6 years ago
6f303d6
gcc-9: silence 'address-of-packed-member' warning
by Linus Torvalds
· 6 years ago
d2f0c96
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
by Shmulik Ladkani
· 6 years ago
d4ef647
io_uring: avoid page allocation warnings
by Mark Rutland
· 6 years ago
2dcb003
net/tls: avoid NULL pointer deref on nskb->sk in fallback
by Jakub Kicinski
· 6 years ago
15d55ba
selftests: fib_rule_tests: Fix icmp proto with ipv6
by David Ahern
· 6 years ago
486efdc
packet: validate msg_namelen in send directly
by Willem de Bruijn
· 6 years ago
b2cf86e
packet: in recvmsg msg_name return at least sizeof sockaddr_ll
by Willem de Bruijn
· 6 years ago
f5eb4d3
iov_iter: fix iov_iter_type
by Ming Lei
· 6 years ago
60a27b9
block: fix handling for BIO_NO_PAGE_REF
by Ming Lei
· 6 years ago
817869d
io_uring: drop req submit reference always in async punt
by Jens Axboe
· 6 years ago
52e04ef
io_uring: free allocated io_memory once
by Mark Rutland
· 6 years ago
975554b
io_uring: fix SQPOLL cpu validation
by Mark Rutland
· 6 years ago
fbd0197
sctp: avoid running the sctp state machine recursively
by Xin Long
· 6 years ago
37e9c08
stmmac: pci: Fix typo in IOT2000 comment
by Jan Kiszka
· 6 years ago
799381e
Documentation: fix netdev-FAQ.rst markup warning
by Randy Dunlap
· 6 years ago
5c8b0b5
io_uring: have submission side sqe errors post a cqe
by Jens Axboe
· 6 years ago
0e23387
ipv6: fix races in ip6_dst_destroy()
by Eric Dumazet
· 6 years ago
e8ab8d2
KVM: nVMX: Fix size checks in vmx_set_nested_state
by Jim Mattson
· 6 years ago
f2bc9c9
Merge tag 'fsnotify_for_v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
6245242
Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 6 years ago
eba3afd
KVM: selftests: make hyperv_cpuid test pass on AMD
by Vitaly Kuznetsov
· 6 years ago
b904cb8
KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointer
by Sean Christopherson
· 6 years ago
76d58e0
KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
by Paolo Bonzini
· 6 years ago
0699c64
x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE
by Vitaly Kuznetsov
· 6 years ago
8764ed5
KVM: x86: Whitelist port 0x7e for pre-incrementing %rip
by Sean Christopherson
· 6 years ago
2c2a2fb
Revert "ACPICA: Clear status of GPEs before enabling them"
by Rafael J. Wysocki
· 6 years ago
3425997
Merge tag 'wireless-drivers-for-davem-2019-04-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 6 years ago
bf3bd96
Merge tag 'usb-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
6297728
io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUP
by Stefan Bühler
· 6 years ago
b841f19
io_uring: remove unnecessary barrier after incrementing dropped counter
by Stefan Bühler
· 6 years ago
82ab082
io_uring: remove unnecessary barrier before reading SQ tail
by Stefan Bühler
· 6 years ago
9e4c15a
io_uring: remove unnecessary barrier after updating SQ head
by Stefan Bühler
· 6 years ago
115e12e
io_uring: remove unnecessary barrier before reading cq head
by Stefan Bühler
· 6 years ago
4f7067c
io_uring: remove unnecessary barrier before wq_has_sleeper
by Stefan Bühler
· 6 years ago
1e84b97
io_uring: fix notes on barriers
by Stefan Bühler
· 6 years ago
8449eed
io_uring: fix handling SQEs requesting NOWAIT
by Stefan Bühler
· 6 years ago
fea27bc
Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 6 years ago
a622b40
l2ip: fix possible use-after-free
by Eric Dumazet
· 6 years ago
c93ad13
appletalk: Set error code if register_snap_client failed
by YueHaibing
· 6 years ago
f949a12
net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfc
by Dan Carpenter
· 6 years ago
b130234
rxrpc: Fix net namespace cleanup
by David Howells
· 6 years ago
3887c26
ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR
by Takashi Iwai
· 6 years ago
b145745
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
ab042b82
Revert "drm/qxl: drop prime import/export callbacks"
by Gerd Hoffmann
· 6 years ago
6c0afef5
ipv6/flowlabel: wait rcu grace period before put_pid()
by Eric Dumazet
· 6 years ago
1d3fd8a
vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sending dest unreach
by Stephen Suryaputra
· 6 years ago
ca2fe29
tcp: add sanity tests in tcp_add_backlog()
by Eric Dumazet
· 6 years ago
95c1692
ipv6: invert flowlabel sharing check in process and user mode
by Willem de Bruijn
· 6 years ago
6ee12b7
Merge branch 'ieee802154-for-davem-2019-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan
by David S. Miller
· 6 years ago
83a5084
Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
8087148
x86: make ZERO_PAGE() at least parse its argument
by Linus Torvalds
· 6 years ago
6a5c5d2
rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
by Linus Torvalds
· 6 years ago
7a0f8ad
Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
by Kalle Valo
· 6 years ago
dfbd199
selinux: use kernel linux/socket.h for genheaders and mdp
by Paulo Alcantara
· 6 years ago
2ae7a39
Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
9e80ad3
ath10k: Drop WARN_ON()s that always trigger during system resume
by Rafael J. Wysocki
· 6 years ago
38faed1
ath10k: perform crash dump collection in workqueue
by Brian Norris
· 6 years ago
dbcdae1
Documentation: kvm: fix dirty log ioctl arch lists
by Andrew Jones
· 6 years ago
37624b5
Linux 5.1-rc7
by Linus Torvalds
· 6 years ago
b1da6a5
fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
by Jan Kara
· 6 years ago
9520b53
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
0d82044
Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
975a0f4
Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
Next »