summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2449-225/+1880
|\
| * Merge signal handler branchRussell King2006-06-242-126/+160
| |\
| | * [ARM] 3648/1: Update struct ucontext layout for coprocessor registersDaniel Jacobowitz2006-06-242-32/+89
| | * [ARM] Add identifying number for non-rt sigframeRussell King2006-06-241-0/+5
| | * [ARM] Gather common sigframe saving code into setup_sigframe()Russell King2006-06-181-33/+29
| | * [ARM] Gather common sigframe restoration code into restore_sigframe()Russell King2006-06-181-43/+33
| | * [ARM] Re-use sigframe within rt_sigframeRussell King2006-06-181-13/+11
| | * [ARM] Merge sigcontext and sigmask members of sigframeRussell King2006-06-181-6/+5
| | * [ARM] Replace extramask with a full copy of the sigmaskRussell King2006-06-181-10/+3
| | * [ARM] Remove rt_sigframe puc and pinfo pointersRussell King2006-06-181-4/+0
| * | Merge S3C24xx branchRussell King2006-06-2427-77/+1530
| |\ \
| | * | [ARM] 3647/1: S3C24XX: add Osiris to the list of simtec pm machinesBen Dooks2006-06-241-1/+2
| | * | [ARM] 3645/1: S3C2412: irq support for external interruptsBen Dooks2006-06-243-39/+46
| | * | [ARM] 3643/1: S3C2410: Add new usb clocksBen Dooks2006-06-241-1/+9
| | * | [ARM] 3642/1: S3C24XX: Add machine SMDK2413Ben Dooks2006-06-243-0/+133
| | * | [ARM] 3641/1: S3C2412: Fixup gpio register namingBen Dooks2006-06-242-7/+7
| | * | [ARM] 3640/1: S3C2412: Use S3C24XX_DCLKCON instead of S3C2410_DCLKCONBen Dooks2006-06-241-4/+4
| | * | [ARM] 3639/1: S3C2412: serial port supportBen Dooks2006-06-244-4/+166
| | * | [ARM] 3638/1: S3C2412: core clocksBen Dooks2006-06-243-1/+774
| | * | [ARM] 3637/1: S3C24XX: Add mpll clock, and set as fclk parentBen Dooks2006-06-242-2/+13
| | * | [ARM] 3636/1: S3C2412: Add selection of CPU_ARM926Ben Dooks2006-06-241-5/+5
| | * | [ARM] 3635/1: S3C24XX: Add S3C2412 core cpu supportBen Dooks2006-06-2411-8/+369
| | * | [ARM] 3633/1: S3C24XX: s3c2410 gpio bugfix - wrong pin nosBen Dooks2006-06-241-5/+2
| * | | Merge ep93xx branchRussell King2006-06-245-1/+188
| |\ \ \
| | * | | [ARM] 3646/1: ep93xx: instantiate ep93xx-ohci platform deviceLennert Buytenhek2006-06-241-0/+26
| | * | | [ARM] 3634/1: ep93xx: initial implementation of the clk_* APILennert Buytenhek2006-06-245-1/+162
| | |/ /
| * | | [ARM] 3631/1: Remove legacy __mem_isa() definitionsAndrew Victor2006-06-2413-20/+0
| * | | [ARM] 3644/1: ixp2000: export gpio_line_config()Lennert Buytenhek2006-06-241-0/+1
| * | | [ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()Lennert Buytenhek2006-06-241-1/+1
| |/ /
* | | Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer"Linus Torvalds2006-06-241-6/+2
* | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2006-06-248-12/+142
|\ \ \
| * | | drm: radeon constify radeon microcodeDave Airlie2006-06-241-3/+3
| * | | Add i915 ioctls to configure pipes for vblank interrupt.Dave Airlie2006-06-244-5/+87
| * | | drm: update radeon to 1.25 add r200 vertex program supportDave Airlie2006-06-243-3/+48
| * | | drm: radeon add a tcl state flush before accessing tcl vector spaceDave Airlie2006-06-242-2/+5
| |/ /
* | | Merge branch 'intelfb-patches' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2006-06-243-24/+20
|\ \ \
| * | | intelfb delousingAl Viro2006-06-243-24/+20
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-2485-3224/+5259
|\ \ \
| * | | [SPARC64]: Update defconfig.David S. Miller2006-06-231-1/+11
| * | | [SPARC64]: Make auxio a real driver.David S. Miller2006-06-233-45/+74
| * | | [PARPORT] sunbpp: Convert to new SBUS device framework.David S. Miller2006-06-231-64/+70
| * | | [Documentation]: Update probing info in sbus_drivers.txtDavid S. Miller2006-06-231-30/+65
| * | | [SCSI] qlogicpti: Convert to new SBUS device framework.David S. Miller2006-06-231-175/+186
| * | | [SCSI] esp: Fix bug in esp_remove_common.David S. Miller2006-06-231-4/+1
| * | | [NET] sunhme: Kill useless loop over sdevs in quattro_sbus_find().David S. Miller2006-06-231-14/+0
| * | | [NET] myri_sbus: Kill unused next_module struct member.David S. Miller2006-06-231-1/+0
| * | | [NET] myri_sbus: Convert to new SBUS device layer.David S. Miller2006-06-231-55/+61
| * | | [NET] sunqe: Convert to new SBUS driver layer.David S. Miller2006-06-231-249/+219
| * | | [NET] sunbmac: Convert over to new SBUS device framework.David S. Miller2006-06-232-67/+61
| * | | [NET] sunlance: Convert to new SBUS driver framework.David S. Miller2006-06-231-76/+97
OpenPOWER on IntegriCloud