summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Use atomic64_set for 64-bit case of atomic_long_setKyle McMartin2006-01-151-1/+1
* [PATCH] Fix zoran_card compilation warningJean Delvare2006-01-151-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2006-01-1548-10477/+2351
|\
| * powerpc/32: Restore previous version of 32-bit PCI codePaul Mackerras2006-01-153-2/+1899
| * powerpc: Make ARCH=powerpc the default for 32-bit ppcPaul Mackerras2006-01-151-1/+1
| * [PATCH] ppc: Remove powermac support from ARCH=ppcPaul Mackerras2006-01-1535-10286/+206
| * [PATCH] powerpc: Kconfig changes for CRASH_DUMPHaren Myneni2006-01-151-11/+10
| * [PATCH] powerpc: Update pmac32_defconfigBenjamin Herrenschmidt2006-01-151-45/+60
| * [PATCH] powerpc: Fix Maple buildBenjamin Herrenschmidt2006-01-153-41/+68
| * [PATCH] powerpc: Fix kdump copy regs and dynamic allocate per-cpu crash notesHaren Myneni2006-01-153-85/+80
| * powerpc/32: Generate miboot images with ARCH=powerpcPaul Mackerras2006-01-152-6/+27
* | x86: Work around compiler code generation bug with -OsLinus Torvalds2006-01-141-3/+3
* | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-01-145-47/+57
|\ \
| * | [SERIAL] serial8250: convert to the new platform device interfaceDmitry Torokhov2006-01-131-10/+20
| * | [SERIAL] fix SERIAL_M32R_PLDSIO dependenciesAdrian Bunk2006-01-131-1/+1
| * | [SERIAL] convert uart_state.sem to uart_state.mutexIngo Molnar2006-01-133-36/+36
* | | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-01-141-2/+3
|\ \ \
| * | | [MMC] mmc_blk_probe() warning fixAndrew Morton2006-01-131-2/+3
| |/ /
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-01-14123-289/+930
|\ \ \
| * | | [ARM] 3262/4: allow ptraced syscalls to be overridenNicolas Pitre2006-01-143-3/+18
| * | | [ARM] 3112/1: old ABI compat: config option to turn it onNicolas Pitre2006-01-141-0/+17
| * | | [ARM] 3111/2: old ABI compat: adjust NWFPE to be operational within an EABI k...Nicolas Pitre2006-01-142-4/+4
| * | | [ARM] 3110/5: old ABI compat: multi-ABI syscall entry supportNicolas Pitre2006-01-144-42/+110
| * | | [ARM] 3109/1: old ABI compat: syscall wrappers for ABI impedance matchingNicolas Pitre2006-01-143-0/+372
| * | | [ARM] 3108/2: old ABI compat: statfs64 and fstatfs64Nicolas Pitre2006-01-143-3/+49
| * | | [ARM] 3107/3: ARM EABI: last bits to configure itNicolas Pitre2006-01-142-2/+24
| * | | [ARM] 3106/2: ARM EABI: some syscall adjustmentsNicolas Pitre2006-01-141-9/+2
| * | | [ARM] 3105/4: ARM EABI: new syscall entry conventionNicolas Pitre2006-01-143-37/+48
| * | | [ARM] 3104/1: ARM EABI: new helper function namesNicolas Pitre2006-01-147-0/+63
| * | | [ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2)Nicolas Pitre2006-01-142-10/+11
| * | | [ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exce...Nicolas Pitre2006-01-143-3/+23
| * | | [ARM] 3101/1: ARM EABI: slab memory must be 64-bit alignedNicolas Pitre2006-01-141-0/+7
| * | | [ARM] Separate VIC (vectored interrupt controller) support from VersatileRussell King2006-01-138-77/+151
| * | | [ARM] Remove useless 'default n' from Kconfig filesRussell King2006-01-133-5/+0
| * | | [ARM] Support register switch in nommu modeHyok S. Choi2006-01-131-0/+7
| * | | [ARM] start_thread fixup for nommu modeHyok S. Choi2006-01-131-0/+7
| * | | [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)Nicolas Pitre2006-01-1383-97/+1
| * | | [ARM] 3259/1: remove phys_ram from struct machine_desc (part 1)Nicolas Pitre2006-01-131-4/+3
| * | | [ARM] 3258/1: IMX serial: fix parityMatt Reimer2006-01-131-1/+1
| * | | [ARM] 3257/1: ixp2000: map in scratch and sramLennert Buytenhek2006-01-132-0/+20
| |/ /
* | | [PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inliningIngo Molnar2006-01-143-0/+32
* | | [PATCH] pktcdvd: un-inline some functionsPeter Osterlund2006-01-141-2/+2
* | | [PATCH] Mark some key VFS functions as __always_inlineArjan van de Ven2006-01-141-4/+4
* | | [PATCH] mark several functions __always_inlineIngo Molnar2006-01-147-15/+15
* | | [PATCH] enable unit-at-a-time optimisations for gcc4Ingo Molnar2006-01-141-3/+3
* | | [PATCH] Make __always_inline actually force always inliningIngo Molnar2006-01-142-1/+2
* | | [PATCH] fbdev: Update maintainers listAntonino A. Daplas2006-01-141-5/+17
* | | [PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig2006-01-1422-39/+35
* | | [PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig2006-01-1427-109/+67
* | | [PATCH] gx1fb: (try to) play nicer with various BIOSesDavid Vrabel2006-01-142-7/+20
OpenPOWER on IntegriCloud