summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-29Linux 2.6.33-rc6v2.6.33-rc6Linus Torvalds1-1/+1
2010-01-29mfd: Fix asic3 buildDmitry Artamonow1-1/+1
2010-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-69/+198
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds7-30/+36
2010-01-29sparc: TIF_ABI_PENDING bit removalDavid Miller3-21/+4
2010-01-29x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin5-23/+13
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds10-41/+33
2010-01-28Input: update multi-touch protocol documentationHenrik Rydberg1-8/+40
2010-01-28Input: add the ABS_MT_PRESSURE eventHenrik Rydberg2-0/+2
2010-01-28Input: winbond-cir - remove dmesg spamDavid Härdeman1-1/+1
2010-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-58/+62
2010-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-101/+7
2010-01-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds8-13/+192
2010-01-28[ARM] Update mach-typesRussell King1-1/+59
2010-01-28Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King3-6/+15
2010-01-28Btrfs: check total number of devices when removing missingJosef Bacik1-2/+2
2010-01-28Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik1-2/+2
2010-01-28Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik1-0/+5
2010-01-28Btrfs: run orphan cleanup on default fs rootJosef Bacik2-6/+6
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang1-0/+1
2010-01-28Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V1-4/+9
2010-01-28Btrfs: remove tree_search() in extent_map.cMiao Xie1-14/+0
2010-01-28Btrfs: Add mount -o compress-forceChris Mason3-2/+11
2010-01-28Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds13-308/+391
2010-01-28Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds1-1/+0
2010-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-29/+70
2010-01-28x86/PCI: remove IOH range fetchingJeff Garrett2-95/+1
2010-01-28Input: lifebook - add another Lifebook DMI signatureJon Dodgson1-0/+6
2010-01-28MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQsDavid VomLehn4-3/+18
2010-01-28MIPS: PowerTV: Streamline access to platform device registersDavid VomLehn6-303/+361
2010-01-28MIPS: Fix vmlinuz build for 32bit-only math shellsAlexander Clouter1-2/+5
2010-01-28MIPS: Add support of LZO-compressed kernelsWu Zhangjin3-0/+7
2010-01-27Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King4-6/+118
2010-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds25-126/+291
2010-01-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds11-22/+23
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson4-52/+19
2010-01-27firewire: ohci: fix crashes with TSB43AB23 on 64bit systemsStefan Richter1-1/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2-32/+70
2010-01-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-865/+40
2010-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-4/+2
2010-01-27UBI: fix volume creation input checkingMika Westerberg1-1/+0
2010-01-27[S390] fix single stepped svcs with TRACE_IRQFLAGS=yMartin Schwidefsky2-0/+2
2010-01-27[S390] zcrypt: Do not remove coprocessor for error 8/72Felix Beck2-0/+4
2010-01-27[S390] sclp_vt220: set initial terminal window sizeHendrik Brueckner1-0/+4
2010-01-27[S390] use set_current_state in sigsuspendMartin Schwidefsky1-1/+1
2010-01-27[S390] irqflags: add missing types.h includeHeiko Carstens1-6/+3
2010-01-27[S390] dasd: fix possible NULL pointer errorsStefan Haberland4-15/+9
2010-01-26x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...Russ Anderson2-2/+2
2010-01-26Fix failure exit in ipathfsAl Viro1-3/+1
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2010-01-26fix leak in romfs_fill_super()Al Viro1-0/+1
2010-01-26get rid of pointless checks after simple_pin_fs()Al Viro2-18/+4
2010-01-26Fix failure exits in bfs_fill_super()Al Viro1-22/+21
2010-01-26fix affs parse_options()Al Viro1-6/+6
2010-01-26Fix remount races with symlink handling in affsAl Viro4-8/+25
2010-01-26Fix a leak in affs_fill_super()Al Viro1-0/+2
2010-01-26fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman1-2/+4
2010-01-26firewire: core: fix use-after-free regression in FCP handlerStefan Richter1-14/+36
2010-01-26firewire: cdev: add_descriptor documentation fixStefan Richter1-1/+3
2010-01-26firewire: core: add_descriptor size checkStefan Richter1-13/+28
2010-01-26sparc64: Fix UP build.David S. Miller1-4/+2
2010-01-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-35/+77
2010-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds3-8/+8
2010-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-16/+24
2010-01-25Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-34/+128
2010-01-25Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds3-8/+9
2010-01-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-14/+15
2010-01-25Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds51-520/+958
2010-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds18-424/+749
2010-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds60-193/+389
2010-01-25Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-131/+229
2010-01-25virtio_net: Make delayed refill more reliableHerbert Xu1-2/+1
2010-01-25sfc: Use fixed-size buffers for MCDI NVRAM requestsBen Hutchings3-6/+7
2010-01-25sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS bufferGuido Barzini1-1/+3
2010-01-25tcp_probe: avoid modulus operation and wrap fixStephen Hemminger1-9/+10
2010-01-25qlge: Only free resources if they were allocatedBreno Leitao1-7/+8
2010-01-25[WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique.Denis Turischev2-8/+7
2010-01-25PCI: fix nested spinlock hang in aer_injectAndrew Patterson1-6/+6
2010-01-25Merge branch 'fix/hda' into for-linusTakashi Iwai1-15/+22
2010-01-25ASoC: fix a memory-leak in wm8903Guennadi Liakhovetski1-1/+2
2010-01-25KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun1-2/+3
2010-01-25KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun1-0/+1
2010-01-25KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2010-01-25KVM: fix spurious interrupt with irqfdMichael S. Tsirkin1-1/+2
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi2-15/+90
2010-01-25KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti1-1/+3
2010-01-25KVM: properly check max PIC pin in irq route setupMarcelo Tosatti1-1/+5
2010-01-25KVM: only allow one gsi per fdMichael S. Tsirkin1-2/+13
2010-01-25KVM: x86: Fix host_mapping_level()Sheng Yang1-4/+2
2010-01-25KVM: powerpc: Show timing option only on embeddedAlexander Graf1-1/+1
2010-01-25KVM: Fix race between APIC TMR and IRRAvi Kivity1-5/+6
2010-01-25hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdogHans de Goede1-2/+5
2010-01-25hwmon: (asus_atk0110) Do not fail if MBIF is missingLuca Tettamanti1-10/+9
2010-01-25hwmon: (amc6821) Double unlock bugDan Carpenter1-1/+0
2010-01-25hwmon: (smsc47m1) Fix section mismatchJeff Mahoney1-1/+1
2010-01-25ALSA: hda - add possibility to choose speakers configuration for 4930gŁukasz Wojniłowicz1-0/+1
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan4-20/+84
2010-01-24sky2: revert config space changestephen hemminger1-0/+13
2010-01-25drm/radeon/kms: preface warning printk with driver nameDave Airlie1-1/+1
2010-01-25drm/radeon/kms: drop unnecessary printks.Dave Airlie1-2/+0
2010-01-25drm: fix regression in fb blank handlingZhenyu Wang1-1/+1
2010-01-25drm/radeon/kms: make hibernate work on IGPsDave Airlie1-1/+2
2010-01-25drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom4-1/+30
2010-01-25drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom1-0/+8
2010-01-25Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie16-241/+472
2010-01-25Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linusDave Airlie13-34/+111
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2010-01-24[ARM] orion5x: D-link DNS-323 rev. B1 power-offErik Benada1-6/+27
2010-01-25drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri1-31/+23
2010-01-25drm/nv50: prevent switching off SOR when in use for DVI-over-DPBen Skeggs1-0/+13
2010-01-25drm/nv50: fail auxch transaction if reply count not what we expectBen Skeggs1-1/+7
2010-01-25drm/nouveau: fix failure path if userspace specifies no valid memtypesBen Skeggs1-0/+1
2010-01-25drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs3-0/+12
2010-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2010-01-24Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-12/+14
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds11-5/+379
2010-01-24i2c: imx: call ioremap only after request_mem_regionUwe Kleine-König1-10/+11
2010-01-24i2c: mxc: let time to generate stop bitValentin Longchamp1-2/+3
2010-01-24drm/radeon/kms: fix legacy get_engine/memory clockAlex Deucher1-2/+2
2010-01-24drm/radeon/kms/atom: atom parser fixesAlex Deucher1-2/+6
2010-01-24drm/radeon/kms: clean up atombios pll codeAlex Deucher1-75/+121
2010-01-24drm/radeon/kms: clean up pll structAlex Deucher4-49/+62
2010-01-24drm/radeon/kms/atom: fix crtc lock orderingAlex Deucher1-1/+1
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan4-19/+21
2010-01-23x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin4-823/+0
2010-01-23sky2: Enable/disable WOL per hardware deviceMike McCormack1-7/+22
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala4-4/+4
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck2-2/+2
2010-01-23MAINTAINERS: Add Intel igbvf maintainerJeff Kirsher1-1/+3
2010-01-23e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg2-38/+2
2010-01-23fmvj18x_cs: add new id (Panasonic lan & modem card)Ken Kawasaki2-0/+2
2010-01-23be2net: swap only first 2 fields of mcc_wrbSathya Perla1-1/+1
2010-01-23Please add support for Microsoft MN-120 PCMCIA network cardRon Murray1-0/+1
2010-01-23Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2-1/+13
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller4351-89846/+223296
2010-01-23Revert "x86: ucode-amd: Load ucode-patches once ..."Andreas Herrmann3-39/+13
2010-01-23x86: Disable HPET MSI on ATI SB700/SB800Pallipadi, Venkatesh3-0/+22
2010-01-23x86: Set hotpluggable nodes in nodes_possible_mapDavid Rientjes1-1/+3
2010-01-21be2net: fix bug in rx page postingSathya Perla1-3/+5
2010-01-21OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timerTero Kristo1-0/+13
2010-01-21Merge branch 'for-linus/samsung' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-1/+1
2010-01-22hmt: adjust for new pwm_backlight->notify prototypePeter Korsgaard1-1/+1
2010-01-21wimax/i2400m: Add support for more i6x50 SKUsInaky Perez-Gonzalez2-1/+13
2010-01-21Linux 2.6.33-rc5v2.6.33-rc5Linus Torvalds1-1/+1
2010-01-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-12/+35
2010-01-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+6
2010-01-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds7-73/+54
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds6-45/+59
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-21/+14
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds17-48/+112
2010-01-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds16-87/+107
2010-01-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds19-269/+396
2010-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds4-50/+109
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds7-41/+125
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh1-3/+1
2010-01-21Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-5/+7
2010-01-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds12-57/+110
2010-01-21perf: x86: Add support for the ANY bitStephane Eranian2-0/+8
2010-01-21perf: Change the is_software_event() definitionPeter Zijlstra1-3/+8
2010-01-21perf: Honour event state for aux stream dataPeter Zijlstra1-0/+9
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra1-2/+1
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang1-1/+4
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith2-2/+2
2010-01-20sparc64: Fix IRQ ->set_affinity() methods.David S. Miller1-9/+28
2010-01-20sparc: cpumask_of_node() should handle -1 as a nodeAnton Blanchard1-1/+3
2010-01-20Merge branch 'omap-fixes' into omap-fixes-for-linusTony Lindgren6-31/+66
2010-01-20Merge branch 'pm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/khilma...Tony Lindgren9-45/+95
2010-01-20PM debug: Fix warning when no CONFIG_DEBUG_FSSergio Aguirre1-2/+2
2010-01-20OMAP3: PM: DSS PM_WKEN to refill DMASubramani Venkatesh1-0/+4
2010-01-20OMAP: timekeeping: time should not stop during suspendKevin Hilman1-0/+26
2010-01-20OMAP3: PM: Force write last pad config register into save areaTero Kristo1-1/+10
2010-01-20OMAP: omap3_pm_get_suspend_state() error ignored in pwrdm_suspend_get()Roel Kluin1-2/+4
2010-01-20OMAP3: PM: Enable wake-up from McBSP2, 3 and 4 modulesPeter Ujfalusi1-2/+6
2010-01-20OMAP3: PM debug: fix build error when !CONFIG_DEBUG_FSManjunatha GK2-4/+6
2010-01-20OMAP3: PM: Removing redundant and potentially dangerous PRCM configrationSripathy, Vishwanath1-11/+0
2010-01-20OMAP3: Fixed ARM aux ctrl register save/restoreTero Kristo1-4/+9
2010-01-20OMAP3: CPUidle: Fixed timer resolutionTero Kristo1-1/+1
2010-01-20OMAP3: PM: Remove duplicate code blocksSanjeev Premi1-18/+0
2010-01-20OMAP3: PM: Disable interrupt controller AUTOIDLE before WFITero Kristo3-0/+16
2010-01-20OMAP3: PM: Enable system control module autoidleTero Kristo1-0/+2
2010-01-20OMAP3: PM: Ack pending interrupts before entering suspendTero Kristo3-0/+9
2010-01-20Merge branch 'for_2.6.33rc_d' of git://git.pwsan.com/linux-2.6 into omap-fixe...Tony Lindgren7-55/+55
2010-01-20omap: Enable GPMC clock in gpmc_initOlof Johansson1-0/+2
2010-01-20sparc64: Update defconfig.David S. Miller1-31/+100
2010-01-20sparc: Add missing SW perf fault events.David S. Miller2-5/+20
2010-01-20sparc64: Fully support both performance counters.David S. Miller1-154/+353
2010-01-20sparc64: Add perf callchain support.David S. Miller1-1/+119
2010-01-20e1000e: enhance frame fragment detectionJesse Brandeburg2-4/+22
2010-01-20e1000: enhance frame fragment detectionJesse Brandeburg2-2/+13
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin5-25/+25
2010-01-20USB: isp1362: fix build failure on ARM systems via irq_flags cleanupLothar Wassmann1-7/+14
2010-01-20USB: isp1362: better 64bit printf warning fixesLothar Wassmann1-2/+2
2010-01-20USB: fix usbstorage for 2770:915d delivers no FATRyan May1-7/+0
2010-01-20USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley1-3/+3
2010-01-20USB: FHCI: avoid NULL pointer dereferenceAlexander Beregalov1-1/+2
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp3-10/+24
2010-01-20USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman1-0/+6
2010-01-20USB: add missing delay during remote wakeupAlan Stern3-3/+7