summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-2624-40/+124
|\
| * [CPUFREQ] constify some data tables.Dave Jones2007-02-223-17/+17
| * [CPUFREQ] constify cpufreq_driver where possible.Dave Jones2007-02-2214-17/+17
| * {rd,wr}msr_on_cpu SMP=n optimizationAdrian Bunk2007-02-205-14/+25
| * [CPUFREQ] cpufreq_ondemand.c: don't use _WORK_NAROleg Nesterov2007-02-201-4/+1
| * rdmsr_on_cpu, wrmsr_on_cpuAlexey Dobriyan2007-02-206-1/+79
| * [CPUFREQ] Revert default on deprecated config X86_SPEEDSTEP_CENTRINO_ACPIThomas Renninger2007-02-202-2/+0
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-2612-76/+84
|\ \
| * | [ARM] CLPS7500 doesn't have IO portsRussell King2007-02-261-0/+1
| * | [ARM] Fix more apm-emulation.hRussell King2007-02-261-1/+1
| * | [ARM] 4234/1: Introduce get_irqnr_preamble and arch_ret_to_user for ns9xxx.Uwe Kleine-König2007-02-251-0/+6
| * | [ARM] 4233/1: nand/s3c2410.c: warning fixArnaud Patard2007-02-251-1/+1
| * | [ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OF...Nicolas Pitre2007-02-251-16/+17
| * | [ARM] 4224/2: allow XIP kernel to boot againNicolas Pitre2007-02-252-12/+14
| * | [ARM] 4232/1: AT91: Generic GPIO bugAndrew Victor2007-02-221-1/+1
| * | [ARM] 4231/1: AT91: Merge and typo fixes.Andrew Victor2007-02-224-35/+3
| * | [ARM] 4229/1: S3C2410: Add MACH_QT2410 to s3c2410_defconfigBen Dooks2007-02-221-2/+2
| * | [ARM] 4228/2: S3C24XX: update s3c2410_defconfig for 2.6.21-rc1Ben Dooks2007-02-221-11/+41
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-02-2617-102/+76
|\ \ \
| * | | IPoIB: Correct debugging output when path record lookup failsRoland Dreier2007-02-261-1/+1
| * | | RDMA/cxgb3: Stop the EP Timer on BAD CLOSESteve Wise2007-02-231-0/+1
| * | | RDMA/cxgb3: cleanupsAdrian Bunk2007-02-238-61/+27
| * | | RDMA/cma: Remove unused node_guid from cma_device structureSean Hefty2007-02-221-2/+0
| * | | IB/cm: Remove ca_guid from cm_device structureSean Hefty2007-02-221-6/+4
| * | | RDMA/cma: Request reversible paths onlySean Hefty2007-02-221-1/+3
| * | | IB/core: Set hop limit in ib_init_ah_from_wc correctlySean Hefty2007-02-221-1/+1
| * | | IB/uverbs: Return correct error for invalid PD in register MRRoland Dreier2007-02-221-1/+3
| * | | IPoIB: Remove unused local_rate trackingRoland Dreier2007-02-212-6/+3
| * | | IPoIB/cm: Improve small message bandwidthMichael S. Tsirkin2007-02-201-19/+27
| * | | IB/mthca: Make 2 functions staticAdrian Bunk2007-02-201-4/+6
* | | | [PATCH] Fix oops in pata_pcmciaAlan2007-02-261-1/+0
* | | | [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQRusty Russell2007-02-261-8/+8
* | | | [PATCH] Fix build-failure in drivers/video/s3fb.cOndrej Zajicek2007-02-261-3/+3
* | | | [PATCH] x86: add -freg-struct-return to CFLAGSIngo Molnar2007-02-261-1/+1
* | | | [PATCH] add MAINTAINERS entry for high-res timers, clockevents, dynticksIngo Molnar2007-02-261-0/+6
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-2697-1920/+1586
|\ \ \ \
| * | | | [PARISC] Use symbolic last syscall in __NR_Linux_syscallsKyle McMartin2007-02-211-1/+1
| * | | | [PARISC] Add missing statfs64 and fstatfs64 syscallsGuy Martin2007-02-212-1/+5
| * | | | Revert "[PARISC] Optimize TLB flush on SMP systems"Kyle McMartin2007-02-181-11/+13
| * | | | [PARISC] Compat signal fixes for 64-bit pariscCarlos O'Donell Jr2007-02-171-10/+11
| * | | | [PARISC] Reorder syscalls to match unistd.hCarlos O'Donell Jr2007-02-171-1/+1
| * | | | Revert "[PATCH] make kernel/signal.c:kill_proc_info() static"Matthew Wilcox2007-02-172-1/+3
| * | | | [PARISC] fix sys_rt_sigqueueinfoKyle McMartin2007-02-172-1/+22
| * | | | [PARISC] fix section mismatch warnings in harmony sound driverHelge Deller2007-02-171-2/+2
| * | | | [PARISC] do not export get_register/set_registerHelge Deller2007-02-171-4/+2
| * | | | [PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation codeHelge Deller2007-02-174-48/+32
| * | | | [PARISC] convert to use CONFIG_64BIT instead of __LP64__Helge Deller2007-02-1719-46/+46
| * | | | [PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller2007-02-1714-67/+67
| * | | | [PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macroHelge Deller2007-02-179-218/+97
| * | | | [PARISC] more ENTRY(), ENDPROC(), END() conversionsHelge Deller2007-02-176-125/+99
OpenPOWER on IntegriCloud