summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-036-43/+55
|\ \ \ \
| * | | | [SPARC64]: Update defconfig.David S. Miller2006-10-021-5/+18
| * | | | [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more.David S. Miller2006-10-021-1/+0
| * | | | [SPARC64]: Move signal compat bits to new header file.David S. Miller2006-10-025-37/+37
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-0361-749/+3395
|\ \ \ \ \
| * | | | | [POWERPC] Fix rheap alignment problemLi Yang2006-10-023-4/+25
| * | | | | [POWERPC] Use check_legacy_ioport() for ISAPnPDavid Woodhouse2006-10-021-0/+4
| * | | | | [POWERPC] Avoid NULL pointer in gpio1_interruptOlaf Hering2006-10-021-1/+6
| * | | | | [POWERPC] Enable generic rtc hook for the MPC8349 mITXKim Phillips2006-10-021-0/+4
| * | | | | [POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc classKim Phillips2006-10-022-1/+47
| * | | | | [POWERPC] Create a "wrapper" script and use it in arch/powerpc/bootPaul Mackerras2006-09-285-135/+299
| * | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-09-2826-88/+2597
| |\ \ \ \ \
| | * | | | | POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug2006-09-216-9/+66
| | * | | | | POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2006-09-2111-70/+235
| | * | | | | POWERPC: Get rid of remapping the whole immrVitaly Bordug2006-09-219-67/+148
| | * | | | | POWERPC: Add support for the mpc8560 eval boardVitaly Bordug2006-09-217-0/+1401
| | * | | | | POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug2006-09-216-1/+489
| | * | | | | cpm_uart: make it possible to utilize from powerpcVitaly Bordug2006-09-214-13/+70
| | * | | | | POWERPC: Add cpm2 stuff support to the fsl_soc.cVitaly Bordug2006-09-212-5/+265
| * | | | | | [POWERPC] fix spin lock nesting in hvc_iseriesStephen Rothwell2006-09-261-6/+1
| * | | | | | [POWERPC] EEH failure to mark pci slot as frozen.Linas Vepstas2006-09-261-0/+7
| * | | | | | [POWERPC] update powerpc defconfig files after libata kconfig breakageOlaf Hering2006-09-268-60/+60
| * | | | | | [POWERPC] enable sysrq in pmac32_defconfigOlaf Hering2006-09-261-1/+1
| * | | | | | [POWERPC] UPIO_TSI cleanupAl Viro2006-09-261-2/+2
| * | | | | | [POWERPC] rewrite mkprep and mkbugboot in sane CAl Viro2006-09-262-357/+267
| * | | | | | [POWERPC] maple/pci iomem annotationsAl Viro2006-09-261-30/+30
| * | | | | | [POWERPC] powerpc oprofile __user annotationsAl Viro2006-09-261-5/+6
| * | | | | | [POWERPC] cell spufs iomem annotationsAl Viro2006-09-262-4/+4
| * | | | | | [POWERPC] NULL noise removal: spufsAl Viro2006-09-261-1/+1
| * | | | | | [POWERPC] ppc math-emu needs -fno-builtin-fabs for math.c and fabs.cAl Viro2006-09-261-0/+3
| * | | | | | [POWERPC] update mpc8349_itx_defconfig and remove some debug settingsKim Phillips2006-09-261-10/+15
| * | | | | | [POWERPC] Always call cede in pseries dedicated idle loopAnton Blanchard2006-09-262-23/+5
| * | | | | | [POWERPC] Fix loop logic in irq_alloc_virt()Michael Ellerman2006-09-261-9/+10
| * | | | | | [POWERPC] Fix PPC32 SECCOMP, unexport do_syscall_trace_{enter,leave}David Woodhouse2006-09-261-11/+0
| * | | | | | [POWERPC] Fix audit syscall success/failure reporting on PowerPCDavid Woodhouse2006-09-261-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-10-0316-1446/+1053
|\ \ \ \ \ \ \
| * | | | | | | kbuild: trivial documentation fixesRobert P. J. Day2006-10-011-4/+5
| * | | | | | | kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg2006-10-011-1/+1
| * | | | | | | kbuild: make modpost processing configurableSam Ravnborg2006-10-011-3/+8
| * | | | | | | kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg2006-09-301-8/+8
| * | | | | | | kconfig/lxdialog: clear long menu linesSam Ravnborg2006-09-301-6/+6
| * | | | | | | kbuild: do not build mconf & lxdialog unless neededSam Ravnborg2006-09-301-1/+6
| * | | | | | | kconfig/lxdialog: fix make mrproperSam Ravnborg2006-09-301-1/+0
| * | | | | | | kconfig/lxdialog: support resizeSam Ravnborg2006-09-308-71/+161
| * | | | | | | kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg2006-09-308-30/+76
| * | | | | | | kconfig/menuconfig: lxdialog is now built-inSam Ravnborg2006-09-3012-1019/+502
| * | | | | | | kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg2006-09-302-2/+18
| * | | | | | | kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg2006-09-302-7/+81
| * | | | | | | kconfig/lxdialog: refactor color supportSam Ravnborg2006-09-3010-362/+250
| | |_|_|_|/ / | |/| | | | |
* | | | | | | [PATCH] pr_debug: check pr_debug() argumentsZach Brown2006-10-031-2/+4
OpenPOWER on IntegriCloud