summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-10-11pinctrl: single: Add support for auxdataTony Lindgren1-0/+12
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+15
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-0/+14
2013-10-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+2
2013-10-10usb: phy: Add RCAR Gen2 USB phyValentine Barshak1-0/+22
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+1
2013-10-10mlx5: Fix layout of struct mlx5_init_segEli Cohen1-1/+1
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen2-4/+2
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar1-2/+0
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-24/+2
2013-10-10of: only include prom.h on sparcRob Herring1-0/+2
2013-10-10of: move of_translate_dma_address to of_address.hRob Herring1-0/+4
2013-10-10of: move of_address_to_resource and of_iomap declarations from sparcRob Herring1-13/+17
2013-10-10of: implement of_node_to_nid as a weak functionRob Herring1-7/+4
2013-10-10of: implement pci_address_to_pio as weak functionRob Herring1-4/+1
2013-10-10of: introduce common FDT machine related functionsRob Herring1-0/+5
2013-10-10sched_clock: Remove sched_clock_func() hookStephen Boyd1-2/+0
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-10/+0
2013-10-09of: Introduce common early_init_dt_scanRob Herring1-0/+2
2013-10-09of: create unflatten_and_copy_device_treeRob Herring1-0/+2
2013-10-09regmap: Provide asynchronous write and update bits operationsMark Brown1-0/+31
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel1-1/+4
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-1/+0
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman2-4/+0
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel1-0/+9
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-0/+1
2013-10-09sched/numa: Add debuggingIngo Molnar1-0/+6
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel1-0/+4
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman1-0/+1
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel1-1/+1
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra1-2/+5
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman1-0/+5
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2-0/+14
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra3-53/+63
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra1-0/+2
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra1-0/+1
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman1-0/+1
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman1-0/+1
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman3-35/+86
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-3/+4
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman1-2/+3
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman1-0/+1
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman1-0/+13
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman1-0/+1
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman1-0/+2
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman1-0/+1
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman1-10/+0
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar19-72/+100
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-40/+6
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-25/+13