summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [POWERPC] exports rheap symbol to modulesSylvain Munaut2007-10-161-0/+15
| * | | Merge branch 'fixes-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/ga...Paul Mackerras2007-10-172-5/+10
| |\ \ \
| | * | | [POWERPC] Add missing semicolon for fsl_pci.cTony Li2007-10-161-1/+1
| | * | | [POWERPC] Fix handling of stfiwx math emulationKumar Gala2007-10-161-4/+9
| | |/ /
| * | | [POWERPC] Fix vmemmap warning in init_64.cTony Breeds2007-10-171-1/+1
| * | | [POWERPC] Fix 64 bits vDSO DWARF info for CR registerBenjamin Herrenschmidt2007-10-171-4/+7
| * | | [POWERPC] Add 1TB workaround for PA6TOlof Johansson2007-10-173-1/+9
| * | | [POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configsAnton Blanchard2007-10-172-0/+8
| * | | [POWERPC] Quieten cache information at bootAnton Blanchard2007-10-171-5/+8
| * | | [POWERPC] Quieten clockevent printkAnton Blanchard2007-10-171-1/+1
| * | | [POWERPC] Enable SLUB in *_defconfigAnton Blanchard2007-10-1738-106/+143
| * | | [POWERPC] Fix 1TB segment detectionOlof Johansson2007-10-171-1/+1
| * | | [POWERPC] Fix iSeries_hpte_insert prototypeStephen Rothwell2007-10-171-2/+2
| * | | [POWERPC] Fix copyright symbolStephen Rothwell2007-10-171-1/+1
| * | | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e...Joachim Fenkes2007-10-171-13/+15
| * | | [POWERPC] ibmebus: Add device creation and bus probing based on of_deviceJoachim Fenkes2007-10-171-18/+82
| * | | [POWERPC] ibmebus: Remove bus match/probe/remove functionsJoachim Fenkes2007-10-171-193/+6
| * | | [POWERPC] Move of_device allocation into of_device.[ch]Joachim Fenkes2007-10-172-68/+82
| | |/ | |/|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/li...Linus Torvalds2007-10-1714-116/+122
|\ \ \
| * | | Remove magic macros for screen_info structure membersH. Peter Anvin2007-10-161-3/+3
| * | | [x86] remove uses of magic macros for boot_params accessH. Peter Anvin2007-10-1613-113/+119
| |/ /
* | | Update help text for CONFIG_CRASH_DUMPRandy Dunlap2007-10-172-18/+20
* | | spin_lock_unlocked cleanupsRoel Kluin2007-10-172-2/+2
* | | lk201: remove obsolete driverMaciej W. Rozycki2007-10-171-1/+0
* | | Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-175-11/+10
* | | remove include/asm-*/ipc.hAdrian Bunk2007-10-1724-25/+19
* | | add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi2007-10-173-15/+15
* | | add-vmcore: use the existing ia64_tpa() instead of asm codeKen'ichi Ohmichi2007-10-171-4/+2
* | | Add vmcoreinfoKen'ichi Ohmichi2007-10-174-1/+53
* | | powerpc: Use linux/elfcore-compat.hRoland McGrath2007-10-171-36/+31
* | | core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-173-15/+10
* | | pcmcia: CompactFlash driver for PA Semi Electra boardsOlof Johansson2007-10-171-0/+56
* | | KCONFIG: Make "Instrumentation support" non-EXPERIMENTALRobert P. J. Day2007-10-176-6/+0
* | | Remove workaround for unimmunized rcu_dereference from mce_log()Paul E. McKenney2007-10-171-3/+0
* | | Make unregister_binfmt() return voidAlexey Dobriyan2007-10-171-1/+1
* | | Use list_head in binfmt handlingAlexey Dobriyan2007-10-172-4/+10
* | | oom: move prototypes to appropriate header fileDavid Rientjes2007-10-171-0/+1
* | | Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-177-8/+7
* | | powerpc: add Altivec/VMX state to coredumpsMark Nelson2007-10-171-3/+25
* | | x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson2007-10-172-0/+2
|/ /
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-161-3/+3
|\ \
| * | x86: fix boot error introduced by kbuildSam Ravnborg2007-10-161-3/+3
* | | Merge branch 'release' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2007-10-161-0/+2
|\ \ \
| * | | [IA64] Fix build for CONFIG_SMP=nTony Luck2007-10-161-0/+2
* | | | Update PowerPC vmemmap code for 1TB segmentsAnton Blanchard2007-10-161-1/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-1664-186/+178
|\ \ \ | |/ /
| * | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPPSam Ravnborg2007-10-155-6/+6
| * | kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-1524-39/+39
| * | kbuild: fix AFLAGS use in h8300 and m68knommuSam Ravnborg2007-10-1512-14/+11
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-1441-115/+113
OpenPOWER on IntegriCloud