summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mm: add numa node symlink for cpu devices in sysfsAlex Chiang2009-12-151-1/+10
* mm: refactor unregister_cpu_under_node()Alex Chiang2009-12-151-6/+12
* mm: refactor register_cpu_under_node()Alex Chiang2009-12-151-9/+11
* mm: add numa node symlink for memory section in sysfsAlex Chiang2009-12-151-1/+10
* hugetlb: offload per node attribute registrationsLee Schermerhorn2009-12-151-10/+47
* hugetlb: handle memory hot-plug eventsLee Schermerhorn2009-12-151-5/+48
* hugetlb: add per node hstate attributesLee Schermerhorn2009-12-151-0/+39
* /dev/mem: remove redundant parameter from do_write_kmem()Wu Fengguang2009-12-151-8/+6Star
* /dev/mem: remove the "written" variable in write_kmem()Wu Fengguang2009-12-151-27/+22Star
* /dev/mem: make size_inside_page() logic straightWu Fengguang2009-12-151-22/+12Star
* /dev/mem: cleanup unxlate_dev_mem_ptr() callsWu Fengguang2009-12-151-8/+6Star
* /dev/mem: introduce size_inside_page()Wu Fengguang2009-12-151-41/+19Star
* /dev/mem: remove redundant test on lenWu Fengguang2009-12-151-8/+6Star
* Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-12-1448-321/+228Star
|\
| * i2c-core: i2c bus should support PM entries in struct dev_pm_opssonic zhang2009-12-141-0/+35
| * i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-1418-51/+26Star
| * i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-1429-116/+30Star
| * i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-1448-55/+54Star
| * i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-1448-99/+83Star
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-142-33/+27Star
|\ \
| * | nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin2009-12-121-4/+10
| * | x86, msr: Add support for non-contiguous cpumasksBorislav Petkov2009-12-111-29/+17Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-1421-389/+485
|\ \ \
| * | | pcmcia: CodingStyle fixesDominik Brodowski2009-12-0711-377/+475
| * | | pcmcia: remove unused IRQ_FIRST_SHAREDDominik Brodowski2009-12-0710-12/+10Star
* | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-1414-219/+2418
|\ \ \ \
| * | | | spi: fix probe/remove section markingsGrant Likely2009-12-131-3/+3
| * | | | Add OMAP spi100k driverCory Maccarrone2009-12-133-0/+642
| * | | | spi-imx: don't access struct device directly but use dev_get_platdataUwe Kleine-König2009-12-131-1/+1
| * | | | spi-imx: Add mx25 supportSascha Hauer2009-12-131-4/+4
| * | | | spi-imx: use positive logic to distinguish cpu variantsUwe Kleine-König2009-12-131-1/+1
| * | | | spi-imx: correct check for platform_get_irq failingUwe Kleine-König2009-12-131-1/+1
| * | | | ARM: NUC900: Add spi driver support for nuc900Wan ZongShun2009-12-133-0/+512
| * | | | spi: SuperH MSIOF SPI Master driver V2Magnus Damm2009-12-133-0/+699
| * | | | spi: fix spidev compilation failure when VERBOSE is definedFlorian Fainelli2009-12-091-3/+3
| * | | | spi/au1550_spi: fix setupxfer not to override cfg with zerosJan Nikitenko2009-12-091-2/+8
| * | | | spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_removeUwe Kleine-König2009-12-091-1/+1
| * | | | spi/i.MX: fix broken error handling for gpio_requestJohn Ogness2009-12-091-4/+5
| * | | | spi/i.mx: drain MXC SPI transfer buffer when probing deviceDaniel Mack2009-12-091-0/+8
| * | | | spi/xilinx_spi: fix incorrect castingGrant Likely2009-12-091-2/+2
| * | | | spi/mpc52xx-spi: minor cleanupsWolfram Sang2009-12-091-15/+11Star
| * | | | xilinx_spi: add a platform driver using the xilinx_spi common module.Richard Röjfors2009-12-093-0/+110
| * | | | xilinx_spi: add support for the DS570 IP.Richard Röjfors2009-12-093-32/+91
| * | | | xilinx_spi: Switch to iomem functions and support little endian.Richard Röjfors2009-12-092-43/+55
| * | | | xilinx_spi: Split into of driver and generic part.Richard Röjfors2009-12-095-121/+213
| * | | | mpc52xx_spi: add gpio chipselectLuotao Fu2009-12-091-4/+60
| * | | | mpc52xx_spi: add missing mode_bits definitionLuotao Fu2009-12-091-0/+2
| * | | | mpc52xx_spi: fix clearing status registerLuotao Fu2009-12-091-1/+5
* | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-12-1414-293/+1059
|\ \ \ \ \
| * | | | | md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-141-1/+40