summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [IA64] Fix wrong assumption about irq and vector in msi_ia64.cIshimatsu Yasuaki2007-04-061-2/+2
| * | | | | | [IA64] BTE error timer fixRuss Anderson2007-04-061-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-2.6.21' of master.kernel.org:/pub/scm/linux/kernel/git/dave...Linus Torvalds2007-04-091-2/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | [AGPGART] intel_agp: PCI id update for Intel 965GMWang Zhenyu2007-04-081-2/+12
* | | | | [PATCH] i386: irqbalance_disable() section fixAndrew Morton2007-04-081-1/+1
* | | | | [PATCH] x86_64 early quirks: fix early_qrk[] section tagAndrew Morton2007-04-081-1/+1
* | | | | [PATCH] omap_cf: oops-on-suspend fixDavid Brownell2007-04-081-16/+25
* | | | | [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden2007-04-084-1/+29
* | | | | [PATCH] fuse: validate rootmode mount optionTimo Savola2007-04-083-2/+10
* | | | | sched.c: Remove unused variable 'relative'Linus Torvalds2007-04-071-1/+0
* | | | | [PATCH] sched: get rid of p->children use in show_task()Ingo Molnar2007-04-071-34/+1
* | | | | [PATCH] irq-devres: fix failure path of devm_request_irq()Tejun Heo2007-04-071-1/+1
* | | | | [PATCH] high-res timers: resume fixIngo Molnar2007-04-073-1/+16
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-063-27/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [TG3]: Fix crash during tg3_init_one().Michael Chan2007-04-061-2/+4
| * | | | [IPV6]: Revert recent change to rt6_check_dev().David S. Miller2007-04-061-14/+5
| * | | | [XFRM]: beet: fix IP option decapsulationPatrick McHardy2007-04-051-1/+4
| * | | | [XFRM]: beet: fix beet mode decapsulationPatrick McHardy2007-04-051-7/+7
| * | | | [XFRM]: beet: use IPOPT_NOP for option paddingPatrick McHardy2007-04-051-0/+2
| * | | | [XFRM]: beet: fix IP option encapsulationPatrick McHardy2007-04-051-3/+2
* | | | | Linux 2.6.21-rc6v2.6.21-rc6Linus Torvalds2007-04-051-1/+1
|/ / / /
* | | | [IPSEC]: Reject packets within replay window but outside the bit maskHerbert Xu2007-04-051-1/+2
* | | | [IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen2007-04-041-4/+4
* | | | [APPLETALK]: Fix a remotely triggerable crashJean Delvare2007-04-041-2/+5
| |_|/ |/| |
* | | [PATCH] ia64: desc_empty thinko/typo fixMaciej Zenczykowski2007-04-041-1/+1
* | | [PATCH] Fix build error on zs serial driverYoichi Yuasa2007-04-041-1/+0
* | | [PATCH] fix jiffies clocksource inittimejohn stultz2007-04-041-1/+1
* | | [PATCH] cciss: add init of drv->cylinders back to cciss_geometry_inquiryMike Miller (OS Dev)2007-04-041-0/+1
* | | [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-044-20/+0
* | | [PATCH] swsusp: fix memory shrinkerRafael J. Wysocki2007-04-041-1/+1
* | | [PATCH] net/sunrpc/svcsock.c: fix a checkAdrian Bunk2007-04-041-2/+2
* | | [PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown2007-04-042-1/+16
* | | [PATCH] kernel/time.c: add missing symbol exportsThomas Bittermann2007-04-041-0/+2
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-04-042-2/+10
|\ \ \
| * | | [S390] cio: Fix handling of interrupt for csch().Cornelia Huck2007-04-041-0/+8
| * | | [S390] page_mkclean data corruption.Martin Schwidefsky2007-04-041-2/+2
* | | | [PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman2007-04-041-7/+4
* | | | [PATCH] SLAB: Mention slab name when listing corrupt objectsDavid Howells2007-04-041-2/+2
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-04-045-15/+49
|\ \ \ \
| * | | | libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee2007-04-042-1/+27
| * | | | libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee2007-04-043-0/+8
| * | | | libata: Clear tf before doing request sense (take 3)Albert Lee2007-04-041-11/+11
| * | | | libata: reorder HSM_ST_FIRST for easier decoding (take 3)Albert Lee2007-04-041-2/+2
| * | | | libata bugfix: preserve LBA bit for HDIO_DRIVE_TASKMark Lord2007-04-041-1/+1
| * | | | 2.6.21 fix lba48 bug in libata fill_result_tf()Mark Lord2007-04-041-1/+1
* | | | | [PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)Robert Hancock2007-04-041-0/+5
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-04-0411-46/+89
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | r8169: fix suspend/resume for down interfaceFrancois Romieu2007-04-031-6/+7
| * | | | r8169: issue request_irq after the private data are completely initializedFrancois Romieu2007-04-031-15/+18
| * | | | b44: fix IFF_ALLMULTI handling of CAM slotsBill Helfinstine2007-04-031-1/+1
OpenPOWER on IntegriCloud