summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* of/sparc: move is_root_node() to of.hAndres Salomon2010-07-141-0/+5
* of/i2c: Generalize OF supportGrant Likely2010-07-051-3/+10
* of/device: Move struct of_device define outside of CONFIG_OF_DEVICE testGrant Likely2010-07-051-7/+5
* of/device: Add OF style matching helper functionGrant Likely2010-07-051-0/+19
* of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-051-2/+5
* of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-052-0/+6
* of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-052-24/+17
* of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-051-0/+3
* of/device: Merge of_platform_bus_probe()Grant Likely2010-07-051-0/+17
* of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2010-07-051-1/+1
* of/device: merge of_device_ueventGrant Likely2010-07-051-0/+4
* of/address: Merge all of the bus translation codeGrant Likely2010-07-051-3/+1
* of/address: merge of_address_to_resource()Grant Likely2010-07-051-0/+5
* of/address: merge of_iomap()Grant Likely2010-07-051-0/+9
* of/irq: merge irq mapping codeGrant Likely2010-07-051-0/+29
* of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-281-0/+41
* of: kill struct of_deviceGrant Likely2010-06-281-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-111-1/+4
|\
| * net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-101-1/+4
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-101-1/+2
|\ \
| * | tracing: Fix null pointer deref with SEND_SIG_FORCEDOleg Nesterov2010-06-081-1/+2
* | | misc: Fix allocation 'borrowed' by vhost_netAlan Cox2010-06-091-1/+6
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-06-081-0/+1
|\ \ \
| * | | drm/radeon/kms/evergreen: set accel_enabledAlex Deucher2010-06-081-0/+1
* | | | writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-082-13/+1
* | | | ahci: add pci quirk for JMB362Tejun Heo2010-06-071-0/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-051-3/+3
|\ \ \ | | |/ | |/|
| * | net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-041-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-06-041-1/+1
|\ \ \
| * | | wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-06-041-34/+10
|\ \ \ \
| * | | | module: Make module sysfs functions private.Rusty Russell2010-06-051-33/+0
| * | | | module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-051-0/+7
| * | | | module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-051-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-06-042-3/+162
|\ \ \ \ \
| * | | | | sh: add boot code to MMCIF driver headerMagnus Damm2010-05-311-0/+129
| * | | | | sh: prepare MMCIF driver header fileMagnus Damm2010-05-311-0/+32
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-31127-1088/+3005
| |\ \ \ \ \
| * | | | | | serial: sh-sci: fix up serial DMA build.Paul Mundt2010-05-251-3/+1
* | | | | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-043-0/+84
|\ \ \ \ \ \ \
| * | | | | | | Add support for Westmere to i7core_edac driverVernon Mauery2010-05-181-0/+16
| * | | | | | | i7core_edac: Add support for X5670Mauro Carvalho Chehab2010-05-181-0/+1
| * | | | | | | i7core: add support for Lynnfield alternate addressMauro Carvalho Chehab2010-05-101-0/+1
| * | | | | | | i7core_edac: Add initial support for LynnfieldMauro Carvalho Chehab2010-05-101-0/+15
| * | | | | | | i7core_edac: PCI device is called NONCORE, instead of NOCOREMauro Carvalho Chehab2010-05-101-2/+2
| * | | | | | | i7core: fix probing on Xeon55xxMauro Carvalho Chehab2010-05-101-0/+1
| * | | | | | | i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-102-0/+2
| * | | | | | | i7core_edac: Adds write unlock to MC registersMauro Carvalho Chehab2010-05-101-0/+1
| * | | | | | | edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-101-0/+31
| * | | | | | | i7core_edac: Add an EDAC memory controller driver for Nehalem chipsetsMauro Carvalho Chehab2010-05-101-0/+16