summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PARISC] Enable interrupts while spinningMatthew Wilcox2006-10-041-10/+21
* [PARISC] Use CONFIG_HZ to determine interval timer rate (aka clock ticks)Grant Grundler2006-10-041-7/+3
* [PARISC] Implement futex_atomic_cmpxchg_inatomicCarlos O'Donell2006-10-041-3/+68
* [PARISC] Improve rwlock implementationMatthew Wilcox2006-10-041-37/+61
* [PARISC] Clean up asm-parisc/serial.hMatthew Wilcox2006-10-041-14/+2
* [PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin2006-10-042-3/+3
* [PARISC] Prevent multiple includes of asm-parisc/parisc-device.hKyle McMartin2006-10-041-0/+5
* [PARISC] parisc specific kmap API implementation for pa8800James Bottomley2006-10-043-22/+43
* [PARISC] Fix up parisc irq handling for genirq changesKyle McMartin2006-10-041-2/+2
* [PARISC] Add asm-parisc/mckinley.h bus headerKyle McMartin2006-10-041-0/+9
* [PARISC] Abstract shift register left in .SKyle McMartin2006-10-041-2/+4
* [PATCH] Need forward decl of task_struct in linux/debug_locks.hKyle McMartin2006-10-041-0/+2
* [PARISC] PA7200 also supports prefetch for readKyle McMartin2006-10-041-0/+3
* [PARISC] Untangle <asm/processor.h> header include messKyle McMartin2006-10-042-26/+38
* [PATCH] i383 numa: fix numaq/summit apicid conflictKeith Mannthey2006-10-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-10-0386-86/+86
|\
| * fix file specification in commentsUwe Zeisberger2006-10-0386-86/+86
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-0311-922/+4
|\ \
| * | [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa2006-10-0310-920/+0
| * | [MIPS] BCM1250: TRDY timeout tweaks for Broadcom SiByte systemsMaciej W. Rozycki2006-10-031-0/+3
| * | [MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundaryFranck Bui-Huu2006-10-031-2/+1
| |/
* | V4L/DVB (4673): Mark the two newer ioctls as experimentalMauro Carvalho Chehab2006-10-031-0/+5
* | V4L/DVB (4672): Frame format enumeration (1/2)Laurent Pinchart2006-10-031-0/+75
* | V4L/DVB (4666): Ensure the WM8775 driver is loaded generically for any board.Steven Toth2006-10-031-1/+3
|/
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-033-7/+15
|\
| * [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup...Richard Purdie2006-10-022-3/+15
| * [ARM] 3874/1: Remove leftover usage of asm/timeofday.hKevin Hilman2006-09-291-4/+0
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-031-1/+2
|\ \
| * | [SERIAL] Magic SysRq SAK does nothing on serial consolesSimon Tatham2006-10-011-1/+1
| * | [SERIAL] Fix oops when removing suspended serial portRussell King2006-10-011-0/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-10-0310-134/+25
|\ \ \
| * | | sh: Fixup __raw_read_trylock().Paul Mundt2006-10-031-1/+8
| * | | sh: Kill off remaining config.h references.Paul Mundt2006-10-031-2/+0
| * | | sh: Initial gitignore listPaul Mundt2006-10-031-0/+3
| * | | sh: build fixes for defconfigs.Paul Mundt2006-10-033-5/+14
| * | | sh: Kill off more dead headers.Paul Mundt2006-10-034-126/+0
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-032-38/+34
|\ \ \ \
| * | | | [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-022-37/+34
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-038-7/+261
|\ \ \ \ \
| * | | | | [POWERPC] Fix rheap alignment problemLi Yang2006-10-021-0/+4
| * | | | | [POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc classKim Phillips2006-10-021-1/+5
| * | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-09-286-6/+252
| |\ \ \ \ \
| | * | | | | POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug2006-09-212-0/+47
| | * | | | | POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2006-09-213-5/+62
| | * | | | | POWERPC: Get rid of remapping the whole immrVitaly Bordug2006-09-213-0/+26
| | * | | | | POWERPC: Add support for the mpc8560 eval boardVitaly Bordug2006-09-211-0/+53
| | * | | | | POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug2006-09-211-1/+5
| | * | | | | cpm_uart: make it possible to utilize from powerpcVitaly Bordug2006-09-212-0/+59
* | | | | | | [PATCH] pr_debug: check pr_debug() argumentsZach Brown2006-10-031-2/+4
OpenPOWER on IntegriCloud