summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sky2: reschedule if irq still pendingStephen Hemminger2006-04-261-8/+10
* Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-261-1/+4
|\
| * [PATCH] softmac: fix SIOCSIWAPJohannes Berg2006-04-241-1/+4
* | [NETFILTER]: Fix compat_xt_counters alignment for non-x86Patrick McHardy2006-04-241-0/+4
* | [SPARC]: __NR_sys removalOGAWA Hirofumi2006-04-242-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-04-234-36/+77
|\
| * [PARISC] Make ioremap default to _nocacheKyle McMartin2006-04-211-12/+5
| * [PARISC] Add new entries to the syscall tableKyle McMartin2006-04-211-1/+7
| * [PARISC] Further work for multiple page sizesHelge Deller2006-04-212-23/+65
* | powerpc: Fix define_machine so machine_is() works from modulesPaul Mackerras2006-04-231-1/+5
* | [PATCH] powerpc: IOMMU support for honoring dma_maskOlof Johansson2006-04-211-3/+4
|/
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-201-1/+2
|\
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-04-201-1/+2
| |\
| | * [PATCH] softmac: fix event sendingJohannes Berg2006-04-191-1/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-04-202-0/+8
|\ \ \ | |/ / |/| |
| * | [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-202-0/+8
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-04-202-2/+2
|\ \ \
| * | | [SPARC]: __NR_sys_splice --> __NR_spliceDavid S. Miller2006-04-192-2/+2
| |/ /
* | | [PATCH] x86_64: bring back __read_mostly support to linux-2.6.17-rc2Eric Dumazet2006-04-201-2/+2
* | | [PATCH] i386/x86-64: Fix x87 information leak between processesAndi Kleen2006-04-204-5/+47
* | | [PATCH] memory_hotplug.h cleanupAdrian Bunk2006-04-201-3/+0
* | | [PATCH] xtensa: Fix TIOCGICOUNT macroChris Zankel2006-04-201-1/+1
|/ /
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-04-192-0/+13
|\ \ | |/ |/|
| * NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2006-04-191-0/+1
| * NFS: fix PROC_FS=n compile errorAdrian Bunk2006-04-191-0/+12
* | [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDCAdrian Bunk2006-04-191-1/+0
* | [PATCH] ide: ATI SB600 IDE supportAnatoli Antonovitch2006-04-191-0/+4
* | [PATCH] m32r: update switch_to macro for tuningHirokazu Takata2006-04-191-44/+23
* | [PATCH] m32r: mappi3 reboot supportHirokazu Takata2006-04-191-11/+11
* | [PATCH] m32r: update include/asm-m32r/semaphore.hHirokazu Takata2006-04-191-60/+4
* | [PATCH] m32r: Fix pt_regs for !COFNIG_ISA_DSP_LEVEL2 targetHirokazu Takata2006-04-193-15/+17
* | [PATCH] asm-i386/atomic.h: local_irq_save should be used instead of local_irq...lepton2006-04-191-2/+3
* | [PATCH] for_each_possible_cpu: x86_64KAMEZAWA Hiroyuki2006-04-191-1/+1
* | [PATCH] task: Make task list manipulations RCU safeEric W. Biederman2006-04-191-2/+1
|/
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-04-1835-79/+1241
|\
| * [MIPS] Handle IDE PIO cache aliases on SMP.Ralf Baechle2006-04-192-2/+45
| * [MIPS] MIPS boards: Set HZ to 100.Ralf Baechle2006-04-191-0/+13
| * [MIPS] FPU affinity for MT ASE.Ralf Baechle2006-04-194-1/+53
| * [MIPS] MT: Improved multithreading support.Ralf Baechle2006-04-1916-21/+924
| * [MIPS] kpsd and other AP/SP improvements.Ralf Baechle2006-04-194-14/+102
| * [MIPS] Fix genrtc compilation.Ralf Baechle2006-04-191-2/+2
| * [MIPS] Use "R" constraint for cache_op.Ralf Baechle2006-04-191-1/+1
| * [MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle2006-04-192-20/+17
| * [MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle2006-04-192-2/+15
| * [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] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle2006-04-191-1/+1
| * [MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2006-04-191-0/+1
| * [MIPS] Wire up sync_file_range(2).Ralf Baechle2006-04-191-6/+9
| * [MIPS] Wire splice syscall.Ralf Baechle2006-04-191-6/+9
OpenPOWER on IntegriCloud