aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-15IBM Full System Simulator (systemsim) patchsystemsim-2.6.25Eric Van Hensbergen23-3/+3312
2008-04-16Linux 2.6.25v2.6.25Linus Torvalds1-1/+1
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds7-36/+13
2008-04-17it821x: do not describe noraid parameter with its valuePaul Bolle1-1/+1
2008-04-17Pb1200/DBAu1200: fix bad IDE resource sizeSergei Shtylyov4-8/+9
2008-04-17Au1200: IDE driver build fixSergei Shtylyov1-8/+1
2008-04-17Au1200: kill IDE driver function prototypesSergei Shtylyov2-18/+2
2008-04-17avr32 mustn't select HAVE_IDEAdrian Bunk1-1/+0
2008-04-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+4
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-6/+148
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-112/+173
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle3-3/+3
2008-04-15USB: remove broken usb-serial num_endpoints checkGreg Kroah-Hartman1-0/+2
2008-04-15USB: option: Add new vendor ID and device ID for AMOI HSDPA modemtang kai1-0/+10
2008-04-15USB: support more Huawei data card product IDsfangxiaozhi2-4/+124
2008-04-15USB: option.c: add more device IDsMatthias Urlichs1-2/+9
2008-04-15USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driverJames Cameron1-0/+3
2008-04-15[TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev1-3/+9
2008-04-15acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com2-3/+21
2008-04-15acpi thermal trip points increased to 12Krzysztof Helt2-1/+5
2008-04-15acpi: bus: check once more for an empty list after locking itChuck Ebbert1-3/+4
2008-04-15spi: spi_s3c24xx must initialize num_chipselectBen Dooks2-0/+5
2008-04-15spi: spi_s3c24xx must initialize bus_numBen Dooks1-6/+7
2008-04-15spi: spi_s3c24xx driver must init completionBen Dooks1-0/+3
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara5-6/+6
2008-04-15Documentation: correct overcommit caveat in hugetlbpage.txtNishanth Aravamudan1-4/+3
2008-04-15add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro1-0/+1
2008-04-15Fix typos in Documentation/filesystems/seq_file.txtDmitri Vorobiev1-3/+3
2008-04-15uml: compile error fixWANG Cong1-0/+1
2008-04-15memcg: fix oops in oom handlingLi Zefan1-2/+2
2008-04-15serial: fix platform driver hotplug/coldplugKay Sievers15-1/+30
2008-04-15pcmcia: fix platform driver hotplug/coldplugKay Sievers3-0/+5
2008-04-15misc: fix platform driver hotplug/coldplugKay Sievers4-0/+7
2008-04-15fbdev: fix /proc/fb oops after module removalAlexey Dobriyan1-0/+1
2008-04-15leds: fix platform driver hotplug/coldplugKay Sievers12-0/+25
2008-04-15rtc: fix the error in the function of cmos_set_alarmZhao Yakui1-3/+2
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers6-1/+10
2008-04-15mm: sparsemem memory_present() fixIngo Molnar1-0/+10
2008-04-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller11-79/+108
2008-04-15[PARISC] fix signal trampoline cache flushingKyle McMartin1-1/+2
2008-04-15Fix locking bug in "acquire_console_semaphore_for_printk()"Linus Torvalds1-2/+15
2008-04-15PS3: gelic: fix the oops on the broken IE returned from the hypervisorMasakazu Mokuno1-3/+8
2008-04-15b43legacy: fix DMA mapping leakageStefano Brivio1-11/+18
2008-04-15mac80211: remove message on receiving unexpected unencrypted framesJohannes Berg1-5/+2
2008-04-15Update rt2x00 MAINTAINERS entryIvo van Doorn1-0/+1
2008-04-15Add rfkill to MAINTAINERS fileIvo van Doorn1-0/+7
2008-04-15rfkill: Fix device type check when toggling statesCarlos Corbacho1-1/+1
2008-04-15b43legacy: Fix usage of struct device used for DMAingMichael Buesch1-13/+13
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch4-45/+52
2008-04-15MAINTAINERS: move to generic repository for iwlwifiReinette Chatre1-1/+1
2008-04-15b43legacy: fix initvals loading on bcm4303Stefano Brivio1-0/+2
2008-04-15rtl8187: Add missing priv->vif assignmentsHerton Ronaldo Krzesinski1-0/+3
2008-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds9-2/+7
2008-04-16sh: export empty_zero_pageAndrew Morton2-0/+2
2008-04-16sh: arch/sh/kernel/traps_32.c needs asm/fpu.hAndrew Morton1-0/+1
2008-04-16sh: fix compressed kernel buildManuel Lauss2-2/+0
2008-04-16sh64: add missing #include <asm/fpu.h>'sAdrian Bunk4-0/+4
2008-04-15block: update git url for blktraceJens Axboe1-1/+1
2008-04-15netconsole: only set CON_PRINTBUFFER if the user specifies a netconsoleMichael Ellerman1-1/+4
2008-04-15[CAN]: Update documentation of struct sockaddr_canOliver Hartkopp1-4/+4
2008-04-15MAINTAINERS: isdn4linux@listserv.isdn4linux.de is subscribers-onlyPaul Bolle1-2/+2
2008-04-15[TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev1-26/+46
2008-04-15io context: increment task attachment count in ioc_task_link()Jens Axboe1-1/+3
2008-04-14JFFS2 Fix of panics caused by wrong condition for hole frag creation in write...Alexey Korolev1-1/+1
2008-04-14[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski1-0/+3
2008-04-14locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsJ. Bruce Fields1-20/+28
2008-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds1-4/+2
2008-04-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2008-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds40-116/+250
2008-04-14FRV: Correctly determine the address of an illegal instructionDavid Howells1-1/+1
2008-04-14revert "sched: fix fair sleepers"Ingo Molnar1-4/+2
2008-04-14[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilterPatrick McHardy1-1/+2
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov1-1/+3
2008-04-13[IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface.YOSHIFUJI Hideaki1-2/+1
2008-04-13[IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are...YOSHIFUJI Hideaki1-7/+9
2008-04-13[IPV6]: Use appropriate sock tclass setting for routing lookup.YOSHIFUJI Hideaki1-1/+1
2008-04-13[IPV6]: IPv6 extension header structures need to be packed.YOSHIFUJI Hideaki1-1/+1
2008-04-13[IPV6]: Fix ipv6 address fetching in raw6_icmp_error().David S. Miller1-2/+4
2008-04-13[NET]: Return more appropriate error from eth_validate_addr().Patrick McHardy1-1/+1
2008-04-13[ISDN]: Do not validate ISDN net device address prior to interface-upPaul Bolle1-0/+1
2008-04-13[NET]: Fix kernel-doc for skb_segmentBen Hutchings1-2/+2
2008-04-13[SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet1-1/+1
2008-04-12net: check for underlength tap writesRusty Russell1-1/+4
2008-04-12net: make struct tun_struct private to tun.cRusty Russell3-40/+34
2008-04-12[SCTP]: IPv4 vs IPv6 addresses mess in sctp_inet[6]addr_event.Pavel Emelyanov2-3/+6
2008-04-12[SCTP]: Fix compiler warning about const qualifiersVlad Yasevich4-6/+8
2008-04-12[SCTP]: Fix protocol violation when receiving an error lenght INIT-ACKGui Jianfeng4-0/+25
2008-04-12[SCTP]: Add check for hmac_algo parameter in sctp_verify_param()Wei Yongjun1-3/+26
2008-04-12[NET_SCHED] cls_u32: refcounting fix for u32_delete()Jarek Poplawski1-3/+9
2008-04-12[DCCP]: Fix skb->cb conflicts with IPPatrick McHardy4-2/+9
2008-04-12[AX25]: Potential ax25_uid_assoc-s leaks on module unload.Pavel Emelyanov1-0/+2
2008-04-12tg3: fix MMIO for PPC 44x platformsSergei Shtylyov1-3/+4
2008-04-12Mark generic HDLC + PPP as broken.Krzysztof Halasa1-1/+5
2008-04-12ehea: Fix DLPAR memory add supportThomas Klein2-3/+24
2008-04-12sc92031: sysfs link missingStephen Hemminger1-0/+1
2008-04-12smc91x driver: fix bug: print warning only in interrupt modeSonic Zhang1-0/+2
2008-04-12forcedeth: mac address fixAyaz Abdulla1-2/+24
2008-04-12macb: Use semicolon instead of comma for statementAtsushi Nemoto1-6/+6
2008-04-12macb: Call phy_disconnect on removingAtsushi Nemoto1-0/+2
2008-04-12ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund1-23/+30
2008-04-12fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart1-1/+2
2008-04-12sky2: missing chip name for Yukon SupremeStephen Hemminger1-0/+1
2008-04-12[libata] make ali_atapi_dma staticAdrian Bunk1-1/+1
2008-04-12[libata] sata_svw: fix reversed port countJeff Garzik1-2/+2
2008-04-11Linux 2.6.25-rc9v2.6.25-rc9Linus Torvalds1-1/+1
2008-04-11Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds15-20/+380
2008-04-11Add additional examples in Documentation/spinlocks.txtMark Fasheh1-0/+22
2008-04-11Move sched-rt-group.txt to scheduler/J. Bruce Fields2-0/+2
2008-04-11Documentation: move rpc-cache.txt to filesystems/J. Bruce Fields3-2/+2
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields7-14/+14
2008-04-11Spell out behavior of atomic_dec_and_lock() in kerneldocJ. Bruce Fields1-0/+3
2008-04-11Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protectHeiko Carstens1-0/+3
2008-04-11Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds3-16/+15
2008-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-195/+344
2008-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-52/+98
2008-04-11signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi1-1/+6
2008-04-11pnp: increase number of devices supported per protocolBjorn Helgaas1-1/+1
2008-04-11md: close a livelock window in handle_parity_checks5Dan Williams1-22/+29
2008-04-11cciss: error: implicit declaration of function 'sg_init_table'Mike Pagano1-0/+1
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers19-2/+33
2008-04-11watchdog: fix platform driver hotplug/coldplugKay Sievers12-0/+20
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers16-6/+30
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers8-2/+11
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers14-7/+31
2008-04-11eventfd/kaio integration fixDavide Libenzi1-8/+9
2008-04-11rtc: rtc-s35390a.c needs the bitreverse libraryRandy Dunlap1-0/+1
2008-04-11cgroups: include hierarchy ids in /proc/<pid>/cgroupPaul Menage1-0/+1
2008-04-11i2c-tiny-usb: New VID/PID pairTill Harbaum1-4/+8
2008-04-11i2c-davinci: Fix lost interruptTroy Kisky1-11/+6
2008-04-11i2c-ibm_iic: Fast mode parm desc fixupPaul Mundt1-1/+1
2008-04-10[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-04-10Add commentary about the new "asmlinkage_protect()" macroLinus Torvalds2-0/+24
2008-04-10asmlinkage_protect sys_io_geteventsRoland McGrath1-0/+1
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath6-22/+44
2008-04-10x86: Simplify cpu_idle_waitVenki Pallipadi2-72/+22
2008-04-10lzo: fix typo in decompressorHarvey Harrison1-1/+1
2008-04-10FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2]David Howells1-6/+15
2008-04-10FRV: Make NOMMU-mode work with base addresses other than 0xC0000000 [try #2]David Howells2-8/+1
2008-04-10FRV: Add support for emulation of userspace atomic ops [try #2]David Howells4-1/+268
2008-04-10FRV: Move STACK_TOP_MAX up [try #2]David Howells1-1/+1
2008-04-10FRV: Handle update_mmu_cache() being called when current->mm is NULL [try #2]David Howells1-5/+14
2008-04-10Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds21-148/+153
2008-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-28/+12
2008-04-10HFS+: fix unlink of linksRoman Zippel1-8/+15
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller1-1/+1
2008-04-10cfq-iosched: do not leak ioc_data across iosched switchesFabio Checconi1-3/+6
2008-04-10[XFS] Ensure "both" features2 slots are consistentEric Sandeen2-15/+29
2008-04-10[XFS] Fix superblock features2 field alignment problemDavid Chinner2-9/+62
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen21-138/+76
2008-04-10splice: fix infinite loop in generic_file_splice_read()Jens Axboe1-25/+6
2008-04-09[SPARC]: Fix several regset and ptrace bugs.David S. Miller2-52/+98
2008-04-09pop previous section in alternative.cSteven Rostedt1-4/+8
2008-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+4
2008-04-10SELinux: don't BUG if fs reuses a superblockEric Paris1-4/+4
2008-04-09BNX2X: Correct bringing chip out of resetEliezer Tamir1-3/+3
2008-04-09[NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt1-0/+2
2008-04-09[NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy1-18/+5
2008-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller9-21/+53
2008-04-09[XFRM]: xfrm_user: fix selector family initializationPatrick McHardy1-1/+1
2008-04-09rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner1-3/+1
2008-04-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+1
2008-04-09ssb-mipscore: Fix interrupt vectorsMichael Buesch1-6/+7
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger1-1/+1
2008-04-09mac80211: use short_preamble mode from capability if ERP IE not presentVladimir Koutny1-8/+35
2008-04-09ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden1-3/+0
2008-04-09pata_sil680: Fix build on arch/ppcBenjamin Herrenschmidt1-1/+1
2008-04-08Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds4-7/+11
2008-04-08mtd/chips: add missing set_current_state() to cfi_{amdstd,staa}_sync()Dmitry Adamushko2-0/+2
2008-04-08spi: spi_bfin5xx: remove unused labelMichael Hennerich1-1/+0
2008-04-08spi: documentation tweaksDavid Brownell1-1/+14
2008-04-08spi: spi_bfin5xx: fix probe() sequencingVitja Makarov1-6/+6
2008-04-08spi: spi_bfin5xx build fixMike Frysinger1-2/+2
2008-04-08acpi: fix "buggy BIOS check" when CPUs are hot removedAlok Kataria1-1/+1
2008-04-08es1968: fix sleep-while-holding-lock bugArjan van de Ven1-1/+13
2008-04-08memcg: fix node_state handlingKAMEZAWA Hiroyuki1-5/+4
2008-04-08acpi thermal: fix result checkKrzysztof Helt1-1/+1
2008-04-08ub: remove BUG() after __blk_end_request and fix the condition causing itPete Zaitcev1-9/+29
2008-04-08SUNRPC: Fix a memory leak in rpc_create()Chuck Lever1-4/+0
2008-04-08fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/...Bryan Wu1-0/+4
2008-04-08NFS: initialize flags field in nfs_open_contextJeff Layton1-0/+1
2008-04-08SUNRPC: don't call flush_dcache_page() with an invalid pointerTrond Myklebust1-3/+6
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller9-134/+225
2008-04-07[TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen1-0/+5
2008-04-07[TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen3-6/+23
2008-04-07[TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen1-4/+18
2008-04-07[TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen1-8/+8
2008-04-07nl80211: fix STA AID bugJohannes Berg1-1/+1
2008-04-07b43legacy: fix bcm4303 crashStefano Brivio1-0/+6
2008-04-07iwlwifi: fix n-band association problemAbhijeet Kolekar1-1/+0
2008-04-07ipw2200: set MAC address on radiotap interfaceDaniel Drake1-0/+1
2008-04-07libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-9/+13
2008-04-07pvrusb2: fix broken build due to patch order dependencyMichael Krufky1-0/+4
2008-04-08SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs codeStephen Smalley3-9/+13
2008-04-07Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds4-2/+48
2008-04-07[MIPS] Handle aliases in vmalloc correctly.Ralf Baechle4-2/+48
2008-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+1
2008-04-07siimage: fix kernel oops on PPC 44xSergei Shtylyov1-1/+1
2008-04-07virtio_net: remove overzealous printkAnthony Liguori1-1/+0
2008-04-07Revert "smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade"Linus Torvalds1-4/+4