summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Linux 2.6.39-rc5v2.6.39-rc5Linus Torvalds1-1/+1
2011-04-26init/Kconfig: fix EXPERT menu listRandy Dunlap1-8/+8
2011-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds3-16/+86
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-0/+97
2011-04-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds11-74/+166
2011-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-15/+32
2011-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+10
2011-04-26amd64_edac: Erratum #637 workaroundBorislav Petkov2-2/+51
2011-04-26amd64_edac: Factor in CC6 save areaBorislav Petkov2-1/+29
2011-04-26amd64_edac: Remove node interleave warningBorislav Petkov1-5/+1
2011-04-26watchdog: iTCO_wdt: TCO Watchdog patch for Intel Panther Point PCHSeth Heasley1-0/+97
2011-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-2/+3
2011-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds7-79/+128
2011-04-25Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+12
2011-04-25SELINUX: Make selinux cache VFS RCU walks safeEric Paris3-25/+55
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig3-20/+19
2011-04-25bit_spinlock: don't play preemption games inside the busy loopLinus Torvalds1-4/+4
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks1-0/+6
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks4-16/+28
2011-04-25Btrfs: cleanup error handling in inode.cTsutomu Itoh1-6/+9
2011-04-25Btrfs: put the right bio if we have an errorJosef Bacik1-1/+1
2011-04-25Btrfs: free bitmaps properly when evicting the cacheJosef Bacik1-4/+7
2011-04-25Btrfs: Free free_space item properly in btrfs_trim_block_group()Li Zefan1-1/+1
2011-04-25btrfs: add missing spin_unlock to a rare exit pathDavid Sterba1-0/+1
2011-04-25Btrfs: check return value of kmalloc()Tsutomu Itoh2-0/+7
2011-04-25btrfs: fix wrong allocating flag when reading pageItaru Kitayama1-1/+1
2011-04-25Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log()Tsutomu Itoh1-2/+5
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks6-59/+92
2011-04-25eCryptfs: dput dentries returned from dget_parentTyler Hicks1-2/+2
2011-04-25eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks1-2/+0
2011-04-24Merge branch 'dcache-cleanup'Linus Torvalds2-28/+18
2011-04-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-11/+103
2011-04-24Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds2-8/+47
2011-04-24libata: ahci_start_engine compliant to AHCI specJian Peng1-0/+21
2011-04-24ata: pata_at91.c bugfix for initial_timing initialisationIgor Plyatov1-2/+12
2011-04-24ata: pata_at91.c bugfix for high master clockIgor Plyatov1-1/+7
2011-04-24ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDsSeth Heasley1-0/+6
2011-04-24ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDsSeth Heasley1-0/+8
2011-04-24libata: Pioneer DVR-216D can't do SETXFERJeff Mahoney1-0/+1
2011-04-24ahci: don't enable port irq before handler is registeredMaxime Bizon2-3/+16
2011-04-24libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65Tejun Heo3-3/+6
2011-04-24libata: Kill unused ATA_DFLAG_{H|D}IPM flagsTejun Heo1-2/+0
2011-04-24ahci: EM supported message type sysfs attributeHannes Reinecke2-0/+26
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds2-28/+18
2011-04-23Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-4/+34
2011-04-23vfs: get rid of 'struct dcache_hash_bucket' abstractionLinus Torvalds1-24/+21
2011-04-22Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-8/+11
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen5-8/+14
2011-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds15-40/+110
2011-04-22Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+11
2011-04-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+6
2011-04-22perf, x86: Update/fix Intel Nehalem cache eventsPeter Zijlstra1-4/+4
2011-04-22perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflowCyrill Gorcunov1-1/+1
2011-04-22x86, perf event: Turn off unstructured raw event access to offcore registersIngo Molnar1-1/+5
2011-04-22perf: Support Xeon E7's via the Westmere PMU driverAndi Kleen1-0/+1
2011-04-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-5/+20
2011-04-21ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cdTejun Heo3-2/+12
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo1-2/+6
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe1-1/+2
2011-04-21CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky1-2/+3
2011-04-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+3
2011-04-21Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-56/+20
2011-04-21raid5: fix build error, sector_t usageRandy Dunlap1-1/+1
2011-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds3-18/+9
2011-04-21Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds3-6/+17
2011-04-21Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-37/+45
2011-04-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-12/+43
2011-04-21vfs: Pass setxattr(2) flags properlyJan Kara1-1/+1
2011-04-21virtio: console: Enable call to hvc_remove() on console port removeAmit Shah1-11/+0
2011-04-21virtio_pci: Prevent double-free of pci regions after device hot-unplugAmit Shah1-7/+8
2011-04-21virtio: Decrement avail idx on buffer detachAmit Shah1-0/+1
2011-04-21intel_iommu: disable all VT-d PMRs when TXT launchedJoseph Cihula1-9/+29
2011-04-21UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-04-21UBIFS: fix false assertion warning in case of I/O failuresArtem Bityutskiy1-4/+6
2011-04-21EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf2-8/+5
2011-04-21Merge branch 'fix/hda' into for-linusTakashi Iwai3-4/+31
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes3-33/+20
2011-04-21Revert "x86, NUMA: Fix fakenuma boot failure"David Rientjes1-23/+0
2011-04-21agp: fix arbitrary kernel memory writesVasiliy Kulikov1-3/+8
2011-04-21agp: fix OOM and buffer overflowVasiliy Kulikov1-1/+7
2011-04-20Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-31/+331
2011-04-20Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-2/+10
2011-04-20Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+9
2011-04-20Merge branch 'stable/bug-fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+10
2011-04-20Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-1/+15
2011-04-20ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUMEMike Waychison1-0/+4
2011-04-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-73/+31
2011-04-20rtc: fix coh901331 startup crashLinus Walleij1-2/+2
2011-04-20mach-ux500: fix i2c0 device setup regressionLinus Walleij1-9/+10
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-20UBIFS: fix false space checking failureArtem Bityutskiy1-4/+15
2011-04-20Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu1-1/+8
2011-04-20xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32Stefano Stabellini1-4/+9
2011-04-20xen: do not create the extra e820 region at an addr lower than 4GStefano Stabellini1-1/+1
2011-04-20[S390] kvm-390: Let kernel exit SIE instruction on workCarsten Otte1-2/+2
2011-04-20[S390] dasd: check sense type in device change handlerStefan Weinhuber1-2/+3
2011-04-20[S390] pfault: fix token handlingHeiko Carstens1-2/+2
2011-04-20[S390] qdio: reset error states immediatelyJan Glauber1-5/+12
2011-04-20[S390] fix page table walk for changing page attributesJan Glauber1-2/+3
2011-04-20[S390] prng: prevent access beyond end of stackJan Glauber1-1/+1
2011-04-20[S390] dasd: fix race between open and offlineStefan Weinhuber5-60/+143
2011-04-20md: Update documentation for sync_min and sync_max entriesCoolCold1-0/+10
2011-04-20md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik1-0/+1
2011-04-20md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown1-0/+4
2011-04-20md/raid5: remove setting of ->queue_lockNeilBrown1-1/+0
2011-04-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-92/+102
2011-04-20drm/radeon/kms: fix IH writeback on r6xx+ on big endian machinesCédric Cano2-2/+2
2011-04-19Btrfs: do some plugging in the submit_bio threadsChris Mason1-0/+10
2011-04-20drm/radeon/kms: pll tweaks for r7xxAlex Deucher1-5/+1
2011-04-19tty/n_gsm: fix bug in CRC calculation for gsm1 modeMikhail Kshevetskiy1-2/+6
2011-04-19serial/imx: read cts state only after acking cts change irqUwe Kleine-König1-1/+2
2011-04-19parport_pc.c: correctly release the requested region for the IT887xNiels de Vos1-5/+3
2011-04-20Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...Dave Airlie11-22/+36
2011-04-20drm/nouveau: fix allocation of notifier objectMarcin Slusarz1-1/+1
2011-04-20drm/nouveau: fix notifier memory corruption bugMarcin Slusarz1-2/+2
2011-04-20drm/nouveau: fix pinning of notifier blockBen Skeggs1-4/+7
2011-04-20drm/nouveau: populate ttm_alloced with false, when it's notBen Skeggs1-0/+1
2011-04-20drm/nouveau: fix nv30 pcie boardsBen Skeggs2-3/+3
2011-04-20drm/nouveau: split ramin_lock into two locks, one hardirq safeBen Skeggs6-12/+22
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki4-1/+22
2011-04-20xtensa: Fixup irq conversion fallout and nmi_countThomas Gleixner1-12/+6
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds64-203/+330
2011-04-19nfsd4: Fix filp leakOGAWA Hirofumi1-1/+1
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-3/+5
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-10/+30
2011-04-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+21
2011-04-19Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-18/+13
2011-04-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-49/+64
2011-04-19Revert "[media] V4L: videobuf, don't use dma addr as physical"Linus Torvalds1-1/+1
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds9-34/+111
2011-04-19hwmon: (max34440) Add driver documentationGuenter Roeck2-10/+79
2011-04-19hwmon: (max16064) Add driver documentationGuenter Roeck2-5/+62
2011-04-19hwmon: (max8688) Add driver documentationGuenter Roeck2-5/+69
2011-04-19hwmon: (pmbus) Documentation updatesGuenter Roeck1-6/+8
2011-04-19hwmon: (smm665) Fix spelling error in driver documentationGuenter Roeck1-4/+4
2011-04-19hwmon: (pmbus) Removed unused variable from struct pmbus_dataGuenter Roeck1-1/+0
2011-04-19hwmon: Add submitting-patches checklist to documentationGuenter Roeck1-0/+109
2011-04-19ALSA: hda - Add a fix-up for Acer dmic with ALC271x codecTakashi Iwai1-1/+24
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-19block: Remove the extra check in queue_requests_storeTao Ma1-2/+2
2011-04-19block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan1-1/+3
2011-04-19block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe1-1/+0
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe5-54/+20
2011-04-19perf, x86: Fix AMD family 15h FPU event constraintsRobert Richter1-3/+17
2011-04-19perf, x86: Fix pre-defined cache-misses event for AMD family 15h cpusAndre Przywara1-1/+1
2011-04-19cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe1-14/+6
2011-04-18Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds1-1/+1
2011-04-18Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2-5/+2
2011-04-18PM: Fix error code paths executed after failing syscore_suspend()Rafael J. Wysocki2-3/+12
2011-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-26/+361
2011-04-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-187/+186
2011-04-18block: kill blk_flush_plug_list() exportJens Axboe1-1/+0
2011-04-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-26/+81
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds14-233/+430
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-18next_pidmap: fix overflow conditionLinus Torvalds2-2/+5
2011-04-18nfsd4: fix struct file leak on delegationJ. Bruce Fields1-0/+1
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown2-0/+46
2011-04-18x86, gart: Make sure GART does not map physmem above 1TBJoerg Roedel1-1/+8
2011-04-18x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel2-3/+3
2011-04-18x86, gart: Convert spaces to tabs in enable_gart_translationJoerg Roedel1-11/+11
2011-04-18ASoC: add a module alias to the FSI driverGuennadi Liakhovetski1-0/+1
2011-04-18Merge commit 'v2.6.39-rc3' into for-2.6.39Mark Brown3009-9786/+10074
2011-04-18GFS2: filesystem hang caused by incorrect lock orderBob Peterson6-21/+55
2011-04-18GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse2-2/+7
2011-04-18GFS2: directly write blocks past i_sizeBenjamin Marzinski1-10/+48
2011-04-18GFS2: write_end error path fails to unlock transaction lockBob Peterson1-1/+1
2011-04-18Btrfs: fix free space cache leakChris Mason1-1/+1
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig9-23/+36
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18RTC: rtc-omap: Fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran2-17/+12
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown2-9/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe3-22/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown2-1/+26
2011-04-17ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar1-1/+2
2011-04-18powerpc/powermac: Build fix with SMP and CPU hotplugBenjamin Herrenschmidt1-3/+5
2011-04-18powerpc/perf_event: Skip updating kernel counters if register value shrinksEric B Munson1-7/+30
2011-04-18powerpc: Don't write protect kernel text with CONFIG_DYNAMIC_FTRACE enabledStefan Roese1-1/+1
2011-04-18powerpc: Fix oops if scan_dispatch_log is called too earlyAnton Blanchard1-0/+3
2011-04-18powerpc/pseries: Use a kmem cache for DTL buffersNishanth Aravamudan1-2/+10
2011-04-18powerpc/kexec: Fix regression causing compile failure on UPPaul Gortmaker1-6/+6
2011-04-18Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt5-7/+26
2011-04-17bnx2x: Fix port identification problemYaniv Rosner1-5/+4
2011-04-17r8169: add Realtek as maintainer.Francois Romieu1-0/+1
2011-04-17Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+23
2011-04-17Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-19/+3
2011-04-17alpha: Fix uninitialized value in read_persistent_clock.Richard Henderson1-0/+1
2011-04-17alpha: Fix RTC interrupt setup.Richard Henderson1-1/+1
2011-04-17alpha: Remove set but unused variables.Richard Henderson5-17/+13
2011-04-17alpha: Don't force -Werror.Richard Henderson1-1/+1
2011-04-17fs: synchronize_rcu when unregister_filesystem success not failureMilton Miller1-2/+1