summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-17drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu1-2/+1
2013-05-16Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/tar...Linus Torvalds12-81/+73
2013-05-16Merge branch 'acpi-fixes'Rafael J. Wysocki1-1/+2
2013-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki2-6/+5
2013-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2013-05-16Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+7
2013-05-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-386/+549
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat2-6/+5
2013-05-15ACPI / scan: Fix memory leak on acpi_scan_init_hotplug() error pathCatalin Marinas1-1/+2
2013-05-15NTB: Multiple NTB client fixJon Mason1-2/+3
2013-05-15ntb_netdev: remove from list on exitJon Mason1-0/+2
2013-05-15NTB: memcpy lockup workaroundJon Mason1-3/+8
2013-05-15NTB: Correctly handle receive buffers of the minimal sizeJon Mason1-3/+5
2013-05-15NTB: reset tx_index on link toggleJon Mason1-1/+1
2013-05-15NTB: Link toggle memory leakJon Mason1-12/+20
2013-05-15NTB: Handle 64bit BAR sizesJon Mason2-50/+75
2013-05-15NTB: fix pointer math issuesDan Carpenter1-2/+2
2013-05-15ntb: off by one sanity checksDan Carpenter1-3/+3
2013-05-15NTB: variable dereferenced before checkJon Mason1-2/+14
2013-05-15xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Konrad Rzeszutek Wilk2-9/+14
2013-05-15xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning...Konrad Rzeszutek Wilk2-26/+4
2013-05-15xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool i...Konrad Rzeszutek Wilk2-14/+3
2013-05-15xen/tmem: Remove the boot options and fold them in the tmem.X parameters.Konrad Rzeszutek Wilk1-24/+4
2013-05-15xen/tmem: s/disable_// and change the logic.Konrad Rzeszutek Wilk1-14/+13
2013-05-15xen/tmem: Fix compile warning.Konrad Rzeszutek Wilk1-4/+2
2013-05-15xen/tmem: Split out the different module/boot options.Konrad Rzeszutek Wilk1-3/+8
2013-05-15xen/tmem: Move all of the boot and module parameters to the top of the file.Konrad Rzeszutek Wilk1-40/+45
2013-05-15xen/tmem: Cleanup. Remove the parts that say temporary.Konrad Rzeszutek Wilk1-4/+0
2013-05-15Merge tag 'v3.10-rc1' into stable/for-linus-3.10Konrad Rzeszutek Wilk4799-206188/+364361
2013-05-15xen/privcmd: fix condition in privcmd_close()Dan Carpenter1-1/+1
2013-05-15pinctrl/lantiq: Free mapping configs for both pin and groupsLaurent Pinchart1-1/+2
2013-05-15target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel1-6/+5
2013-05-15target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regressionNicholas Bellinger1-0/+2
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-2/+0
2013-05-14Merge branch 'pm-fixes'Rafael J. Wysocki1-6/+6
2013-05-14Merge branch 'acpi-fixes'Rafael J. Wysocki5-17/+65
2013-05-14pinctrl: single: fix error return code in pcs_parse_one_pinctrl_entry()Wei Yongjun1-1/+2
2013-05-14pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl tableTony Prisk1-1/+1
2013-05-14pinctrl: abx500: Rejiggle platform data and DT initialisationLee Jones1-14/+13
2013-05-14pinctrl: abx500: Specify failed sub-driver by ID instead of driver_dataLee Jones1-2/+1
2013-05-14cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)Wei Yongjun1-2/+1
2013-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-238/+394
2013-05-14rbd: re-submit flattened write request (part 2)Alex Elder1-2/+16
2013-05-14rbd: re-submit write request for flattened cloneAlex Elder1-7/+22
2013-05-14rbd: re-submit read request for flattened cloneAlex Elder1-5/+25
2013-05-14rbd: detect when clone image is flattenedAlex Elder1-2/+28
2013-05-14rbd: reference count parent requestsAlex Elder1-2/+102
2013-05-14rbd: define parent image request routinesAlex Elder1-23/+55
2013-05-14rbd: define rbd_dev_unparent()Alex Elder1-5/+13
2013-05-14rbd: don't release write request until necessaryAlex Elder1-12/+7