summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.19v2.6.19Linus Torvalds2006-11-291-1/+1
* [PATCH] r8169: Fix iteration variable signFrancois Romieu2006-11-291-2/+2
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-11-2913-16/+38
|\
| * [ARM] 3943/1: share declaration of struct pxa2xx_udc_mach_info between multip...Milan Svoboda2006-11-292-16/+27
| * [ARM] Export smp_call_function()Russell King2006-11-261-0/+1
| * [ARM] Add PM_LEGACY defaultsRussell King2006-11-2610-0/+10
* | [MIPS] Do topology_init even on uniprocessor kernels.Ralf Baechle2006-11-293-24/+30
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-11-286-22/+35
|\ \
| * | [NET]: Fix MAX_HEADER setting.David S. Miller2006-11-281-2/+4
| * | [NETFILTER]: ipt_REJECT: fix memory corruptionPatrick McHardy2006-11-281-7/+9
| * | [NETFILTER]: conntrack: fix refcount leak when finding expectationYasuyuki Kozakai2006-11-282-6/+6
| * | [NETFILTER]: ctnetlink: fix reference count leakPatrick McHardy2006-11-282-0/+2
| * | [NETFILTER]: nf_conntrack: fix the race on assign helper to new conntrackYasuyuki Kozakai2006-11-281-7/+6
| * | [NETFILTER]: nfctnetlink: assign helper to newly created conntrackYasuyuki Kozakai2006-11-281-0/+8
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-11-282-8/+24
|\ \ \ | |/ / |/| |
| * | [PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failureBrian King2006-11-281-3/+6
| * | [PATCH] ahci: AHCI mode SATA patch for Intel ICH9Jason Gaston2006-11-281-0/+11
| * | [PATCH] libata: don't schedule EH on wcache on/off if old EHTejun Heo2006-11-281-5/+7
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds2006-11-281-1/+2
|\ \ \
| * | | selinux: fix dentry_open() error checkAkinobu Mita2006-11-271-1/+2
| |/ /
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-11-284-7/+18
|\ \ \
| * | | [PATCH] x86-64: Use stricter in process stack check for unwinderAndi Kleen2006-11-281-1/+9
| * | | [PATCH] i386: Fix compilation with UP genericarchAndi Kleen2006-11-281-0/+4
| * | | [PATCH] x86-64: Fix warning in io_apic.cAndi Kleen2006-11-281-2/+0
| * | | [PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwindJan Beulich2006-11-281-4/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Andi Kleen2006-11-2879-370/+877
| |\ \ \ | | |/ /
| * | | [PATCH] x86_64: Align data segment to PAGE_SIZE boundaryVivek Goyal2006-11-211-0/+1
* | | | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-11-289-23/+41
|\ \ \ \
| * | | | [ALSA] version 1.0.13Jaroslav Kysela2006-11-281-1/+1
| * | | | [ALSA] snd-emu10k1: Fix capture for one variant.James Courtier-Dutton2006-11-281-0/+1
| * | | | [ALSA] Fix hang-up at disconnection of usb-audioTakashi Iwai2006-11-283-4/+8
| * | | | [ALSA] hda: fix typo for xw4400 PCI sub-IDJohn W. Linville2006-11-281-1/+1
| * | | | [ALSA] hda: fix sigmatel dell system detectionMatt Porter2006-11-281-7/+7
| * | | | [ALSA] Enable stereo line input for TAS codecPaul Mackerras2006-11-281-4/+9
| * | | | [ALSA] rtctimer: handle RTC interrupts with a taskletClemens Ladisch2006-11-281-6/+14
| | |/ / | |/| |
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-11-281-1/+1
|\ \ \ \
| * | | | [MIPS] Fix Bonito bootup message.Ralf Baechle2006-11-281-1/+1
| |/ / /
* | | | [PATCH] add missing libsas include to fix s390 compilation.Dave Jones2006-11-281-0/+1
* | | | [PATCH] ecryptfs: fix crypto_alloc_blkcipher() error checkAkinobu Mita2006-11-281-1/+2
* | | | [PATCH] fix create_write_pipe() error checkAkinobu Mita2006-11-281-4/+4
* | | | [PATCH] Fix Intel/Sharp command set erase suspend bugJoakim Tjernlund2006-11-281-1/+1
* | | | [PATCH] bridge: fix possible overflow in get_fdb_entriesChris Wright2006-11-281-4/+5
* | | | [PATCH] x86_64: fix 'earlyprintk=...,keep' regressionIngo Molnar2006-11-281-1/+1
|/ / /
* | | Fix 'ALIGN()' macro, take 2Linus Torvalds2006-11-261-1/+3
* | | [PATCH] Fix incorrent type of flags in <asm/semaphore.h>Kyle McMartin2006-11-261-2/+4
* | | Revert "[PATCH] Enforce "unsigned long flags;" when spinlocking"Linus Torvalds2006-11-262-86/+20
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-11-267-13/+32
|\ \ \
| * | | [XFRM] STATE: Fix to respond error to get operation if no matching entry exists.Masahide NAKAMURA2006-11-251-0/+1
| * | | [NET]: Re-fix of doc-comment in sock.hPaul Bonser2006-11-251-5/+10
| * | | [6PACK]: Masking bug in 6pack driver.Jean Delvare2006-11-251-1/+1
OpenPOWER on IntegriCloud