summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | | MIPS: RB532: Cleanup cpu-features-overridesFlorian Fainelli2009-06-171-5/+0Star
* | | | MIPS: Remove dead case label.David Daney2009-06-171-1/+0Star
* | | | MIPS: Remove execution hazard barriers for Octeon.David Daney2009-06-171-0/+1
* | | | MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.David Daney2009-06-172-1/+6
* | | | MIPS: Fold the TLB refill at the vmalloc path if possible.David Daney2009-06-171-24/+49
* | | | MIPS: Replace some magic numbers with symbolic values in tlbex.cDavid Daney2009-06-171-8/+26
* | | | MIPS: TXx9: Add ACLC supportAtsushi Nemoto2009-06-1712-2/+121
* | | | MIPS: Add Cavium OCTEON PCI support.David Daney2009-06-1716-2/+3024
* | | | MIPS: Add register definitions for PCI.David Daney2009-06-177-0/+9341
* | | | MIPS: TXx9: Add DMAC supportAtsushi Nemoto2009-06-1711-10/+112
* | | | DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto2009-06-171-0/+48
* | | | MIPS: TXx9: micro optimization for clocksource and clock_eventAtsushi Nemoto2009-06-171-24/+43
* | | | MIPS: Support 64-byte D-cache line sizeKevin Cernekee2009-06-172-0/+13
* | | | MIPS: Pass struct device to plat_dma_addr_to_phys()Kevin Cernekee2009-06-177-13/+20
* | | | MIPS: Add size and direction arguments to plat_unmap_dma_mem()Kevin Cernekee2009-06-177-10/+16
* | | | MIPS: SB1250: Sort out merge mistake.Ralf Baechle2009-06-171-5/+0Star
* | | | MIPS: Fix __ndelay build error and add 'ull' suffix for 32-bit kernelAtsushi Nemoto2009-06-171-2/+2
* | | | MIPS: SMTC: Fix formatting difference to linux-mips.org codeRalf Baechle2009-06-171-0/+1
* | | | MIPS: Fix typo resulting in far too long ndelay times.Ralf Baechle2009-06-171-1/+1
| |/ / |/| |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-06-171-7/+16
|\ \ \
| * | | V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_linkGuennadi Liakhovetski2009-06-161-7/+16
* | | | Merge branch 'akpm'Linus Torvalds2009-06-1791-522/+128Star
|\ \ \ \
| * | | | fbdev: move logo externs to header fileGeert Uytterhoeven2009-06-173-14/+2Star
| * | | | kmap_types: make most arches use generic header fileRandy Dunlap2009-06-1716-317/+30Star
| * | | | use printk_once() in several placesMinchan Kim2009-06-171-8/+3Star
| * | | | remove put_cpu_no_resched()Thomas Gleixner2009-06-171-1/+1
| * | | | uml: bad macro expansion, parameter is memberRoel Kluin2009-06-171-22/+22
| * | | | uml: fix a section warningAmerigo Wang2009-06-172-2/+2
| * | | | um: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-171-3/+3
| * | | | uml: UML net driver does not allow for vlansAlan Cox2009-06-171-1/+1
| * | | | m32r: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-178-15/+15
| * | | | alpha: bad macro expansion, parameter is memberRoel Kluin2009-06-172-6/+6
| * | | | alpha: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-1720-27/+27
| * | | | page allocator: use allocation flags as an index to the zone watermarkMel Gorman2009-06-171-3/+3
| * | | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-176-8/+9
| * | | | mm: consolidate init_mm definitionAlexey Dobriyan2009-06-1721-76/+0Star
| * | | | time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-177-19/+4Star
| | |_|/ | |/| |
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-1633-18/+1439
|\ \ \ \
| * \ \ \ Merge commit 'linus/master' into HEADVegard Nossum2009-06-151120-16484/+71300
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | kmemcheck: add opcode self-testing at bootVegard Nossum2009-06-154-17/+85
| * | | | x86: unify pte_hiddenJeremy Fitzhardinge2009-06-151-6/+2Star
| * | | | x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge2009-06-151-1/+6
| * | | | kmemcheck: make kconfig accessible for other architecturesPekka Enberg2009-06-152-88/+1Star
| * | | | kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-151-0/+88
| * | | | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-152-2/+10
| * | | | kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum2009-06-151-0/+5
| * | | | kmemcheck: don't track page tablesVegard Nossum2009-06-153-8/+10
| * | | | kmemcheck: add DMA hooksVegard Nossum2009-06-151-0/+2
| * | | | kmemcheck: add mm functionsVegard Nossum2009-06-151-1/+1
| * | | | x86: add hooks for kmemcheckVegard Nossum2009-06-158-5/+66