summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-16Linux 2.6.29-rc2v2.6.29-rc2Linus Torvalds1-1/+1
2009-01-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds17-212/+858
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+5
2009-01-16ACPI PCI hotplug: harden against panic regressionJames Bottomley1-0/+2
2009-01-16Merge branch 'misc' into releaseLen Brown12-10/+23
2009-01-16Merge branch 'thinkpad-acpi' into releaseLen Brown3-155/+791
2009-01-16Merge branches 'bugzilla-11884' and 'bugzilla-8544' into releaseLen Brown2-47/+42
2009-01-16ACPI: rename main.c to sleep.cLen Brown2-1/+1
2009-01-16dell-laptop: move to drivers/platform/x86/ from drivers/misc/Len Brown4-2/+14
2009-01-16eeepc-laptop: enable Bluetooth ACPI detailsJonathan McDowell1-2/+2
2009-01-16ACPI: fix ACPI_FADT_S4_RTC_WAKE commentDavid Brownell1-1/+1
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu3-3/+3
2009-01-16PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki1-1/+2
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui1-4/+12
2009-01-16netxen: include ipv6.h (fixes build failure)Dhananjay Phadke1-0/+1
2009-01-16ACPI: EC: Don't trust ECDT tables from ASUSAlexey Starikovskiy1-44/+30
2009-01-16netxen: avoid invalid iounmapDhananjay Phadke1-2/+4
2009-01-16ACPI: EC: Limit workaround for ASUS notebooks even moreAlexey Starikovskiy1-1/+2
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds3-7/+11
2009-01-16Btrfs: fix ioctl arg size (userland incompatible change!)Chris Mason2-7/+10
2009-01-16Btrfs: Clear the device->running_pending flag before bailing on congestionChris Mason1-0/+1
2009-01-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds24-168/+196
2009-01-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-79/+1065
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds24-95/+318
2009-01-16Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds10-69/+406
2009-01-16Revert "PCI PM: Register power state of devices during initialization"Linus Torvalds1-6/+2
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1
2009-01-16drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha buildAndrew Morton1-14/+14
2009-01-16libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney3-0/+975
2009-01-16libata: Add another column to the ata_timing table.David Daney2-38/+43
2009-01-16sata_via: Add VT8261 supportJosephChan@via.com.tw1-0/+2
2009-01-16pata_atiixp: update port enabledness test handlingTejun Heo1-19/+13
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik5-7/+17
2009-01-16drm/i915: lock correct mutex around object unreference.Dave Airlie1-6/+11
2009-01-16drm/i915: add support for physical memory objectsDave Airlie4-13/+233
2009-01-16drm/i915: make LVDS fixed mode a preferred modeJesse Barnes1-0/+7
2009-01-16drm: handle depth & bpp changes correctlyJesse Barnes2-15/+35
2009-01-16drm: initial KMS config fixesJesse Barnes3-36/+95
2009-01-16serial: Add 16850 uart type support to OF uart driverMatthias Fuchs1-0/+1
2009-01-16hvc_console: Remove tty->low_latencyHendrik Brueckner1-2/+0
2009-01-16powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling1-0/+5
2009-01-16powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp1-1/+10
2009-01-16powerpc/ps3: printing fixups for l64 to ll64 conversion drivers/videoStephen Rothwell1-2/+2
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/scsiStephen Rothwell1-3/+3
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/ps3Stephen Rothwell3-19/+19
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion sound/ppcStephen Rothwell1-2/+2
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/charStephen Rothwell1-9/+9
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/blockStephen Rothwell1-9/+9
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpcStephen Rothwell7-42/+42
2009-01-16powerpc/ps3: ps3_repository_read_mm_info() takes u64 * argumentsStephen Rothwell1-9/+8
2009-01-16powerpc/ps3: clear_bit()/set_bit() operate on unsigned longsStephen Rothwell1-1/+3
2009-01-16powerpc/ps3: The lv1_ routines have u64 parametersStephen Rothwell5-37/+49
2009-01-16powerpc/ps3: Use dma_addr_t down through the stackStephen Rothwell3-21/+23
2009-01-16powerpc/ps3: set_dabr() takes an unsigned longStephen Rothwell1-1/+1
2009-01-16powerpc: Cleanup from l64 to ll64 change drivers/scsiStephen Rothwell2-10/+10
2009-01-15Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-13/+37
2009-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-11/+0
2009-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds76-658/+942
2009-01-15Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds6-15/+1384
2009-01-159p: disallow RDMA if RDMA CM isn't availableRoland Dreier1-1/+1
2009-01-15ext2: also update the inode on disk when dir is IS_DIRSYNCJan Kara1-2/+5
2009-01-15drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y buildDavid Brownell1-1/+1
2009-01-15include of <linux/types.h> is preferred over <asm/types.h>Jaswinder Singh Rajput15-16/+13
2009-01-15memcg: fix a race when setting memory.swappinessLi Zefan1-1/+9
2009-01-15memcg: fix section mismatchLi Zefan1-1/+1
2009-01-15hp_accel: do not call ACPI from invalid contextPavel Machek1-19/+49
2009-01-15lis3: fix documentation to fit into 80 columnsPavel Machek1-13/+17
2009-01-15lis3lv02d: merge with leds hp diskEric Piel5-150/+52
2009-01-15lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheAndrew Morton1-8/+2
2009-01-15alpha: make pte_alloc_one_kernel() inlineIvan Kokshaysky2-8/+6
2009-01-15alpha: .gitignore vmlinux.ldsIvan Kokshaysky1-0/+1
2009-01-15alpha: fix RTC on marvelIvan Kokshaysky9-17/+98
2009-01-15alpha: nautilus - fix hang on bootIvan Kokshaysky1-0/+4
2009-01-15alpha: nautilus - fix compile failure with gcc-4.3Ivan Kokshaysky1-0/+2
2009-01-15revert "mm: vmalloc use mutex for purge"Andrew Morton1-5/+4
2009-01-15memcg: make oom less frequentlyDaisuke Nishimura1-4/+6
2009-01-15memcg: fix hierarchical reclaimDaisuke Nishimura1-32/+36
2009-01-15memcg: fix error path of mem_cgroup_move_parentDaisuke Nishimura1-8/+15
2009-01-15memcg: fix mem_cgroup_get_reclaim_stat_from_pageDaisuke Nishimura1-1/+16
2009-01-15hwmon: applesmc: fix light sensor readings on newer MacBooksAlex Murray1-0/+5
2009-01-15checkpatch: version: 0.27Andy Whitcroft1-1/+1
2009-01-15checkpatch: struct seq_operations should normally be constAndy Whitcroft1-3/+4
2009-01-15checkpatch: if should not continue a preceeding braceAndy Whitcroft1-0/+5
2009-01-15checkpatch: allow parentheses on return handle array valuesAndy Whitcroft1-1/+5
2009-01-15checkpatch: type/cast spacing should not check prefix spacingAndy Whitcroft1-2/+2
2009-01-15checkpatch: handle missing #if open in contextAndy Whitcroft1-1/+3
2009-01-15nbd: do not allow two clients at the same timePavel Machek1-0/+4
2009-01-15btrfs & squashfs: Move btrfs and squashfsto's magic number to <linux/magic.h>Qinghuang Feng4-2/+4
2009-01-15MAINTAINERS: add entry for freezerPavel Machek1-0/+8
2009-01-15resources: fix parameter name and kernel-docRandy Dunlap2-1/+3
2009-01-15jbd: fix missing kernel-docRandy Dunlap1-0/+2
2009-01-15Documentation/accounting/getdelays.c: fix endless loopMarcus Meissner1-0/+4
2009-01-15idr: fix wrong kernel-docLi Zefan1-2/+2
2009-01-15cgroups: consolidate cgroup documentsLi Zefan11-11/+11
2009-01-15cgroups: clean up KconfigLi Zefan1-28/+28
2009-01-15synclink_gt: enable RI interruptPaul Fulghum1-10/+6
2009-01-15sgi-xp: eliminate false detection of no heartbeatDean Nelson1-1/+1
2009-01-15rtc: rtc-twl4030 don't mask alarm interrupts on shutdownMatti Halme1-2/+3
2009-01-15rtc-pxa: fix build failureAntonio Ospite1-0/+2
2009-01-15rtc: tw4030 add alarm/update interfacesAlessandro Zummo1-34/+10
2009-01-15sysrq: add commentary on why we use the console loglevel over using KERN_EMERGAndy Whitcroft1-0/+6
2009-01-15sysrq documentation: document why the command header only is shownAndy Whitcroft1-0/+18
2009-01-15sysrq documentation: remove the redundant updated dateAndy Whitcroft1-1/+0
2009-01-15edac: add MAINTAINERS entry for i5400 EDAC driverMauro Carvalho Chehab1-0/+7
2009-01-15alpha: fix vmalloc breakageIvan Kokshaysky1-0/+11
2009-01-15video/framebuffer: fix bug: jpegview cannot work on framebuffer device other ...Michael Hennerich2-2/+28
2009-01-15gpio: fix probe() error return in gpio driver probesBen Dooks5-12/+24
2009-01-15atmel_spi: allow transfer when max_speed_hz = 0Stanislaw Gruszka1-2/+1
2009-01-15atmel_serial: fix flow control bugItai Levi1-1/+1
2009-01-15Update of Documentation: vm.txt and proc.txtPeter W Morreale2-470/+437
2009-01-15Revert "x86 PAT: remove CPA WARN_ON for zero pte"Linus Torvalds2-38/+17
2009-01-15b44: GFP_DMA skb should not escape from driverEric Dumazet2-2/+4
2009-01-15hwmon: (abituguru3) Fix CONFIG_DMI=n fallback to probeAlistair John Strachan1-1/+1
2009-01-15hwmon: (abituguru3) Enable DMI probing feature on IN9 32X MAXAlistair John Strachan1-1/+1
2009-01-15hwmon: (abituguru3) Match partial DMI board name stringsAlistair John Strachan1-4/+16
2009-01-15hwmon: Add a driver for the ADT7475 hardware monitoring chipJordan Crouse4-0/+1320
2009-01-15hwmon: (k8temp) Fix temperature reporting for (most) K8 RevG CPUsAndreas Herrmann1-2/+15
2009-01-15hwmon: (k8temp) Fix wrong sensor selection for AMD K8 RevF/RevG CPUsAndreas Herrmann1-0/+9
2009-01-15hwmon: (k8temp) Warn about fam F rev F errataAndreas Herrmann1-7/+22
2009-01-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds12-9/+67
2009-01-15CREDITS address update for dwmw2.David Woodhouse1-7/+4
2009-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-39/+229
2009-01-15hso serial throttled tty kref fix.Denis Joseph Barrow1-1/+3
2009-01-15tty: Fix double grabbing of a spinlockDenis Joseph Barrow1-2/+1
2009-01-15tty: Fix a kref leak in the HSO driver on re-openAlan Cox1-0/+1
2009-01-15ftdi_sio: fix kref leakJim Paris1-1/+1
2009-01-15When a break signal is detected, the next character should be ignored.Mischa Jonker1-11/+12
2009-01-15serial: Add SupraExpress 336i PnP Voice ModemDaniel Gagnon1-0/+2
2009-01-158250_pci: add support for netmos 9835 IBM devicesJiri Slaby1-0/+8
2009-01-15tty: Fix race in the flush for some ldiscsAlan Cox1-1/+1
2009-01-15sched: sched_slice() fixletLin Ming1-1/+4
2009-01-15ACPI: thinkpad-acpi: bump up version to 0.22Henrique de Moraes Holschuh2-4/+4
2009-01-15ACPI: thinkpad-acpi: handle HKEY event 6030Henrique de Moraes Holschuh1-0/+6
2009-01-15ACPI: thinkpad-acpi: clean-up fan subdriver quirkHenrique de Moraes Holschuh1-51/+58
2009-01-15ACPI: thinkpad-acpi: start the event hunt seasonHenrique de Moraes Holschuh1-0/+3
2009-01-15ACPI: thinkpad-acpi: handle HKEY thermal and battery alarmsHenrique de Moraes Holschuh1-4/+59
2009-01-15[IA64] SN specific version of dma_get_required_mask()John Keller7-5/+49
2009-01-15[IA64] generic_defconfig: Enable SATA_VITESSEBrent Casavant1-1/+1
2009-01-15ACPI: thinkpad-acpi: clean up hotkey_notify()Henrique de Moraes Holschuh1-65/+109
2009-01-15ACPI: thinkpad-acpi: use killable instead of interruptible mutexesHenrique de Moraes Holschuh1-13/+13
2009-01-15[IA64] dump stack on kernel unaligned warningsDoug Chapman2-1/+14
2009-01-15ACPI: thinkpad-acpi: add UWB radio supportHenrique de Moraes Holschuh2-1/+223
2009-01-15ACPI: thinkpad-acpi: preserve radio state across shutdownHenrique de Moraes Holschuh1-4/+55
2009-01-15ACPI: thinkpad-acpi: resume with radios disabledHenrique de Moraes Holschuh1-10/+56
2009-01-15ACPI: thinkpad-acpi: debug facility to emulate the rf switchesHenrique de Moraes Holschuh2-0/+201
2009-01-15[IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCKTony Luck1-0/+1
2009-01-15ACPI: thinkpad-acpi: struct device - replace bus_id with dev_name(), dev_set_...Kay Sievers1-4/+4
2009-01-15ACPI: thinkpad-acpi: update documents for the new locationHenrique de Moraes Holschuh1-1/+2
2009-01-15[IA64] Update to use account_{steal,idle}_ticksIsaku Yamahata1-2/+2
2009-01-15korina: do not use IRQF_SHARED with IRQF_DISABLEDPhil Sutter1-4/+4
2009-01-15korina: do not stop queue herePhil Sutter1-1/+0
2009-01-15korina: fix handling tx_chain_tailPhil Sutter1-11/+11
2009-01-15korina: do tx at the right positionPhil Sutter1-4/+4
2009-01-15korina: do schedule napi after testing for itPhil Sutter1-1/+1
2009-01-15korina: rework korina_rx() for use with napiPhil Sutter1-56/+53
2009-01-15korina: disable napi on close and restartPhil Sutter1-0/+4
2009-01-15korina: reset resource buffer size to 1536Phil Sutter1-1/+4
2009-01-15korina: fix usage of driver_dataPhil Sutter1-1/+0
2009-01-15bnx2x: First slow path interrupt raceEilon Greenstein1-9/+9
2009-01-15bnx2x: MTU FilterEilon Greenstein1-1/+1
2009-01-15bnx2x: Indirection table initialization indexEilon Greenstein1-5/+4
2009-01-15bnx2x: Missing bracketsEilon Greenstein1-1/+1
2009-01-15bnx2x: Fixing the doorbell sizeEilon Greenstein1-1/+1
2009-01-15bnx2x: Endianness issuesEilon Greenstein1-5/+6
2009-01-15bnx2x: VLAN tagged packets without VLAN offloadEilon Greenstein2-14/+40
2009-01-15bnx2x: Protecting the link change indicationEilon Greenstein1-3/+5
2009-01-15bnx2x: Flow control updated before reporting the linkEilon Greenstein1-1/+2
2009-01-15bnx2x: Missing mask when calculating flow controlEilon Greenstein1-1/+2
2009-01-15bnx2x: Using system page size for SGEEilon Greenstein2-16/+19
2009-01-15bnx2x: Missing memory barriersEilon Greenstein1-2/+26
2009-01-15bnx2x: Using singlethread work queueEilon Greenstein2-6/+16
2009-01-15Merge branch 'topic/hda' into for-linusTakashi Iwai1-1/+1
2009-01-15ALSA: hda - Fix invalid amp value for STAC925xTakashi Iwai1-1/+1
2009-01-15Merge branch 'topic/virtuoso-fix' into for-linusTakashi Iwai1-4/+13
2009-01-15Merge branch 'topic/usb-fix' into for-linusTakashi Iwai1-0/+8
2009-01-15Merge branch 'topic/hda' into for-linusTakashi Iwai6-34/+206
2009-01-15ASoC: Fix the power update function for snd_soc_dapm_value_muxPeter Ujfalusi1-1/+2
2009-01-15sched: fix update_min_vruntimePeter Zijlstra1-1/+1
2009-01-15sched: SCHED_OTHER vs SCHED_IDLE isolationPeter Zijlstra1-8/+22
2009-01-15sched: SCHED_IDLE weight changePeter Zijlstra1-2/+2
2009-01-15sched: fix bandwidth validation for UID groupingPeter Zijlstra1-0/+7
2009-01-15sound: virtuoso: do not overwrite EEPROM on Xonar D2/D2XClemens Ladisch1-4/+13
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-14ax88796: start_xmit fix using net_device_opsMagnus Damm1-6/+21
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt4-1/+47
2009-01-14drivers/net/irda/irda-usb.c: fix buffer overflowJos-Vicente Gilabert1-1/+1
2009-01-14netxen: handle dma mapping failuresDhananjay Phadke3-40/+67
2009-01-14netxen: hold tx lock while sending firmware commandsDhananjay Phadke1-0/+4
2009-01-14netxen: cleanup mac list on driver unloadDhananjay Phadke3-0/+17
2009-01-14netxen: firmware init fixDhananjay Phadke3-37/+51
2009-01-14netxen: fix link speed reporting for some boardsDhananjay Phadke4-18/+58
2009-01-14netxen: fix ipv6 offload and tx cleanupDhananjay Phadke3-91/+57
2009-01-14netxen: fix endianness in firmware commandsDhananjay Phadke4-97/+95
2009-01-14sis900: generate fake MAC address if the hardware doesn't have oneDaniele Venzano1-4/+4
2009-01-14powerpc/fs_enet: Add missing irq free in error path.Mike Ditto1-0/+1
2009-01-14gso: Ensure that the packet is long enoughHerbert Xu1-6/+7
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu2-6/+6
2009-01-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds61-244/+423
2009-01-14Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds108-659/+810
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison42-49/+2