aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-08-04microblaze: Do not trace cpu_relax functionMichal Simek1-2/+5
2010-08-04microblaze: Improve ftrace time measuringMichal Simek1-0/+17
2010-08-04microblaze: Add stack unwinderSteven J. Magnani7-94/+420
2010-08-04microblaze: Allow PAGE_SIZE configurationSteven J. Magnani3-8/+9
2010-08-04microblaze: Trace hardirqsMichal Simek1-0/+2
2010-08-04microblaze: Fix sys_clone syscallMichal Simek1-7/+7
2010-08-04microblaze: Fix copy_to_user_page macroMichal Simek1-1/+16
2010-08-02microblaze: Fix comment for TLBMichal Simek1-1/+1
2010-07-24of: remove of_default_bus_idsJonas Bonn2-50/+1
2010-07-24of: make of_find_device_by_node genericJonas Bonn1-16/+0
2010-07-24microblaze: remove references to of_device and to_of_deviceGrant Likely1-3/+3
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2-17/+0
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-7/+7
2010-07-18of: Remove unused of_find_device_by_phandle()Grant Likely1-18/+0
2010-07-14lmb: rename to memblockYinghai Lu1-7/+7
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely1-1/+1
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-6/+6
2010-07-05of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2-65/+1
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely1-123/+18
2010-07-05of/device: merge of_device_ueventGrant Likely1-48/+0
2010-07-05of/address: Merge all of the bus translation codeGrant Likely1-489/+0
2010-07-05of/address: merge of_address_to_resource()Grant Likely1-45/+1
2010-07-05of/address: merge of_iomap()Grant Likely1-11/+0
2010-07-05of/irq: merge irq mapping codeGrant Likely1-290/+0
2010-07-05of/microblaze: strip out of_irq_workarounds codeGrant Likely1-41/+0
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely1-12/+2
2010-06-09microblaze: Fix sg_dma_len() regressionFUJITA Tomonori1-1/+0
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely13-112/+72
2010-05-22arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2-2/+2
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-3/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2-6/+6
2010-05-14microblaze: Fix module loading on system with WB cacheMichal Simek1-0/+2
2010-05-13microblaze: export assembly functions used by modulesMichal Simek1-0/+1
2010-05-13microblaze: Remove compilation warnings in cache macroMichal Simek1-1/+2
2010-05-13microblaze: export assembly functions used by modulesSteven J. Magnani1-0/+10
2010-05-13microblaze: re-enable interrupts before calling scheduleSteven J. Magnani1-0/+2
2010-05-06microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macrosMichal Simek1-27/+35
2010-05-06microblaze: cpuinfo shows cache line lengthMichal Simek1-4/+6
2010-05-06microblaze: Fix typo fault in cache codeMichal Simek1-5/+5
2010-05-06microblaze: Fix consistent codeMichal Simek1-1/+1
2010-05-06microblaze: Remove "cache" optimized copy_page functionMichal Simek2-36/+1
2010-05-06microblaze: fix divide by zero exception messageRandy Dunlap1-1/+1
2010-05-06microblaze: Remove ancient codeMichal Simek1-34/+0
2010-05-06microblaze: Quiet section mismatch warningsSteven J. Magnani2-2/+4
2010-05-06microblaze: Fix IRQ entry/exit ftracingSteven J. Magnani1-1/+2
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+1
2010-04-07microblaze: Remove unused variable from ptraceMichal Simek1-1/+0
2010-04-07microblaze: Fix ftrace_update_ftrace_func panicSteven J. Magnani1-9/+3
2010-04-05Merge branch 'master' into export-slabhTejun Heo7-87/+94