index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
dma40: stop ongoing transfers in DMA_TERMINATE_ALL
Rabin Vincent
2011-01-30
1
-13
/
+21
|
|
*
|
dma40: fix DMA_SG capability and channels
Rabin Vincent
2011-01-30
1
-37
/
+34
|
|
*
|
dma40: handle failure to allocate first LCLA
Rabin Vincent
2011-01-30
1
-0
/
+5
|
|
*
|
dma40: extract lcla code into separate function
Rabin Vincent
2011-01-30
1
-42
/
+50
|
|
*
|
dma40: use flags to reduce parameter count
Rabin Vincent
2011-01-30
2
-37
/
+52
|
|
*
|
dma40: make d40_log_buf_to_lli static
Rabin Vincent
2011-01-30
2
-8
/
+1
|
|
*
|
dma40: unify src/dst addr check
Rabin Vincent
2011-01-30
1
-13
/
+16
|
|
*
|
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
2011-01-30
3
-33
/
+22
|
|
*
|
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
2011-01-30
3
-85
/
+29
|
|
*
|
dma40: combine duplicated code in log_sg_to_dev
Rabin Vincent
2011-01-30
1
-29
/
+23
|
|
*
|
dma40: move lli_load to main source file
Rabin Vincent
2011-01-30
3
-35
/
+18
|
|
*
|
dma40: combine mem and slave prep_sg functions
Rabin Vincent
2011-01-30
1
-94
/
+62
|
|
*
|
dma40: remove export of stedma40_memcpy_sg
Rabin Vincent
2011-01-30
1
-1
/
+1
|
|
*
|
dma40: combine mem and slave sg-to-lli functions
Rabin Vincent
2011-01-30
1
-110
/
+84
|
|
*
|
dma40: remove duplicated dev addr code
Rabin Vincent
2011-01-30
1
-36
/
+30
|
|
*
|
dma40: combine duplicated d40_pool_lli_alloc() calls
Rabin Vincent
2011-01-30
1
-24
/
+14
|
|
*
|
dma40: combine desc init functions
Rabin Vincent
2011-01-30
1
-44
/
+32
|
|
*
|
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
2011-01-30
3
-110
/
+10
|
|
*
|
dma40: remove unnecessary casts
Rabin Vincent
2011-01-30
1
-4
/
+2
|
|
*
|
dma40: fix DMA API usage for LLIs
Rabin Vincent
2011-01-30
1
-17
/
+41
|
|
*
|
dma40: fix DMA API usage for LCLA
Rabin Vincent
2011-01-30
1
-8
/
+25
|
|
*
|
dma40: use sg_dma_address() instead of sg_phys()
Rabin Vincent
2011-01-30
1
-4
/
+4
|
|
*
|
dma40: remove unnecessary ALIGN()s
Rabin Vincent
2011-01-30
1
-5
/
+3
|
|
*
|
dma40: allow realtime and priority for event lines
Rabin Vincent
2011-01-30
2
-0
/
+50
|
|
*
|
dma40: fix comment to refer to SOCs rather than boards
Rabin Vincent
2011-01-30
1
-2
/
+3
|
|
*
|
dma40: use helpers for error functions
Rabin Vincent
2011-01-30
1
-127
/
+74
|
|
*
|
dma40: use helpers for channel type check
Rabin Vincent
2011-01-30
1
-22
/
+32
|
|
*
|
dma40: use helper for channel registers base
Rabin Vincent
2011-01-30
1
-44
/
+30
|
|
*
|
dma40: remove "hardware link with previous jobs" code
Rabin Vincent
2011-01-30
1
-107
/
+6
|
|
*
|
dma40: ensure event lines get enabled
Rabin Vincent
2011-01-30
1
-17
/
+46
|
|
*
|
dma40: make init function static
Rabin Vincent
2011-01-30
1
-1
/
+1
*
|
|
|
zlib: slim down zlib_deflate() workspace when possible
Jim Keniston
2011-03-22
1
-1
/
+1
*
|
|
|
pps: remove unreachable code
Alexander Gordeev
2011-03-22
1
-5
/
+0
*
|
|
|
pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabled
David Rientjes
2011-03-22
3
-6
/
+10
*
|
|
|
rtc: add real-time clock driver for NVIDIA Tegra
Andrew Chew
2011-03-22
3
-0
/
+499
*
|
|
|
drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file
Vasiliy Kulikov
2011-03-22
1
-1
/
+1
*
|
|
|
drivers/rtc/rtc-isl1208.c: add alarm support
Ryan Mallon
2011-03-22
1
-5
/
+171
*
|
|
|
rtc: convert DS1374 to dev_pm_ops
Mark Brown
2011-03-22
1
-6
/
+13
*
|
|
|
drivers/mmc/host/omap_hsmmc.c: use resource_size()
Chris Ball
2011-03-22
1
-4
/
+3
*
|
|
|
drivers/mmc/host/omap.c: use resource_size()
Chris Ball
2011-03-22
1
-3
/
+3
*
|
|
|
sigma-firmware: loader for Analog Devices' SigmaStudio
Mike Frysinger
2011-03-22
3
-0
/
+128
*
|
|
|
kstrto*: converting strings to integers done (hopefully) right
Alexey Dobriyan
2011-03-22
1
-3
/
+0
*
|
|
|
drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() comb...
Kirill A. Shutemov
2011-03-22
1
-4
/
+2
*
|
|
|
drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE
Axel Lin
2011-03-22
1
-0
/
+1
*
|
|
|
drivers/misc/ep93xx_pwm.c: world-writable sysfs files
Vasiliy Kulikov
2011-03-22
1
-3
/
+3
*
|
|
|
drivers/misc/atmel_tclib.c: fix a memory leak
Axel Lin
2011-03-22
1
-2
/
+2
*
|
|
|
drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv()
Axel Lin
2011-03-22
1
-2
/
+2
*
|
|
|
drivers/misc/apds9802als.c: put the device into runtime suspend after resume(...
Hong Liu
2011-03-22
1
-7
/
+10
*
|
|
|
ST SPEAr: PCIE gadget suppport
Pratyush Anand
2011-03-22
3
-0
/
+919
*
|
|
|
drivers/misc/bmp085.c: free initmem memory
Shubhrajyoti Datta
2011-03-22
1
-3
/
+3
[prev]
[next]