index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-15
arm64: Delete the space separator in __emit_inst
Fangrui Song
1
-1
/
+3
2020-04-15
selftests/bpf: Check for correct program attach/detach in xdp_attach test
Toke Høiland-Jørgensen
1
-1
/
+29
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
2
-59
/
+109
2020-04-15
xsk: Add missing check on user supplied headroom size
Magnus Karlsson
1
-3
/
+2
2020-04-15
arm64: vdso: don't free unallocated pages
Mark Rutland
1
-12
/
+1
2020-04-15
i2c: remove i2c_new_probed_device API
Wolfram Sang
2
-19
/
+0
2020-04-15
i2c: altera: use proper variable to hold errno
Wolfram Sang
1
-5
/
+4
2020-04-15
i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT
Hans de Goede
1
-4
/
+10
2020-04-15
x86/umip: Make umip_insns static
Jason Yan
1
-1
/
+1
2020-04-15
sched/vtime: Work around an unitialized variable warning
Borislav Petkov
1
-2
/
+2
2020-04-15
sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters
Peter Xu
1
-2
/
+19
2020-04-15
clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks
Eugene Syromiatnikov
1
-0
/
+8
2020-04-15
clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set
Eugene Syromiatnikov
1
-1
/
+2
2020-04-15
clone3: fix cgroup argument sanity check
Eugene Syromiatnikov
1
-1
/
+1
2020-04-15
mac80211: fix channel switch trigger from unknown mesh peer
Tamizh chelvam
1
-4
/
+7
2020-04-15
mac80211: fix race in ieee80211_register_hw()
Sumit Garg
1
-11
/
+13
2020-04-15
tracing: Fix the race between registering 'snapshot' event trigger and trigge...
Xiao Yang
1
-7
/
+3
2020-04-15
io_uring: don't count rqs failed after current one
Pavel Begunkov
1
-3
/
+3
2020-04-15
io_uring: kill already cached timeout.seq_offset
Pavel Begunkov
1
-6
/
+3
2020-04-15
io_uring: fix cached_sq_head in io_timeout()
Pavel Begunkov
1
-7
/
+8
2020-04-15
net: marvell10g: soft-reset the PHY when coming out of low power
Russell King
1
-3
/
+13
2020-04-15
net: marvell10g: report firmware version
Russell King
1
-0
/
+20
2020-04-15
net/cxgb4: Check the return from t4_query_params properly
Jason Gunthorpe
1
-1
/
+1
2020-04-15
net: stmmac: socfpga: Allow all RGMII modes
Atsushi Nemoto
1
-0
/
+2
2020-04-15
net: dsa: Down cpu/dsa ports phylink will control
Andrew Lunn
1
-1
/
+6
2020-04-15
net: dsa: mv88e6xxx: Configure MAC when using fixed link
Andrew Lunn
1
-2
/
+3
2020-04-15
ionic: fix unused assignment
Shannon Nelson
1
-1
/
+1
2020-04-15
ionic: add dynamic_debug header
Shannon Nelson
1
-0
/
+1
2020-04-15
rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
David Howells
2
-41
/
+12
2020-04-15
net: phy: micrel: use genphy_read_status for KSZ9131
Atsushi Nemoto
1
-1
/
+1
2020-04-14
docs: dt: rockchip,dwc3.txt: fix a pointer to a renamed file
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-14
docs: dt: fix a broken reference for a file converted to json
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-14
docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
Mauro Carvalho Chehab
1
-2
/
+2
2020-04-14
docs: dt: fix broken reference to phy-cadence-torrent.yaml
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-14
dt-bindings: interrupt-controller: Fix loongson,parent_int_map property schema
Rob Herring
1
-3
/
+2
2020-04-14
dt-bindings: hwmon: Fix incorrect $id paths
Rob Herring
2
-2
/
+2
2020-04-14
dt-bindings: Fix dtc warnings on reg and ranges in examples
Rob Herring
8
-23
/
+35
2020-04-14
dt-bindings: BD718x7 - add missing I2C bus properties
Matti Vaittinen
2
-2
/
+6
2020-04-14
dt-bindings: clock: syscon-icst: Remove unneeded unit name
Fabio Estevam
1
-1
/
+1
2020-04-14
dt-bindings: touchscreen: edt-ft5x06: Remove unneeded I2C unit name
Fabio Estevam
1
-1
/
+1
2020-04-14
dt-bindings: iio: dac: ad5770r: Fix the file path
Fabio Estevam
1
-1
/
+1
2020-04-14
dt-bindings: iio: dac: ad5770r: Add vendor to compatible string
Fabio Estevam
1
-1
/
+1
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
1
-2
/
+1
2020-04-14
xdp: Reset prog in dev_change_xdp_fd when fd is negative
David Ahern
1
-1
/
+2
2020-04-14
tools, bpftool: Fix struct_ops command invalid pointer free
Daniel T. Lee
1
-1
/
+3
2020-04-14
selftests/bpf: Validate frozen map contents stays frozen
Andrii Nakryiko
1
-2
/
+60
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
1
-9
/
+7
2020-04-14
arm, bpf: Fix offset overflow for BPF_MEM BPF_DW
Luke Nelson
1
-16
/
+24
2020-04-14
drm/amdgpu/gfx9: add gfxoff quirk
Alex Deucher
1
-0
/
+2
[prev]
[next]