summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * | [CPUFREQ] extra debugging in cpufreq_add_dev()Dave Jones2006-03-291-1/+1
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-04-183-14/+15
|\ \ \ | |_|/ |/| |
| * | [ARM] 3479/1: Corgi SSP: Fix potential concurrent access problemRichard Purdie2006-04-181-6/+3
| * | [ARM] 3478/1: SharpSL SCOOP: Fix potenial build failureRichard Purdie2006-04-182-8/+12
* | | x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds2006-04-181-2/+14
* | | x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds2006-04-181-2/+6
* | | Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2006-04-187-133/+152
|\ \ \
| * | | drm: Fix further issues in drivers/char/drm/via_irq.cJayachandran C2006-04-181-3/+4
| * | | drivers/char/drm/drm_memory.c: possible cleanupsAdrian Bunk2006-04-184-30/+25
| * | | drm: deline a few large inlines in DRM codeDave Airlie2006-04-072-106/+127
| * | | drm: remove master setting from add/remove contextDave Airlie2006-04-051-2/+2
| * | | drm: drm_pci needs dma-mapping.hDave Airlie2006-04-051-0/+1
| * | | [PATCH] drm: Fix issue reported by Coverity in drivers/char/drm/via_irq.cDave Airlie2006-04-051-2/+3
OpenPOWER on IntegriCloud