summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.Bernd Schubert2008-10-231-2/+1
| * | | | | | [SCSI] aic7xxx: Take the LED out of diagnostic mode on PM resumethomas schorpp2008-10-231-0/+7
| * | | | | | [SCSI] aic79xx: user visible misuse wrong SI units (not disk size!)Alan Cox2008-10-232-5/+5
| * | | | | | [SCSI] ipr: use memory_read_from_buffer()Akinobu Mita2008-10-231-11/+5
| * | | | | | [SCSI] aic79xx: fix shadowed variablesHarvey Harrison2008-10-231-4/+0
| * | | | | | [SCSI] aic79xx: fix shadowed variables, add staticsHarvey Harrison2008-10-231-9/+4
| * | | | | | [SCSI] aic7xxx: update *_shipped filesDenys Vlasenko2008-10-234-4197/+133
| * | | | | | [SCSI] aic7xxx: update .reg filesDenys Vlasenko2008-10-232-0/+309
| * | | | | | [SCSI] aic7xxx: introduce "dont_generate_debug_code" keyword in aicasm parserDenys Vlasenko2008-10-234-1/+16
| * | | | | | [SCSI] scsi_dh: Initialize path state to be passive when path is not ownedChandra Seetharaman2008-10-231-0/+3
| * | | | | | [SCSI] fix removable device inability to detect disk changesJames Bottomley2008-10-231-11/+10
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-2318-86/+92
|\ \ \ \ \ \ \
| * | | | | | | x86: fix section mismatch warning - apic_x2apic_physMarcin Slusarz2008-10-221-1/+1
| * | | | | | | x86: fix section mismatch warning - apic_x2apic_clusterMarcin Slusarz2008-10-221-1/+1
| * | | | | | | x86: fix section mismatch warning - apic_x2apic_uv_xMarcin Slusarz2008-10-221-1/+1
| * | | | | | | x86: fix section mismatch warning - apic_physflatMarcin Slusarz2008-10-221-1/+1
| * | | | | | | x86: fix section mismatch warning - apic_flatMarcin Slusarz2008-10-221-1/+1
| * | | | | | | x86: memtest fix use of reserve_early()Daniele Calore2008-10-221-4/+3
| * | | | | | | x86 syscall.h: fix argument orderRoland McGrath2008-10-221-52/+54
| * | | | | | | x86/tlb_uv: remove strange mc146818rtc includeJeremy Fitzhardinge2008-10-221-1/+1
| * | | | | | | x86: remove redundant KERN_DEBUG on pr_debugGustavo F. Padovan2008-10-222-2/+2
| * | | | | | | x86: do_boot_cpu - check if we have ESR registerCyrill Gorcunov2008-10-221-3/+5
| * | | | | | | x86: MAINTAINERS change for AMD microcode patch loaderPeter Oruba2008-10-221-2/+3
| * | | | | | | x86/proc: fix /proc/cpuinfo cpu offline bugLai Jiangshan2008-10-221-2/+4
| * | | | | | | x86: call dmi-quirks for HP Laptops after early-quirks are executedAndreas Herrmann2008-10-221-0/+8
| * | | | | | | x86, kexec: fix hang on i386 when panic occurs while console_sem is heldNeil Horman2008-10-221-1/+1
| * | | | | | | MCE: Don't run 32bit machine checks with interrupts onAndi Kleen2008-10-222-9/+1
| * | | | | | | x86: SB600: skip IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-10-221-3/+52
| * | | | | | | x86: make variables staticroel kluin2008-10-223-5/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Fix compile warning in kernel/params.cLinus Torvalds2008-10-231-1/+1
* | | | | | | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-2356-1141/+1263
|\ \ \ \ \ \ \
| * | | | | | | proc: remove fs/proc/proc_misc.cAlexey Dobriyan2008-10-234-68/+2
| * | | | | | | proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2008-10-233-8/+3
| * | | | | | | proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan2008-10-233-135/+148
| * | | | | | | proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2008-10-233-13/+13
| * | | | | | | proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-234-8/+9
| * | | | | | | proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-232-35/+41
| * | | | | | | proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan2008-10-233-19/+14
| * | | | | | | proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-15/+14
| * | | | | | | proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-14/+13
| * | | | | | | proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-15/+14
| * | | | | | | proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-19/+21
| * | | | | | | proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-233-31/+32
| * | | | | | | proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-234-32/+35
| * | | | | | | proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-232-31/+35
| * | | | | | | proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan2008-10-233-40/+54
| * | | | | | | proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan2008-10-233-134/+154
| * | | | | | | proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan2008-10-233-16/+21
| * | | | | | | proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan2008-10-233-14/+25
| * | | | | | | proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan2008-10-233-60/+71
OpenPOWER on IntegriCloud