summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-1626-68/+144
|\
| *-------. Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-1526-68/+144
| |\ \ \ \ \
| | | | | | * do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() failsOleg Nesterov2008-10-141-7/+8
| | | | | * | printk: robustify printk, update commentJiri Kosina2008-08-201-3/+0
| | | | | * | printk: robustify printk, fix #2Peter Zijlstra2008-08-201-1/+1
| | | | | * | printk: robustify printk, fixIngo Molnar2008-08-111-4/+3
| | | | | * | printk: robustify printkPeter Zijlstra2008-08-114-3/+23
| | | | * | | x86, pci-hotplug, calgary / rio: fix EBDA ioremap()Ingo Molnar2008-09-261-1/+1
| | | | * | | IO resources, x86: ioremap sanity check to catch mapping requests exceeding, fixIngo Molnar2008-09-261-5/+9
| | | | * | | IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...Suresh Siddha2008-09-263-0/+40
| | | | * | | dmi scan: warn about too early calls to dmi_check_system()Ingo Molnar2008-09-181-6/+16
| | | | * | | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-146-26/+13
| | | | * | | generic: make PFN_PHYS explicitly return phys_addr_tJeremy Fitzhardinge2008-09-143-5/+9
| | | | * | | generic: add phys_addr_t for holding physical addressesJeremy Fitzhardinge2008-09-147-10/+15
| | | | * | | Merge commit 'v2.6.27-rc6' into core/resourcesIngo Molnar2008-09-14303-4077/+5277
| | | | |\ \ \
| | | | * | | | IO resources: fix/remove printkIngo Molnar2008-09-041-5/+1
| | | * | | | | softirq, warning fix: correct a format to avoid a warningFrederic Weisbecker2008-10-031-1/+1
| | | * | | | | softirqs, debug: preemption checkThomas Gleixner2008-10-021-0/+11
| | | * | | | | softirq: allocate less vectorsAlexey Dobriyan2008-09-062-1/+3
| | * | | | | | softlockup: Documentation/sysctl/kernel.txt: fix softlockup_thresh descriptionAndrew Morton2008-09-191-3/+4
* | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-162-29/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: fix compat-vdsoSuresh Siddha2008-10-151-1/+6
| * | | | | | | | x86/mm: unify init task OOM handlingIngo Molnar2008-10-131-9/+6
| * | | | | | | | x86/mm: do not trigger a kernel warning if user-space disables interrupts and...Linus Torvalds2008-10-131-19/+11
* | | | | | | | | FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-10-161-2/+0
* | | | | | | | | FRV: Switch unaligned access to the packed-struct implementationHarvey Harrison2008-10-161-1/+1
* | | | | | | | | FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells2008-10-162-5/+29
* | | | | | | | | frv: use generic pci_enable_resources()Bjorn Helgaas2008-10-163-34/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-10-1617-588/+470
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | firewire: Add more documentation to firewire-cdev.hJay Fenlason2008-10-151-2/+7
| * | | | | | | | | firewire: fix ioctl() return codeStefan Richter2008-10-151-1/+1
| * | | | | | | | | firewire: fix setting tag and sy in iso transmissionStefan Richter2008-10-151-2/+2
| * | | | | | | | | firewire: fw-sbp2: fix another small generation access bugStefan Richter2008-10-151-2/+5
| * | | | | | | | | firewire: fw-sbp2: enforce s/g segment size limitStefan Richter2008-10-151-36/+27
| * | | | | | | | | firewire: fw_send_request_sync()Jay Fenlason2008-10-155-114/+82
| * | | | | | | | | ieee1394: survive a few seconds connection lossStefan Richter2008-10-152-98/+51
| * | | | | | | | | ieee1394: nodemgr clean up class iteratorsStefan Richter2008-10-151-97/+81
| * | | | | | | | | ieee1394: dv1394, video1394: remove unnecessary expressionsStefan Richter2008-10-152-5/+5
| * | | | | | | | | ieee1394: raw1394: make write() thread-safeStefan Richter2008-10-151-0/+4
| * | | | | | | | | ieee1394: raw1394: narrow down the state_mutex protected regionStefan Richter2008-10-151-101/+110
| * | | | | | | | | ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread...Stefan Richter2008-10-152-6/+18
| * | | | | | | | | ieee1394: sbp2: enforce s/g segment size limitStefan Richter2008-10-152-92/+39
| * | | | | | | | | ieee1394: sbp2: check for DMA mapping failuresStefan Richter2008-10-151-35/+59
| * | | | | | | | | ieee1394: sbp2: stricter dma_syncStefan Richter2008-10-151-34/+16
| * | | | | | | | | ieee1394: Use DIV_ROUND_UPJulia Lawall2008-10-152-2/+2
* | | | | | | | | | lib: remove defining macros for strict_strto??Harvey Harrison2008-10-161-49/+68
* | | | | | | | | | lib: trivial whitespace tidyHarvey Harrison2008-10-161-17/+9
* | | | | | | | | | lib: pull base-guessing logic to helper functionHarvey Harrison2008-10-161-38/+42
* | | | | | | | | | init/do_mounts_md.c must #include <linux/delay.h>Adrian Bunk2008-10-161-0/+1
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-10-1629-174/+210
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud