summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Linux 2.6.35-rc1v2.6.35-rc1Linus Torvalds1-2/+2
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-29/+15
2010-05-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+7
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-16/+45
2010-05-30ia64: revert __node_random additionLinus Torvalds1-17/+0
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds7-82/+500
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-4/+5
2010-05-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds62-1251/+7999
2010-05-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds10-1/+1204
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds5-622/+203
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds27-560/+274
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-26/+93
2010-05-30CPU: Avoid using unititialized error variable in disable_nonboot_cpus()Rafael J. Wysocki1-1/+1
2010-05-30rapidio: fix new kernel-doc warningsRandy Dunlap3-5/+13
2010-05-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds6-76/+47
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds5-31/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds19-32/+104
2010-05-30SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter1-1/+1
2010-05-30parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomicJohn David Anglin1-3/+13
2010-05-30parisc: Remove unnecessary macros from entry.SJohn David Anglin1-33/+7
2010-05-30parisc: LWS fixes for syscall.SJohn David Anglin1-23/+9
2010-05-30parisc: Delete unnecessary nop's in entry.SJohn David Anglin1-7/+0
2010-05-30parisc: Avoid interruption in critical region in entry.SJohn David Anglin1-2/+3
2010-05-30parisc: invoke oom-killer from page faultNick Piggin1-4/+3
2010-05-30parisc: clear floating point exception flag on SIGFPE signalHelge Deller1-0/+1
2010-05-30parisc: Use of align_frame provides stack frame.Carlos O'Donell1-4/+11
2010-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds25-180/+200
2010-05-29Merge branch 'fix/hda' into for-linusTakashi Iwai2-0/+4
2010-05-29Merge branch 'fix/misc' into for-linusTakashi Iwai18-157/+170
2010-05-29Merge branch 'fix/asoc' into for-linusTakashi Iwai5-23/+26
2010-05-29ALSA: snd-usb-caiaq: Bump version number to 1.3.21Mark Hills1-1/+1
2010-05-29ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ"Mark Hills1-6/+0
2010-05-29ALSA: snd-usb-caiaq: Simplify single case to an 'if'Mark Hills1-4/+2
2010-05-29ALSA: snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJMark Hills1-28/+2
2010-05-29ALSA: hda: Use LPIB for a Shuttle deviceDaniel T Chen1-0/+1
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil3-1/+16
2010-05-29ceph: make lease code DN specificSage Weil2-12/+13
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall6-6/+6
2010-05-29ceph: renew auth tickets before they expireSage Weil4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-29ceph: removed duplicated #includesAndrea Gelmini2-2/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-29sched: add wait_for_completion_killable_timeoutSage Weil2-0/+19
2010-05-29Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-8/+17
2010-05-28Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-2/+3
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-42/+538
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds59-471/+4472
2010-05-29drm/radeon: fix the r100/r200 ums block 0 page fixDave Airlie1-2/+3
2010-05-28Merge branch 'ht-delete-2.6.35' into releaseLen Brown6-24/+6
2010-05-28Merge branch 'misc-2.6.35' into releaseLen Brown6-39/+30
2010-05-28Merge branches 'video' and 'video-edid' into releaseLen Brown3-9/+119
2010-05-28Merge branch 'acpi_enable' into releaseLen Brown5-189/+24
2010-05-28Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown5-32/+50
2010-05-28ACPI: Don't let acpi_pad needlessly mark TSC unstableVenkatesh Pallipadi1-2/+11
2010-05-28drivers/acpi/sleep.h: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-05-28ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversionVenkatesh Pallipadi1-4/+10
2010-05-28intel_idle: native hardware cpuidle driver for latest Intel processorsLen Brown6-2/+486
2010-05-28ACPI: acpi_idle: touch TS_POLLING only in the non-MWAIT caseLen Brown1-12/+16
2010-05-28Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2-4/+3
2010-05-28tracing: fix for tracepoint API changeStephen Rothwell1-5/+5
2010-05-28Merge branch 'for-linus/2635-updates' of git://git.fluff.org/bjdooks/linuxLinus Torvalds10-40/+594
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-119/+214
2010-05-28FRV: ARCH_KMALLOC_MINALIGN was already definedDavid Howells2-4/+2
2010-05-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+12
2010-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds112-415/+782
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro1-4/+1
2010-05-28kconfig: Hide error output in find command in streamline_config.plToralf Förster1-2/+3
2010-05-28kconfig: Fix typo in comment in streamline_config.plToralf Foerster1-1/+1
2010-05-28kconfig: Make a variable local in streamline_config.plToralf Foerster1-1/+1
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman1-5/+6
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman1-6/+9
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet1-2/+2
2010-05-28netdev/fec: fix ifconfig eth0 down hang issueBryan Wu1-12/+16
2010-05-28ARM: S5PV210: serial: Fix section mismatch warningMarek Szyprowski1-4/+4
2010-05-28ARM: Merge for-2635/defconfig3Ben Dooks2-22/+403
2010-05-28ARM: s3c2410_defconfig: Add new machinesBen Dooks1-8/+27
2010-05-28ARM: s3c6400_defconfig: Add framebuffer and basic LCDBen Dooks1-2/+43
2010-05-28ARM: s3c6400_defconfig: Add RTC driver supportBen Dooks1-1/+66
2010-05-28ARM: s3c6400_defconfig: Enable USB host sideBen Dooks1-3/+217
2010-05-28ARM: s3c6400_defconfig: Add SPI driverBen Dooks1-1/+37
2010-05-28ARM: s3c6400_defconfig: Update compiled machinesBen Dooks1-7/+13
2010-05-28ARM: S5P: Regoster clk_xusbxti clock for hsotg driverThomas Abraham1-0/+1
2010-05-28ARM: S3C64XX: Add USB OTG HCLK to the list of clocksThomas Abraham1-0/+6
2010-05-28ARM: SAMSUNG: gpio-cfg.h: update documentationBen Dooks1-0/+21
2010-05-28ARM: SAMSUNG: Documentation: add documentation on GPIO codeBen Dooks3-0/+48
2010-05-28ARM: SAMSUNG: Fix documentation for s3c_gpio_cfgpin()Ben Dooks1-1/+1
2010-05-28ARM: S3C24XX: Documentation: add section on gpiolib changesBen Dooks1-0/+44
2010-05-28ARM: S3C24XX: Documentation: update GPIO documentationBen Dooks1-2/+33
2010-05-28ARM: S3C24XX: Documentation: update documentation overviewBen Dooks1-1/+10
2010-05-28ARM: SAMSUNG: Documentation: update directory layoutBen Dooks1-7/+16
2010-05-28ARM: SAMSUNG: Documentation: update the list of SoCs supportedBen Dooks1-3/+7
2010-05-28cnic: Fix context memory init. on 5709.Michael Chan2-9/+5
2010-05-28drivers/net: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+1
2010-05-28drivers/net/hamradio: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+1
2010-05-28be2net: Patch removes redundant while statement in loop.Sarveshwar Bandi1-1/+1
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu1-1/+1
2010-05-28net: fix __neigh_event_send()Eric Dumazet1-0/+1
2010-05-28ALSA: hda: Add support for another Lenovo ThinkPad Edge in conexant codecAndreas Herrmann1-0/+1
2010-05-28leds: Fix leds-gpio openfirmware compile issueRichard Purdie1-1/+0
2010-05-28leds: Kconfig fixesRichard Purdie1-3/+3
2010-05-28ALSA: hda: Use LPIB for Sony VPCS11V9EDaniel T Chen1-0/+1
2010-05-28ALSA: usb-audio: fix feature unit parser for UAC2Daniel Mack1-1/+1
2010-05-27fix fs/sysv s_dirt handlingAl Viro1-0/+1
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de3-36/+119
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de1-21/+22
2010-05-27fs: convert simple fs to new truncateNick Piggin5-19/+15
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de10-22/+37
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de8-63/+300
2010-05-27fs/super: fix kernel-doc warningRandy Dunlap1-2/+2
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe1-12/+15
2010-05-27rename the generic fsync implementationsChristoph Hellwig23-32/+44
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig69-157/+129
2010-05-27fs: Add missing mutex_unlockJulia Lawall1-4/+9
2010-05-27Fix racy use of anon_inode_getfd() in perf_event.cAl Viro1-18/+22
2010-05-27get rid of the magic around f_count in aioAl Viro4-15/+14
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-27Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro1-1/+1
2010-05-27Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds62-519/+720
2010-05-27acpi_pad: uses MONITOR/MWAIT, so it doesn't need to clear TS_POLLINGLen Brown1-9/+0
2010-05-27sched: clarify commment for TS_POLLINGLen Brown1-2/+2
2010-05-27ACPI: allow a native cpuidle driver to displace ACPILen Brown1-5/+6
2010-05-27cpuidle: make cpuidle_curr_driver staticLen Brown5-9/+22
2010-05-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-0/+21
2010-05-28mfd: Rename twl5031 sih modulesIlkka Koskinen1-5/+6
2010-05-28mfd: Storage class for timberdale should be before const qualifierTobias Klauser1-10/+10
2010-05-28mfd: Remove unneeded and dangerous clearing of clientdataWolfram Sang2-3/+0
2010-05-28mfd: New AB8500 driverRabin Vincent8-477/+712
2010-05-28gpio: Fix inverted rdc321x gpio data out registersFlorian Fainelli1-1/+1
2010-05-28mfd: Change rdc321x resources flags to IORESOURCE_IOFlorian Fainelli3-6/+6
2010-05-28mfd: Move pcf50633 irq related functions to its own file.Lars-Peter Clausen3-294/+330
2010-05-28mfd: Use threaded irq for pcf50633Lars-Peter Clausen2-49/+10
2010-05-28mfd: pcf50633-adc: Fix potential race in pcf50633_adc_sync_readLars-Peter Clausen1-24/+15
2010-05-28mfd: Fix pcf50633 bitfield logic in interrupt handlerLars-Peter Clausen1-4/+4
2010-05-28gpio: rdc321x needs to select MFD_CORERandy Dunlap1-0/+1
2010-05-28mfd: Use menuconfig for quicker config editingRandy Dunlap1-2/+8
2010-05-28ARM: AB3550 board configuration and irq for U300Mattias Wallin2-0/+62
2010-05-28mfd: AB3550 core driverMattias Wallin3-0/+1416
2010-05-28mfd: AB3100 register access change to abx500 APIMattias Wallin8-92/+390
2010-05-28mfd: Renamed ab3100.h to abx500.hLinus Walleij6-5/+5
2010-05-28gpio: Add TC35892 GPIO driverRabin Vincent3-0/+389
2010-05-28mfd: Add Toshiba's TC35892 MFD coreRabin Vincent4-0/+491
2010-05-28mfd: Delay to mask tsc irq in max8925Haojian Zhuang1-2/+5
2010-05-28mfd: Remove incorrect wm8350 kfreeRabin Vincent1-3/+1
2010-05-28mfd: Fix error in wm8400 reg cache access checkPhil Carmody1-2/+2
2010-05-28davinci: da850 TPS6507x touch screen driver board dataTodd Fischer1-0/+12
2010-05-28mfd: Ensure WM831x charger interrupts are acknowledged when suspendingMark Brown2-2/+50
2010-05-28mfd: Initialise WM831x IRQ masks on chip even if interrupts not in useMark Brown1-8/+8
2010-05-28input: Touchscreen driver for TPS6507xTodd Fischer6-0/+443
2010-05-28mfd: Add TPS6507x supportTodd Fischer5-79/+265
2010-05-28regulator: tps6057x namespace cleanupTodd Fischer1-85/+87
2010-05-28mfd: Add tps6507x board data structureTodd Fischer3-3/+29
2010-05-28mfd: Move TPS6507x register definition to header file.Todd Fischer2-59/+135
2010-05-28gpio: Update gfp/slab.h includes for rdc321xTejun Heo1-0/+1
2010-05-28mfd: Improve WM831x AUXADC completion handlingMark Brown1-17/+48
2010-05-28gpio: Add support for Janz VMOD-TTL Digital IO moduleIra W. Snyder3-0/+269
2010-05-28can: Add support for Janz VMOD-ICAN3 Intelligent CAN moduleIra W. Snyder3-0/+1841
2010-05-28mfd: Janz CMOD-IO PCI MODULbus Carrier Board supportIra W. Snyder4-0/+369
2010-05-28mfd: Proper pcf50633 irq checkDan Carpenter1-2/+2
2010-05-28mfd: Remove unused wm831x IRQ handler dataMark Brown1-2/+0
2010-05-28mfd: Add timb-dma to all configurations of timberdaleRichard Röjfors2-15/+96
2010-05-28mfd: Section cleanup of 88pm860x driverHenrik Kretzschmar2-5/+5
2010-05-28mfd: Check for mem_base when building IORESOURCE_MEM resourcesSamuel Ortiz1-1/+1
2010-05-28mfd: Off by one calculating size for timberdaleDan Carpenter1-1/+1
2010-05-28x86: remove rdc321x_defs.hFlorian Fainelli1-12/+0
2010-05-28watchdog: Convert rdc321x_wdt to use southbridge pci deviceFlorian Fainelli1-13/+40
2010-05-28gpio: Add support for RDC321x GPIO controllerFlorian Fainelli3-1/+255
2010-05-28mfd: Add support for the RDC321x southbridgeFlorian Fainelli4-1/+160
2010-05-28mfd: Fix dangling pointersWolfram Sang7-2/+10
2010-05-28mfd: Add in XIIC to some configurations of timberdaleRichard Röjfors1-0/+41
2010-05-28mfd: Check t7l66 platform_data pointerSamuel Ortiz1-0/+3
2010-05-27[IA64] Fix build breakageTony Luck2-0/+21
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds75-3147/+1847
2010-05-27DMAENGINE: DMA40 U8500 platform configurationLinus Walleij6-1/+283
2010-05-27posix_timer: Fix error path in timer_createAndrey Vagin1-7/+4
2010-05-27x86, cpufeature: Unbreak compile with gcc 3.xH. Peter Anvin1-0/+7
2010-05-27Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds18-120/+2750
2010-05-27Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds14-29/+691
2010-05-27Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-323/+1543
2010-05-27Merge branches 'misc' and 'qib' into for-nextRoland Dreier4-614/+200
2010-05-27IB/qib: Remove DCA support until feature is finishedRalph Campbell1-189/+0
2010-05-27hwmon: (lm75) Add support for the Texas Instruments TMP105Shubhrajyoti Datta2-1/+4
2010-05-27hwmon: (ltc4245) Read only one GPIO pinIra W. Snyder2-16/+6
2010-05-27hwmon: (dme1737) Add SCH5127 supportJuerg Haefliger2-113/+266
2010-05-27hwmon: (tmp102) Don't always stop chip at exitJean Delvare1-10/+28
2010-05-27hwmon: (tmp102) Fix suspend and resume functionsJean Delvare1-4/+12
2010-05-27hwmon: (tmp102) Various fixesJean Delvare3-42/+39
2010-05-27hwmon: Driver for TI TMP102 temperature sensorSteven King4-0/+335
2010-05-27hwmon: EMC1403 thermal sensor supportKalhan Trisal3-0/+355
2010-05-27hwmon: (applesmc) Add temperature sensor labels to sysfs interfaceAlex Murray1-1/+147
2010-05-27hwmon: (applesmc) Add generic support for MacBook Pro 7Henrik Rydberg1-0/+9
2010-05-27hwmon: (applesmc) Add generic support for MacBook Pro 6Bernhard Froemel1-0/+10
2010-05-27hwmon: (applesmc) Add support for MacBook Pro 5,3 and 5,4Henrik Rydberg1-0/+19
2010-05-27hwmon: (tmp401) Reorganize code to get rid of static forward declarationsAndre Prendel1-108/+97
2010-05-27hwmon: (tmp401) Use constants for sysfs file permissionsAndre Prendel1-22/+28
2010-05-27hwmon: (adm1031) Allow setting update rateJean Delvare1-2/+66
2010-05-27hwmon: Add description of the update_rate sysfs attributeIra W. Snyder1-3/+10