Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b2176a1dfb518d870ee073445d27055fea64dfb8
b2176a1
md/raid: raid5 preserve the writeback action after the parity check
by Nigel Croxon
· 6 years ago
a25d8c3
Revert "Don't jump to compute_result state from check_result state"
by Song Liu
· 6 years ago
c42d324
md: return -ENODEV if rdev has no mddev assigned
by Pawel Baldysiak
· 6 years ago
2c88e3c
block: fix use-after-free on gendisk
by Yufen Yu
· 6 years ago
d7ba866
Merge tag 'v5.1-rc5' into for-5.2/block
by Jens Axboe
· 6 years ago
dc4060a
Linux 5.1-rc5
by Linus Torvalds
· 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
8fde12c
mm: prevent get_user_pages() from overflowing page refcount
by Linus Torvalds
· 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
87af0c3
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
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
a3b8424
Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
cf60528
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
5ded887
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
6d0a598
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
122c215
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5e6f1fe
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
73fdb2c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
26e2b81
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
6a02298
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
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
f89b9e1
clk: imx: Fix PLL_1416X not rounding rates
by Leonard Crestez
· 6 years ago
cdf3e3d
block: check_events: don't bother with events if unsupported
by Martin Wilck
· 6 years ago
773008f
Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"
by Martin Wilck
· 6 years ago
3c12c8e
Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"
by Martin Wilck
· 6 years ago
c92e2f0
block: disk_events: introduce event flags
by Martin Wilck
· 6 years ago
673387a
block: genhd: remove async_events field
by Martin Wilck
· 6 years ago
b3cf181
clk: mediatek: fix clk-gate flag setting
by Weiyi Lu
· 6 years ago
8ee15f3
Merge tag 'dma-mapping-5.1-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
4876191
Merge tag 'iommu-fix-v5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
8e72d95
Merge tag 'clang-format-for-linus-v5.1-rc5' of git://github.com/ojeda/linux
by Linus Torvalds
· 6 years ago
ea951a9
Merge tag 'mmc-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 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
f2a7346
Merge tag 'acpi-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
52d52d1
block: only allow contiguous page structs in a bio_vec
by Christoph Hellwig
· 6 years ago
7321ecb
block: change how we get page references in bio_iov_iter_get_pages
by Christoph Hellwig
· 6 years ago
14eacf1
block: don't allow multiple bio_iov_iter_get_pages calls per bio
by Christoph Hellwig
· 6 years ago
a10584c
block: refactor __bio_iov_bvec_add_pages
by Christoph Hellwig
· 6 years ago
8a96a0e
block: rewrite blk_bvec_map_sg to avoid a nth_page call
by Christoph Hellwig
· 6 years ago
58890f3
Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
045afc2
arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
by Will Deacon
· 6 years ago
3c677d20
iommu/amd: Set exclusion range correctly
by Joerg Roedel
· 6 years ago
f16628d
clang-format: Update with the latest for_each macro list
by Miguel Ojeda
· 6 years ago
1d54ad9
perf/core: Fix perf_event_disable_inatomic() race
by Peter Zijlstra
· 6 years ago
788f07e
Merge tag 'drm-intel-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 6 years ago
a89afe5
block: fix the return errno for direct IO
by Jason Yan
· 6 years ago
2d06b23
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 6 years ago
ffb5d6f
Merge tag 'drm-misc-fixes-2019-04-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 6 years ago
af6b61d
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
by Trond Myklebust
· 6 years ago
0769663
NFSv4.1 fix incorrect return value in copy_file_range
by Olga Kornievskaia
· 6 years ago
e1ede31
xprtrdma: Fix helper that drains the transport
by Chuck Lever
· 6 years ago
29e7ca7
NFS: Fix handling of reply page vector
by Chuck Lever
· 6 years ago
7c2bd9a
NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
by Tetsuo Handa
· 6 years ago
8c516543
dma-debug: only skip one stackframe entry
by Scott Wood
· 6 years ago
b995dcc
platform/x86: pmc_atom: Drop __initconst on dmi table
by Stephen Boyd
· 6 years ago
3f5f5d5
Merge tag 'gvt-fixes-2019-04-11' of https://github.com/intel/gvt-linux into drm-intel-fixes
by Rodrigo Vivi
· 6 years ago
c0c14e9
Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 6 years ago
d808b7f
nvmet: fix discover log page when offsets are used
by Keith Busch
· 6 years ago
67f471b
nvme-fc: correct csn initialization and increments on error
by James Smart
· 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
5c41ea6
mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning
by Faiz Abbas
· 6 years ago
d47703d
Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 6 years ago
86dc661
Merge branch 'mediatek-drm-fixes-5.1' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes
by Dave Airlie
· 6 years ago
7a74198
Merge tag 'drm/tegra/for-5.1-rc5' of git://anongit.freedesktop.org/tegra/linux into drm-fixes
by Dave Airlie
· 6 years ago
e154592a
gpu: host1x: Fix compile error when IOMMU API is not available
by Stefan Agner
· 6 years ago
cd7879f
drm/i915/gvt: Roundup fb->height into tile's height at calucation fb->size
by Xiong Zhang
· 6 years ago
7c2e071
clk: x86: Add system specific quirk to mark clocks as critical
by David Müller
· 6 years ago
22391ac
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.2/block
by Jens Axboe
· 6 years ago
efcd487
md: add __acquires/__releases annotations to handle_active_stripes
by Christoph Hellwig
· 6 years ago
368ecad
md: add __acquires/__releases annotations to (un)lock_two_stripes
by Christoph Hellwig
· 6 years ago
2b598ee
md: mark md_cluster_mod static
by Christoph Hellwig
· 6 years ago
ae50640
md: use correct type in super_1_sync
by Christoph Hellwig
· 6 years ago
00485d0
md: use correct type in super_1_load
by Christoph Hellwig
· 6 years ago
c35403f
md: use correct types in md_bitmap_print_sb
by Christoph Hellwig
· 6 years ago
ed4d0a4e
md: add a missing endianness conversion in check_sb_changes
by Christoph Hellwig
· 6 years ago
ee37e62
md: add mddev->pers to avoid potential NULL pointer dereference
by Yufen Yu
· 6 years ago
a3761c3
block: do not leak memory in bio_copy_user_iov()
by Jérôme Glisse
· 6 years ago
3943af9
PCI: pciehp: Ignore Link State Changes after powering off a slot
by Sergey Miroshnichenko
· 6 years ago
2a29e9f
sparc64/pci_sun4v: fix ATU checks for large DMA masks
by Christoph Hellwig
· 6 years ago
582549e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
b2b3a70
lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecs
by Hans Holmberg
· 6 years ago
d737b25
IB/hfi1: Do not flush send queue in the TID RDMA second leg
by Kaike Wan
· 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
ac71317
ASoC: wcd9335: Fix missing regmap requirement
by Marc Gonzalez
· 6 years ago
21635d7
drm/i915/dp: revert back to max link rate and lane count on eDP
by Jani Nikula
· 6 years ago
4690985
drm/i915/icl: Fix port disable sequence for mipi-dsi
by Vandita Kulkarni
· 6 years ago
20eea46
drm/i915/icl: Ungate ddi clocks before IO enable
by Vandita Kulkarni
· 6 years ago
eb3afb7
nvme: cancel request synchronously
by Ming Lei
· 6 years ago
1b8f21b7
blk-mq: introduce blk_mq_complete_request_sync()
by Ming Lei
· 6 years ago
1978f30
scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
by Dongli Zhang
· 6 years ago
bf348f9
virtio-blk: limit number of hw queues by nr_cpu_ids
by Dongli Zhang
· 6 years ago
eed47d1
block, bfq: fix use after free in bfq_bfqq_expire
by Paolo Valente
· 6 years ago
d7a181d
ALSA: hda: Fix racy display power access
by Takashi Iwai
· 6 years ago
07d7e12
alarmtimer: Return correct remaining time
by Andrei Vagin
· 6 years ago
90c1cba
locking/lockdep: Zap lock classes even with lock debugging disabled
by Bart Van Assche
· 6 years ago
70802487
ASoC: pcm: fix error handling when try_module_get() fails.
by Ranjani Sridharan
· 6 years ago
Next »