summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-0/+128
2012-03-23Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-20/+35
2012-03-23Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-154/+414
2012-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-13/+203
2012-03-23Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-03-23Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+12
2012-03-23ntp: Fix leap-second hrtimer livelockJohn Stultz1-1/+1
2012-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+13
2012-03-23Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds3-0/+56
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds3-0/+117
2012-03-22Merge tag 'md-3.4' of git://neil.brown.name/mdLinus Torvalds1-1/+5
2012-03-22Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel1-1/+1
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-60/+0
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2012-03-22Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+45
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-137/+165
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder1-1/+1
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder1-2/+0
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-1/+1
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-1/+0
2012-03-22apple_bl: Add register/unregister functionsSeth Forshee1-0/+26
2012-03-22mfd: Make twl4030 SIH SPARSE_IRQ capableBenoit Cousson1-1/+1
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-6/+14
2012-03-22Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2-1/+10
2012-03-22thermal: add support for thermal sensor present on SPEAr13xx machinesVincenzo Frascino1-0/+26
2012-03-22vfs: remove unused superblock helpersArtem Bityutskiy1-13/+0
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-4/+19
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds1-0/+1
2012-03-22thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi1-5/+6
2012-03-22memcg: fix performance of mem_cgroup_begin_update_page_stat()KAMEZAWA Hiroyuki1-1/+4
2012-03-22memcg: remove PCG_FILE_MAPPEDKAMEZAWA Hiroyuki1-6/+0
2012-03-22memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki1-0/+35
2012-03-22memcg: remove PCG_MOVE_LOCK flag from page_cgroupKAMEZAWA Hiroyuki1-19/+0
2012-03-22memcg: kill dead prev_priority stubsKonstantin Khlebnikov1-15/+0
2012-03-22memcg: remove PCG_CACHE page_cgroup flagKAMEZAWA Hiroyuki1-7/+1
2012-03-22cgroup: revert ss_id_lock to spinlockHugh Dickins1-1/+1
2012-03-22memcg: replace MEM_CONT by MEM_RES_CTLRHugh Dickins1-1/+1
2012-03-22page_alloc.c: remove add_from_early_node_map()Kautuk Consul1-2/+0
2012-03-22hugetlbfs: fix alignment of huge page requestsSteven Truelove1-2/+4
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-2/+2
2012-03-22hugepages: fix use after free bug in "quota" handlingDavid Gibson1-4/+10
2012-03-22hugetlb: cleanup hugetlb.hDavid Gibson1-25/+0
2012-03-22cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman3-28/+29
2012-03-22mm, memcg: pass charge order to oom killerDavid Rientjes1-1/+2
2012-03-22mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov1-0/+1
2012-03-22thp: allow a hwpoisoned head page to be put back to LRUDean Nelson1-0/+20
2012-03-22mm, oom: force oom kill on sysrq+fDavid Rientjes1-1/+1
2012-03-22procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar1-0/+3
2012-03-22rmap: remove __anon_vma_link() declarationXiao Guangrong1-1/+0
2012-03-22mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov1-2/+0