index
:
kernel/linux.git
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.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-29
dmatest: make dmatest threads freezable
Guennadi Liakhovetski
1
-2
/
+15
2011-08-25
dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly
Viresh Kumar
1
-1
/
+3
2011-08-25
dmaengine/amba-pl08x: Pass flow controller information with slave channel data
Viresh Kumar
1
-8
/
+53
2011-08-25
dmaengine/amba-pl08x: Choose peripheral bus as master bus
Viresh Kumar
1
-16
/
+6
2011-08-25
dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)
Viresh Kumar
1
-5
/
+7
2011-08-25
dmaengine/amba-pl08x: Add prep_single_byte_llis() routine
Viresh Kumar
1
-28
/
+33
2011-08-25
dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN...
Viresh Kumar
1
-8
/
+6
2011-08-25
dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()
Viresh Kumar
1
-124
/
+17
2011-08-25
dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt
Viresh Kumar
1
-21
/
+23
2011-08-25
dmaengine/amba-pl08x: No need to check "ch->signal < 0"
Viresh Kumar
1
-1
/
+1
2011-08-25
dmaengine/amba-pl08x: Simplify pl08x_ensure_on()
Viresh Kumar
1
-7
/
+1
2011-08-25
dmaengine/amba-pl08x: support runtime PM
Viresh Kumar
1
-0
/
+12
2011-08-25
dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
Viresh Kumar
1
-4
/
+3
2011-08-25
dmaengine/amba-pl08x: Remove redundant comment and rewrite original
Viresh Kumar
1
-8
/
+7
2011-08-25
dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)
Viresh Kumar
1
-4
/
+4
2011-08-25
dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order
Viresh Kumar
1
-9
/
+8
2011-08-25
dmaengine/amba-pl08x: Resolve formatting issues
Viresh Kumar
1
-25
/
+16
2011-08-19
dmaengine: at_hdmac: fix way to specify cyclic capability
Nicolas Ferre
1
-6
/
+4
2011-08-19
dmaengine: at_hdmac: add wrappers for testing channel state
Nicolas Ferre
2
-10
/
+26
2011-08-19
dmaengine: at_hdmac: improve power management routines
Nicolas Ferre
2
-1
/
+94
2011-08-19
dmaengine: at_hdmac: replace spin_lock* with irqsave variants
Nicolas Ferre
1
-22
/
+30
2011-08-16
mxs-dma: enable CLKGATE before accessing registers
Lothar Waßmann
1
-21
/
+24
2011-08-08
dmaengine/dmatest: Terminate transfers on all channels in case of error or exit
Viresh Kumar
1
-0
/
+6
2011-08-08
sh: Fix boot crash related to SCI
Rafael J. Wysocki
1
-1
/
+1
2011-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-341
/
+8
2011-08-07
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
1
-341
/
+8
2011-08-07
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-4
/
+9
2011-08-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...
Linus Torvalds
22
-84
/
+769
2011-08-06
Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2011-08-06
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-3
/
+7
2011-08-06
savagedb: Fix typo causing regression in savage4 series video chip detection
John Stanley
1
-1
/
+1
2011-08-06
Merge branch 'battery' into release
Len Brown
1
-3
/
+7
2011-08-06
Battery: sysfs_remove_battery(): possible circular locking
Sergey Senozhatsky
1
-3
/
+7
2011-08-05
PM / Runtime: Allow _put_sync() from interrupts-disabled context
Kevin Hilman
1
-2
/
+8
2011-08-05
PM / Domains: Fix pm_genpd_poweron()
Rafael J. Wysocki
1
-2
/
+1
2011-08-05
acer-wmi: support Lenovo ideapad S205 wifi switch
Lee, Chun-Yi
1
-2
/
+26
2011-08-05
acerhdf.c: spaces in aliased changed to *
Anton V. Boyarshinov
1
-6
/
+6
2011-08-05
platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideap...
Axel Lin
1
-1
/
+2
2011-08-05
x86 driver: fix typo in TDP override enabling
Jesse Barnes
1
-2
/
+2
2011-08-05
Platform: fix samsung-laptop DMI identification for N150/N210/220/N230
Thomas Courbon
1
-0
/
+10
2011-08-05
dell-wmi: Add keys for Dell XPS L502X
Seth Forshee
1
-0
/
+10
2011-08-05
platform-drivers-x86: samsung-q10: make dmi_check_callback return 1
Axel Lin
1
-1
/
+1
2011-08-05
Platform: Samsung Q10 backlight driver
Frederick van der Wyck
3
-0
/
+205
2011-08-05
platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
1
-1
/
+1
2011-08-05
platform-drivers-x86: intel_rar_register: convert to DEFINE_PCI_DEVICE_TABLE
Axel Lin
1
-3
/
+1
2011-08-05
platform-drivers-x86: intel_menlow: add missing return AE_OK for intel_menlow...
Axel Lin
1
-0
/
+2
2011-08-05
platform-drivers-x86: intel_mid_thermal: fix memory leak
Axel Lin
1
-7
/
+19
2011-08-05
platform-drivers-x86: msi-wmi: add missing sparse_keymap_free in msi_wmi_init...
Axel Lin
1
-0
/
+1
2011-08-05
Samsung Laptop platform driver: support N510
J Witteveen
1
-0
/
+10
2011-08-05
asus-wmi: add uwb rfkill support
Corentin Chary
1
-0
/
+16
[next]