summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle2006-04-199-67/+260
| * [MIPS] Fixup damage done by 22a9835c350782a5c3257343713932af3ac92ee0.Ralf Baechle2006-04-192-4/+6
| * [MIPS] Replace redundant declarations of _end by <asm/sections.h>.Ralf Baechle2006-04-195-10/+7
| * [MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle2006-04-193-32/+45
| * [MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.Ralf Baechle2006-04-191-1/+1
| * [MIPS] EV96100: Fix over two year old typo in variable name.Ralf Baechle2006-04-191-1/+1
| * [MIPS] Ocelot 3: Fix build errors after the recent move of Marvell headers.Ralf Baechle2006-04-191-12/+12
| * [MIPS] MV6434x: Add prototype of interrupt dispatch function.Ralf Baechle2006-04-191-0/+2
| * [MIPS] it8172: Fix build of serial driver.Ralf Baechle2006-04-191-6/+6
| * [MIPS] ITE: Glue build.Ralf Baechle2006-04-191-0/+1
| * [MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle2006-04-191-1/+1
| * [MIPS] Jaguar: Fix build errors after the recent move of Marvell headers.Ralf Baechle2006-04-191-18/+18
| * [MIPS] ITE8172: Fix build error due to missmatching prototypes.Ralf Baechle2006-04-191-3/+0
| * [MIPS] Fix CONFIG_LIMITED_DMA build.Ralf Baechle2006-04-191-0/+2
| * [MIPS] PNX8550 build fix.Ralf Baechle2006-04-191-0/+1
| * [MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2006-04-1918-44/+40
| * [MIPS] Fix breakage due to the grand makefile crapectomy.Ralf Baechle2006-04-191-2/+2
| * [MIPS] Sort out duplicate exports.Ralf Baechle2006-04-192-17/+0
| * [MIPS] Wire up sync_file_range(2).Ralf Baechle2006-04-196-6/+23
| * [MIPS] Wire splice syscall.Ralf Baechle2006-04-195-6/+13
| * [MIPS] More SHT_* and SHF_* ELF definitions.Ralf Baechle2006-04-191-2/+43
| * [MIPS] Fix vectored interrupt support in TLB exception handler generator.Ralf Baechle2006-04-192-2/+3
| * [MIPS] Provide access functions for c0_badvaddr.Ralf Baechle2006-04-191-0/+3
| * [MIPS] Some formatting fixes.Ralf Baechle2006-04-191-3/+3
| * [MIPS] Fixup printk in mips_srs_init.Ralf Baechle2006-04-191-1/+2
| * [MIPS] Remove redundant initialization of sr_allocated.Ralf Baechle2006-04-191-2/+0
| * [MIPS] Make set_vi_srs_handler static.Ralf Baechle2006-04-192-2/+1
| * [MIPS] Cleanup free_initmem the same way as i386 did.Ralf Baechle2006-04-191-25/+23
| * [MIPS] Added tb0287_defconfig back.Yoichi Yuasa2006-04-191-0/+1096
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-188-18/+30
|\ \
| * | [NET]: Remove redundant NULL checks before [kv]freeJesper Juhl2006-04-182-7/+3
| * | unaligned access in sk_run_filter()Dmitry Mishin2006-04-181-2/+3
| * | [IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki2006-04-183-5/+4
| * | [IPV6] XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki2006-04-181-2/+2
| * | [IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki2006-04-181-1/+3
| * | [IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki2006-04-181-0/+12
| * | [TCP]: Fix truesize underflowHerbert Xu2006-04-181-1/+3
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-04-181-1/+1
|\ \
| * | [SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64KJean-Luc Léger2006-04-181-1/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-04-185-18/+27
|\ \
| * | [CPUFREQ] powernow-k8.c: fix a check-after-useAdrian Bunk2006-04-181-2/+5
| * | [CPUFREQ] Remove duplicate check in powernow-k8Tobias Klauser2006-04-181-3/+0
| * | [CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exportedAdrian Bunk2006-04-181-1/+0
| * | [CPUFREQ] If max_freq got reduced (e.g. by _PPC) a write to sysfs scaling_gov...Thomas Renninger2006-04-181-2/+15
| * | Merge ../linusDave Jones2006-04-182041-80487/+94758
| |\ \ | | |/
| * | [CPUFREQ] x86_64: Proper null pointer check in powernow_k8_getjacob.shin@amd.com2006-04-101-1/+7
| * | [CPUFREQ] x86_64: Revert earlier powernow-k8 changeAndi Kleen2006-04-101-4/+3
| * | [CPUFREQ] Update LART site URLErik Mouw2006-04-032-2/+2
| * | [CPUFREQ] Remove pointless check in conservative governor.Dave Jones2006-04-011-4/+2
| * | [CPUFREQ] trailing whitespace removal de-jour.Dave Jones2006-03-291-3/+2
OpenPOWER on IntegriCloud