summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-1620-370/+369
|\
| * Smack: create a sysfs mount point for smackfsCasey Schaufler2012-12-141-0/+17
| * Smack: use select not depends in KconfigCasey Schaufler2012-12-141-1/+5
| * Merge tag 'yama-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/li...James Morris2012-11-211-26/+62
| |\
| | * Yama: remove locking from delete pathKees Cook2012-11-201-7/+42
| | * Yama: add RCU to drop read lockingKees Cook2012-11-201-23/+24
| |/
| * drivers/char/tpm: remove tasklet and cleanupAshley Lai2012-11-012-56/+30
| * Merge branch 'security-next-keys' of git://git.kernel.org/pub/scm/linux/kerne...James Morris2012-10-0321-330/+367
| |\
| | * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-0215-102/+250
| | |\
| | | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-1315-102/+250
| | * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-025-24/+31
| | * | KEYS: Reduce initial permissions on keysDavid Howells2012-10-025-19/+34
| | * | KEYS: Make the session and process keyrings per-threadDavid Howells2012-10-025-181/+50
| | * | key: Fix resource leakAlan Cox2012-09-281-2/+2
| | * | keys: Fix unreachable codeAlan Cox2012-09-281-2/+0
| * | | seccomp: Make syscall skipping and nr changes more consistentAndy Lutomirski2012-10-023-60/+137
| |/ /
* | | ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren2012-12-165-0/+8
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-1645-172/+1938
|\ \ \
| * | | mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar2012-12-119-39/+50
| * | | mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar2012-12-114-25/+25
| * | | mm: migrate: Account a transhuge page properly when rate limitingMel Gorman2012-12-111-4/+4
| * | | mm: numa: Account for failed allocations and isolations as migration failuresMel Gorman2012-12-111-1/+4
| * | | mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman2012-12-112-7/+11
| * | | mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-115-64/+255
| * | | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman2012-12-114-1/+34
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2012-12-112-1/+16
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman2012-12-117-17/+101
| * | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-117-15/+44
| * | | mm: numa: Use a two-stage filter to restrict pages being migrated for unlikel...Mel Gorman2012-12-111-1/+29
| * | | mm: numa: migrate: Set last_nid on newly allocated pageHillf Danton2012-12-111-0/+3
| * | | mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton2012-12-111-0/+1
| * | | mm: numa: Introduce last_nid to the page frameMel Gorman2012-12-113-0/+36
| * | | sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman2012-12-111-1/+10
| * | | mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-113-0/+35
| * | | mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman2012-12-111-1/+29
| * | | mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli2012-12-112-0/+18
| * | | mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman2012-12-112-22/+54
| * | | mm: numa: Migrate on reference policyMel Gorman2012-12-112-2/+37
| * | | mm: numa: Add pte updates, hinting and migration statsMel Gorman2012-12-117-1/+41
| * | | mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra2012-12-114-1/+14
| * | | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman2012-12-111-15/+21
| * | | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2012-12-114-13/+63
| * | | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-1111-4/+224
| * | | mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for nowMel Gorman2012-12-112-8/+5
| * | | mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman2012-12-115-145/+85
| * | | mm: mempolicy: Add MPOL_MF_LAZYLee Schermerhorn2012-12-113-18/+185
| * | | mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman2012-12-113-12/+60
| * | | mm: migrate: Drop the misplaced pages reference count if the target node is fullMel Gorman2012-12-111-7/+10
| * | | mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra2012-12-112-2/+117
| * | | mm: mempolicy: Check for misplaced pageLee Schermerhorn2012-12-113-0/+85