Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
55be8658c7e2feb11a5b5b33ee031791dbd23a69
/
include
2a3a028
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
444fe99
Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 6 years ago
b5de3c5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
1d487e9
KVM: fix spectrev1 gadgets
by Paolo Bonzini
· 6 years ago
6b3a707
Merge branch 'page-refs' (page ref overflow)
by Linus Torvalds
· 6 years ago
15fab63
fs: prevent page refcount overflow in pipe_buf_get
by Matthew Wilcox
· 6 years ago
88b1a17
mm: add 'try_get_page()' helper function
by Linus Torvalds
· 6 years ago
f958d7b
mm: make page ref count overflow check tighter and more explicit
by Linus Torvalds
· 6 years ago
4443f8e
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b60bc06
Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
09bad0d
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
54c63a7
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4611da3
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
by Marc Dionne
· 6 years ago
372686e
Merge tag 'sound-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
58890f3
Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
d370656
net: netrom: Fix error cleanup path of nr_proto_init
by YueHaibing
· 6 years ago
af6b61d
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
by Trond Myklebust
· 6 years ago
07603b2
net/smc: propagate file from SMC to TCP socket
by Ursula Braun
· 6 years ago
d808b7f
nvmet: fix discover log page when offsets are used
by Keith Busch
· 6 years ago
9b0dcd0
Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
by Takashi Iwai
· 6 years ago
b4f47f3
net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()
by Jakub Kicinski
· 6 years ago
8065a77
failover: allow name change on IFF_UP slave interfaces
by Si-Wei Liu
· 6 years ago
7c2e071
clk: x86: Add system specific quirk to mark clocks as critical
by David Müller
· 6 years ago
35b71a34
net/tls: don't leak partially sent record in device mode
by Jakub Kicinski
· 6 years ago
ed79cc8
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 6 years ago
1b8f21b7
blk-mq: introduce blk_mq_complete_request_sync()
by Ming Lei
· 6 years ago
6ec4bae
dt-bindings: clock: sifive: add FU540-C000 PRCI clock constants
by Paul Walmsley
· 6 years ago
c03fd01
Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
869e330
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
afe6424
ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()
by Michael Zhivich
· 6 years ago
be24b37
KEYS: trusted: fix -Wvarags warning
by ndesaulniers@google.com
· 6 years ago
cf94db2
virtio: Honour 'may_reduce_num' in vring_create_virtqueue
by Cornelia Huck
· 6 years ago
1200e07f
block: don't use for-inside-for in bio_for_each_segment_all
by Ming Lei
· 6 years ago
2b4a669
mac80211: make ieee80211_schedule_txq schedule empty TXQs
by Felix Fietkau
· 6 years ago
a58d752
cfg80211: add ratelimited variants of err and warn
by Stanislaw Gruszka
· 6 years ago
b85d00b
Merge drm/drm-fixes into drm-misc-fixes
by Maxime Ripard
· 6 years ago
b4ed6b5
ASoC: core: conditionally increase module refcount on component open
by Ranjani Sridharan
· 6 years ago
d849122
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 6 years ago
57683e4
Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into arm/fixes
by Olof Johansson
· 6 years ago
6491d69
nfc: nci: Potential off by one in ->pipes[] array
by Dan Carpenter
· 6 years ago
10dce8a
fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
by Kirill Smelkov
· 6 years ago
f654f0f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
0b3d6e6
mm: writeback: use exact memcg dirty counts
by Greg Thelen
· 6 years ago
fcae96f
mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()
by Jann Horn
· 6 years ago
6147e13
include/linux/bitrev.h: fix constant bitrev
by Arnd Bergmann
· 6 years ago
5f074f3
lib/string.c: implement a basic bcmp
by Nick Desaulniers
· 6 years ago
970b766
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
32d9258
syscalls: Remove start and number from syscall_set_arguments() args
by Steven Rostedt (VMware)
· 6 years ago
b35f549
syscalls: Remove start and number from syscall_get_arguments() args
by Steven Rostedt (Red Hat)
· 8 years ago
0548740
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
631b7ab
ptrace: Remove maxargs from task_current_syscall()
by Steven Rostedt (Red Hat)
· 8 years ago
a0fe2c6
linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()
by Jann Horn
· 6 years ago
b5bdbb6
ALSA: uapi: #include <time.h> in asound.h
by Daniel Mentz
· 6 years ago
e5f0e8f
net: sched: introduce and use qdisc tree flush/purge helpers
by Paolo Abeni
· 6 years ago
5dd431b
net: sched: introduce and use qstats read helpers
by Paolo Abeni
· 6 years ago
8c83f2d
vrf: check accept_source_route on the original netdevice
by Stephen Suryaputra
· 6 years ago
63fc9c2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
f78b5be
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3af9a52
Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
782492a
Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
922c010
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
19c8474
Merge tag 'mlx5-fixes-2019-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 6 years ago
eed4897
Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
6f51092
Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
80a2a90
net/mlx5e: Add a lock on tir list
by Yuval Avnery
· 6 years ago
fcfc2aa
ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK
by Andrei Vagin
· 6 years ago
b736523
include/linux/list.h: fix list_is_first() kernel-doc
by Randy Dunlap
· 6 years ago
a953e77
include/linux/hugetlb.h: convert to use vm_fault_t
by Souptick Joarder
· 6 years ago
6d6ea1e
mm: add support for kmem caches in DMA32 zone
by Nicolas Boichat
· 6 years ago
9b7ea46
mm/hotplug: fix offline undo_isolate_page_range()
by Qian Cai
· 6 years ago
fe61692
drm/atomic-helper: Make atomic_enable/disable crtc callbacks optional
by Rodrigo Siqueira
· 6 years ago
5b989c1
mac80211: rework locking for txq scheduling / airtime fairness
by Felix Fietkau
· 6 years ago
355b985
netns: provide pure entropy for net_hash_mix()
by Eric Dumazet
· 6 years ago
3d9683c
KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
by Masahiro Yamada
· 6 years ago
cfa637c
Merge tag 'v5.1-rc2' into core/urgent, to resolve a conflict
by Ingo Molnar
· 6 years ago
7f07e5f
net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() helper
by Claudiu Manoil
· 6 years ago
1a9df9e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
0532a1b
virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x
by Hans de Goede
· 6 years ago
450895d
net: phy: bcm54xx: Encode link speed and activity into LEDs
by Vladimir Oltean
· 6 years ago
db779ef
proc/kcore: Remove unused kclist_add_remap()
by Bhupesh Sharma
· 6 years ago
a3ac791
Revert "parport: daisy: use new parport device model"
by Linus Torvalds
· 6 years ago
a6256b3
dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets
by Neil Armstrong
· 6 years ago
aa9aaa4
ACPI: use different default debug value than ACPICA
by Erik Schmauss
· 6 years ago
19caf58
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e08fef8
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e0046bb
Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linux
by Linus Torvalds
· 6 years ago
1bdd3db
Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
2335cbe
Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
9a1050a
Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
ffc8599
x86/gart: Exclude GART aperture from kcore
by Kairui Song
· 6 years ago
1e4471e
sbitmap: trivial - update comment for sbitmap_deferred_clear_bit
by Shenghui Wang
· 6 years ago
b45a02e
gpio: amd-fch: Fix bogus SPDX identifier
by Thomas Gleixner
· 6 years ago
ee3bbfe
net/sched: let actions use RCU to access 'goto_chain'
by Davide Caratti
· 6 years ago
fe384e2
net/sched: don't dereference a->goto_chain to read the chain index
by Davide Caratti
· 6 years ago
85d0966
net/sched: prepare TC actions to properly validate the control action
by Davide Caratti
· 6 years ago
3ce8461
Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
by Thomas Gleixner
· 6 years ago
551417a
genirq: Fix typo in comment of IRQD_MOVE_PCNTXT
by Peter Xu
· 6 years ago
e6c9871
block: Unexport blk_mq_add_to_requeue_list()
by Bart Van Assche
· 6 years ago
29ece8b
block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpected value
by Yufen Yu
· 6 years ago
bb229bb
libceph: wait for latest osdmap in ceph_monc_blacklist_add()
by Ilya Dryomov
· 6 years ago
Next »