summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-12firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare1-23/+24
2013-09-12firmware/dmi_scan: drop obsolete commentJean Delvare1-5/+0
2013-09-12lto, watchdog/hpwdt.c: make assembler label globalAndi Kleen1-2/+4
2013-09-12drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-12platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan1-4/+14
2013-09-12tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan1-36/+24
2013-09-12rtc: convert rtc-cmos to dev_pm_ops from legacy pm_opsShuah Khan1-19/+5
2013-09-12pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specifiedShuah Khan1-0/+13
2013-09-12drivers/block/swim.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-12cciss: set max scatter gather entries to 32 on P600Mike Miller1-0/+7
2013-09-12drivers/block/mg_disk.c: make mg_times_out() staticJingoo Han1-1/+1
2013-09-12block: replace strict_strtoul() with kstrtoul()Jingoo Han3-3/+3
2013-09-12drivers/iommu: remove unnecessary platform_set_drvdata()Jingoo Han2-4/+0
2013-09-12drivers/video/acornfb.c: remove dead codePaul Bolle2-294/+1
2013-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-47/+30518
2013-09-12cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu1-2/+2
2013-09-12cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat1-0/+3
2013-09-12cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat1-2/+3
2013-09-12cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat1-13/+24
2013-09-12net: qmi_wwan: add new Qualcomm devicesBjørn Mork1-1/+129
2013-09-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller29-0/+30315
2013-09-12net: tilegx driver: avoid compiler warningChris Metcalf1-3/+3
2013-09-12irda: vlsi_ir: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-12irda: donauboe: Remove casting the return value which is a void pointerJingoo Han1-3/+3
2013-09-12bcm63xx_enet: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+4
2013-09-12net: korina: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+4
2013-09-12macvlan: Move skb_clone check closer to callHerbert Xu1-4/+6
2013-09-11qlcnic: Fix warning reported by kbuild test robot.Jitendra Kalsaria1-1/+1
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com3-5/+19
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com1-4/+10
2013-09-11bnx2x: avoid atomic allocations during initializationMichal Schmidt1-15/+23
2013-09-11xen/balloon: remove BUG_ON in increase_reservationWei Liu1-2/+0
2013-09-11xen/balloon: ensure preemption is disabled when using a scratch pageDavid Vrabel1-4/+7
2013-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-13/+13
2013-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki3-34/+76
2013-09-11Merge branch 'acpi-bind'Rafael J. Wysocki1-11/+24
2013-09-11i40e: include i40e in kernel properJesse Brandeburg3-0/+63
2013-09-11i40e: debugfs interfaceJesse Brandeburg1-0/+2076
2013-09-11i40e: init code and hardware supportJesse Brandeburg16-0/+13813
2013-09-11i40e: implement virtual device interfaceJesse Brandeburg3-0/+2823
2013-09-11i40e: driver core headersJesse Brandeburg3-0/+899
2013-09-11i40e: driver ethtool coreJesse Brandeburg1-0/+1449
2013-09-11i40e: transmit, receive, and NAPIJesse Brandeburg1-0/+1817
2013-09-11i40e: main driver coreJesse Brandeburg1-0/+7375
2013-09-11Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6Linus Torvalds16-17/+2054
2013-09-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2013-09-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-337/+374
2013-09-11Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+2
2013-09-11fbdev/ps3fb: Fix section mismatch warning for ps3fb_probeVladimir Murzin1-1/+1
2013-09-11Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+2