summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-05-2010-50/+2610
|\
| * powerpc/pmac: Update via-pmu to new syscore_opsBenjamin Herrenschmidt2011-05-201-44/+12
| * Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-20125-1154/+15294
| |\
| * \ Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-19333-1287/+3023
| |\ \
| * | | misc: Add CARMA DATA-FPGA Programmer supportIra Snyder2011-05-193-0/+1150
| * | | misc: Add CARMA DATA-FPGA Access DriverIra Snyder2011-05-195-0/+1445
| * | | powerpc/pseries/bsr: Remove redundant initialization of bsr dev_t declaration.Robert P. J. Day2011-05-041-1/+1
| * | | cxgb4: use pgprot_writecombine() on powerpcNishanth Aravamudan2011-04-271-4/+1
| * | | of: Export of_irq_find_parent()Michael Ellerman2011-04-201-1/+1
* | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-2013-0/+13
| |_|/ |/| |
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-1920-91/+1303
|\ \ \
| * | | drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov...Andrew Morton2011-05-121-1/+1
| * | | memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC...Anton Blanchard2011-05-111-16/+8
| * | | RAW driver: Remove call to kobject_put().Robert P. J. Day2011-05-061-1/+0
| * | | efivars: prevent oops on unload when efi is not enabledRandy Dunlap2011-05-061-2/+4
| * | | Allow setting of number of raw devices as a module parameterJan Kara2011-05-062-7/+28
| * | | Introduce CONFIG_GOOGLE_FIRMWAREMike Waychison2011-04-292-1/+15
| * | | driver: Google Memory ConsoleMike Waychison2011-04-293-0/+175
| * | | driver: Google EFI SMIMike Waychison2011-04-295-0/+955
| * | | misc: fix ti-st build issuesRandy Dunlap2011-04-292-0/+2
| * | | drivers:base:fix the coding format of memory.cWanlong Gao2011-04-251-1/+2
| * | | driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König2011-04-221-4/+3
| * | | driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König2011-04-221-0/+1
| * | | driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König2011-04-221-10/+9
| * | | driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König2011-04-221-0/+1
| * | | driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König2011-04-221-9/+8
| * | | drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan2011-04-221-2/+1
| * | | driver-core: fix race between device_register and driver_registerSebastian Ott2011-04-221-0/+5
| * | | drivers:misc:ti-st: remove rfkill dependencyPavan Savoy2011-04-221-1/+0
| * | | drivers:misc:ti-st: handle delayed tty receivePavan Savoy2011-04-221-10/+13
| * | | kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton2011-04-191-3/+4
| * | | printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Kay Sievers2011-04-191-15/+26
| * | | uio: clean uioinfo when uninstall uio driverJie Zhou2011-04-191-0/+4
| * | | uio: fix allocating minor id for uio deviceHillf Danton2011-04-191-1/+7
| * | | uio: fix finding mm index for vmaHillf Danton2011-04-191-5/+3
| * | | uio_netx: Add support for netPLC cardsDaniel Trautmann2011-04-191-0/+19
| * | | drivers: make device_type constStephen Hemminger2011-04-191-2/+2
| * | | efivars: handle errors from register_efivars()Dan Carpenter2011-04-191-2/+9
| * | | efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter2011-04-191-2/+2
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-192-15/+2
|\ \ \
| * | | macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()Lai Jiangshan2011-05-071-9/+1
| * | | ixgbe,rcu: convert call_rcu(ring_free_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-6/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git....Linus Torvalds2011-05-191-11/+11
|\ \ \ \ \
| | * | | | x86, setup: Fix EDD3.0 data verification.Gleb Natapov2011-04-271-11/+11
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-22/+10
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86-mmTejun Heo2011-05-021654-7102/+5998
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/numa' into x86-mmTejun Heo2011-05-0256-326/+532
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Ingo Molnar2011-04-041-22/+10
| |\ \ \ \ \ \ \
| | * | | | | | | acpi throttling: Use this_cpu_has and simplify code current cpuChristoph Lameter2011-03-291-22/+10
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-05-191-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |