summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-03-064-12/+5
|\
| * [IA64] kexec: Use EFI_LOADER_DATA for ELF core headerMagnus Damm2007-03-061-1/+5
| * [IA64] Remove stack hard limit on ia64schwab@suse.de2007-03-061-1/+0
| * Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck2007-03-062-10/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-067-31/+56
|\ \
| * | [MIPS] Wire up ioprio_set and ioprio_get.Ralf Baechle2007-03-071-6/+12
| * | [MIPS] Fix __raw_read_trylock() to allow multiple readersDave Johnson2007-03-071-2/+2
| * | [MIPS] Export __copy_user_inatomic.Ralf Baechle2007-03-071-0/+2
| * | [MIPS] R2 bitops compile fix for gcc < 4.0.Ralf Baechle2007-03-071-23/+33
| * | [MIPS] SMTC: Add fordward declarations for mm_struct and task_struct.Ralf Baechle2007-03-071-0/+3
| * | [MIPS] SMTC: <asm/mips_mt.h> must include <linux/cpumask.h>Ralf Baechle2007-03-071-0/+2
| * | [MIPS] SMTC: <asm/smtc_ipi.h> must include <linux/spinlock.h>Ralf Baechle2007-03-071-0/+2
| |/
* | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2007-03-061-2/+2
|\ \
| * | [ALSA] version 1.0.14rc3Jaroslav Kysela2007-03-061-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-03-062-0/+10
|\ \
| * | mmc: require explicit support for high-speedPierre Ossman2007-03-061-0/+8
| * | ncpfs: make sure server connection survives a killPierre Ossman2007-03-061-0/+2
| |/
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-03-062-0/+3
|\ \
| * | mv643xx_eth: Place explicit port number in mv643xx_eth_platform_dataDale Farnsworth2007-03-061-0/+1
| * | bonding: Improve IGMP join processingJay Vosburgh2007-03-061-0/+2
| |/
* | [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown2007-03-061-1/+1
* | [PATCH] knfsd: remove CONFIG_IPV6 ifdefs from sunrpc server codeNeilBrown2007-03-061-2/+0
* | [PATCH] linux/audit.h needs linux/types.hJeff Dike2007-03-061-0/+1
* | [PATCH] hrtimers: hrtimer_clock_base description typoAndres Salomon2007-03-061-1/+1
* | [PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ descriptionAndres Salomon2007-03-061-1/+1
* | [PATCH] i386: make x86_64 tsc header require i386 rather than vice-versaAndres Salomon2007-03-062-68/+68
* | [PATCH] fix build with CONFIG_NO_IDLE_HZ=nAndrew Morton2007-03-061-0/+8
|/
* [PATCH] disable NMI watchdog by defaultIngo Molnar2007-03-052-2/+2
* [PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens2007-03-051-0/+37
* [PATCH] clocksource init adjustments (fix bug #7426)john stultz2007-03-051-0/+1
* [PATCH] vmi: apic opsZachary Amsden2007-03-051-0/+1
* [PATCH] vmi: pit overrideZachary Amsden2007-03-052-3/+6
* [PATCH] vmi: paravirt drop udelay opZachary Amsden2007-03-052-9/+0
* [PATCH] vmi: fix highpteZachary Amsden2007-03-052-4/+23
* [PATCH] vmi: cpu cycles fixZachary Amsden2007-03-053-0/+5
* [PATCH] vmi: sched clock paravirt op fixZachary Amsden2007-03-054-3/+11
* [PATCH] Page migration: Fix vma flag checkingChristoph Lameter2007-03-051-0/+8
* [PATCH] sched: remove SMT niceCon Kolivas2007-03-057-11/+0
* [PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell2007-03-051-0/+0
* [PATCH] msi: sanely support hardware level msi disablingEric W. Biederman2007-03-052-3/+5
* [PATCH] io_apic.h needs apicdef.hJean Delvare2007-03-052-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-03-041-1/+2
|\
| * ide: ide_get_best_pio_mode() returns incorrect IORDY setting (take 2)Sergei Shtylyov2007-03-031-1/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-042-4/+23
|\ \
| * | [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-3/+22
| * | [NET]: Fix bugs in "Whether sock accept queue is full" checkingWei Dong2007-03-021-1/+1
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-03-044-28/+32
|\ \
| * \ Merge branch 'omap-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/tmli...Russell King2007-03-023-7/+13
| |\ \
| | * | ARM: OMAP: Add missing get_irqnr_preamble and arch_ret_to_user for omap2Tony Lindgren2007-03-021-0/+6
| | * | ARM: OMAP: Remove obsolete alsa typedefsTony Lindgren2007-03-021-6/+6
OpenPOWER on IntegriCloud