summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-07Linux 2.6.13-rc6v2.6.13-rc6Linus Torvalds1-1/+1
2005-08-07[PATCH] crc32.c typo fixDominik Hackl1-1/+1
2005-08-07[PATCH] Move the fix to align node_end_pfns to a proper locationRavikiran G Thirumalai1-8/+11
2005-08-07[PATCH] ppc32: 8xx commproc avoid direct pte manipulation, use dma coherent A...Marcelo Tosatti2-23/+3
2005-08-07[PATCH] ppc32: 8xx kill unused variable in commprocAristeu Sergio Rozanski Filho1-2/+0
2005-08-07[PATCH] ppc32: 8xx restrict ENET_BIG_BUFFERS optionAristeu Sergio Rozanski Filho1-1/+1
2005-08-07[PATCH] ppc32: 8xx fix CPM ethernet descriptionAristeu Sergio Rozanski Filho1-1/+1
2005-08-07[PATCH] ppc32: 8xx: fec: fix interrupt handler prototypesAristeu Sergio Rozanski Filho1-5/+10
2005-08-07[PATCH] ppc32: 8xx: using dma_alloc_coherent() instead consistent_alloc()Aristeu Sergio Rozanski Filho1-3/+7
2005-08-07[PATCH] ppc32: 8xx: convert fec driver to use work_structAristeu Sergio Rozanski Filho1-9/+9
2005-08-07[PATCH] namespace.c: fix bind mount from foreign namespaceMiklos Szeredi1-1/+1
2005-08-07[PATCH] remove linux/pagemap.h from linux/swap.hOlaf Hering1-1/+2
2005-08-07[PATCH] visws: linkage fixTom Duffy2-0/+4
2005-08-07[PATCH] Make visws compile againTom Duffy1-0/+1
2005-08-07[PATCH] __bio_clone() dead commentAndrew Morton1-6/+2
2005-08-07[PATCH] x86_64: ignore machine checks from boot timeAndi Kleen2-4/+17
2005-08-07[PATCH] Fix restore of 64-bit PCI BAR'sIvan Kokshaysky1-1/+6
2005-08-06[PATCH] x86_64 bootmem: sparse_mem/kexec merge bug.Eric W. Biederman1-3/+3
2005-08-06[PATCH] i386 visws: Add machine_shutdown and emergency_restartEric W. Biederman1-1/+10
2005-08-06[PATCH] i386 voyager: Add machine_shutdownEric W. Biederman1-0/+6
2005-08-06Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6Linus Torvalds10-60/+10
2005-08-06ppc: Export __handle_mm_fault for MOLLinus Torvalds1-1/+1
2005-08-06Check input buffer size in zisofsLinus Torvalds1-0/+6
2005-08-06Add fakey 'deflateBound()' function to the in-kernel zlib routinesLinus Torvalds1-0/+5
2005-08-06[PATCH] ppc32: ppc440 pagetable attributes (comments updates)Matt Porter1-13/+13
2005-08-06[Bluetooth] Add direction and timestamp to stack internal eventsMarcel Holtmann1-0/+3
2005-08-06[Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann8-47/+0
2005-08-06[Bluetooth] Kill redundant NULL checks before kfree()Marcel Holtmann2-9/+4
2005-08-06[Bluetooth] Revert session reference counting fixMarcel Holtmann1-4/+0
2005-08-06[Bluetooth] Send HCI_Reset for Kensington dongleMarcel Holtmann1-0/+3
2005-08-05[PATCH] ppc32: fix ppc440 pagetable attributesMatt Porter1-3/+49
2005-08-05[PATCH] Update in-kernel zlib routinesTim Yamin3-9/+12
2005-08-05[PATCH] Fix semundo lock leakageIngo Molnar1-7/+3
2005-08-05[PATCH] blk: fix tag shrinking (revive real_max_size)Tejun Heo2-3/+16
2005-08-05[PATCH] Fix hugepage crash on failing mmap()David Gibson1-1/+10
2005-08-05[PATCH] fix voyager compile after machine_emergency_restart breakageJames Bottomley1-0/+7
2005-08-05[PATCH] tpm_infineon: Support for new TPM 1.2 and PNPACPIMarcel Selhorst2-44/+113
2005-08-05[PATCH] REPORTING-BUGS: track regressionsAndrew Morton1-10/+11
2005-08-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+8
2005-08-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-20/+2
2005-08-05[PATCH] rtc: msleep() cannot be used from interruptPetr Vandrovec1-2/+5
2005-08-05[IPV4]: Fix memory leak during fib_info hash expansion.David S. Miller1-1/+8
2005-08-04[PATCH] __vm_enough_memory() signedness fixSimon Derr2-2/+10
2005-08-04[PATCH] tcp: fix TSO cwnd caching bugHerbert Xu1-25/+9
2005-08-04[PATCH] tcp: fix TSO sizing bugsDavid S. Miller1-28/+28
2005-08-04[PATCH] Clean up inotify delete race fixJohn McCutchan2-10/+3
2005-08-04[PATCH] USB: Fix setup packet initialization in isp116x-hcdOlav Kongas1-1/+3
2005-08-04[PATCH] USB: ehci: microframe handling fixDavid Brownell4-9/+16
2005-08-04[PATCH] USB: ub documentation updatePete Zaitcev3-6/+6
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski11-9/+101
2005-08-04[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville4-5/+65
2005-08-04[PATCH] revert "timer exit cleanup"Andrew Morton2-2/+3
2005-08-04[PATCH] x86_64: fix 32-bit thread debuggingDaniel Jacobowitz1-4/+4
2005-08-04[PATCH] remove special HPET_EMULATE_RTC config optionVenkatesh Pallipadi1-1/+2
2005-08-04[PATCH] fix VmSize and VmData after mremapHugh Dickins1-1/+1
2005-08-04[PATCH] inotify delete race fixJohn McCutchan1-1/+7
2005-08-04[PATCH] inotify: update help textRobert Love1-4/+7
2005-08-04[PATCH] Destruction of failed keyring oopsesDavid Howells1-1/+5
2005-08-04[PATCH] Error during attempt to join key management session can leave semapho...David Howells1-1/+1
2005-08-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds6-42/+41
2005-08-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-1/+2
2005-08-04[PATCH] ppc64: fix for kexec boot issuePaul Mackerras6-23/+24
2005-08-04[PATCH] dm-raid locking fixAlasdair G Kergon1-1/+1
2005-08-04[PATCH] Add Documentation/kprobes.txtJim Keniston1-0/+588
2005-08-04[PATCH] md: make sure md bitmap updates are flushed when array is stopped.NeilBrown3-0/+26
2005-08-04[PATCH] md: yet another attempt to get bitmap-based resync to do the right th...NeilBrown1-14/+15
2005-08-04[PATCH] md: always honour md bitmap being read from diskNeilBrown1-29/+23
2005-08-04[PATCH] md: make 'md' and alias for 'md-mod'NeilBrown1-0/+1
2005-08-04[PATCH] md: remove a stray debugging printk.NeilBrown1-1/+0
2005-08-04[PATCH] v4l: oopsfix for BTTV on badly behaved PCI chipsetsMauro Carvalho Chehab3-7/+32
2005-08-04[PATCH] ppc64: Fix UP kernel buildOlof Johansson2-2/+6
2005-08-04[PATCH] ide: fix kmalloc_node breakage in ide driverRavikiran G Thirumalai1-3/+13
2005-08-04[PATCH] ARM: 2844/1: Add maintainer for Jornada 720Michael Gernoth1-0/+1
2005-08-04[SCSI] fix aic7xxx performance issues since 2.6.12-rc2James Bottomley1-9/+5
2005-08-04Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/to-linusLinus Torvalds3-7/+12
2005-08-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2005-08-04Merge head 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/...Linus Torvalds2-3/+5
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds6-28/+25
2005-08-04[PATCH] x86-64: use proper VM_FAULT_xxx macrosAlexander Nyberg1-3/+3
2005-08-04[PATCH] Keys: Fix key management syscall interface bugsDavid Howells2-5/+8
2005-08-04[PATCH] Remove suspend() calls from shutdown pathBenjamin Herrenschmidt1-2/+0
2005-08-04[PATCH] ARM: 2838/1: Fix arm oprofile backtrace warningRichard Purdie1-1/+1
2005-08-04[SPARC]: Fix up sleep_on() removal in vfc driver.Christoph Hellwig3-20/+2
2005-08-04[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.Russell King1-3/+3
2005-08-03Merge ../to-linus-stableLen Brown1-6/+0
2005-08-03/home/lenb/src/to-linus-stable branch 'acpi-2.6.12'Len Brown1-6/+0
2005-08-03[ACPI] S3 resume: avoid kmalloc() might_sleep oops symptomDavid Shaohua Li2-1/+12
2005-08-03[ACPI] delete Warning: Encountered executable code at module level, [AE_NOT_C...Len Brown1-6/+0
2005-08-03Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/to-linusLinus Torvalds6-309/+634
2005-08-03/home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown6-309/+634
2005-08-03[ACPI] CONFIG_ACPI_HOTKEY is now "n" by defaultLuming Yu2-299/+396
2005-08-03[ACPI] restore /proc/acpi/button/ (ala 2.6.12)Alexey Starikovskiy1-1/+205
2005-08-03[ACPI] revert Embedded Controller to polling-mode by default (ala 2.6.12)Luming Yu1-5/+19
2005-08-03Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-484/+337
2005-08-03[PATCH] ARM: 2833/2: Remove support for WDIOF_MAGICCLOSE from sa1100-wdtIan Campbell1-39/+10
2005-08-03[PATCH] ARM: 2835/1: Add UPF_SKIP_TEST to IXP4xx serial portsDeepak Saxena3-4/+4
2005-08-03[PATCH] ARM: 2841/1: Fix VFP +/-0 case for doubles additionCatalin Marinas1-0/+3
2005-08-03[PATCH] ARM: 2840/1: Add mach-types to Documentation/dontdiffMichael Burian1-0/+1
2005-08-03[PATCH] ARM: 2839/1: Remove XScale cache and TLB locking codeDeepak Saxena1-136/+0
2005-08-03[PATCH] ARM: 2837/2: Re: ARM: Make NWFPE preempt safeRichard Purdie11-304/+304
2005-08-03[PATCH] ARM: 2832/1: BAST - limit clock-rate for IIC busBen Dooks1-1/+15
2005-08-03Fix up recent get_user_pages() handlingLinus Torvalds1-9/+13
2005-08-03[PATCH] fix get_user_pages bugNick Piggin2-13/+40
2005-08-03[ACPI] PCI interrupt link suspend/resume - revert to 2.6.12 behaviourDavid Shaohua Li1-0/+11
2005-08-02[PATCH] Xmon bug fix for soft-resetHaren Myneni1-0/+3
2005-08-03[ACPI] fix 64-bit build warning in processor_idle.cLen Brown1-4/+3
2005-08-02[PATCH] ACPI: increase PCIBIOS_MIN_IO on x86Ivan Kokshaysky1-1/+1
2005-08-02[PATCH] increase PCIBIOS_MIN_IO on x86Ivan Kokshaysky2-6/+2
2005-08-02pci: make bus resource start address override minimum IO addressLinus Torvalds1-1/+3
2005-08-02[PATCH] cfq-iosched: fix problem with barriers and max_depth == 1Jens Axboe1-0/+1
2005-08-02[SCSI] aic7xxx: final fixes for DT handlingJames Bottomley1-4/+4
2005-08-02[PATCH] aic byteorder fixes after recent cleanupOlaf Hering2-5/+7
2005-08-02[PATCH] Obvious bugfix for yenta resource allocationPaul Mackerras1-0/+3
2005-08-02[SCSI] Fix SCSI tape oops at module removalKai Makisara1-6/+2
2005-08-02[SCSI] ServeRAID V7.12.02Jack Hammer2-21/+26
2005-08-01Linux v2.6.13-rc5v2.6.13-rc5Linus Torvalds1-1/+1
2005-08-01[PATCH] ppc64: POWER 4 fails to boot with NUMAMike Kravetz1-1/+6
2005-08-01[PATCH] Module per-cpu alignment cannot always be metRusty Russell1-4/+11
2005-08-01[PATCH] ppc64: topology API fixAnton Blanchard1-1/+4
2005-08-01[PATCH] shm: CONFIG_SHMEM=n build fixAndrew Morton1-1/+1
2005-08-01[PATCH] transmeta: CONFIG_PROC_FS=n build fixAndrew Morton1-0/+2
2005-08-01[PATCH] sys_set_mempolicy() doesnt check if mode < 0Eric Dumazet1-1/+1
2005-08-01[PATCH] x86_64: access of some bad addressHugh Dickins1-2/+6
2005-08-01[PATCH] hfs: don't reference missing pageRoman Zippel2-0/+4
2005-08-01[PATCH] hfs: don't dirty unchanged inodeRoman Zippel2-2/+5
2005-08-01[PATCH] include/linux/dcookies.h: dummy functions must be "static inline"Adrian Bunk1-2/+2
2005-08-01[PATCH] v4l: bug fix to correct tea5767 autodetectionMauro Carvalho Chehab1-3/+10
2005-08-01[PATCH] aacraid: Fix for controller load based timeoutsMark Haverkamp2-6/+3
2005-08-01[PATCH] m32r: Fix local-timer event handlingHirokazu Takata1-9/+4
2005-08-01[PATCH] s390: ioprio & inotify system calls.Martin Schwidefsky3-1/+37
2005-08-01[PATCH] s390: kexec fixes and improvements.Heiko Carstens5-5/+109
2005-08-01[PATCH] ppc32: add missing 4xx EMAC sysfs nodesEugene Surovegin1-1/+11
2005-08-01[PATCH] ppc32: add bamboo defconfigMatt Porter1-0/+943
2005-08-01[PATCH] ppc32: add bamboo platformMatt Porter2-0/+563
2005-08-01[PATCH] ppc32: add 440ep supportMatt Porter16-6/+421
2005-08-01[PATCH] ppc32: Mark boards that don't build as BROKENKumar Gala1-0/+2
2005-08-01[PATCH] silence cs89x0Denis Vlasenko2-4/+9
2005-08-01[PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'NeilBrown2-0/+2
2005-08-01[PATCH] ppc64: Fix CONFIG_ALTIVEC not setBenjamin Herrenschmidt1-0/+2
2005-08-01[PATCH] plug MAN-PAGES maintainer in Documentation/SubmittingPatchesPaul Jackson1-0/+5
2005-08-01[PATCH] MAINTAINERS record -- MAN-PAGESMichael Kerrisk1-0/+6
2005-08-01[PATCH] v4l: cx88 card support and documentation finishing touchesMichael Krufky3-1/+31
2005-08-01[PATCH] V4L: Miscellaneous fixesMauro Carvalho Chehab14-30/+68
2005-08-01[PATCH] disable addres space randomization default on transmeta CPUsEric Lammerts1-0/+4
2005-08-01[PATCH] skge build fixAndrew Morton1-0/+3
2005-08-01[PATCH] i2c-mpc.c: revert duplicate patchAndrew Morton1-94/+0
2005-08-01Revert ACPI interrupt resume changesLinus Torvalds1-20/+18
2005-08-01Fix get_user_pages() race for write accessLinus Torvalds1-17/+4
2005-08-01[PATCH] tridentfb: Fix scrolling artifacts during disk IOAntonino A. Daplas1-1/+1
2005-08-01[PATCH] tridentfb: Fix scrolling artifacts if acceleration is enabledAntonino A. Daplas1-10/+16
2005-08-01[PATCH] remove sys_set_zone_reclaim()Ingo Molnar3-3/+2
2005-08-01[PATCH] pcmcia: fix multiple insertion of multifunction cardsDominik Brodowski1-1/+1
2005-08-01[PATCH] pcmcia: defer ide-cs initialization after other IDE drivers started upDominik Brodowski1-1/+1
2005-08-01[PATCH] inotify: fix race between the kernel and user spaceJohn McCutchan1-1/+4
2005-08-01[PATCH] inotify: fix file deletion by rename detectionJohn McCutchan2-2/+7
2005-07-31Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds7-459/+807
2005-07-31Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds1-1/+1
2005-07-31[PATCH] Display name of fbdev deviceJames Simmons1-0/+8
2005-07-31[PATCH] SMP fix for 6pack driverRalf Baechle1-1/+1
2005-07-31[PATCH] Fix OMAP specific typo in smc91x.hTony Lindgren1-1/+1
2005-07-31[PATCH] sk98lin: fix workaround for yukon-lite chipset (> rev 7)Stephen Hemminger2-5/+5
2005-07-31[PATCH] bonding: documentation updateJay Vosburgh1-301/+677
2005-07-31[PATCH] SCSI_SATA has to be a tristateAdrian Bunk1-1/+1
2005-07-31[PATCH] skge: version 0.8Stephen Hemminger1-1/+1
2005-07-31[PATCH] skge: led toggle cleanupStephen Hemminger2-98/+74
2005-07-31[PATCH] skge: ignore phy interrupts during negotiationStephen Hemminger2-6/+8
2005-07-31[PATCH] skge: fifo control register access fixStephen Hemminger2-18/+10
2005-07-31[PATCH] skge: whitespace fixesStephen Hemminger2-13/+13
2005-07-31[PATCH] skge: support yukon lite rev 4Stephen Hemminger1-4/+4
2005-07-31[PATCH] skge: phy lock deadlockStephen Hemminger1-7/+4
2005-07-31[PATCH] skge: disable tranmitter on shutdownStephen Hemminger1-1/+1
2005-07-31[PATCH] skge: remove SK-9EE supportStephen Hemminger1-1/+0
2005-07-31[PATCH] skge: silence mac data parity messagesStephen Hemminger1-3/+9
2005-07-30[NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev1-4/+11
2005-07-30[NET]: fix oops after tunnel module unloadAlexey Kuznetsov3-7/+55
2005-07-30[NETFILTER] Inherit masq_index to slave connectionsHarald Welte1-0/+5
2005-07-30[NET]: Spelling mistakes threshoulds -> thresholdsBaruch Even2-4/+4
2005-07-30Revert "yenta free_irq on suspend"Linus Torvalds1-9/+0
2005-07-30[PATCH] sk98lin: basic suspend/resume support fixesRafael J. Wysocki1-12/+26
2005-07-30[PATCH] x86_64: avoid wasting IRQs patch updateNatalie.Protasevich@unisys.com1-2/+15
2005-07-30[PATCH] revert bogus softirq changesAndrew Morton1-2/+2
2005-07-30Merge master.kernel.org:/pub/scm/linux/kernel/git/lenb/to-linusLinus Torvalds13-233/+972
2005-07-30[PATCH] vesafb: Document mtrr boot option usageAntonino A. Daplas1-1/+15
2005-07-30[PATCH] x86_64: fix bug in csum_partial_copy_generic()Dave Peterson1-1/+1
2005-07-30[PATCH] ppc32: fix 44x early serial debug for configurations with more than 5...Eugene Surovegin5-11/+37
2005-07-30[PATCH] Fix NUMA node sizing in nr_free_zone_pagesMartin J. Bligh1-11/+10
2005-07-30[PATCH] ppc64: inotify syscallsRobert Love2-1/+10
2005-07-30[PATCH] ppc32: inotify syscallsRobert Love2-1/+7
2005-07-30[SCSI] aic7xxx: fix bug in DT handingJames Bottomley1-4/+6
2005-07-30[SCSI] fc4 warning fixAndrew Morton1-1/+1
2005-07-30[SCSI] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJLinda Xie1-1/+1
2005-07-30merge 2.6.13-rc4 with ACPI's to-linus treeLen Brown250-2902/+8013
2005-07-29/home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown14-233/+980
2005-07-29[ACPI] suspend/resume ACPI PCI Interrupt LinksDavid Shaohua Li8-47/+157
2005-07-29[ACPI] delete boot-time printk()s from processor_idle.cVenkatesh Pallipadi1-2/+0
2005-07-29[ACPI] fix resume issues on Asus L5DRafael J. Wysocki3-1/+77
2005-07-29[ACPI] Always set P-state on initializationDominik Brodowski1-0/+7
2005-07-29[ACPI] Add "ec_polling" boot optionLuming Yu1-171/+722
2005-07-29[ACPI] address boot-freeze with updated DMI blacklist for c-statesDavid Shaohua Li1-9/+12
2005-07-29[PATCH] agp: restore APBASE after setting APSIZEMatthew Garrett2-3/+10