Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6859eba4f6fbc515ea05f53b77ec55f49a6dcf0f
/
drivers
834c736
binder: Remove incorrect comment about vm_insert_page() behavior
by Jann Horn
· 5 years ago
990be74
binder: Use common definition of SZ_1K
by Jann Horn
· 5 years ago
97856e5
Merge 5.4-rc3 into char-misc-next
by Greg Kroah-Hartman
· 5 years ago
2581efa
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 5 years ago
71b1b553
Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 years ago
da94001
Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
9cbc634
Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 5 years ago
82c87e7
Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 years ago
6c90bbd
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 5 years ago
9b4e40c
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
680b5b3c
Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 5 years ago
f154988
Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 5 years ago
56c642e
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
by Linus Torvalds
· 5 years ago
9892f9f
Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
297cbcc
Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
442f1e7
firmware: google: increment VPD key_len properly
by Brian Norris
· 5 years ago
4adbcff
Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 5 years ago
46fe219
Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 5 years ago
437c5a1
Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 5 years ago
8624881
nbd: fix possible sysfs duplicate warning
by Xiubo Li
· 5 years ago
ee7f522
xen: Stop abusing DT of_dma_configure API
by Rob Herring
· 5 years ago
574878f
xen/grant-table: remove unnecessary printing
by Fuqian Huang
· 5 years ago
b058b25
w1: ds250x: Fix build error without CRC16
by YueHaibing
· 5 years ago
40688bd
misc: Use the correct style for SPDX License Identifier
by Nishad Kamdar
· 5 years ago
7ed4211
ocxl: Use the correct style for SPDX License Identifier
by Nishad Kamdar
· 5 years ago
efcd239
misc: fastrpc: revert max init file size back to 2MB
by Jorge Ramirez-Ortiz
· 5 years ago
387f625
misc: fastrpc: handle interrupted contexts
by Jorge Ramirez-Ortiz
· 5 years ago
55bcda3
misc: fastrpc: do not interrupt kernel calls
by Jorge Ramirez-Ortiz
· 5 years ago
2d10d2d
misc: fastrpc: fix memory leak from miscdev->name
by Srinivas Kandagatla
· 5 years ago
2419e55
misc: fastrpc: add mmap/unmap support
by Jorge Ramirez-Ortiz
· 5 years ago
689e355
misc: MIC: drop all 'comment' lines from its Kconfig
by Randy Dunlap
· 5 years ago
9964f8c
misc: rtsx: Remove unneeded variable in rts5260_card_power_on
by zhong jiang
· 5 years ago
d52accc
platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA
by Anup Patel
· 5 years ago
32a7387
greybus: remove excessive check in gb_connection_hd_cport_quiesce()
by Denis Efremov
· 5 years ago
bb4d6e0
lis3lv02d: switch to using input device polling mode
by Dmitry Torokhov
· 5 years ago
fa6f90f
sgi-gru: simplify procfs code some more
by Joe Perches
· 5 years ago
ad90ff6
misc: atmel_tclib: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
71200fc
w1: sgi_w1: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
e0b0cb9
virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr
by Navid Emamdoost
· 5 years ago
5dc54a0
binder: Fix comment headers on binder_alloc_prepare_to_free()
by Joel Fernandes (Google)
· 5 years ago
51d8a7e
binder: prevent UAF read in print_binder_transaction_log_entry()
by Christian Brauner
· 5 years ago
aafb00a
USB: yurex: fix NULL-derefs on disconnect
by Johan Hovold
· 5 years ago
31a8d8f
tty: serial: imx: Use platform_get_irq_optional() for optional IRQs
by Anson Huang
· 5 years ago
ff30283
serial: fix kernel-doc warning in comments
by Randy Dunlap
· 5 years ago
ebb2fe5
USB: iowarrior: use pr_err()
by Johan Hovold
· 5 years ago
8d33e82
USB: iowarrior: drop redundant iowarrior mutex
by Johan Hovold
· 5 years ago
7c5b971
USB: iowarrior: drop redundant disconnect mutex
by Johan Hovold
· 5 years ago
b5f8d46
USB: iowarrior: fix use-after-free after driver unbind
by Johan Hovold
· 5 years ago
80cd547
USB: iowarrior: fix use-after-free on release
by Johan Hovold
· 5 years ago
edc4746
USB: iowarrior: fix use-after-free on disconnect
by Johan Hovold
· 5 years ago
93ddb1f
USB: chaoskey: fix use-after-free on release
by Johan Hovold
· 5 years ago
123a0f1
USB: adutux: fix use-after-free on release
by Johan Hovold
· 5 years ago
58ecf13
USB: ldusb: fix NULL-derefs on driver unbind
by Johan Hovold
· 5 years ago
726b55d
USB: legousbtower: fix use-after-free on release
by Johan Hovold
· 5 years ago
eb21a74
usb: cdns3: Fix for incorrect DMA mask.
by Pawel Laszczak
· 5 years ago
02ffc26
usb: cdns3: fix cdns3_core_init_role()
by Roger Quadros
· 5 years ago
ac9099e
usb: cdns3: gadget: Fix full-speed mode
by Roger Quadros
· 5 years ago
369dca4
USB: usb-skeleton: drop redundant in-urb check
by Johan Hovold
· 5 years ago
6353001
USB: usb-skeleton: fix use-after-free after driver unbind
by Johan Hovold
· 5 years ago
bed5ef2
USB: usb-skeleton: fix NULL-deref on disconnect
by Johan Hovold
· 5 years ago
3f3d316
Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 5 years ago
fd70c775
drm/bridge: tc358767: fix max_tu_symbol value
by Tomi Valkeinen
· 5 years ago
05668e1
s390/cio: fix virtio-ccw DMA without PV
by Halil Pasic
· 5 years ago
79a85e2
null_blk: Fix zoned command return code
by Keith Busch
· 5 years ago
e137d3a
drm/i915/gt: execlists->active is serialised by the tasklet
by Chris Wilson
· 5 years ago
749085a
drm/i915/execlists: Protect peeking at execlists->active
by Chris Wilson
· 5 years ago
68184eb
drm/i915: Fixup preempt-to-busy vs reset of a virtual request
by Chris Wilson
· 5 years ago
a8385f0
drm/i915: Only enqueue already completed requests
by Chris Wilson
· 5 years ago
6535a4b
drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)
by Chris Wilson
· 5 years ago
a8064d5
drm/i915/cml: Add second PCH ID for CMP
by Matt Roper
· 5 years ago
a26e0fb
iio: Fix an undefied reference error in noa1305_probe
by zhong jiang
· 5 years ago
82f3015
iio: light: opt3001: fix mutex unlock race
by David Frey
· 5 years ago
c62dd44
iio: adc: ad799x: fix probe error handling
by Marco Felsch
· 5 years ago
7fd1c26
iio: light: add missing vcnl4040 of_compatible
by Marco Felsch
· 5 years ago
1436a78
iio: light: fix vcnl4000 devicetree hooks
by Marco Felsch
· 5 years ago
fdb828e
iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller
by Lorenzo Bianconi
· 5 years ago
9729174
iio: adc: axp288: Override TS pin bias current for some models
by Hans de Goede
· 5 years ago
9c0530e
iio: imu: adis16400: fix memory leak
by Navid Emamdoost
· 5 years ago
ab612b1
iio: imu: adis16400: release allocated memory on failure
by Navid Emamdoost
· 5 years ago
dcb1092
iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
by Fabrice Gasnier
· 5 years ago
31922f6
iio: adc: stm32-adc: move registers definitions
by Fabrice Gasnier
· 5 years ago
d9a997b
iio: accel: adxl372: Perform a reset at start up
by Stefan Popa
· 5 years ago
62df81b
iio: accel: adxl372: Fix push to buffers lost samples
by Stefan Popa
· 5 years ago
d202ce4
iio: accel: adxl372: Fix/remove limitation for FIFO samples
by Stefan Popa
· 5 years ago
4043ecf
iio: adc: hx711: fix bug in sampling of data
by Andreas Klinger
· 5 years ago
8a8c600
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
083164d
drm/amdgpu: fix memory leak
by Nirmoy Das
· 5 years ago
d500195
Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 5 years ago
be59d57
efi/tpm: Fix sanity check of unsigned tbl_size being less than zero
by Colin Ian King
· 5 years ago
3e91797
mei: me: fix me_intr_clear function name in KDoc
by Alexander Usyskin
· 5 years ago
cc635be
drm/panel: tpo-td043mtea1: Fix SPI alias
by Laurent Pinchart
· 5 years ago
692a5424
drm/panel: tpo-td028ttec1: Fix SPI alias
by Laurent Pinchart
· 5 years ago
d82a6ac
drm/panel: sony-acx565akm: Fix SPI alias
by Laurent Pinchart
· 5 years ago
cf0c4eb
drm/panel: nec-nl8048hl11: Fix SPI alias
by Laurent Pinchart
· 5 years ago
1930513
drm/panel: lg-lb035q02: Fix SPI alias
by Laurent Pinchart
· 5 years ago
b925708
drm/i915: Mark contents as dirty on a write fault
by Chris Wilson
· 5 years ago
7d0eb51
drm/i915: Prevent bonded requests from overtaking each other on preemption
by Chris Wilson
· 5 years ago
dc78909
drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled
by Ville Syrjälä
· 5 years ago
abf5cdc
drm/i915: Verify the engine after acquiring the active.lock
by Chris Wilson
· 5 years ago
c73cdbf
drm/i915: Extend Haswell GT1 PSMI workaround to all
by Chris Wilson
· 5 years ago
Next »