aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-02-24tty vt: fix character insertion overflowNicolas Pitre
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds
2013-02-23mm: rename page struct field helpersMel Gorman
2013-02-23usb: forbid memory allocation with I/O during bus resetMing Lei
2013-02-23pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen
2013-02-23cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-02-22Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-coh901331: use devm_clk_get()Jingoo Han
2013-02-21rtc: rtc-vt8500: use devm_*() functionsJingoo Han
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han
2013-02-21rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han
2013-02-21rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han
2013-02-21rtc: rtc-sun4v: use pr_warn() instead of printk()Jingoo Han
2013-02-21rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han
2013-02-21rtc: rtc-rs5c313: use pr_err() instead of printk()Jingoo Han
2013-02-21rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han
2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han
2013-02-21rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han
2013-02-21rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han
2013-02-21rtc: max77686: use dev_info() instead of printk()Jingoo Han
2013-02-21rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han
2013-02-21drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/removeChao Xie
2013-02-21rtc: max8997: add driver for max8997 rtcJonghwa Lee