summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: mempolicy: Add MPOL_NOOPLee Schermerhorn2012-12-112-5/+7
| * | | mm: mempolicy: Make MPOL_LOCAL a real policyPeter Zijlstra2012-12-112-3/+7
| * | | mm: numa: Create basic numa page hinting infrastructureMel Gorman2012-12-113-3/+141
| * | | mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli2012-12-111-0/+2
| * | | mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli2012-12-112-0/+18
| * | | mm: numa: pte_numa() and pmd_numa()Andrea Arcangeli2012-12-113-2/+152
| * | | mm: numa: define _PAGE_NUMAAndrea Arcangeli2012-12-111-0/+20
| * | | mm: compaction: Add scanned and isolated counters for compactionMel Gorman2012-12-113-0/+13
| * | | mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-118-10/+82
| * | | mm: compaction: Move migration fail/success stats to migrate.cMel Gorman2012-12-114-8/+13
| * | | mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar2012-12-111-1/+3
| * | | mm: Count the number of pages affected in change_protection()Peter Zijlstra2012-12-114-18/+61
| * | | mm: Check if PTE is already allocated during page faultMel Gorman2012-12-112-2/+4
| * | | mm: Only flush the TLB when clearing an accessible pteRik van Riel2012-12-111-1/+2
| * | | x86/mm: Introduce pte_accessible()Rik van Riel2012-12-112-0/+10
| * | | mm,generic: only flush the local TLB in ptep_set_access_flagsRik van Riel2012-12-111-3/+3
| * | | x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel2012-12-111-1/+0
| * | | x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel2012-12-111-1/+8
* | | | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-157-55/+116
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-1549-3989/+2845
|\ \ \ \
| * | | | target/iscsi_target: Add NodeACL tags for initiator group supportAndy Grover2012-12-134-0/+51
| * | | | target/tcm_fc: fix the lockdep warning due to inconsistent lock stateYi Zou2012-12-121-1/+1
| * | | | sbp-target: fix error path in sbp_make_tpg()Chris Boot2012-12-121-7/+10
| * | | | sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot2012-12-121-3/+4
| * | | | iscsi-target: use kstrdup() for iscsi_paramSebastian Andrzej Siewior2012-12-071-13/+3
| * | | | target/file: merge fd_do_readv() and fd_do_writev()Sebastian Andrzej Siewior2012-12-051-60/+32
| * | | | target/file: Fix 32-bit highmem breakage for SGL -> iovec mappingSebastian Andrzej Siewior2012-12-051-2/+7
| * | | | target: Add link_magic for fabric allow_link destination target_itemsNicholas Bellinger2012-12-054-0/+18
| * | | | ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger2012-11-281-19/+18
| * | | | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2012-11-282-71/+52
| * | | | target: Make spc_get_write_same_sectors return sector_tNicholas Bellinger2012-11-273-3/+3
| * | | | target/configfs: use kmalloc() instead of kzalloc() for default groupsSebastian Andrzej Siewior2012-11-273-12/+12
| * | | | target/configfs: allocate only 6 slots for dev_cg->default_groupsSebastian Andrzej Siewior2012-11-271-1/+1
| * | | | target/configfs: allocate pointers instead of full struct for default_groupsSebastian Andrzej Siewior2012-11-273-12/+12
| * | | | target: update error handling for sbc_setup_write_same()Dan Carpenter2012-11-271-3/+3
| * | | | iscsit: use GFP_ATOMIC under spin lockWei Yongjun2012-11-271-1/+1
| * | | | iscsi_target: Remove redundant null check before kfreeSachin Kamat2012-11-271-4/+2
| * | | | target/iblock: Forward declare bio helpersNicholas Bellinger2012-11-271-86/+81
| * | | | target: Clean up flow in transport_check_aborted_status()Roland Dreier2012-11-271-14/+10
| * | | | target: Clean up logic in transport_put_cmd()Roland Dreier2012-11-271-5/+4
| * | | | qla2xxx: Look up LUN for abort requestsSteve Hodgson2012-11-271-1/+20
| * | | | target: Update copyright information to 2012Nicholas Bellinger2012-11-2718-59/+19
| * | | | target/iblock: Add WRITE_SAME w/ UNMAP=0 emulation supportNicholas Bellinger2012-11-151-7/+79
| * | | | target: Add/check max_write_same_len device attribute + update block limits VPDNicholas Bellinger2012-11-156-1/+33
| * | | | target/sbc: Seperate WRITE_SAME based on UNMAP flag in sbc_opsNicholas Bellinger2012-11-152-28/+24
| * | | | target: Change sbc_emulate_noop to return sense_reason_tNicholas Bellinger2012-11-071-8/+2
| * | | | sbp-target: remove depends on CONFIG_EXPERIMENTALKees Cook2012-11-071-1/+1
| * | | | iscsi-target: Always send a response before terminating iSCSI connectionRoland Dreier2012-11-072-6/+12
| * | | | iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-aroundSteve Hodgson2012-11-073-4/+4
| * | | | iscsi-target: Fix potential deadlock on lock taken in timerRoland Dreier2012-11-071-2/+2
OpenPOWER on IntegriCloud