summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-12Linux 2.6.26-rc6v2.6.26-rc6Linus Torvalds1-2/+2
2008-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-20/+15
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+27
2008-06-12x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-12x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum1-0/+1
2008-06-12x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells1-2/+2
2008-06-12x86: fix lockdep warning during suspend-to-ramPeter Zijlstra1-0/+1
2008-06-12x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar1-2/+1
2008-06-12Revert "x86: fix ioapic bug again"Ingo Molnar2-17/+4
2008-06-12x86: fix asm warning in head_32.SJoe Korty1-1/+1
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler1-0/+5
2008-06-12geode: fix modular buildIngo Molnar1-0/+2
2008-06-12block: disable IRQs until data is written to relay channelCarl Henrik Lunde1-6/+4
2008-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-5/+20
2008-06-12nommu: Correct kobjsize() page validity checks.Paul Mundt1-18/+3
2008-06-12fsl-diu-db: compile fixJeff Mahoney1-2/+2
2008-06-12Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-20/+40
2008-06-12kbuild: ignore powerpc specific symbols in modpostSam Ravnborg1-5/+20
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan1-2/+5
2008-06-12always_inline timespec_add_nsJeremy Fitzhardinge1-2/+5
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge2-14/+20
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge4-19/+30
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds4-13/+65
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-1/+2
2008-06-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds27-360/+435
2008-06-11USB: don't use reset-resume if drivers don't support itLinus Torvalds1-2/+44
2008-06-11USB: isp1760: Assign resource fields before adding hcdNate Case1-4/+4
2008-06-11isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett1-7/+16
2008-06-11USB: fix build bug in USB_ISIGHTFWIngo Molnar1-0/+1
2008-06-11kobject: Documentation Spelling PatchDavid Brigada1-1/+1
2008-06-11dev_set_name: fix missing kernel-docRandy Dunlap1-0/+1
2008-06-11ACPICA: fix stray va_end() caused by mis-mergeLen Brown1-1/+1
2008-06-11ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven1-2/+9
2008-06-11ACPICA: Fix for access to deleted object <regression>Bob Moore1-2/+2
2008-06-11ACPICA: Fix to make _SST method optionalBob Moore1-3/+5
2008-06-11ACPICA: Fix for Load operator, load table at the namespace rootBob Moore1-2/+8
2008-06-11ACPICA: Ignore ACPI table signature for Load() operatorBob Moore1-18/+7
2008-06-11ACPICA: Fix to allow zero-length ASL field declarationsBob Moore1-4/+1
2008-06-11ACPI: use memory_read_from_buffer()Akinobu Mita1-13/+2
2008-06-11bay: exit if notify handler cannot be installedHolger Macht1-6/+10
2008-06-11dock.c remove trailing printk whitespaceTim Pepper1-1/+1
2008-06-11proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk2-1/+1
2008-06-11ACPI: handle invalid ACPI SLIT tableFenghua Yu3-33/+34
2008-06-11PNPACPI: use _CRS IRQ descriptor length for _SRSBjorn Helgaas1-2/+7
2008-06-11pnpacpi: fix shareable IRQ encode/decodeBjorn Helgaas1-14/+13
2008-06-11pnpacpi: fix IRQ flag decodingBjorn Helgaas2-7/+15
2008-06-11MAINTAINERS: update ACPI homepageAdrian Bunk1-5/+5
2008-06-11ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning messageAlistair John Strachan1-1/+1
2008-06-11ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy1-1/+1
2008-06-11thinkpad-acpi: fix LED handling on older ThinkPadsHenrique de Moraes Holschuh1-27/+28
2008-06-11thinkpad-acpi: fix initialization error pathsHenrique de Moraes Holschuh1-207/+230
2008-06-11thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL renameHenrique de Moraes Holschuh2-3/+3
2008-06-11cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi3-11/+43
2008-06-11ACPI: Disable Fixed_RTC event when installing RTC handlerZhao Yakui2-0/+12
2008-06-11Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-79/+106
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds11-130/+172
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds47-366/+361
2008-06-11smc91x: fix build error from the SMC_GET_MAC_ADDR API changeBryan Wu1-4/+4
2008-06-10Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller16-189/+151
2008-06-10net: Fix routing tables with id > 255 for legacy softwareKrzysztof Piotr Oledzki2-1/+5
2008-06-10sky2: Hold RTNL while calling dev_close()Ben Hutchings1-0/+2
2008-06-10s2io iomem annotationsAl Viro1-4/+6
2008-06-10atl1: fix suspend regressionJay Cliburn1-17/+0
2008-06-10qeth: start dev queue after tx drop errorFrank Blaschka2-0/+2
2008-06-10qeth: Prepare-function to call s390dbf was wrongPeter Tiedemann1-3/+5
2008-06-10qeth: reduce number of kernel messagesFrank Blaschka6-131/+42
2008-06-10qeth: Use ccw_device_get_id().Cornelia Huck2-15/+7
2008-06-10qeth: layer 3 Oops in ip event handlerFrank Blaschka1-1/+1
2008-06-10virtio: use callback on empty in virtio_netRusty Russell1-5/+17
2008-06-10virtio: virtio_net free transmit skbs in a timerMark McLoughlin1-2/+26
2008-06-10virtio: Fix typo in virtio_net_hdr commentsMark McLoughlin1-1/+1
2008-06-10virtio_net: Fix skb->csum_start computationMark McLoughlin1-3/+5
2008-06-10ehea: set mac address fixJan-Bernd Themann1-6/+10
2008-06-10sfc: Recover from RX queue flush failureSteve Hodgson1-1/+3
2008-06-10add missing lance_* exportsAdrian Bunk1-1/+5
2008-06-10ixgbe: fix typoJeff Kirsher1-2/+2
2008-06-10forcedeth: msi interruptsAyaz Abdulla1-0/+20
2008-06-10[CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledSteve French1-11/+10
2008-06-10ipsec: pfkey should ignore events when no listenersJamal Hadi Salim1-0/+3
2008-06-10[CIFS] Fix hang in mount when negprot causes server to kill tcp sessionSteve French2-0/+6
2008-06-10pppoe: Unshare skb before anything elseHerbert Xu1-3/+3
2008-06-10net pppoe: Check packet length on all receive pathsHerbert Xu1-14/+17
2008-06-10isdn: use simple_read_from_buffer()Akinobu Mita1-21/+8
2008-06-10isdn divas: fix proc creationAlexey Dobriyan2-3/+2
2008-06-10drivers/atm/eni.h: remove unused macro KERNEL_OFFSETPradeep Singh Rautela1-1/+0
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo8-9/+16
2008-06-10ipv4: Remove unused declaration from include/net/tcp.h.Rami Rosen1-1/+0
2008-06-10l2tp: Fix potential memory corruption in pppol2tp_recvmsg()James Chapman1-8/+12
2008-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds19-32/+45
2008-06-10fix BLK_DEV_HD_ONLY on ARM dependenciesAdrian Bunk1-0/+1
2008-06-10ide: export ide_doublerAdrian Bunk1-0/+4
2008-06-10palm_bk3710: add warm-plug supportBartlomiej Zolnierkiewicz1-3/+0
2008-06-10delkin_cb: add missing __init/__exit tagsBartlomiej Zolnierkiewicz1-4/+2
2008-06-10delkin_cb: add warm-plug supportBartlomiej Zolnierkiewicz1-4/+0
2008-06-10delkin_cb: use struct ide_port_infoBartlomiej Zolnierkiewicz1-8/+7
2008-06-10delkin_cb: set proper hwif->gendev.parent valueBartlomiej Zolnierkiewicz1-1/+2
2008-06-10ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz11-0/+20
2008-06-10ide-generic: add missing hwif->chipset setupBartlomiej Zolnierkiewicz1-0/+1
2008-06-10sis5513: add missing pci_enable_device() callBartlomiej Zolnierkiewicz1-0/+5
2008-06-10MAINTAINERS: remove SIS 5513 IDE entryAdrian Bunk1-7/+0
2008-06-10ide: remove the ide_etrax100 chipset typeAdrian Bunk3-5/+3
2008-06-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds8-19/+23
2008-06-10shm: Remove silly double assignmentNeil Horman1-2/+0
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2-4/+15
2008-06-10[S390] tape_3590.c: introduce missing kfreeJulia Lawall1-1/+1
2008-06-10[S390] Fix __ctl_load/__ctl_store inline assembly constraintsMartin Schwidefsky1-4/+4
2008-06-10[S390] Fix build failure in __cpu_up()Segher Boessenkool1-1/+1
2008-06-10[S390] vt220 console, initialize list head before useCarsten Otte1-0/+1
2008-06-10[S390] cio: Fix inverted isc priorities.Cornelia Huck1-9/+11
2008-06-10[S390] vmemmap: fix off-by-one bug.Heiko Carstens1-1/+1
2008-06-10[S390] cio: Fix sparse warnings in blacklist.c.Cornelia Huck1-3/+3
2008-06-10[S390] sparsemem: use SPARSEMEM_STATIC if !64BIT.Heiko Carstens1-0/+1
2008-06-09MAINTAINERS: update PPPoE maintainer addressChris Wright1-1/+1
2008-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-4/+2
2008-06-09Merge git://git.infradead.org/users/cbou/battery-2.6.26Linus Torvalds1-1/+1
2008-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds13-74/+57
2008-06-09ipv6 netns: init net is used to set bindv6only for new sockPavel Emelyanov1-1/+1
2008-06-09irda: net/irda build fix: mcs7780Ingo Molnar1-0/+1
2008-06-09tg3: Update version to 3.92.1Matt Carlson1-2/+2
2008-06-09tg3: Fix 5761 WOLMatt Carlson1-0/+24
2008-06-09tg3: Fix a flags typoMatt Carlson1-1/+1
2008-06-09tg3: Fix 5714S / 5715S / 5780S link failuresMatt Carlson1-2/+1
2008-06-10power_supply: Fix race in power_supply_ueventDmitry Baryshkov1-1/+1
2008-06-09iwlwifi: fix oops in iwl3945_led_brightness_setMarcin Slusarz1-2/+3
2008-06-09include/linux/ssb/ssb_driver_gige.h typo fixAdrian Bunk1-1/+1
2008-06-09mac80211: Checking IBSS support while changing channel in ad-hoc modeAssaf Krauss3-12/+16
2008-06-09mac80211: decrease IBSS creation latencyDan Williams1-1/+1
2008-06-09zd1211rw: Fix data padding for QoSMichael Buesch1-1/+1
2008-06-09mac80211: Fixing slow IBSS rejoinAssaf Krauss1-0/+1
2008-06-09libertas: fix sleep confirmationHolger Schurig2-2/+5
2008-06-09mac80211: send association event on IBSS createDan Williams1-0/+5
2008-06-09ipw2200: queue direct scansDan Williams2-95/+87
2008-06-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-1/+1
2008-06-09[CPUFREQ] Fix format string bug.Chris Wright1-1/+1
2008-06-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+1
2008-06-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds6-15/+16
2008-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.26Linus Torvalds4-8/+52
2008-06-09mm: Minor clean-up of page flags in mm/page_alloc.cRuss Anderson2-31/+27
2008-06-09Fix invalid access errors in blk_lookup_devtLinus Torvalds1-0/+2
2008-06-09IB/core: Remove IB_DEVICE_SEND_W_INV capability flagRoland Dreier2-3/+1
2008-06-09[ALSA] hda - Fix "alc262_sony_unsol[]" hda_verb arrayAkio Idehara1-0/+1
2008-06-09sh: Add -mno-fdpic to default flags.Paul Mundt1-0/+2
2008-06-09sh: add resource of USB host for SH7723Yoshihiro Shimoda1-0/+26
2008-06-09usb: r8a66597-hcd: Add support for SH7723 USB hostYoshihiro Shimoda1-4/+4
2008-06-09sh: Fix compile error SH7763 setup codeNobuhiro Iwamatsu1-4/+5
2008-06-09sh: Add SH7723 SCIF supportYusuke.Goda1-0/+15
2008-06-09[POWERPC] ehea: Remove dependency on MEMORY_HOTPLUGNathan Lynch1-1/+1
2008-06-09[POWERPC] Make walk_memory_resource available with MEMORY_HOTPLUG=nNathan Lynch2-10/+9
2008-06-09[POWERPC] Use dev_set_name in pci_64.cStephen Rothwell1-1/+1
2008-06-09[POWERPC] Fix incorrect enabling of VMX when building signal or user contextBenjamin Herrenschmidt1-1/+3
2008-06-09[POWERPC] boot/Makefile CONFIG_ variable fixesAdrian Bunk1-2/+2
2008-06-08fat_valid_media() isn't for userspaceAdrian Bunk1-6/+6
2008-06-07Blackfin serial driver: fix up tty core set_ldisc API change breakage bugGraf Yang1-5/+5
2008-06-07Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFINMike Frysinger6-39/+14
2008-06-06IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier1-1/+1
2008-06-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds8-25/+121
2008-06-06KVM: MMU: Fix is_empty_shadow_page() checkAvi Kivity1-1/+1
2008-06-06uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov2-13/+3
2008-06-06KVM: MMU: Fix printk() format stringAvi Kivity1-1/+1
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds6-13/+21
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds5-10/+18
2008-06-06KVM: IOAPIC: only set remote_irr if interrupt was injectedMarcelo Tosatti1-10/+11
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-7/+8
2008-06-06KVM: MMU: reschedule during shadow teardownAvi Kivity1-0/+1
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds4-48/+95
2008-06-06Merge git://git.infradead.org/~dwmw2/mtd-2.6.26Linus Torvalds1-1/+3
2008-06-06ipwireless: Fix blocked sendingDavid Sterba1-8/+12
2008-06-06KVM: VMX: Clear CR4.VMXE in hardware_disableEli Collins1-0/+1
2008-06-06vm: add kzalloc_node() inlineJeff Layton1-0/+11
2008-06-06pagemap: add documentation for pagemapThomas Tuttle1-0/+77
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle1-2/+2
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle1-1/+1
2008-06-06hdaps: fix module loading on Thinkpad T61PTim Gardner1-0/+1
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-06-06rtc: class driver for ppc_md RTC functionsDavid Woodhouse3-0/+78
2008-06-06asm-m32r/uaccess.h must #include <asm/setup.h>Adrian Bunk1-1/+1
2008-06-06ext3: fix online resize bugJosef Bacik1-1/+2
2008-06-06nommu: fix ksize() abusePekka Enberg2-5/+5
2008-06-06doc: document the kernel-doc conventions for kernel hackersPaul Jackson1-0/+99
2008-06-06fbdev: export symbol fb_mode_optionGeoff Levand1-0/+1
2008-06-06MAINTAINERS: reiserfs entry is out of dateAlan Cox1-3/+0
2008-06-06v850: fix typo in header guardVegard Nossum1-1/+1
2008-06-06h8300: fix typo in header guardVegard Nossum1-1/+1
2008-06-06atmel_serial: filter out FP during baud rate detectionHaavard Skinnemoen1-1/+1
2008-06-06vt: fix vc_resize lockingNick Piggin1-5/+8
2008-06-06ipc: only output msgmni value at boot timeNadia Derbey1-7/+6
2008-06-06ipc: restore MSGPOOL original valueNadia Derbey1-2/+2
2008-06-06vt: fix background color on line feed, DEC invertJan Engelhardt1-1/+1
2008-06-06cpufreq: fix null object access on Transmeta CPUCHIKAMA masaki1-2/+2
2008-06-06fbcon: fix wrong vmode bits copied on console switchKrzysztof Helt1-3/+1
2008-06-06keys: remove unused key_alloc_semDaniel Walker1-1/+0
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan1-3/+7
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle1-19/+9
2008-06-06devscgroup: make white list more compact in some casesPavel Emelyanov1-2/+16
2008-06-06devscgroup: check for device permissions at mount timePavel Emelyanov1-1/+7
2008-06-06devscgroup: relax task to dev_cgroup conversionPavel Emelyanov1-6/+4
2008-06-06devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupPavel Emelyanov1-2/+6
2008-06-06introduce memory_read_from_buffer()Akinobu Mita2-1/+22
2008-06-06lib: export bitrev16Harvey Harrison2-1/+3