summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-0335-135/+1172
|\
| * Merge branch 'apei' into apei-releaseLen Brown2011-08-0335-135/+1172
| |\
| | * ACPI, APEI, EINJ Param support is disabled by defaultHuang Ying2011-08-032-17/+33
| | * APEI GHES: 32-bit buildfixLen Brown2011-08-031-2/+3
| | * ACPI: APEI build fixLen Brown2011-08-032-2/+4
| | * ACPI, APEI, GHES: Add hardware memory error recovery supportHuang Ying2011-08-032-7/+24
| | * HWPoison: add memory_failure_queue()Huang Ying2011-08-032-0/+93
| | * ACPI, APEI, GHES, Error records content based throttleHuang Ying2011-08-031-7/+177
| | * ACPI, APEI, GHES, printk support for recoverable error via NMIHuang Ying2011-08-032-18/+193
| | * lib, Make gen_pool memory allocator locklessHuang Ying2011-08-034-65/+272
| | * lib, Add lock-less NULL terminated single listHuang Ying2011-08-034-0/+260
| | * Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-0313-0/+15
| | * ACPI, APEI, Add WHEA _OSC supportHuang Ying2011-07-133-0/+38
| | * ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying2011-07-132-2/+16
| | * ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying2011-07-133-8/+18
| | * ACPI, APEI, GHES, Prevent GHES to be built as moduleHuang Ying2011-07-131-1/+1
| | * ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTHuang Ying2011-07-132-8/+8
| | * ACPI, APEI, Add apei_exec_run_optionalHuang Ying2011-07-132-5/+17
| | * ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying2011-07-131-11/+14
| | * ACPI, APEI, ERST, Fix erst-dbg long record reading issueChen Gong2011-07-131-1/+1
| | * ACPI, APEI, ERST, Prevent erst_dbg from loading if ERST is disabledHuang Ying2011-07-131-0/+4
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-08-039-59/+122
|\ \ \
| * | | tcm_fc: Handle DDP/SW fc_frame_payload_get failures in ft_recv_write_dataKiran Patil2011-08-033-49/+78
| * | | target: Fix bug for transport_generic_wait_for_tasks with direct operationNicholas Bellinger2011-07-301-2/+29
| * | | target: iscsi_target depends on NETRandy Dunlap2011-07-281-0/+1
| * | | target: Fix WRITE_SAME_16 lba assignment breakageNicholas Bellinger2011-07-281-1/+1
| * | | MAINTAINERS: Add target-devel list for drivers/target/Nicholas Bellinger2011-07-271-0/+1
| * | | iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failureNicholas Bellinger2011-07-271-1/+6
| * | | iscsi-target: Fix snprintf usage with MAX_PORTAL_LENNicholas Bellinger2011-07-271-1/+1
| * | | iscsi-target: Fix uninitialized usage of cmd->pad_bytesNicholas Bellinger2011-07-271-3/+3
| * | | iscsi-target: strlen() doesn't count the terminatorDan Carpenter2011-07-271-1/+1
| * | | iscsi-target: Fix NULL dereference on allocation failureDan Carpenter2011-07-271-1/+1
* | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-034-2/+141
|\ \ \ \
| * | | | dt: add of_alias_scan and of_alias_get_idShawn Guo2011-08-034-2/+141
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-031-1/+1
|\ \ \ \ \
| * | | | | ext4: use kzalloc in ext4_kzalloc()Mathias Krause2011-08-031-1/+1
| |/ / / /
* | | | | shm: optimize exit_shm()Vasiliy Kulikov2011-08-031-0/+3
* | | | | shm: fix wrong testsVasiliy Kulikov2011-08-031-2/+2
* | | | | tmpfs: expand "help" to explain value of TMPFS_POSIX_ACLRobert P. J. Day2011-08-031-4/+11
* | | | | mm: clarify the radix_tree exceptional casesHugh Dickins2011-08-033-26/+53
* | | | | tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins2011-08-033-37/+94
* | | | | mm: a few small updates for radix-swapHugh Dickins2011-08-034-26/+18
* | | | | tmpfs: use kmemdup for short symlinksHugh Dickins2011-08-032-21/+21
* | | | | tmpfs: convert shmem_writepage and enable swapHugh Dickins2011-08-031-51/+37
* | | | | tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2011-08-034-139/+20
* | | | | tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins2011-08-031-147/+112
* | | | | tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins2011-08-031-26/+107
* | | | | tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins2011-08-031-46/+146
* | | | | tmpfs: copy truncate_inode_pages_rangeHugh Dickins2011-08-031-20/+79
* | | | | tmpfs: miscellaneous trivial cleanupsHugh Dickins2011-08-033-111/+109