index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
gpio: dwapb: Fix error handling in dwapb_gpio_probe()
Alexey Khoroshilov
1
-0
/
+1
2018-08-29
pinctrl: madera: Fix possible NULL pointer with pdata config
Richard Fitzgerald
1
-1
/
+1
2018-08-29
drm/rockchip: vop: fix some register define error for px30
Sandy Huang
1
-8
/
+6
2018-08-29
pinctrl: ingenic: Fix group & function error checking
Paul Burton
1
-2
/
+2
2018-08-29
drm/rockchip: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-3
/
+3
2018-08-29
gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall
Hans de Goede
1
-35
/
+49
2018-08-29
gpiolib: acpi: Switch to cansleep version of GPIO library call
Andy Shevchenko
1
-1
/
+1
2018-08-29
drm/rockchip: fix coding style and incorrect description
Sandy Huang
1
-7
/
+7
2018-08-29
netfilter: nf_tables: rework ct timeout set support
Florian Westphal
2
-31
/
+30
2018-08-29
netfilter: conntrack: place 'new' timeout in first location too
Florian Westphal
3
-0
/
+21
2018-08-29
arm/arm64: smccc-1.1: Make return values unsigned long
Marc Zyngier
1
-10
/
+10
2018-08-29
Documentation/arm64/sve: Couple of improvements and typos
Julien Grall
1
-2
/
+2
2018-08-29
drm/i915: Don't check power domains state in intel_power_domains_init_hw()
Imre Deak
1
-5
/
+5
2018-08-29
mac80211: avoid kernel panic when building AMSDU from non-linear SKB
Sara Sharon
1
-17
/
+21
2018-08-29
mac80211: mesh: fix HWMP sequence numbering to follow standard
Yuan-Chi Pang
1
-0
/
+4
2018-08-29
gpio: adp5588: Fix sleep-in-atomic-context bug
Michael Hennerich
1
-4
/
+20
2018-08-29
pinctrl: msm: Really mask level interrupts to prevent latching
Stephen Boyd
1
-0
/
+24
2018-08-29
usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()
Wei Yongjun
1
-2
/
+2
2018-08-29
usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0
Yoshihiro Shimoda
1
-1
/
+4
2018-08-29
usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]
Anton Vasilyev
1
-5
/
+10
2018-08-29
USB: net2280: Fix erroneous synchronization change
Alan Stern
1
-2
/
+14
2018-08-29
usb: dwc3: of-simple: avoid unused function warnings
Arnd Bergmann
1
-6
/
+4
2018-08-28
bpf: fix several offset tests in bpf_msg_pull_data
Daniel Borkmann
1
-5
/
+9
2018-08-28
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Linus Torvalds
4
-45
/
+16
2018-08-28
clk: npcm7xx: fix memory allocation
Gustavo A. R. Silva
1
-2
/
+2
2018-08-28
drm/i915/dsc: Fix PPS register definition macros for 2nd VDSC engine
Manasi Navare
1
-2
/
+2
2018-08-28
x86/xen: remove redundant variable save_pud
Colin Ian King
1
-2
/
+0
2018-08-28
xen: export device state to sysfs
Joe Jin
2
-0
/
+18
2018-08-28
RISC-V: Use a less ugly workaround for unused variable warnings
Palmer Dabbelt
1
-14
/
+1
2018-08-28
riscv: tlb: Provide definition of tlb_flush() before including tlb.h
Will Deacon
1
-0
/
+4
2018-08-28
dt-bindings: riscv,cpu-intc: Cleanups from a missed review
Palmer Dabbelt
1
-3
/
+11
2018-08-28
spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE
Angelo Dureghello
1
-0
/
+6
2018-08-28
drm/i915: Free write_buf that we allocated with kzalloc.
Rodrigo Vivi
1
-2
/
+6
2018-08-28
drm/i915: Fix glk/cnl display w/a #1175
Ville Syrjälä
1
-3
/
+4
2018-08-28
spi: Fix double IDR allocation with DT aliases
Geert Uytterhoeven
1
-11
/
+11
2018-08-28
drm/i915: Do not advertize support for NV12 on ICL yet.
Dhinakaran Pandiyan
1
-1
/
+8
2018-08-28
drm/i915: Clean up skl_plane_has_planar()
Dhinakaran Pandiyan
1
-18
/
+9
2018-08-28
ASoC: sigmadsp: safeload should not have lower byte limit
Danny Smith
1
-2
/
+1
2018-08-28
drm/i915: Reject compressed Y/Yf with interlaced modes
Ville Syrjälä
1
-1
/
+3
2018-08-28
drm/i915: Don't pass plane to .check_plane()
Ville Syrjälä
4
-12
/
+10
2018-08-28
ASoC: wm8804: Add ACPI support
Pierre-Louis Bossart
1
-1
/
+14
2018-08-28
ASoC: rt5682: Change DAC/ADC volume scale
Shuming Fan
1
-4
/
+4
2018-08-28
ASoC: max98373: Added 10ms sleep after amp software reset
Ryan Lee
1
-0
/
+2
2018-08-28
drm/amdgpu: Need to set moved to true when evict bo
Emily Deng
1
-0
/
+1
2018-08-28
ARM: dts: omap4-droid4: Fix emmc errors seen on some devices
Tony Lindgren
1
-1
/
+1
2018-08-28
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Tony Lindgren
10929
-208473
/
+509525
2018-08-28
drm/amdgpu: Only retrieve GPU address of GART table after pinning it
Michel Dänzer
3
-3
/
+12
2018-08-28
drm/amdgpu: Need to set moved to true when evict bo
Emily Deng
1
-0
/
+1
2018-08-28
drm/amdgpu: move full access into amdgpu_device_ip_suspend
Yintian Tao
1
-6
/
+6
2018-08-28
drm/amdgpu: remove extra newline when printing VM faults
Christian König
1
-1
/
+1
[prev]
[next]