summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: fix test on unsigned in lnw_irq_type()Roel Kluin2009-12-161-1/+1
* ARM: NUC900: add RTC driver support for nuc910 and nuc920Wan ZongShun2009-12-163-0/+349
* rtc-x1205: unconditionally set date when setting clockJohannes Weiner2009-12-161-35/+18
* rtc-vr41xx: use resource_size()Yoichi Yuasa2009-12-161-2/+2
* rtc: ds1307 make it possible to share an irqDmitry Eremin-Solenikov2009-12-161-1/+1
* rtc: remove __raw_* accessors from PL031 RTCLinus Walleij2009-12-161-11/+12
* rtc: add driver for BQ32000 I2C RTCPiotr Ziecik2009-12-163-0/+214
* rtc: make rtc-omap driver ioremap its register spaceMark A. Greer2009-12-162-24/+30
* rtc: add Freescale MC13783 RTC driverUwe Kleine-König2009-12-163-0/+269
* rtc: convert WM8350 RTC driver to dev_pm_opsMark Brown2009-12-161-4/+10
* rtc-mv: add support for AlarmSaeed Bishara2009-12-161-3/+154
* rtc: pcf50633: manage RTC alarm "pending" flagWerner Almesberger2009-12-161-0/+5
* efirtc: explicitly set llseek to no_llseekJohn Kacur2009-12-161-0/+1
* rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto2009-12-163-12/+12
* rtc-stk17ta8: fix races around device registrationAtsushi Nemoto2009-12-161-69/+45
* rtc-ds1742: fix races around device registrationAtsushi Nemoto2009-12-161-35/+16
* rtc-ds1553: fix races around device registrationAtsushi Nemoto2009-12-161-77/+64
* rtc-tx4939: fix races around device registrationAtsushi Nemoto2009-12-161-25/+26
* rtc-ds1511: fix races around device registrationAtsushi Nemoto2009-12-161-88/+60
* rtc-cmos: convert RTC_AIE/RTC_UIE to rtc irq APIHerton Ronaldo Krzesinski2009-12-161-40/+35
* rtc: fix driver data issues in several rtc driversAlessandro Zummo2009-12-1610-42/+42
* rtc: disable hpet emulation on suspendMaxim Levitsky2009-12-161-1/+2
* vt: make the default cursor shape configurableClemens Ladisch2009-12-161-2/+5
* oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2009-12-161-1/+1
* mfd: compile fix for twl4030 renamingStephen Rothwell2009-12-151-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-12-1518-874/+2274
|\
| * dm snapshot: use merge origin if snapshot invalidMikulas Patocka2009-12-111-5/+4
| * dm snapshot: report merge failure in statusMike Snitzer2009-12-111-2/+28
| * dm snapshot: merge consecutive chunks togetherMike Snitzer2009-12-111-10/+21
| * dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka2009-12-111-0/+83
| * dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka2009-12-111-1/+5
| * dm snapshot: queue writes to chunks being mergedMikulas Patocka2009-12-111-13/+78
| * dm snapshot: add mergingMikulas Patocka2009-12-112-6/+244
| * dm snapshot: permit only one merge at onceMikulas Patocka2009-12-111-6/+27
| * dm snapshot: support barriers in snapshot merge targetMike Snitzer2009-12-111-3/+18
| * dm snapshot: avoid allocating exceptions in mergeMikulas Patocka2009-12-111-1/+56
| * dm snapshot: rework writing to originMikulas Patocka2009-12-111-106/+49
| * dm snapshot: add merge targetMikulas Patocka2009-12-111-12/+41
| * dm exception store: add merge specific methodsMikulas Patocka2009-12-112-2/+129
| * dm snapshot: create function for chunk_is_tracked waitMike Snitzer2009-12-111-6/+12
| * dm snapshot: make bio optional in __origin_writeMikulas Patocka2009-12-111-5/+18
| * dm mpath: reject messages when device is suspendedKiyoshi Ueda2009-12-111-0/+5
| * dm: export suspended state to targetsKiyoshi Ueda2009-12-111-0/+11
| * dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda2009-12-114-11/+16
| * dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda2009-12-111-2/+2
| * dm crypt: add plain64 ivMilan Broz2009-12-111-0/+18
| * dm: trace request based remappingJun'ichi Nomura2009-12-111-0/+2
| * dm snapshot: allow live exception store handover between tablesMike Snitzer2009-12-111-27/+236
| * dm: keep old table until after resume succeededAlasdair G Kergon2009-12-112-21/+23
| * dm: bind new table before destroying oldAlasdair G Kergon2009-12-112-5/+14