summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-27Linux v2.6.14v2.6.14Linus Torvalds1-1/+1
2005-10-27Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6Linus Torvalds1-0/+1
2005-10-27[PATCH] cpufreq: SMP fix for conservative governorDave Jones1-3/+3
2005-10-27Revert "x86-64: Avoid unnecessary double bouncing for swiotlb"Linus Torvalds1-3/+3
2005-10-27[TCP]: Clear stale pred_flags when snd_wnd changesHerbert Xu1-0/+1
2005-10-27[PATCH] Yet more posix-cpu-timer fixesRoland McGrath1-4/+7
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds2-18/+26
2005-10-26[PATCH] Fix cpu timers expiration timeOleg Nesterov1-3/+3
2005-10-26Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-1/+27
2005-10-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-1/+2
2005-10-26posix cpu timers: fix timer orderingLinus Torvalds1-6/+4
2005-10-26[PATCH] fix radeon_cp_init_ring_buffer()Ivan Kokshaysky1-5/+6
2005-10-26[PATCH] svcsock timestamp fixAndrew Morton1-1/+1
2005-10-26[PATCH] Fix HFS+ to free up the space when a file is deleted.Peter Wainwright1-0/+1
2005-10-26[PATCH] kill massive wireless-related log spamJeff Garzik1-2/+7
2005-10-26[PATCH] export cpu_online_mapAndrew Morton1-0/+1
2005-10-26[PATCH] ppc64: Fix wrong register mapping in mpic driverBenjamin Herrenschmidt1-2/+2
2005-10-26[PATCH] NUMA: broken per cpu pageset countersMagnus Damm1-0/+2
2005-10-26[PATCH] md: make sure mdthreads will always respond to kthread_stopNeilBrown1-4/+6
2005-10-26[ARM] 3032/1: sparse: complains about generic_fls() prototype in asm-arm/bito...Ian Campbell1-1/+0
2005-10-25PCI: be more verbose about resource quirksLinus Torvalds1-13/+88
2005-10-25[LLC]: Strip RIF flag from source MAC addressJochen Friedrich1-1/+3
2005-10-25[TR]: Preserve RIF flag even for 2 byte RIF fields.Jochen Friedrich1-2/+3
2005-10-25[IPV6]: Fix refcnt of struct ip6_flowlabelYan Zheng1-1/+1
2005-10-25[PATCH] qlogic lockup fixAndrew Morton1-1/+2
2005-10-25[PATCH] alpha: atomic dependency fixAndrew Morton3-30/+37
2005-10-24[ARM] fix sharp zaurus c-3000 compile failure without CONFIG_FB_PXAPavel Machek1-0/+2
2005-10-24[SERIAL] new hp diva console portJustin Chen2-0/+2
2005-10-24[SERIAL] support the Exsys EX-4055 4S four-port cardBjorn Helgaas2-1/+25
2005-10-24[PATCH] Return the line length via sysfs for fbdevJames Simmons1-0/+8
2005-10-24[PATCH] ALSA: Fix Oops of suspend/resume with generic driversTakashi Iwai1-2/+4
2005-10-24[PATCH] uml: fix compile failure for TT modeMiklos Szeredi2-2/+2
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov1-4/+8
2005-10-24[PATCH] posix-timers: exit path cleanupOleg Nesterov1-0/+6
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov2-26/+18
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov1-19/+10
2005-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds5-8/+17
2005-10-23[PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier1-10/+11
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton3-0/+15
2005-10-23[PATCH] Kconfig: saa7134-dvb should not select cx22702Mike Krufky1-1/+0
2005-10-23[PATCH] SELinux: handle sel_make_bools() failure in selinuxfsDavi Arnaut1-1/+3
2005-10-23[PATCH] selinux: Fix NULL deref in policydb_destroyStephen Smalley1-2/+4
2005-10-23[PATCH] aio syscalls are not checked by lsmKostik Belousov1-0/+6
2005-10-23[PATCH] kernel-parameters cleanupRandy Dunlap1-236/+260
2005-10-23cardbus: limit IO windows to 256 bytesLinus Torvalds1-1/+1
2005-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6Linus Torvalds1-32/+16
2005-10-23Posix timers: limit number of timers firing at onceLinus Torvalds1-6/+14
2005-10-23[NEIGH] Fix timer leak in neigh_changeaddrHerbert Xu1-30/+13
2005-10-23[NEIGH] Fix add_timer race in neigh_add_timerHerbert Xu1-2/+2
2005-10-23[NEIGH] Print stack trace in neigh_add_timerHerbert Xu1-0/+1
2005-10-22[PATCH] alpha: additional smp barriersIvan Kokshaysky1-4/+8
2005-10-22[AX.25]: Fix signed char bugRalf Baechle1-1/+1
2005-10-22[SK_BUFF]: ipvs_property field must be copiedJulian Anastasov2-0/+9
2005-10-21[PATCH] typo fix in last cpufreq powernow patchChris Wright1-1/+1
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath3-14/+3
2005-10-21Revert "Fix cpu timers exit deadlock and races"Linus Torvalds1-11/+17
2005-10-21[PATCH] cpufreq: fix pending powernow timer stuck conditionDave Jones1-11/+19
2005-10-21[PATCH] ppc64: Fix typo bug in iSeries hash codeDavid Gibson1-1/+1
2005-10-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-14/+48
2005-10-21Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6Linus Torvalds4-18/+8
2005-10-21[PATCH] drm: another mga bugDave Airlie3-3/+4
2005-10-21[PATCH] ppc64: Fix pages marked dirty abusivelyBenjamin Herrenschmidt1-2/+1
2005-10-21[PATCH] ppc64: Fix typo in time calculationsPaul Mackerras1-1/+1
2005-10-21[PATCH] mptsas: fix phy identifiersEric Moore1-4/+8
2005-10-21[ARM] Fix Integrator IM/PD-1 supportRussell King1-7/+8
2005-10-20[ARM] 3028/1: S3C2410 - add DCLK mask definitionsBen Dooks1-0/+6
2005-10-20[ARM] 3027/1: BAST - reduce NAND timings slightlyBen Dooks1-3/+3
2005-10-20[ARM] 3026/1: S3C2410 - avoid possible overflow in pll calculationsBen Dooks1-4/+11
2005-10-20[ARM] 3025/1: Add I2S platform device for PXAMatt Reimer1-0/+20
2005-10-20[TCP] Allow len == skb->len in tcp_fragmentHerbert Xu1-11/+1
2005-10-20[DCCP]: Clear the IPCB areaHerbert Xu2-0/+3
2005-10-20[DCCP]: Make dccp_write_xmit always free the packetHerbert Xu2-3/+2
2005-10-20[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu1-4/+2
2005-10-20[PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins3-25/+27
2005-10-19Linux v2.6.14-rc5v2.6.14-rc5Linus Torvalds1-1/+1
2005-10-19[PATCH] build fix for uml/amd64Al Viro1-4/+0
2005-10-19[PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt1-0/+2
2005-10-19[PATCH] ppc64: update defconfigsPaul Mackerras6-163/+380
2005-10-19Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+9
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto3-14/+53
2005-10-19[PATCH] `unaligned access' in acpi get_root_bridge_busnr()Peter Chubb1-4/+4
2005-10-19[PATCH] fix MGA DRM regression before 2.6.14Dave Airlie1-3/+19
2005-10-19[PATCH] Threads shouldn't inherit PF_NOFREEZEAlan Stern1-1/+1
2005-10-19[PATCH] Export RCS_TAR_IGNORE for rpm targetsTom Rini1-1/+1
2005-10-19[PATCH] ppc64: Fix error in vDSO 32 bits dateBenjamin Herrenschmidt1-1/+1
2005-10-19[PATCH] Three one-liners in md.cNeilBrown1-1/+3
2005-10-19[PATCH] raw1394: fix locking in the presence of SMP and interruptsAndy Wingo2-49/+57
2005-10-19[PATCH] orinoco: limit message rateAndrew Morton1-2/+3
2005-10-19[PATCH] mm: hugetlb truncation fixesHugh Dickins1-14/+21
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesRoland McGrath1-17/+11
2005-10-19[ARM] 3024/1: Add cpu_v6_proc_finTony Lindgren1-1/+8
2005-10-19[PATCH] Handle spurious page fault for hugetlb regionSeth, Rohit2-2/+25
2005-10-19[SCSI] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt1-0/+2
2005-10-18[ARM] 3023/1: pxa-regs: Typo in ARM pxa register definitions.Paul Schulz1-1/+1
2005-10-18[PATCH] vesafb: Fix display corruption on display blankAntonino A. Daplas1-3/+3
2005-10-18Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-8/+12
2005-10-18Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+2
2005-10-18Add some basic .gitignore filesLinus Torvalds10-0/+84
2005-10-18[ARM] 3021/1: Interrupt 0 bug fix for ixp4xxKenneth Tan1-4/+5
2005-10-18[ARM] 3020/1: Fixes typo error CONFIG_CPU_IXP465, which should be CONFIG_CPU_...Kenneth Tan1-1/+1
2005-10-18[ARM] 3019/1: fix wrong commentsNicolas Pitre1-2/+2
2005-10-18[ARM] 3018/1: S3C2410 - check de-referenced device is really a platform deviceBen Dooks1-1/+4
2005-10-17[PATCH] kbuild: Eliminate build error when KALLSYMS not definedMark Rustad1-1/+3
2005-10-17[PATCH] aio: revert lock_kiocb()Zach Brown2-26/+7
2005-10-17[PATCH] uniput - fix crash on SMPDmitry Torokhov1-2/+2
2005-10-17[PATCH] Fix /proc/acpi/events around suspendPavel Machek1-3/+2
2005-10-17[PATCH] n_r3964 mod_timer() fixStephan Brodkorb1-4/+4
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough1-0/+1
2005-10-17[PATCH] rcu: keep rcu callback event counterEric Dumazet2-0/+12
2005-10-17[PATCH] Fix and clean up quirk_intel_ide_combined() configurationJeff Garzik2-2/+7
2005-10-17[PATCH] posix-timers: fix task accountingOleg Nesterov1-0/+3
2005-10-17[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_in...Trond Myklebust1-2/+0
2005-10-17[PATCH] NFS: Fix cache consistency racesTrond Myklebust3-6/+8
2005-10-17[PATCH] USB: fix bug in handling of highspeed usb HID devicesChristian Krause1-3/+0
2005-10-17[PATCH] isp116x-hcd: fix handling of short transfersOlav Kongas1-1/+2
2005-10-17[SCSI] mptsas: fix phy identifiersChristoph Hellwig1-4/+8
2005-10-17[SCSI] 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.cKarl Magnus Kolstoe1-0/+1
2005-10-17Increase default RCU batching sharplyLinus Torvalds1-1/+1
2005-10-17[PATCH] fix black/white-only svideo input in vpx3220 decoderRonald S. Bultje1-0/+10
2005-10-17[PATCH] fix vpx3220 offset issue in SECAMRonald S. Bultje1-12/+10
2005-10-17[PATCH] SVGATextMode fixSamuel Thibault1-2/+7
2005-10-17[PATCH] list: add missing rcu_dereference on first elementHerbert Xu1-17/+22
2005-10-16Fix memory ordering bug in page reclaimLinus Torvalds1-4/+9
2005-10-16[SCSI] Fix leak of Scsi_CmndsAlan Stern1-3/+4
2005-10-16[SCSI] FW: [PATCH] for Deadlock in transport_fcJames.Smart@Emulex.Com1-3/+10
2005-10-16[SCSI] Fix aacraid regressionSalyzyn, Mark1-1/+1
2005-10-16[SCSI] NCR5380: fix undefined preprocessor identifierRandy Dunlap1-1/+1
2005-10-16[PATCH]: highest_possible_processor_id() has to be a macroAl Viro1-9/+7
2005-10-15[NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.Andrew Morton1-1/+0
2005-10-15[SERIAL] Add SupraExpress 56i supportmaximilian attems1-0/+2
2005-10-14[PATCH] usbserial: Regression in USB generic serial driverRandall Nortman1-1/+1
2005-10-14Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds9-392/+215
2005-10-14Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+2
2005-10-14Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-33/+93
2005-10-14[PATCH] megaraid maintainers entryKolli, Neela Syam1-0/+7
2005-10-14[PATCH] sh-sci.c sci_start_tx errorYoshinori Sato1-1/+1
2005-10-14[PATCH] nommu build error fixYoshinori Sato1-0/+12
2005-10-14[PATCH] Dallas's 1-wire bus compile errorEvgeniy Polyakov1-2/+1
2005-10-14[PATCH] aacraid: host_lock not released fixMark Haverkamp1-1/+1
2005-10-14[PATCH] ppc64: Fix G5 model in /proc/cpuinfoBenjamin Herrenschmidt1-1/+2
2005-10-14[PATCH] m32r: Fix smp.c for preempt kernelHirokazu Takata1-4/+8
2005-10-14[PATCH] wireless/airo: Build fixMatteo Croce1-1/+1
2005-10-14[PATCH] Fix copy-and-paste error in BSD accountingTim Schmielau1-2/+2
2005-10-14[PATCH] radio-cadet: check request_region() return value correctlyAlexey Dobriyan1-1/+1
2005-10-14[PATCH] Add missing export of getnstimeofday()Takashi Iwai1-0/+1
2005-10-14[PATCH] zaurus: fix dependencies on collie keyboardPavel Machek1-1/+1
2005-10-14[PATCH] zaurus: fix soc_common.cPavel Machek1-8/+6
2005-10-14[PATCH] zaurus: fix compilation with cpufreq disabledPavel Machek1-0/+2
2005-10-14[PATCH] mips: fix build error in TANBAC TB0226Yoichi Yuasa1-16/+17
2005-10-14[SPARC64]: Fix powering off on SMP.David S. Miller3-35/+0
2005-10-14[QLOGICPTI]: Handle INQUIRY response sniffing correctly.David S. Miller1-4/+35
2005-10-14[ARM] 3014/1: Spitz keyboard: Correct the right shift keyRichard Purdie1-1/+1
2005-10-14[ARM] 3013/1: Spitz: Fix compile errorsRichard Purdie1-2/+0
2005-10-14[ARM] 3012/1: Corgi/Spitz LCD: Use bus_find_device to locate pxafb - fix comp...Richard Purdie1-1/+19
2005-10-14[ARM] 3011/1: pxafb: Add ability to set device parent + fix spitz compile errorRichard Purdie3-1/+7
2005-10-14[SERIAL] Add SupraExpress 336i Sp ASVD modem IDBaris Cicek1-0/+2
2005-10-14[ARM] 2980/1: Fix L7200 core.c compileDeepak Saxena1-5/+15
2005-10-14[ARM] 3009/1: S3C2410 - io.h offsets too large for LDRH/STRHBen Dooks1-16/+42
2005-10-13[SPARC64]: Eliminate PCI IOMMU dma mapping size limit.David S. Miller2-248/+145
2005-10-13[SPARC64]: Consolidate common PCI IOMMU init code.David S. Miller5-133/+63
2005-10-13Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/li...Linus Torvalds1-0/+3
2005-10-13[TCP]: Ratelimit debugging warning.Herbert Xu1-5/+7
2005-10-13[CONNECTOR]: Update documentation to match reality.Evgeniy Polyakov1-0/+44
2005-10-13[NET]: Disable NET_SCH_CLK_CPU for SMP x86 hostsAndi Kleen1-1/+3
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller7-26/+65
2005-10-13[ARM] 3008/1: the exception table is not read-onlyNicolas Pitre1-7/+8
2005-10-13[ARM] 3007/1: BAST - add CONFIG_ISA to buildBen Dooks1-0/+1
2005-10-13Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds20-64/+116
2005-10-13[ARM] 3006/1: S3C2410 - arch/arm/mach-s3c2410 sparse fixesBen Dooks2-5/+2
2005-10-13[ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.hBen Dooks1-0/+7
2005-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-226/+166
2005-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-50/+159
2005-10-12Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2005-10-12Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-206/+18
2005-10-12[TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"Herbert Xu1-1/+8
2005-10-12[NETPOLL]: wrong return for null netpoll_poll_lock()Ben Dooks1-1/+1
2005-10-12[BRIDGE]: fix race on bridge del ifStephen Hemminger1-1/+1
2005-10-12[SPARC64]: Fix boot failures on SunBlade-150David S. Miller6-226/+166
2005-10-12[ARM] 3003/1: SSP channel map register updates for pxa2xxLiam Girdwood1-3/+4
2005-10-12[ARM] 3002/1: Wrong parameter to uart_update_timeout() in drivers/serial/pxa.cLothar Wassmann1-1/+1
2005-10-12[ARM] 2978/1: nwfpe - clean up sparse errorsBen Dooks5-7/+30
2005-10-12[ARM] 2969/1: miscellaneous whitespace cleanupGeorge G. Davis1-22/+22
2005-10-12[ARM] 2970/1: Use -mtune=arm1136j-s when building for CPU_V6 targetsGeorge G. Davis1-1/+1
2005-10-12[ARM] 2971/1: i.MX uart handle rts irqSascha Hauer1-6/+33
2005-10-12[ARM] 2979/2: S3C2410 - add static to non-exported machine itemsBen Dooks3-4/+4
2005-10-12[ARM] 2977/1: armksyms.c - make items in export table staticBen Dooks1-2/+2
2005-10-12[ARM] 2976/1: S3C2410: add static to functions in serial driverBen Dooks1-7/+8
2005-10-12[ARM] 2975/1: S3C2410: time.c missing include of cpu.hBen Dooks1-0/+1
2005-10-12[ARM] 2974/1: fix ARM710 swi bug workaroundNicolas Pitre1-6/+1
2005-10-12[PATCH] ppc32: Tell userland about lack of standard TBBenjamin Herrenschmidt2-2/+4
2005-10-12[PATCH] ppc32: Fix timekeepingBenjamin Herrenschmidt1-1/+1
2005-10-12[PATCH] uml: compile-time fix recent patchPaolo 'Blaisorblade' Giarrusso1-0/+5
2005-10-12[PATCH] uml: revert block driver use of host AIOJeff Dike5-373/+483
2005-10-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-11/+8
2005-10-11[SPARC64]: Fix net booting on Ultra5David S. Miller1-2/+6
2005-10-11Pull mbcs-init-sn-check into release branchTony Luck1-0/+3
2005-10-11[PATCH] Don't map the same page too muchHugh Dickins1-0/+3
2005-10-11[PATCH] ppc64: Add R_PPC64_TOC16 module relocPeter Bergner1-0/+13
2005-10-11[PATCH] V4L: Enable s-video input on DViCO FusionHDTV5 LiteMichael Krufky1-2/+2
2005-10-11[PATCH] m32r: trap handler code for illegal trapsHirokazu Takata2-17/+25