summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-2925-438/+363
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [PATCH] powerpc: Remove oprofile spinlock backtrace codeAnton Blanchard2006-03-291-3/+0
| * | | | [PATCH] powerpc: Add oprofile calltrace supportBrian Rogan2006-03-291-0/+2
| * | | | [PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki2006-03-291-1/+1
| * | | | [PATCH] lock PTE before updating it in 440/BookE page fault handlerEugene Surovegin2006-03-291-1/+2
| * | | | Merge ../linux-2.6Paul Mackerras2006-03-29178-1391/+2300
| |\ \ \ \ | | |/ / /
| * | | | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-286-41/+53
| * | | | [PATCH] git-powerpc: WARN was a dumb ideaAndrew Morton2006-03-281-5/+5
| * | | | [PATCH] powerpc: make ISA floppies work againStephen Rothwell2006-03-281-2/+3
| * | | | [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-281-18/+8
| * | | | [PATCH] powerpc: Rename and export ppc64_firmware_featuresMichael Ellerman2006-03-281-2/+2
| * | | | [PATCH] powerpc: export validate_sp for oprofile calltraceAnton Blanchard2006-03-281-0/+4
| * | | | [PATCH] powerpc: Remove some ifdefs in oprofile_impl.hAnton Blanchard2006-03-281-10/+2
| * | | | ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppcPaul Mackerras2006-03-284-162/+14
| * | | | powerpc: Fix event-scan code for 32-bit CHRPPaul Mackerras2006-03-271-4/+0
| * | | | powerpc: Simplify pSeries idle loopPaul Mackerras2006-03-271-0/+1
| * | | | powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras2006-03-273-6/+13
| * | | | [PATCH] ppc32: Reorganize and complete MPC52xx initial cpu setupSylvain Munaut2006-03-271-0/+4
| * | | | [PATCH] ppc32: Adds support for the PCI hostbridge in MPC5200BSylvain Munaut2006-03-271-0/+1
| * | | | [PATCH] powerpc: Allow non zero boot cpuidsAnton Blanchard2006-03-272-1/+3
| * | | | [PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter2006-03-271-0/+1
| * | | | [PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann2006-03-271-0/+1
| * | | | [PATCH] spufs: allow SPU code to do syscallsArnd Bergmann2006-03-271-1/+8
| * | | | [PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann2006-03-272-34/+59
| * | | | [PATCH] powerpc: Change firmware_has_feature() to a macroMichael Ellerman2006-03-271-5/+3
| * | | | [PATCH] powerpc: Make BUG_ON & WARN_ON play nice with compile-time optimisationsMichael Ellerman2006-03-271-2/+28
| * | | | [PATCH] powerpc: work around sparse warnings in cputable.hStephen Rothwell2006-03-271-147/+152
| | |/ / | |/| |
* | | | [PATCH] cleanup __exit_signal->cleanup_sighand pathOleg Nesterov2006-03-281-1/+1
* | | | [PATCH] pids: kill PIDTYPE_TGIDOleg Nesterov2006-03-282-4/+8
* | | | [PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2006-03-282-1/+2
* | | | [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-281-1/+1
* | | | [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-282-2/+1
* | | | [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-281-1/+0
* | | | [PATCH] introduce lock_task_sighand() helperOleg Nesterov2006-03-281-0/+9
* | | | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-281-8/+0
* | | | [PATCH] pidhash: don't use zero pidsOleg Nesterov2006-03-281-0/+2
* | | | [PATCH] pidhash: don't count idle threadsOleg Nesterov2006-03-281-2/+0
* | | | [PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2006-03-281-12/+0
* | | | [PATCH] remove add_parent()'s parent argumentOleg Nesterov2006-03-281-2/+2
* | | | [PATCH] pidhash: kill switch_exec_pidsEric W. Biederman2006-03-281-1/+0
* | | | [PATCH] Remove dead kill_sl prototype from sched.hEric W. Biederman2006-03-281-1/+0
| |/ / |/| |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-2845-280/+1255
|\ \ \
| * | | [ARM] 3388/1: ixp23xx: add core ixp23xx supportLennert Buytenhek2006-03-2815-0/+941
| * | | [ARM] 3417/1: add support for logicpd pxa270 card engineLennert Buytenhek2006-03-282-0/+44
| * | | [ARM] 3377/2: add support for intel xsc3 coreLennert Buytenhek2006-03-285-0/+62
| * | | [ARM] Fix decompressor serial IO to give CRLF not LFCRRussell King2006-03-2823-279/+169
| * | | [ARM] 3414/1: ep93xx: reset ethernet controller before uncompressingLennert Buytenhek2006-03-261-1/+39
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-03-282-84/+7
|\ \ \ \
| * | | | [SERIAL] amba-pl010: allow platforms to specify modem control methodRussell King2006-03-261-0/+6
| * | | | [SERIAL] Remove obsoleted au1x00_uart driverRalf Baechle2006-03-261-84/+1
| |/ / /
OpenPOWER on IntegriCloud