aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...crypto-keys-post-KSLinus Torvalds5-24/+64
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds24-425/+56
2012-12-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-29/+60
2012-12-11Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-48/+23
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds15-41/+436
2012-12-11Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2012-12-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-75/+95
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-106/+84
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds26-335/+1082
2012-12-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+14
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds211-4116/+8328
2012-12-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-2/+60
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds39-628/+1493
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds2-2/+2
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds96-1697/+2792
2012-12-11memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan1-0/+40
2012-12-11memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan1-6/+45
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan4-14/+146
2012-12-11drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan1-10/+10
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim5-16/+16
2012-12-11avr32, kconfig: remove HAVE_ARCH_BOOTMEMJoonsoo Kim1-3/+0
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski2-67/+0
2012-12-11mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski1-8/+9
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes6-52/+30
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes9-31/+31
2012-12-11mm: cleanup register_node()Yasuaki Ishimatsu2-2/+1
2012-12-11mm, mempolicy: remove duplicate codeDavid Rientjes1-17/+4
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini4-4/+26
2012-12-11virtio_balloon: introduce migration primitives to balloon pagesRafael Aquini1-19/+132
2012-12-11mm: introduce compaction and migration for ballooned pagesRafael Aquini2-4/+51
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini6-1/+617
2012-12-11mm: redefine address_space.assoc_mappingRafael Aquini5-10/+10
2012-12-11mm: adjust address_space_operations.migratepage() return codeRafael Aquini3-20/+24
2012-12-11arch/sparc/kernel/sys_sparc_64.c: s/COLOUR/COLOR/Andrew Morton1-3/+3
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on sparc64 architectureMichel Lespinasse1-94/+30
2012-12-11mm: use vm_unmapped_area() on sparc64 architectureMichel Lespinasse1-114/+30
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse1-114/+25
2012-12-11mm: use vm_unmapped_area() on sparc32 architectureMichel Lespinasse1-18/+9
2012-12-11mm: use vm_unmapped_area() on sh architectureMichel Lespinasse1-114/+23
2012-12-11mm: use vm_unmapped_area() on arm architectureMichel Lespinasse1-109/+23
2012-12-11mm: use vm_unmapped_area() on mips architectureMichel Lespinasse1-94/+17
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-12-11mm: use vm_unmapped_area() in hugetlbfsMichel Lespinasse1-34/+8
2012-12-11mm: fix cache coloring on x86_64 architectureMichel Lespinasse1-2/+2
2012-12-11mm: use vm_unmapped_area() on x86_64 architectureMichel Lespinasse3-126/+33
2012-12-11mm: vm_unmapped_area() lookup functionMichel Lespinasse2-90/+253
2012-12-11mm: rearrange vm_area_struct for fewer cache missesRik van Riel1-4/+8
2012-12-11mm: check rb_subtree_gap correctnessMichel Lespinasse1-14/+39
2012-12-11mm: augment vma rbtree with rb_subtree_gapMichel Lespinasse2-11/+141
2012-12-11selftests: add a test program for variable huge page sizes in mmap/shmgetAndi Kleen2-2/+256
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen12-18/+135
2012-12-11mm: hwpoison: fix action_result() to print out dirty/cleanNaoya Horiguchi1-13/+13
2012-12-11dmapool: make DMAPOOL_DEBUG detect corruption of free markerMatthieu CASTET1-0/+24
2012-12-11mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes1-22/+9
2012-12-11Documentation/cgroups/memory.txt: s/mem_cgroup_charge/mem_cgroup_change_common/Jeff Liu1-3/+3
2012-12-11mm: thp: set the accessed flag for old pages on access faultWill Deacon3-2/+32
2012-12-11mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim1-2/+1
2012-12-11mm, highmem: remove page_address_pool listJoonsoo Kim1-16/+2
2012-12-11mm, highmem: remove useless pool_lockJoonsoo Kim1-6/+0
2012-12-11mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim1-1/+1
2012-12-11mm: do not call frontswap_init() during swapoffCesar Eduardo Barros1-1/+1
2012-12-11mm: refactor reinsert of swap_info in sys_swapoff()Cesar Eduardo Barros1-9/+17
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel1-2/+13
2012-12-11mm: add comment on storage key dirty bit semanticsJan Kara2-3/+8
2012-12-11mm/memory_hotplug.c: update start_pfn in zone and pg_data when spanned_pages ...Tang Chen1-2/+2
2012-12-11slub, hotplug: ignore unrelated node's hot-adding and hot-removingLai Jiangshan1-2/+2
2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan3-17/+125
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2-3/+7
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang1-1/+2
2012-12-11memory-hotplug: suppress "Device nodeX does not have a release() function" wa...Yasuaki Ishimatsu1-1/+19
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang4-21/+27
2012-12-11memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang1-5/+5
2012-12-11memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang1-0/+3
2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang1-0/+22
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang5-18/+53
2012-12-11memory hotplug: suppress "Device memoryX does not have a release() function" ...Yasuaki Ishimatsu1-1/+8
2012-12-11thp: cleanup: introduce mk_huge_pmd()Bob Liu1-9/+12
2012-12-11thp: introduce hugepage_vma_check()Bob Liu1-21/+17
2012-12-11mm: introduce mm_find_pmd()Bob Liu5-92/+44
2012-12-11thp: clean up __collapse_huge_page_isolateBob Liu1-27/+11
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2-11/+5
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov4-18/+13
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes2-4/+2
2012-12-11mm: show migration types in show_memRabin Vincent1-2/+40
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon7-29/+14
2012-12-11Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds310-10754/+3028
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds166-1782/+8146
2012-12-11Merge tag 'staging-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds768-81798/+31519
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds135-1867/+8217
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds492-1840/+2042
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds29-243/+1522
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds233-3326/+9470
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds65-207/+357
2012-12-11Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+35
2012-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds13-446/+454
2012-12-11Merge branch 'for-v3.8' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds3-40/+19
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds43-573/+1491
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds126-1058/+7065
2012-12-11Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-224/+607
2012-12-11Merge tag 'mmc-updates-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-1722/+1781
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar4-14/+147
2012-12-11drivers: cma: represent physical addresses as phys_addr_tVitaly Andrianov2-16/+12
2012-12-11mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski1-24/+7
2012-12-10MAINTAINERS: bad email address for Mike TurquetteMike Turquette1-1/+0
2012-12-10clk: introduce optional disable_unused callbackMike Turquette2-2/+17
2012-12-10Linux 3.7v3.7Linus Torvalds1-1/+1
2012-12-10arm64: Fix the dtbs target buildingCatalin Marinas1-1/+1
2012-12-10Input: matrix-keymap - provide proper module licenseFlorian Fainelli1-0/+3
2012-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-42/+131
2012-12-10mtd: nand: davinci: fix the binding documentationKumar, Anil1-25/+12
2012-12-10rtc: rtc-mv: Add the device tree binding documentationGregory CLEMENT1-0/+18
2012-12-10Merge branch 'acpi-enumeration'Rafael J. Wysocki1-0/+8
2012-12-10mmc: sdhci-acpi: enable runtime-pm for device HID INT33C6Adrian Hunter1-0/+8
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds5-13/+20
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg1-10/+9
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds1-27/+10
2012-12-10x86: Fix the error of using "const" in gen-insn-attr-x86.awkCong Ding1-3/+3
2012-12-10gpio: Provide the STMPE GPIO driver with its own IRQ DomainLee Jones1-31/+47
2012-12-10gpio: add TS-5500 DIO blocks supportVivien Didelot4-0/+502
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell1-7/+24
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell1-11/+17
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell1-3/+45
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell1-14/+39
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner1-3/+0
2012-12-08vfs: fix O_DIRECT read past end of block deviceLinus Torvalds1-1/+17
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar37-111/+176
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar7-56/+65
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar10-55/+65
2012-12-08Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2-4/+14
2012-12-08Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux...Ingo Molnar13-205/+119
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar1115-8000/+13259
2012-12-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar52-1785/+2050
2012-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-9/+24
2012-12-07Merge branch 'acpi-general'Rafael J. Wysocki3-2/+21
2012-12-07Merge branch 'acpi-enumeration'Rafael J. Wysocki2-0/+237
2012-12-07Merge branch 'acpi-dev-pm'Rafael J. Wysocki1-1/+1
2012-12-07Merge branch 'pm-devfreq'Rafael J. Wysocki10-401/+942
2012-12-07ACPI: add Haswell LPSS devices to acpi_platform_device_ids listMika Westerberg1-0/+10
2012-12-07ACPI: add documentation about ACPI 5 enumerationMika Westerberg1-0/+227
2012-12-07pnpacpi: fix incorrect TEST_ALPHA() testAlan Cox1-1/+1
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet3-3/+8
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng3-6/+16
2012-12-07mmc: sdhci: implement the .card_event() methodGuennadi Liakhovetski1-21/+27
2012-12-07mmc: extend the slot-gpio card-detection to use host's .card_event() methodGuennadi Liakhovetski1-1/+7
2012-12-07mmc: add a card-event host operationGuennadi Liakhovetski1-0/+1
2012-12-07mmc: sdhci-s3c: Fix compilation warningSachin Kamat1-0/+2
2012-12-07Merge tag 'mmc-fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+9
2012-12-07Merge branch 'linus' into sched/coreIngo Molnar1121-8022/+13298
2012-12-07gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto3-22/+12
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman3-48/+16
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner1-16/+0
2012-12-06mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman1-1/+9
2012-12-06mmc: sdhci-pci: Enable SDHCI_CAN_DO_HISPD for Ricoh SDHCI controllerMadhvapathi Sriram1-0/+1
2012-12-06mmc: sdhci-dove: allow GPIOs to be used for card detection on DoveRussell King1-6/+67
2012-12-06mmc: sdhci-dove: use two-stage initialization for sdhci-pltfmRussell King1-7/+17
2012-12-06mmc: sdhci-dove: use devm_clk_get()Russell King1-7/+4
2012-12-06mmc: eSDHC: Recover from ADMA errorsHaijun Zhang3-2/+56
2012-12-06mmc: dw_mmc: remove duplicated buswidth codeJaehoon Chung1-6/+3
2012-12-06mmc: dw_mmc: relocate where dw_mci_setup_bus() is called fromJaehoon Chung1-3/+3
2012-12-06mmc: Limit MMC speed to 52MHz if not HS200Al Cooper1-0/+2
2012-12-06mmc: dw_mmc: use devres functions in dw_mmcSeungwon Jeon1-29/+14
2012-12-06mmc: sh_mmcif: remove unneeded clock connection IDGuennadi Liakhovetski1-4/+2
2012-12-06mmc: sh_mobile_sdhi: remove unneeded clock connection IDGuennadi Liakhovetski1-4/+2
2012-12-06mmc: sh_mobile_sdhi: fix clock frequency printingGuennadi Liakhovetski1-1/+1
2012-12-06mmc: Remove redundant null check before kfree in bus.cSachin Kamat1-2/+1
2012-12-06mmc: Remove redundant null check before kfree in sdio_bus.cSachin Kamat1-2/+1
2012-12-06mmc: sdhci-imx-esdhc: use more devm_* functionsShawn Guo1-38/+18
2012-12-06mmc: dt: add no-1-8-v device tree flagDaniel Drake2-0/+5
2012-12-06mmc: sdhci: add quirk for lack of 1.8v supportDaniel Drake2-0/+6
2012-12-06mmc: sdio: Add empty bus-level suspend/resume callbacksRafael J. Wysocki1-0/+14
2012-12-06mmc: vub300: add missing usb_put_devMarina Makienko1-0/+1
2012-12-06mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resumeViresh Kumar1-2/+2
2012-12-06mmc: sdhci-spear: Initialize sdhci clk to 50 MHzVipul Kumar Samar1-0/+5
2012-12-06mmc: host: sdhci-s3c: Add support for pinctrlTomasz Figa2-9/+23
2012-12-06mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOsTomasz Figa1-31/+9
2012-12-06mmc: sdhci-of-esdhc: support commands with busy response expecting TCJerry Huang1-0/+3
2012-12-06mmc: sdhci-s3c: Use NULL instead of 0 for pointersTushar Behera1-2/+2
2012-12-06mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt RegisterVenkatraman S1-24/+32
2012-12-06mmc: omap_hsmmc: Convert critical failure reports to dev_errVenkatraman S1-6/+6
2012-12-06mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/completeFelipe Balbi1-20/+24
2012-12-06mmc: omap_hsmmc: Enable HSPE bit for high speed cardsHebbar, Gururaja3-1/+31
2012-12-06mmc: omap_hsmmc: Update error code for response_busy cmdBalaji T K1-2/+2
2012-12-06mmc: omap_hsmmc: No reset of cmd state machine for DCRCBalaji T K1-1/+1
2012-12-06mmc: omap_hsmmc: Fix Oops in case of data errorsBalaji T K1-6/+12
2012-12-06mmc: dw_mmc: Add sdio power bindingsAbhilash Kesavan2-3/+18
2012-12-06mmc: sdhci-pltfm: Support optional pm propertiesAbhilash Kesavan1-0/+6
2012-12-06mmc: dt: Add optional pm properties to core bindingAbhilash Kesavan1-0/+6
2012-12-06mmc: dt: Fix typo in filenameAbhilash Kesavan1-0/+0
2012-12-06mmc: sdhci-pxav3: add quirks2Kevin Liu2-0/+4
2012-12-06mmc: sdhci: Use regulator min/max voltage range according to specKevin Liu1-10/+8
2012-12-06mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650Tony Prisk5-0/+1065
2012-12-06mmc: card: Add RPMB support in IOCTL interfaceLoic Pallardy1-0/+64
2012-12-06mmc: core: Add mmc_set_blockcount featureLoic Pallardy2-0/+16
2012-12-06mmc: core: Extend sysfs to ext_csd parameters for RPMB supportLoic Pallardy2-0/+11
2012-12-06mmc: card: Do not scan RPMB partitionsLoic Pallardy1-0/+2
2012-12-06mmc: core: Expose access to RPMB partitionLoic Pallardy3-0/+15
2012-12-06mmc: host: Make UHS timing values fully uniqueKevin Liu1-6/+6
2012-12-06mmc: sdhci-pxav3: Add base clock quirkKevin Liu1-1/+10
2012-12-06mmc: Standardise capability typeLee Jones5-9/+9