Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
dc7884f34a5da79c61a9443c465a99512dc7bb15
/
drivers
5c4a608
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
c280230
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 6 years ago
505b050
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
b23b0ea
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
078a5a4f
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
1205b62
Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
9ee3b3f
Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
by Linus Torvalds
· 6 years ago
a659811
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
00f8ccd
Merge branch 'next/drivers' into next/late
by Olof Johansson
· 6 years ago
967d301
drivers/base/platform.c: kmemleak ignore a known leak
by Qian Cai
· 6 years ago
0539177
drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanic
by huang.zijiang
· 6 years ago
300133d
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
by Souptick Joarder
· 6 years ago
594cc25
make 'user_access_begin()' do 'access_ok()'
by Linus Torvalds
· 6 years ago
0b2c8f8
i915: fix missing user_access_end() in page fault exception case
by Linus Torvalds
· 6 years ago
eb4f521
drivers/perf: hisi: Fixup one DDRC PMU register offset
by Shaokun Zhang
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
43d86ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
acafce48
firmware: arm_sdei: Fix DT platform device creation
by James Morse
· 6 years ago
c3790b3
firmware: arm_sdei: fix wrong of_node_put() in init function
by Nicolas Saenz Julienne
· 6 years ago
24ef9ec
thermal/intel: fixup for Kconfig string parsing tightening up
by Stephen Rothwell
· 6 years ago
645ff1e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
d548e65
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 6 years ago
77d0b19
Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b79f9f9
Merge tag 'for-4.21/libata-20190102' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
0f2107d
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
01766d2
Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
35ddb06
Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujitsu/integration
by Linus Torvalds
· 6 years ago
04a17ed
Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
74673fc
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
d63967e
isdn: fix kernel-infoleak in capi_unlocked_ioctl
by Eric Dumazet
· 6 years ago
202700e3
net/hamradio/6pack: use mod_timer() to rearm timers
by Eric Dumazet
· 6 years ago
53fe3ed
net-next/hinic:add shutdown callback
by Xue Chaojing
· 6 years ago
9d21621
thermal: generic-adc: Fix adc to temp interpolation
by Bjorn Andersson
· 6 years ago
e36e130
thermal: rcar_thermal: add R8A77990 support
by Yoshihiro Kaneko
· 6 years ago
b8d3d11
thermal: rcar_thermal: add R8A774C0 support
by Fabrizio Castro
· 6 years ago
879d736
thermal: armada: add overheat interrupt support
by Miquel Raynal
· 6 years ago
5a78ad6
thermal: st: fix Makefile typo
by Arnd Bergmann
· 6 years ago
ca74472
thermal: uniphier: Convert to SPDX identifier
by Kunihiko Hayashi
· 6 years ago
8632ed4
thermal/intel_powerclamp: Change to use DEFINE_SHOW_ATTRIBUTE macro
by Yangtao Li
· 6 years ago
05c1b70
thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macro
by Yangtao Li
· 6 years ago
925b383
thermal: imx: save one condition block for normal case of nvmem initialization
by Anson Huang
· 6 years ago
c589c56
thermal: imx: fix for dependency on cpu-freq
by Anson Huang
· 6 years ago
4ab248b
thermal: tsens: qcom: do not create duplicate regmap debugfs entries
by Srinivas Kandagatla
· 6 years ago
ac31f6e
thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()
by YueHaibing
· 6 years ago
adad7c7
thermal: broadcom: use devm_thermal_zone_of_sensor_register
by Julia Lawall
· 6 years ago
d56c19d
thermal: bcm2835: enable hwmon explicitly
by Matthias Brugger
· 6 years ago
03334ba
thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set
by Eduardo Valentin
· 6 years ago
8e143b9
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
78e8696
Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 6 years ago
28e8c4b
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
c9bef4a
Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 6 years ago
115502a
Merge tag 'linux-watchdog-4.21-rc1' of git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 6 years ago
e888402
net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
by Huazhong Tan
· 6 years ago
8c76e77
tap: call skb_probe_transport_header after setting skb->dev
by Willem de Bruijn
· 6 years ago
d36377c
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
0922275
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
756af9c
ibmveth: fix DMA unmap error in ibmveth_xmit_start error path
by Tyrel Datwyler
· 6 years ago
c10b133
tty: serial: Add RDA8810PL UART driver
by Manivannan Sadhasivam
· 6 years ago
5e0bd98
Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/late
by Olof Johansson
· 6 years ago
6ae284a
Merge tag 'tee-subsys-fix-for-4.21' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/late
by Olof Johansson
· 6 years ago
cac1fc8
Merge branch 'fixes' into next/soc
by Olof Johansson
· 6 years ago
427c5ce
block/swim3: Fix regression on PowerBook G3
by Finn Thain
· 6 years ago
296dcc4
block/swim3: Fix -EBUSY error when re-opening device after unmount
by Finn Thain
· 6 years ago
f3010ec
block/swim3: Remove dead return statement
by Finn Thain
· 6 years ago
d4d179c
block/amiflop: Don't log error message on invalid ioctl
by Finn Thain
· 6 years ago
0c87bb0
clocksource/drivers/c-sky: fixup ftrace call-graph panic
by Guo Ren
· 6 years ago
1d95fe4
clocksource/drivers/c-sky: fixup qemu fail to bootup sometimes.
by Guo Ren
· 6 years ago
6606118
Merge branch 'topic/xilinx' into for-linus
by Vinod Koul
· 6 years ago
69ca36b
Merge branch 'topic/uniphier' into for-linus
by Vinod Koul
· 6 years ago
990beed
Merge branch 'topic/sprd' into for-linus
by Vinod Koul
· 6 years ago
f782086
Merge branch 'topic/sh' into for-linus
by Vinod Koul
· 6 years ago
56e8e1a
Merge branch 'topic/sa11x0' into for-linus
by Vinod Koul
· 6 years ago
68ded1d
Merge branch 'topic/mtk' into for-linus
by Vinod Koul
· 6 years ago
23a1bff
Merge branch 'topic/imx' into for-linus
by Vinod Koul
· 6 years ago
b7ff66c
Merge branch 'topic/ep93xx' into for-linus
by Vinod Koul
· 6 years ago
010299bf
Merge branch 'topic/dw' into for-linus
by Vinod Koul
· 6 years ago
466e601
Merge branch 'topic/dmatest' into for-linus
by Vinod Koul
· 6 years ago
77ee1aa
Merge branch 'topic/dirn_remove' into for-linus
by Vinod Koul
· 6 years ago
5f44325
Merge branch 'topic/coh' into for-linus
by Vinod Koul
· 6 years ago
7c2269e
Merge branch 'topic/bcm' into for-linus
by Vinod Koul
· 6 years ago
36e14f5
rtc: rename core files
by Alexandre Belloni
· 6 years ago
3bd8264
r8169: fix WoL device wakeup enable
by Heiner Kallweit
· 6 years ago
d5c7c74
net/wan: fix a double free in x25_asy_open_tty()
by Cong Wang
· 6 years ago
bba3d2d
rtc: nvmem: fix possible use after free
by Alexandre Belloni
· 6 years ago
1953031
Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
769e470
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
668c35f
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
9ef1034
Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 6 years ago
889bb74
Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux
by Linus Torvalds
· 6 years ago
093c482
gdrom: fix a memory leak bug
by Wenwen Wang
· 6 years ago
0d9c9a2
fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()
by Scott Wood
· 6 years ago
7418e65
isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI_l1hw()
by Jia-Ju Bai
· 6 years ago
457fa34
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
b07039b
Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
0206118
Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 6 years ago
117eda8
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
c0ea81b
Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
4d6ad6f
Merge tag 'hsi-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
by Linus Torvalds
· 6 years ago
579a700
Merge tag 'for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
by Linus Torvalds
· 6 years ago
030672a
Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
Next »