summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-05Linux v2.6.13-rc3v2.6.13-rc2Linus Torvalds1-1/+1
2005-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+3
2005-07-05[SPARC64]: Fix UltraSPARC-III fallout from membar changes.David S. Miller1-2/+3
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch7-6/+11
2005-07-05[PATCH] ppc32: explicitly disable 440GP IRQ compatibility mode in 440GX setupEugene Surovegin1-0/+4
2005-07-05[PATCH] ppc32: stop misusing NTP's time_offset valuejohn stultz1-5/+8
2005-07-05[PATCH] ppc32: add Freescale MPC885ADS board supportAndrei Konovalov8-16/+1550
2005-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds34-617/+1191
2005-07-05[IPV4]: Add LC-Trie implementation notesRobert Olsson1-0/+145
2005-07-05[TCP]: Never TSO defer under periods of congestion.David S. Miller1-0/+3
2005-07-05[PKT_SCHED]: Blackhole queueing disciplineThomas Graf2-1/+55
2005-07-05[TCP]: Move to new TSO segmenting scheme.David S. Miller7-240/+384
2005-07-05[TCP]: Break out send buffer expansion test.David S. Miller1-4/+23
2005-07-05[TCP]: Do not call tcp_tso_acked() if no work to do.David S. Miller1-1/+2
2005-07-05[TCP]: Kill bogus comment above tcp_tso_acked().David S. Miller1-9/+0
2005-07-05[TCP]: Fix send-side cpu utiliziation regression.David S. Miller1-2/+11
2005-07-05[TCP]: Eliminate redundant computations in tcp_write_xmit().David S. Miller1-9/+31
2005-07-05[TCP]: Break out tcp_snd_test() into it's constituent parts.David S. Miller1-38/+82
2005-07-05[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.David S. Miller3-25/+8
2005-07-05[TCP]: Fix redundant calculations of tcp_current_mss()David S. Miller2-13/+5
2005-07-05[TCP]: tcp_write_xmit() tabbing cleanupDavid S. Miller1-34/+34
2005-07-05[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().David S. Miller2-53/+52
2005-07-05[TCP]: Add missing skb_header_release() call to tcp_fragment().David S. Miller1-0/+1
2005-07-05[TCP]: Move __tcp_data_snd_check into tcp_output.cDavid S. Miller3-10/+11
2005-07-05[TCP]: Move send test logic out of net/tcp.hDavid S. Miller2-131/+132
2005-07-05[TCP]: Fix quick-ack decrementing with TSO.David S. Miller2-7/+12
2005-07-05[TCP]: Simplify SKB data portion allocation with NETIF_F_SG.David S. Miller2-13/+7
2005-07-05[NET]: Remove __ARGS from include/net/slhc_vj.hAlexey Dobriyan1-13/+8
2005-07-05[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau1-2/+3
2005-07-05[SHAPER]: Switch to spinlocks.Christoph Hellwig2-27/+17
2005-07-05[IPV4]: More broken memory allocation fixes for fib_trieRobert Olsson1-32/+145
2005-07-05[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf1-1/+2
2005-07-05[IPV4]: Bug fix in rt_check_expire()Eric Dumazet1-7/+14
2005-07-05[IPV4]: Use the fancy alloc_large_system_hash() function for route hash tableEric Dumazet1-27/+16
2005-07-05[NET]: Hashed spinlocks in net/ipv4/route.cEric Dumazet1-19/+47
2005-07-05[IPV4]: Handle large allocations in fib_triePatrick McHardy1-2/+23
2005-07-05[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-07-05[TG3]: support for ethtool -CMichael Chan2-2/+73
2005-07-05[IPV6]: Makes IPv6 rcv registration happen last during initialisation.Herbert Xu1-2/+2
2005-07-05[IPV4]: Fix crash in ip_rcv while booting related to netconsoleHerbert Xu2-15/+11
2005-07-05[SKGE]: Fix build on big-endianDavid S. Miller1-0/+1
2005-07-05Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds12-506/+349
2005-07-05[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocationThomas Graf1-5/+17
2005-07-05[PKT_SCHED]: Cleanup qdisc creation and alignment macrosThomas Graf4-47/+37
2005-07-05[PKT_SCHED]: Move sch_generic.c prototypes to correct header fileThomas Graf2-10/+12
2005-07-05[NET]: Reduce size of sk_buff by 4 bytesThomas Graf1-7/+8
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf6-14/+2
2005-07-05[NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy1-6/+2
2005-07-05[NET]: Consolidate common code in net/core/filter.cPatrick McHardy1-57/+33
2005-07-05[NET]: Remove redundant code in net/core/filter.cPatrick McHardy1-12/+0
2005-07-05[NET]: Fix signedness issues in net/core/filter.cPatrick McHardy1-1/+1
2005-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds20-166/+205
2005-07-04[SPARC64]: Fix IRQ retry interval timer value on sparc64 PCI controllers.David S. Miller2-5/+2
2005-07-04[SPARC64]: Small Schizo PCI controller programming tweaks.David S. Miller1-15/+8
2005-07-04[SPARC64]: Do proper DMA IRQ syncing on TomatilloDavid S. Miller2-0/+54
2005-07-04[SPARC64]: Add support for IRQ pre-handlers.David S. Miller6-467/+247
2005-07-04[SPARC]: bpp: remove sleep_on usageChristoph Hellwig1-18/+2
2005-07-04[SPARC64/COMPAT]: Add some compat ioctl for ppdevRaphael Assenat2-1/+36
2005-07-04[PATCH] ARM: Fix new-ABI layout of struct stat64Russell King1-1/+1
2005-07-04[PATCH] ARM: Fix non-standard PXA io_pg_offst initialisersRussell King5-7/+7
2005-07-04[PATCH] ARM: Change 'param_offset' to 'boot_params'Russell King2-3/+3
2005-07-03Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds74-491/+609
2005-07-03Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+13
2005-07-03[PATCH] Serial: Fix console port spinlock initialisationRussell King1-1/+13
2005-07-03[PATCH] ARM: 2784/1: Fix the block cache flush operation rangeCatalin Marinas1-1/+2
2005-07-03[PATCH] ARM: 2785/1: S3C24XX - serial calls request_irq() with IRQs disabledBen Dooks1-5/+0
2005-07-03[PATCH] ARM: Remove machine description macrosRussell King72-485/+607
2005-07-03[PATCH] drivers/ide/Makefile: kill dead CONFIG_BLK_DEV_IDE_TCQ entryAdrian Bunk1-1/+0
2005-07-03[PATCH] amd74xx: support MCP55 device IDsRob Punkunus2-0/+4
2005-07-03[PATCH] ide: fix line break in ide messagesDenis Vlasenko1-8/+5
2005-07-03[PATCH] ide: hotplug mark __devinit via82cxxx.cHerbert Xu1-2/+2
2005-07-03[PATCH] ide: hotplug mark __devinit triflex.cHerbert Xu1-1/+1
2005-07-03[PATCH] ide: hotplug mark __devinit slc90e66.cHerbert Xu1-1/+1
2005-07-03[PATCH] ide: hotplug mark __devinit sl82c105.cHerbert Xu1-3/+3
2005-07-03[PATCH] ide: hotplug mark __devinit sc1200.cHerbert Xu1-1/+1
2005-07-03[PATCH] ide: hotplug mark __devinit opti621.cHerbert Xu1-1/+1
2005-07-03[PATCH] ide: hotplug mark __devinit ns87415.cHerbert Xu1-1/+1
2005-07-03[PATCH] ide: hotplug mark __devinit it8172.cHerbert Xu1-2/+2
2005-07-03[PATCH] ide: hotplug mark __devinit cy82c693.cHerbert Xu1-4/+4
2005-07-03[PATCH] ide: hotplug mark __devinit cs5530.cHerbert Xu1-2/+2
2005-07-03[PATCH] ide: hotplug mark __devinit amd74xx.cHerbert Xu1-2/+2
2005-07-03[PATCH] ide: hotplug mark __devinit alim15x3.cHerbert Xu1-5/+5
2005-07-02Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds3-42/+56
2005-07-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-818/+55
2005-07-02If ACPI doesn't find an irq listed, don't accept 0 as a valid PCI irq.Linus Torvalds1-1/+1
2005-07-01[PATCH] gregkh-pci-pci-assign-unassigned-resources fixAndy Whitcroft1-0/+1
2005-07-01[PATCH] pci: cleanup argument comments for pci_{save,restore}_stateJohn W. Linville1-6/+0
2005-07-01[PATCH] PCI: Remove newline from pci MODALIAS variableHannes Reinecke1-1/+1
2005-07-01[PATCH] PCI: acpi tg3 ethernet not coming back properly after S3 suspendon De...long3-1/+91
2005-07-01[PATCH] PCI: Add PCI quirk for SMBus on the Asus P4B-LXJean Delvare1-0/+1
2005-07-01[PATCH] PCI: clean up dynamic pci id logicGreg Kroah-Hartman9-150/+79
2005-07-01[PATCH] PCI: pci_assign_unassigned_resources() on x86Ivan Kokshaysky3-3/+11
2005-07-01[PATCH] PCI: handle subtractive decode pci-pci bridge betterIvan Kokshaysky1-3/+2
2005-07-01[PATCH] PCI: Increase the number of PCI bus resourcesrajesh.shah@intel.com1-1/+1
2005-07-01[PATCH] PCI: Fix up PCI routing in parent bridgeGreg Kroah-Hartman1-1/+18
2005-07-01[PATCH] alpha smp fix (part #2)Ivan Kokshaysky1-0/+2
2005-07-01[PATCH] MMC: wbsd cleanupsAdrian Bunk2-29/+7
2005-07-01[PATCH] MMC: wbsd delayed insertionPierre Ossman2-10/+43
2005-07-01[PATCH] ARM: replace schedule_timeout() with msleep()Nishanth Aravamudan1-2/+1
2005-07-01[PATCH] MMC: Fix divdi3 reference in mmci.cRussell King1-3/+6
2005-07-01[PATCH] ARM: Make the magic values in head.S more obviousRussell King1-12/+8
2005-07-01[PATCH] ARM: 2783/1: Remove omnimeter_defconfig as there is no kernel supportBen Dooks1-803/+0
2005-07-01[PATCH] ARM: 2782/1: PXA27x MDREFR K0DB4 defineTodd Poynor1-0/+1
2005-07-01[PATCH] ARM: 2781/2: PXA27x Standby mode take 2Todd Poynor4-1/+45
2005-06-30[PATCH] fatfs sectioning fixAndrew Morton2-2/+2
2005-06-30[PATCH] alpha smp fixIvan Kokshaysky1-1/+1
2005-06-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-72/+53
2005-06-30Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+2
2005-06-30[PATCH] ARM: 2780/1: AFS partition length calculation fixCatalin Marinas1-14/+2
2005-06-30[PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTSRussell King1-1/+2
2005-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds6-21/+143
2005-06-30[PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUsCatalin Marinas2-4/+4
2005-06-30[PATCH] ARM: 2778/1: Add -mno-thumb-interwork to CFLAGS_ABICatalin Marinas1-1/+1
2005-06-30[PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.SCatalin Marinas1-1/+1
2005-06-30Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6Linus Torvalds18-530/+291
2005-06-30[PATCH] reiserfs: handle_attrs() fixAndrew Morton1-2/+1
2005-06-30[PATCH] freevxfs: minor cleanupsPekka Enberg4-14/+13
2005-06-30[PATCH] freevxfs: remove 2.4 compatabilityPekka Enberg3-51/+0
2005-06-30[PATCH] freevxfs: fix buffer_head leakPekka Enberg1-5/+6
2005-06-30[PATCH] Improper initrd failure message at boot timeJay Lan1-1/+4
2005-06-30[PATCH] udf_find_entry() cleanupChristoph Hellwig1-4/+0
2005-06-30[PATCH] fat: fix slab cache leakPekka J Enberg1-5/+14
2005-06-30[PATCH] xtensa: Fix asm macroChris Zankel2-91/+6
2005-06-30[PATCH] xtensa: Removed local copy of zlib and fixed O= supportChris Zankel9-2671/+53
2005-06-30[PATCH] xtensa: Added mm/Kconfig to get a flat memory layoutChris Zankel1-1/+3
2005-06-30[PATCH] xtensa: cleanups for errno and ipc.Chris Zankel2-146/+2
2005-06-30[PATCH] xtensa: use valid_signal()Jesper Juhl1-2/+3
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar15-18/+30
2005-06-30[PATCH] ppc32: Fix pointer check for MPC8540 ADS deviceKumar Gala1-1/+1
2005-06-30[PATCH] selinux_sb_copy_data() should not require a whole pageEric Paris1-1/+2
2005-06-30[PATCH] tpm: fix bug introduced by the /proc/miscKylene Jo Hall1-1/+1
2005-06-30[PATCH] ppc32: use correct register names in arch/ppc/kernel/relocate_kernel.SOlaf Hering1-2/+2
2005-06-30[PATCH] s390: fix finish_arch_switchHeiko Carstens1-3/+1
2005-06-30[PATCH] pcmcia: update DocumentationDominik Brodowski2-4/+3
2005-06-30[PATCH] pcmcia: fix modalias attribute in sysfsDominik Brodowski1-1/+1
2005-06-30[PATCH] ARM: Acornfb: Don't claim IRQ fbcon for cursorRussell King1-7/+1
2005-06-30[PATCH] ARM: Don't try to send a signal to pid0Russell King3-46/+45
2005-06-29Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH90-1629/+1289
2005-06-29[PATCH] Driver core: Use klist_del() instead of klist_remove().Patrick Mochel1-1/+1
2005-06-29[PATCH] driver core: change bus_rescan_devices to return voidGreg Kroah-Hartman2-19/+10
2005-06-29[PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman3-1/+28
2005-06-29[PATCH] driver core: Add the ability to unbind drivers to devices from userspaceGreg Kroah-Hartman1-0/+30
2005-06-29[PATCH] driver core: add bus_find_device & driver_find_device functionsCornelia Huck3-0/+74
2005-06-30[PATCH] ppc64: Replace custom locking code with a spinlockMichael Ellerman2-37/+3
2005-06-30[PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.cMichael Ellerman1-31/+41
2005-06-30[PATCH] ppc64: Cleanup whitespace in arch/ppc64/kernel/ItLpQueue.cMichael Ellerman1-29/+29
2005-06-30[PATCH] ppc64: Cleanup proc printing of event typesMichael Ellerman1-10/+10
2005-06-30[PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from pacaMichael Ellerman3-18/+29
2005-06-30[PATCH] ppc64: Don't count number of events processed for callerMichael Ellerman5-14/+6
2005-06-30[PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*Michael Ellerman6-16/+16
2005-06-30[PATCH] ppc64: Rename xItLpQueue to hvlpevent_queueMichael Ellerman3-26/+26
2005-06-30[PATCH] ppc64: Move definition of xItLpQueueMichael Ellerman2-7/+8
2005-06-30[PATCH] ppc64: Make two ItLpQueue related functions staticMichael Ellerman2-4/+2
2005-06-30[PATCH] ppc64: Move xItLpQueue proc code into ItLpQueue.cMichael Ellerman2-48/+59
2005-06-30[PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.cMichael Ellerman3-20/+24
2005-06-30[PATCH] ppc64: Don't pass the pointers to xItLpQueue aroundMichael Ellerman6-34/+34
2005-06-30[PATCH] ppc64: Reorganise the paca initialisation macrosMichael Ellerman1-146/+65
2005-06-30[PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.cMichael Ellerman2-21/+21
2005-06-30[PATCH] ppc64: Spread lpevents by default on iSeriesMichael Ellerman1-1/+1
2005-06-30[PATCH] ppc64: Remove lpqueue pointer from the paca on iSeriesMichael Ellerman8-28/+19
2005-06-29Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds30-502/+813
2005-06-29[PATCH] reiserfs: enable attrs by default if safJeff Mahoney1-0/+2
2005-06-29[PATCH] reiserfs: Check if attrs are enabled for attr ioctlsJeff Mahoney1-0/+6
2005-06-29Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds30-572/+82
2005-06-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds27-554/+385
2005-06-29[IA64] Update zx1_defconfigTony Luck1-44/+122
2005-06-29[IA64] Update tiger_defconfigTony Luck1-8/+31
2005-06-29Auto merge with /home/aegl/GIT/linusTony Luck221-4407/+4051
2005-06-29[PATCH] ARM: Don't force SIGFPERussell King1-1/+1
2005-06-29[PATCH] ARM: Fix VFP to use do_div()Russell King3-4/+27
2005-06-29[PATCH] ARM: 2771/1: Dynamic Tick support for OMAP, take 4Tony Lindgren2-8/+52
2005-06-29[PATCH] Serial: Split 8250 port table (part 2)Russell King19-519/+20
2005-06-29[PATCH] Serial: Disable OX950 transmitter for flow controlRussell King1-12/+16
2005-06-29[PATCH] Serial: Check status of CTS when using flow controlRussell King1-0/+17
2005-06-29[PATCH] ARM: Remove nmi_tick from integrator platformsRussell King1-1/+0
2005-06-29[PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernelNicolas Pitre5-421/+8
2005-06-29[PATCH] Don't fill up log with atxp1 vcore messages change messagePrakash Punnoor1-1/+1
2005-06-29[PATCH] Fix get_request nastinessHugh Dickins1-3/+2
2005-06-29Remove duplicate mention of "edd" in Documentation/kernel-parameters.txtLinus Torvalds1-4/+0
2005-06-29[PATCH] ARM: 2769/1: cpu_init() stack setup fixCatalin Marinas1-1/+2
2005-06-29[PATCH] ARM: 2768/1: PXA: Add a required header file for LL_DEBUGRichard Purdie1-0/+2
2005-06-29[PATCH] ARM: Convert ARM timer implementations to use readl/writelRussell King3-65/+59
2005-06-29[PATCH] ARM: 2765/1: S3C24XX - small cleanups in arch/arm/mach-s3c2410Ben Dooks2-8/+4
2005-06-29[PATCH] ARM: 2764/1: S3C24XX - Common PM functions for Simtec boardsBen Dooks4-35/+75
2005-06-29[PATCH] Serial: Adjust serial lockingRussell King12-41/+29
2005-06-29Merge with ../linux-2.6-smpRussell King5-11/+156
2005-06-28Linux v2.6.13-rc1v2.6.13-rc1Linus Torvalds1-2/+2
2005-06-28[PATCH] ieee80211.h build fixJeff Garzik1-0/+2
2005-06-28Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds67-201/+259
2005-06-28[PATCH] sis 760 support.Dave Jones1-0/+9
2005-06-28[PATCH] sparc32: Kconfig fixupsWilliam Lee Irwin III1-56/+0
2005-06-28[PATCH] Doc/Submitting: corrections, additionsRandy Dunlap2-21/+37
2005-06-28[PATCH] V4L: documentation changes - mostly new cards includedMauro Carvalho Chehab5-403/+38
2005-06-28[PATCH] V4L: API new webcam formats includedMauro Carvalho Chehab1-0/+2
2005-06-28[PATCH] v4l: bttv new insmod parametersMauro Carvalho Chehab2-10/+68
2005-06-28[PATCH] v4l: tuner improvementsMauro Carvalho Chehab8-116/+471
2005-06-28[PATCH] V4L maintainer patchMauro Carvalho Chehab1-7/+8
2005-06-28[PATCH] irqpollAlan Cox5-6/+131
2005-06-28[PATCH] ext3: reduce allocate-with-reservation lock latenciesMingming Cao2-72/+67
2005-06-28[PATCH] blk: light iocontext opsNick Piggin2-31/+26