summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes2012-07-312-2/+2
| * | | | | | | | | | | | | mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu2012-07-311-0/+1
| * | | | | | | | | | | | | mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-1/+1
| * | | | | | | | | | | | | vmscan: remove obsolete shrink_control commentMinchan Kim2012-07-311-1/+0
| * | | | | | | | | | | | | mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent2012-07-311-1/+1
| * | | | | | | | | | | | | mm: have order > 0 compaction start off where it leftRik van Riel2012-07-311-0/+4
| * | | | | | | | | | | | | mm: remove unused LRU_ALL_EVICTABLEWanpeng Li2012-07-311-1/+0
| * | | | | | | | | | | | | memcg: rename config variablesAndrew Morton2012-07-316-21/+21
| * | | | | | | | | | | | | mm/compaction: cleanup on compaction_deferredGavin Shan2012-07-311-2/+2
| * | | | | | | | | | | | | hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Aneesh Kumar K.V2012-07-311-0/+8
| * | | | | | | | | | | | | hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V2012-07-312-0/+11
| * | | | | | | | | | | | | hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V2012-07-311-0/+38
| * | | | | | | | | | | | | hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V2012-07-311-0/+37
| * | | | | | | | | | | | | mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V2012-07-312-0/+43
| * | | | | | | | | | | | | hugetlb: make some static variables globalAneesh Kumar K.V2012-07-311-0/+5
| * | | | | | | | | | | | | hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V2012-07-311-0/+1
| * | | | | | | | | | | | | hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-07-311-2/+2
| * | | | | | | | | | | | | hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V2012-07-311-5/+17
| * | | | | | | | | | | | | hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V2012-07-311-0/+6
| * | | | | | | | | | | | | mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2012-07-312-5/+3
| * | | | | | | | | | | | | mm: account the total_vm in the vm_stat_account()Huang Shijie2012-07-311-0/+1
* | | | | | | | | | | | | | Merge tag 'vfio-for-v3.6' of git://github.com/awilliam/linux-vfioLinus Torvalds2012-07-311-0/+445
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | vfio: Add PCI device driverAlex Williamson2012-07-311-0/+26
| * | | | | | | | | | | | | | vfio: Type1 IOMMU implementationAlex Williamson2012-07-311-1/+53
| * | | | | | | | | | | | | | vfio: VFIO coreAlex Williamson2012-07-311-0/+367
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-313-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | random: final removal of IRQF_SAMPLE_RANDOMTheodore Ts'o2012-07-191-2/+0
| * | | | | | | | | | | | | | random: remove rand_initialize_irq()Theodore Ts'o2012-07-192-3/+0
| * | | | | | | | | | | | | | random: add new get_random_bytes_arch() functionTheodore Ts'o2012-07-141-0/+1
| * | | | | | | | | | | | | | random: create add_device_randomness() interfaceLinus Torvalds2012-07-141-0/+1
| * | | | | | | | | | | | | | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-1/+1
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-10/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [media] v4l2: Add rangelow and rangehigh fields to the v4l2_hw_freq_seek structHans de Goede2012-07-301-1/+4
| * | | | | | | | | | | | | | [media] videodev2.h: add VIDIOC_ENUM_FREQ_BANDSHans Verkuil2012-07-301-10/+30
| * | | | | | | | | | | | | | [media] V4L: Add capability flags for memory-to-memory devicesSylwester Nawrocki2012-07-301-0/+4
* | | | | | | | | | | | | | | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-314-8/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | NFS: Convert v4 into a moduleBryan Schumaker2012-07-304-8/+8
| * | | | | | | | | | | | | | | NFS: Only initialize the ACL client in the v3 caseBryan Schumaker2012-07-301-0/+3
| * | | | | | | | | | | | | | | NFS: Create a try_mount rpc opBryan Schumaker2012-07-301-0/+4
| * | | | | | | | | | | | | | | NFS: Add version registering frameworkBryan Schumaker2012-07-301-0/+1
* | | | | | | | | | | | | | | | Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds2012-07-315-2/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | thermal: Constify 'type' argument for the registration routineAnton Vorontsov2012-07-311-1/+1
| * | | | | | | | | | | | | | | Merge with upstream to accommodate with thermal changesAnton Vorontsov2012-07-3136-70/+154
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | lp8727_charger: Move header file into platform_data directoryKim, Milo2012-07-141-0/+0
| * | | | | | | | | | | | | | | | power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENTRamakrishna Pallala2012-07-131-0/+6
| * | | | | | | | | | | | | | | | charger-manager: Set current limit of regulator for over current protectionChanwoo Choi2012-07-131-0/+8
| * | | | | | | | | | | | | | | | charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi2012-07-131-1/+58
| * | | | | | | | | | | | | | | | twl4030_charger: Add backup-battery chargingNeilBrown2012-06-191-0/+2
| * | | | | | | | | | | | | | | | power_supply: Add constant charge_current and charge_voltage propertiesRamakrishna Pallala2012-06-191-0/+4
| * | | | | | | | | | | | | | | | power_supply: Register battery as a thermal zoneJenny TC2012-06-171-0/+3