summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-05Linux 2.6.27-rc2v2.6.27-rc2Linus Torvalds1-1/+1
2008-08-05Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds3-7/+23
2008-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds95-1284/+2159
2008-08-05AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle1-10/+4
2008-08-05pktgen: mac countRobert Olsson1-2/+2
2008-08-05pktgen: random flow Robert Olsson1-1/+5
2008-08-05bridge: Eliminate unnecessary forward delayStephen Hemminger1-7/+18
2008-08-05docbook: fix s390 fatal error after header files movedRandy Dunlap1-4/+4
2008-08-05drivers/media/video/vino.c needs v4l2-ioctl.hAndrew Morton1-0/+1
2008-08-05mm: fix uninitialized variables for find_vma_prepare callersBenny Halevy1-1/+1
2008-08-05pm_qos: spelling fixesRichard Hughes3-10/+15
2008-08-05proc: fix warningsAlexander Beregalov1-4/+7
2008-08-05drivers/misc/sgi-gru/grutlbpurge.c: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-05omfs: fix warningAlexander Beregalov1-1/+2
2008-08-05kernel-doc: skip nested struct/union cleanlyRandy Dunlap1-1/+1
2008-08-05dma: fix order calculation in dma_mark_declared_memory_occupied()Jan Beulich1-3/+2
2008-08-05atyfb_base.c: fix warningAlexander Beregalov1-14/+15
2008-08-05drivers/video/fsl-diu-fb.c: add missing of_node_putJulia Lawall1-2/+6
2008-08-05radeonfb: give i2c buses nicer namesJean Delvare1-1/+2
2008-08-05fbcon: fix scrolling after logo is clearedKrzysztof Helt1-0/+3
2008-08-05radeon: misc correctionsDavid Miller2-4/+5
2008-08-05Remove the deprecated cli() sti() functionsMark Asselstine3-164/+0
2008-08-05backlight: add MODULE_ALIAS() to pwm_backlight driverBen Dooks1-0/+2
2008-08-05backlight: add more information output to pwm_backlightBen Dooks1-2/+6
2008-08-05blackfin RTC driver: drop PIE/stopwatch code since the hardware can only do a...Mike Frysinger1-32/+14
2008-08-05blackfin RTC driver: convert PIE handling to irq_set_state() as pointed out b...Mike Frysinger1-10/+18
2008-08-05blackfin RTC driver: wait for the write complete interrupt complete before sl...Mike Frysinger1-2/+3
2008-08-05blackfin RTC driver: disable the write complete irq upon closeMike Frysinger1-4/+4
2008-08-05blackfin RTC driver: don't bother passing the rtc struct down to bfin_rtc_int...Mike Frysinger1-11/+9
2008-08-05blackfin RTC driver: add support for power management frameworkMike Frysinger1-14/+17
2008-08-05blackfin RTC driver: Fix bug Only RTC interrupt can wake up deeper sleep coreSonic Zhang1-0/+28
2008-08-05blackfin RTC driver: if we dont define irq_set_freq, the common rtc-dev layer...Mike Frysinger1-15/+0
2008-08-05genirq: better warning on irqchip->set_type() failureDavid Brownell1-1/+2
2008-08-05semaphore: __down_common: use signal_pending_state()Oleg Nesterov1-3/+1
2008-08-05relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi1-1/+11
2008-08-05spi: new orion_spi driverShadi Ammouri4-0/+598
2008-08-05block/cciss.c: remove pointless curr_queue calculationHannes Reinecke1-2/+0
2008-08-05vt8623fb: fix kernel oopsOndrej Zajicek3-28/+28
2008-08-05kdump: report actual value of VMCOREINFO_OSRELEASE in VMCOREINFOBernhard Walle1-2/+2
2008-08-05powerpc: 86xx: mpc8610_hpcd: add watchdog nodeAnton Vorontsov1-0/+5
2008-08-05mm_init.c: avoid ifdef-inside-macro-expansionAndrew Morton1-4/+4
2008-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds43-116/+92
2008-08-05Fix USB storage hang on command abortAlan Stern1-1/+1
2008-08-05ide: ->cable_detect method cannot be marked __devinitBartlomiej Zolnierkiewicz21-24/+24
2008-08-05ide: ->quirkproc method cannot be marked __devinitBartlomiej Zolnierkiewicz2-2/+2
2008-08-05cs5520: add enablebits checkingBartlomiej Zolnierkiewicz1-0/+1
2008-08-05cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks()Tejun Heo1-4/+0
2008-08-05ide-cd: fix endianity for the error message in cdrom_read_capacityPetr Tesarik1-8/+10
2008-08-05ide: remove CONFIG_IDE_MAX_HWIFSAdrian Bunk2-22/+1
2008-08-05remove unneeded #include <linux/ide.h>'sAdrian Bunk6-6/+1
2008-08-05ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz5-25/+31
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz7-8/+0
2008-08-05ide: sanitize struct ide_port_ops documentation (take 2)Bartlomiej Zolnierkiewicz1-9/+18
2008-08-05ide: fix ide_fix_driveid()Bartlomiej Zolnierkiewicz1-3/+3
2008-08-05ide: fix pre-EIDE SWDMA support on big-endianBartlomiej Zolnierkiewicz1-5/+1
2008-08-05Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...David S. Miller37-724/+795
2008-08-05bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen1-1/+1
2008-08-05ipv4: remove unused field in struct flowi (include/net/flow.h).Rami Rosen1-1/+0
2008-08-04tg3: Fix 'scheduling while atomic' errorsMatt Carlson1-16/+4
2008-08-04net: Kill plain NET_XMIT_BYPASS.David S. Miller2-14/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski10-20/+19
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski12-34/+68
2008-08-04fs: rename buffer trylockNick Piggin9-13/+17
2008-08-04mm: rename page trylockNick Piggin20-59/+74
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-151/+166
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds39-510/+854
2008-08-04Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds282-400/+22
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2-7/+3
2008-08-04tracehook: kerneldoc fixRoland McGrath1-2/+3
2008-08-04mn10300: Fix up __bug_table handling in module loader.Paul Mundt1-1/+3
2008-08-04Merge branch 'audit.b56' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+7
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds4-8/+27
2008-08-04m68k: some asm-sparc include files movedStephen Rothwell3-3/+400
2008-08-04__sched_setscheduler: don't do any policy checks when not "user"Jeremy Fitzhardinge1-10/+12
2008-08-04Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds135-0/+0
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds1-1/+1
2008-08-04sc1200 watchdog driver: Fix locking, sems and coding styleAlan Cox1-92/+113
2008-08-04alpha: Fix breakage in wdt_pciAndrew Morton1-0/+1
2008-08-04wdt: Cleanup and sort out locking and inb_pAlan Cox2-211/+265
2008-08-04s3c2410_wdt watchdog driver: Locking and coding styleAlan Cox1-68/+80
2008-08-04it8712f_wdt: Locking and coding styleAlan Cox1-50/+27
2008-08-04ar7_wdt watchdog driver: Fix lockingAlan Cox1-12/+17
2008-08-04vt: Deadlock workaroundAlan Cox1-2/+0
2008-08-04cris: Fixup compile problemsAlan Cox2-40/+42
2008-08-04blackfin: Fix compile failure in tty codeAlan Cox1-1/+1
2008-08-04Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds3-4/+5
2008-08-04sound: ensure device number is valid in snd_seq_oss_synth_make_infoWilly Tarreau1-0/+3
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6Linus Torvalds6-32/+51
2008-08-04drivers/char/efirtc.c: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-04mlock() fix return valuesKOSAKI Motohiro2-5/+13
2008-08-04atmel_spi: fix hang due to missed interruptGerard Kam1-5/+12
2008-08-04spi: S3C24XX: reset register status on resume.Ben Dooks1-10/+15
2008-08-04sparc64: Remove all cpumask_t local variables in xcall dispatch.David S. Miller1-24/+9
2008-08-04Revert "UFS: add const to parser token table"Linus Torvalds3-3/+3
2008-08-04sparc64: Kill error_mask from hypervisor_xcall_deliver().David S. Miller1-13/+7
2008-08-04sparc64: Build cpu list and mondo block at top-level xcall_deliver().David S. Miller1-44/+69
2008-08-04Revert "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds3-23/+7
2008-08-04sparc64: Disable local interrupts around xcall_deliver_impl() invocation.David S. Miller1-17/+15
2008-08-04sparc64: Make all xcall_deliver's go through common helper function.David S. Miller1-4/+9
2008-08-04sparc64: Always allocate the send mondo blocks, even on non-sun4v.David S. Miller1-3/+16
2008-08-04sparc64: Make smp_cross_call_masked() take a cpumask_t pointer.David S. Miller1-7/+11
2008-08-04sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.David S. Miller1-4/+2
2008-08-04sparc64: Call xcall_deliver() directly in some cases.David S. Miller1-23/+10
2008-08-04sparc64: Use cpumask_t pointers and for_each_cpu_mask_nr() in xcall_deliver.David S. Miller1-18/+21
2008-08-04sparc64: Use xcall_deliver() consistently.David S. Miller1-23/+17
2008-08-04sparc64: Use function pointer for cross-call sending.David S. Miller1-6/+13
2008-08-04arch/sparc64/kernel/signal.c: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-04sparc64: Need to disable preemption around smp_tsb_sync().David S. Miller1-1/+4
2008-08-04kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg1-6/+2
2008-08-04kconfig: always write out .configSam Ravnborg1-1/+1
2008-08-04iwl3945: fix merge mistake for packet injectionZhu Yi1-6/+0
2008-08-04iwlwifi: grap nic access before accessing periphery registersTomas Winkler1-1/+3
2008-08-04iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach1-0/+1
2008-08-04iwlwifi: fix unhandled interrupt when HW rfkill is onTomas Winkler1-10/+8
2008-08-04iwlwifi: implement iwl5000_calc_rssiTomas Winkler5-51/+119
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman4-28/+59
2008-08-04iwlwifi: HW bug fixesTomas Winkler4-7/+32
2008-08-04p54: Fix potential concurrent access to private dataLarry Finger2-0/+7
2008-08-04rt2x00: Disable link tuning in rt2500usbIvo van Doorn1-0/+14
2008-08-04iwlwifi: Don't use buffer allocated on the stack for led namesSven Wegener4-28/+36
2008-08-04iwlwifi: rename 4965 to AGNTomas Winkler4-63/+68
2008-08-04iwlwifi: fix checkpatch.pl errorsTomas Winkler11-60/+55
2008-08-04iwlwifi: rename iwl4965-base.c to iwl-agn.cTomas Winkler2-4/+2
2008-08-04mac80211: automatic IBSS channel selectionDaniel Drake1-4/+16
2008-08-04iwlwifi: use dtim_period from association, and set listen_intervalTomas Winkler3-4/+5
2008-08-04iwlwifi: RS small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev1-0/+2
2008-08-04iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach3-7/+7
2008-08-04iwlwifi: set led register in disassociationEsti Kummer1-16/+24
2008-08-04iwlwifi: kill iwl4965_fill_rs_infoTomas Winkler3-111/+0
2008-08-04iwlwifi: rename iwl-4695-rs to iwl-agn-rsTomas Winkler7-128/+119
2008-08-04iwlwifi: move iwl4965_set_pwr_src to iwl4965-base.cTomas Winkler2-33/+31
2008-08-04iwlwifi: move beacon handling to iwl4965-base.cTomas Winkler4-39/+37
2008-08-04iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.cTomas Winkler3-38/+34
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler3-3/+17
2008-08-04mac80211: pass dtim_period to low level driverEmmanuel Grumbach4-1/+28
2008-08-04iwlwifi: corrects power_level in sysfsEsti Kummer3-63/+58
2008-08-04iwlwifi: add power save to 5000 HWMohamed Abbas7-24/+18
2008-08-04Re: [PATCH] Fix the kernel panic of audit_filter_task when key field is setzhangxiliang1-0/+7
2008-08-04sh: enable maple_keyb in dreamcast_defconfig.Paul Mundt1-8/+6
2008-08-04SH2(A) cache updateYoshinori Sato7-16/+213
2008-08-04nommu: Provide vmalloc_exec().Paul Mundt1-0/+21
2008-08-04add addrespace definition for sh2a.Takashi Yoshii1-0/+10
2008-08-04sh: Kill off ARCH_SUPPORTS_AOUT and remnants of a.out support.Paul Mundt2-23/+0
2008-08-04sh: define GENERIC_HARDIRQS_NO__DO_IRQ.Paul Mundt1-0/+3
2008-08-04sh: define GENERIC_LOCKBREAK.Paul Mundt1-0/+4
2008-08-04sh: Save NUMA node data in vmcore for crash dumps.Paul Mundt1-0/+8
2008-08-04sh: module_alloc() should be using vmalloc_exec().Paul Mundt1-1/+2
2008-08-04sh: Fix up __bug_table handling in module loader.Paul Mundt1-1/+3
2008-08-03net: eliminate refcounting in backlog queueStephen Hemminger1-7/+16
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun1-1/+1
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu4-11/+15
2008-08-04sh: Add documentation and integrate into docbook build.Paul Mundt2-1/+106
2008-08-04sh: Fix up broken kerneldoc comments.Paul Mundt4-37/+24
2008-08-04powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala15-368/+6
2008-08-04powerpc: Force printing of 'total_memory' to unsigned long longTony Breeds1-2/+2
2008-08-04powerpc: Fix compiler warning in arch/powerpc/mm/mem.cTony Breeds1-1/+1
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell269-29/+13
2008-08-04maple: Kill useless private_data pointer.Paul Mundt3-8/+12
2008-08-04maple: Clean up maple_driver_register/unregister routines.Paul Mundt3-15/+32
2008-08-03ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang1-0/+2
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal1-11/+11
2008-08-04input: Clean up maple keyboard driverAdrian McMenamin1-69/+32
2008-08-04maple: allow removal and reinsertion of keyboard driver moduleAdrian McMenamin1-43/+81
2008-08-04sh: /proc/asids depends on MMU.Paul Mundt1-1/+1
2008-08-03net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener1-0/+1
2008-08-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds13-434/+729
2008-08-03Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds207-167/+349
2008-08-03arch/sh/boards/mach-se/7343/irq.c: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-03arch/sh/boards/board-ap325rxa.c: removed duplicated #includeHuang Weiyi1-1/+0
2008-08-03[ARM] 5182/1: pxa: Fix pcm990 compilationGuennadi Liakhovetski1-1/+0
2008-08-03drivers/video/console/promcon.c: fix build errorAlexander Beregalov1-0/+1
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek1-0/+4
2008-08-03net: fix missing pneigh entries in the neighbor seq_file codeChris Larson1-5/+6
2008-08-03net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson1-1/+1
2008-08-02pkt_sched: Make sure RTNL is held in qdisc_root_lock().David S. Miller1-0/+12
2008-08-02mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller1-2/+4
2008-08-02pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2-8/+8
2008-08-02ext4: remove write-only variables from ext4_ordered_write_endEric Sandeen1-4/+0
2008-08-03sh/boards/Makefile typo fixAdrian Bunk1-1/+1
2008-08-02[ARM] Fix explicit asm(-arm)?/arch-foo referencesRussell King15-30/+30
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King182-95/+95
2008-08-02Fix IHEX firmware generation/loadingMarc Zyngier2-4/+4
2008-08-02Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds2-5/+16
2008-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds15-217/+104
2008-08-02fat: Fix allow_utime optionOGAWA Hirofumi1-2/+4
2008-08-02mm: dont clear PG_uptodate on truncate/invalidateMiklos Szeredi1-2/+0
2008-08-02Add DIP switch readout for HFC-4S IOB4STKarsten Keil1-3/+3
2008-08-02Fix remaining big endian issue of hfcmultiKarsten Keil1-14/+13
2008-08-02mISDN cleanup user interfaceKarsten Keil5-15/+35
2008-08-02mISDN fix main ISDN MakefileKarsten Keil1-1/+1
2008-08-02[ARM] Remove explicit dependency for misc.o from compressed/MakefileRussell King1-3/+0
2008-08-02rt2x00: Fix compile warningIvo van Doorn2-3/+3
2008-08-02[MTD] Fix !CONFIG_BLOCK compile for mtdsuper.cDavid Woodhouse1-5/+12
2008-08-02firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messagesDavid Woodhouse1-0/+4
2008-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller29-408/+1161
2008-08-02sh: fix LIBGCCAdrian Bunk1-6/+6
2008-08-02sh: Revert the location change of auto-generated asm/machtypes.hPaul Mundt2-4/+4
2008-08-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds192-38/+18
2008-08-01embedded: fix vc_translate operator precedenceTim Bird1-1/+1
2008-08-01Remove EXPORTS of follow_page & zap_page_rangeJack Steiner1-2/+0