summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] initramfs: handle more than one source dir or file listThomas Chou2006-11-252-2/+3
* [PATCH] fix "pcmcia: fix 'rmmod pcmcia' with unbound devices"Daniel Ritz2006-11-251-0/+2
* [PATCH] x86_64: fix bad page state in process 'swapper'Mel Gorman2006-11-231-3/+3
* [PATCH] Fix i2c-ixp4xx compile (missing brace)Jean Delvare2006-11-231-1/+1
* [PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones2006-11-231-3/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-11-236-9/+30
|\
| * [ARM] 3941/1: [Jornada7xx] - Addition to MAINTAINERSKristoffer Ericson2006-11-221-0/+6
| * [ARM] 3942/1: ARM: comment: consistent_sync should not be called directlyDan Williams2006-11-222-0/+7
| * [ARM] ebsa110: fix warnings generated by asm/arch/io.hRussell King2006-11-202-9/+15
| * [ARM] 3933/1: Source drivers/ata/KconfigMartin Michlmayr2006-11-201-0/+2
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-11-222-5/+23
|\ \
| * | [PATCH] make au1xxx-ide compile againManuel Lauss2006-11-221-4/+2
| * | [MIPS] Hack for SB1 cache issuesThiemo Seufer2006-11-221-1/+21
* | | [AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds2006-11-222-2/+2
* | | [AGP] Fix intel 965 AGP memory mapping functionLinus Torvalds2006-11-221-7/+24
* | | Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2006-11-222-7/+3
|/ /
* | Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2006-11-214-50/+19
|\ \
| * | [POWERPC] Fix ucc_geth of_device discovery on mpc832xKim Phillips2006-11-221-0/+19
| * | [POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new gen...Kim Phillips2006-11-222-46/+0
| * | [POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 mITX"Kim Phillips2006-11-221-4/+0
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-11-2113-27/+85
|\ \ \
| * | | [TG3]: Add missing unlock in tg3_open() error path.Ira W. Snyder2006-11-211-1/+3
| * | | [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2006-11-212-5/+4
| * | | [IRDA]: Lockdep fix.Peter Zijlstra2006-11-211-1/+2
| * | | [BLUETOOTH]: Fix unaligned access in hci_send_to_sock.David S. Miller2006-11-211-4/+7
| * | | [XFRM]: nlmsg length not computed correctly in the presence of subpoliciesJamal Hadi Salim2006-11-211-1/+9
| * | | [XFRM]: Sub-policies broke policy eventsJamal Hadi Salim2006-11-211-0/+3
| * | | [IGMP]: Fix IGMPV3_EXP() normalization bit shift value.David L Stevens2006-11-211-1/+1
| * | | [Bluetooth] Ignore L2CAP config requests on disconnectMarcel Holtmann2006-11-211-0/+3
| * | | [Bluetooth] Always include MTU in L2CAP config responsesMarcel Holtmann2006-11-211-4/+4
| * | | [Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann2006-11-211-1/+1
| * | | [Bluetooth] Handling pending connect attempts after inquiryMarcel Holtmann2006-11-211-0/+19
| * | | [Bluetooth] Attach low-level connections to the Bluetooth busMarcel Holtmann2006-11-211-1/+3
| * | | [IPV6] IP6TUNNEL: Add missing nf_reset() on input path.Yasuyuki Kozakai2006-11-211-0/+1
| * | | [IPV6] IP6TUNNEL: Delete all tunnel device when unloading module.Yasuyuki Kozakai2006-11-211-1/+17
| * | | [IPV6] ROUTE: Do not enable router reachability probing in router mode.YOSHIFUJI Hideaki2006-11-211-4/+5
| * | | [IPV6] ROUTE: Prefer reachable nexthop only if the caller requests.YOSHIFUJI Hideaki2006-11-211-3/+1
| * | | [IPV6] ROUTE: Try to use router which is not known unreachable.YOSHIFUJI Hideaki2006-11-211-0/+2
* | | | [PATCH] Fix CPU_FREQ_GOV_ONDEMAND=y compile errorDave Jones2006-11-211-0/+1
|/ / /
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-11-211-0/+1
|\ \ \
| * | | [PATCH] x86_64: Align data segment to PAGE_SIZE boundaryVivek Goyal2006-11-211-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Andi Kleen2006-11-211035-8640/+11947
| |\| |
| * | | [PATCH] x86-64: increase PHB1 split transaction timeoutMuli Ben-Yehuda2006-10-221-1/+43
| * | | [PATCH] x86-64: Fix C3 timer testAndi Kleen2006-10-221-1/+1
* | | | [XFS] Stale the correct inode when freeing clusters.David Chinner2006-11-211-1/+1
* | | | [XFS] Fix uninitialized br_state and br_startoff inLachlan McIlroy2006-11-211-0/+2
| |/ / |/| |
* | | IB/ipath: Depend on CONFIG_NETBryan O'Sullivan2006-11-201-1/+1
* | | Add "pure_initcall" for static variable initializationLinus Torvalds2006-11-203-1/+11
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-11-201-8/+7
|\ \ \
| * | | IPoIB: Clear high octet in QP numberMichael S. Tsirkin2006-11-161-8/+7