| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm/alpha: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 2 | -62/+4 |
* | UML: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 3 | -5/+9 |
* | tile: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 4 | -5/+7 |
* | score: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 1 | -0/+1 |
* | h8300: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 2 | -1/+2 |
* | c6x: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
* | avr32: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 2 | -3/+3 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 34 | -44/+36 |
* | mm: make __free_pages_bootmem() only available at boot time | Jiang Liu | 2013-07-03 | 1 | -16/+2 |
* | mm: accurately calculate zone->managed_pages for highmem zones | Jiang Liu | 2013-07-03 | 2 | -0/+12 |
* | mm/tile: use common help functions to free reserved pages | Jiang Liu | 2013-07-03 | 1 | -5/+2 |
* | mm/x86: use free_reserved_area() to simplify code | Jiang Liu | 2013-07-03 | 2 | -14/+5 |
* | mm/ARM64: kill poison_init_mem() | Jiang Liu | 2013-07-03 | 1 | -14/+3 |
* | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 24 | -49/+44 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 29 | -33/+38 |
* | mm/hugetlb: use already existing interface huge_page_shift | Wanpeng Li | 2013-07-03 | 1 | -1/+1 |
* | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov | 2013-07-03 | 4 | -2/+38 |
* | arch: c6x: mm: include "asm/uaccess.h" to pass compiling | Chen Gang | 2013-07-03 | 1 | -0/+1 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 2013-07-03 | 68 | -359/+5297 |
|\ |
|
| * | Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/... | Catalin Marinas | 2013-07-01 | 12 | -225/+328 |
| |\ |
|
| | * | ARM64: mm: THP support. | Steve Capper | 2013-06-14 | 5 | -0/+70 |
| | * | ARM64: mm: Raise MAX_ORDER for 64KB pages and THP. | Steve Capper | 2013-06-14 | 1 | -0/+5 |
| | * | ARM64: mm: HugeTLB support. | Steve Capper | 2013-06-14 | 7 | -17/+220 |
| | * | ARM64: mm: Move PTE_PROT_NONE bit. | Steve Capper | 2013-06-14 | 1 | -12/+12 |
| | * | ARM64: mm: Make PAGE_NONE pages read only and no-execute. | Steve Capper | 2013-06-14 | 1 | -2/+2 |
| | * | ARM64: mm: Restore memblock limit when map_mem finished. | Steve Capper | 2013-06-14 | 1 | -6/+13 |
| | * | x86: mm: Remove general hugetlb code from x86. | Steve Capper | 2013-06-14 | 2 | -67/+3 |
| | * | x86: mm: Remove x86 version of huge_pmd_share. | Steve Capper | 2013-06-14 | 2 | -120/+3 |
| * | | arm64: Add initial DTS for APM X-Gene Storm SOC and APM Mustang board | Vinayak Kale | 2013-06-20 | 3 | -0/+143 |
| * | | arm64: Add defines for APM ARMv8 implementation | Vinayak Kale | 2013-06-20 | 1 | -0/+3 |
| * | | arm64: Enable APM X-Gene SOC family in the defconfig | Vinayak Kale | 2013-06-20 | 1 | -0/+4 |
| * | | arm64: Add Kconfig option for APM X-Gene SOC family | Vinayak Kale | 2013-06-20 | 1 | -0/+7 |
| * | | arm64/Makefile: provide vdso_install target | Kyle McMartin | 2013-06-19 | 1 | -0/+4 |
| * | | Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k... | Catalin Marinas | 2013-06-12 | 28 | -1/+4539 |
| |\ \ |
|
| | * | | arm64: KVM: enable initialization of a 32bit vcpu | Marc Zyngier | 2013-06-12 | 4 | -2/+33 |
| | * | | arm64: KVM: 32bit guest fault injection | Marc Zyngier | 2013-06-12 | 1 | -1/+78 |
| | * | | arm64: KVM: 32bit specific register world switch | Marc Zyngier | 2013-06-12 | 1 | -0/+70 |
| | * | | arm64: KVM: CPU specific 32bit coprocessor access | Marc Zyngier | 2013-06-12 | 1 | -0/+10 |
| | * | | arm64: KVM: 32bit handling of coprocessor traps | Marc Zyngier | 2013-06-12 | 3 | -7/+186 |
| | * | | arm64: KVM: 32bit conditional execution emulation | Marc Zyngier | 2013-06-12 | 3 | -3/+170 |
| | * | | arm64: KVM: 32bit GP register access | Marc Zyngier | 2013-06-12 | 3 | -2/+183 |
| | * | | arm64: KVM: define 32bit specific registers | Marc Zyngier | 2013-06-12 | 3 | -3/+47 |
| | * | | arm64: KVM: Build system integration | Marc Zyngier | 2013-06-12 | 2 | -0/+24 |
| | * | | arm64: KVM: PSCI implementation | Marc Zyngier | 2013-06-12 | 4 | -10/+47 |
| | * | | arm64: KVM: Plug the arch timer | Marc Zyngier | 2013-06-12 | 2 | -0/+68 |
| | * | | ARM: KVM: timer: allow DT matching for ARMv8 cores | Marc Zyngier | 2013-06-12 | 1 | -0/+1 |
| | * | | arm64: KVM: Plug the VGIC | Marc Zyngier | 2013-06-12 | 1 | -0/+88 |
| | * | | arm64: KVM: Exit handling | Marc Zyngier | 2013-06-12 | 1 | -0/+119 |
| | * | | arm64: KVM: HYP mode world switch implementation | Marc Zyngier | 2013-06-12 | 2 | -0/+650 |
| | * | | arm64: KVM: hypervisor initialization code | Marc Zyngier | 2013-06-07 | 2 | -0/+120 |