aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* kmap_types: make most arches use generic header fileRandy Dunlap2009-06-1616-317/+30
* use printk_once() in several placesMinchan Kim2009-06-161-8/+3
* remove put_cpu_no_resched()Thomas Gleixner2009-06-161-1/+1
* uml: bad macro expansion, parameter is memberRoel Kluin2009-06-161-22/+22
* uml: fix a section warningAmerigo Wang2009-06-162-2/+2
* um: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-161-3/+3
* uml: UML net driver does not allow for vlansAlan Cox2009-06-161-1/+1
* m32r: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-168-15/+15
* alpha: bad macro expansion, parameter is memberRoel Kluin2009-06-162-6/+6
* alpha: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-1620-27/+27
* page allocator: use allocation flags as an index to the zone watermarkMel Gorman2009-06-161-3/+3
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-166-8/+9
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-1621-76/+0
* time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-167-19/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-06-151-2/+2
|\
| * [IA64] fix compile error in arch/ia64/mm/extable.cRusty Russell2009-06-151-2/+2
* | Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2009-06-151-1/+1
|\ \
| * | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-1511-54/+37
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151761-31404/+105418
| |\ \ \ | | | |/ | | |/|
| * | | cfg80211: errno.h: define ERFKILLAlexander Beregalov2009-06-074-0/+7
| * | | rfkill: rewriteJohannes Berg2009-06-032-16/+15
| * | | net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang2009-06-031-0/+2
| * | | syscall: Sort out syscall_restart name clash.Eric W. Biederman2009-05-202-5/+5
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-18776-25244/+27685
| |\ \ \
| * | | | powerpc/82xx: Rework Embedded Planet ep8248e platform to use of_mdioGrant Likely2009-04-271-6/+3
| * | | | net: Rework pasemi_mac driver to use of_mdio infrastructureGrant Likely2009-04-271-27/+5
| * | | | rfkill: remove deprecated state constantsJohannes Berg2009-04-221-2/+2
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-15177-2198/+5861
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-12642-14387/+33243
| |\ \ \ \
| * | | | | powerpc: Fix bug in move of altivec code to vector.SBenjamin Herrenschmidt2009-06-121-2/+4
| * | | | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2009-06-1222-220/+234
| |\ \ \ \ \
| | * | | | | powerpc/40x: Convert AMCC Kilauea/Halekala boards to ppc40x_simpleJosh Boyer2009-06-045-82/+61
| | * | | | | powerpc/40x: Convert AMCC Makalu board to ppc40x_simpleJosh Boyer2009-06-045-83/+61
| | * | | | | powerpc/4xx: Sequoia: Enable NAND supportStefan Roese2009-06-042-37/+94
| | * | | | | powerpc/4xx: Disable PCI_LEGACYJosh Boyer2009-06-0316-18/+18
| * | | | | | powerpc: Add support for swiotlb on 32-bitBecky Bruce2009-06-098-2/+226
| * | | | | | powerpc/spufs: Remove unused error pathStephen Rothwell2009-06-091-2/+0
| * | | | | | powerpc: Fix warning when printing a resource_size_tStephen Rothwell2009-06-091-1/+1
| * | | | | | powerpc/xmon: Remove unused variable in xmon.cStephen Rothwell2009-06-091-1/+1
| * | | | | | powerpc/pseries: Fix warnings when printing resource_size_tStephen Rothwell2009-06-091-2/+2
| * | | | | | powerpc: Shield code specific to 64-bit server processorsBenjamin Herrenschmidt2009-06-0910-8/+32
| * | | | | | powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt2009-06-093-19/+39
| * | | | | | powerpc: Split exception handling out of head_64.SBenjamin Herrenschmidt2009-06-092-960/+995
| * | | | | | powerpc: Introduce CONFIG_PPC_BOOK3SBenjamin Herrenschmidt2009-06-091-11/+11
| * | | | | | powerpc: Move VMX and VSX asm code to vector.SBenjamin Herrenschmidt2009-06-096-306/+213
| * | | | | | powerpc: Set init_bootmem_done on NUMA platforms as wellBenjamin Herrenschmidt2009-06-092-1/+3
| * | | | | | powerpc/mm: Fix a AB->BA deadlock scenario with nohash MMU context lockBenjamin Herrenschmidt2009-06-091-3/+4
| * | | | | | powerpc/mm: Fix some SMP issues with MMU context handlingBenjamin Herrenschmidt2009-06-091-4/+8
| * | | | | | powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath2009-06-094-11/+60