Age | Commit message (Expand) | Author | Files | Lines |
2013-07-04 | mm/m68k: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -29/+2 |
2013-07-04 | mm/m32r: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2 | -49/+6 |
2013-07-04 | mm/IA64: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 3 | -40/+1 |
2013-07-04 | mm/hexagon: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -3/+1 |
2013-07-04 | mm/h8300: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -28/+8 |
2013-07-04 | mm/frv: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2 | -41/+21 |
2013-07-04 | mm/cris: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -31/+2 |
2013-07-04 | mm/c6x: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -10/+1 |
2013-07-04 | mm/blackfin: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -32/+6 |
2013-07-04 | mm/AVR32: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -25/+4 |
2013-07-04 | mm/ARM64: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -45/+3 |
2013-07-04 | mm/ARM: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -45/+2 |
2013-07-04 | mm/ARC: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -33/+3 |
2013-07-04 | mm/alpha: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2 | -62/+4 |
2013-07-04 | UML: normalize global variables exported by vmlinux.lds | Jiang Liu | 3 | -5/+9 |
2013-07-04 | tile: normalize global variables exported by vmlinux.lds | Jiang Liu | 4 | -5/+7 |
2013-07-04 | score: normalize global variables exported by vmlinux.lds | Jiang Liu | 1 | -0/+1 |
2013-07-04 | h8300: normalize global variables exported by vmlinux.lds | Jiang Liu | 2 | -1/+2 |
2013-07-04 | c6x: normalize global variables exported by vmlinux.lds | Jiang Liu | 1 | -2/+2 |
2013-07-04 | avr32: normalize global variables exported by vmlinux.lds | Jiang Liu | 2 | -3/+3 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 34 | -44/+36 |
2013-07-04 | mm: make __free_pages_bootmem() only available at boot time | Jiang Liu | 1 | -16/+2 |
2013-07-04 | mm: accurately calculate zone->managed_pages for highmem zones | Jiang Liu | 2 | -0/+12 |
2013-07-04 | mm/tile: use common help functions to free reserved pages | Jiang Liu | 1 | -5/+2 |
2013-07-04 | mm/x86: use free_reserved_area() to simplify code | Jiang Liu | 2 | -14/+5 |
2013-07-04 | mm/ARM64: kill poison_init_mem() | Jiang Liu | 1 | -14/+3 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 24 | -49/+44 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 29 | -33/+38 |
2013-07-04 | mm/hugetlb: use already existing interface huge_page_shift | Wanpeng Li | 1 | -1/+1 |
2013-07-04 | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov | 4 | -2/+38 |
2013-07-04 | arch: c6x: mm: include "asm/uaccess.h" to pass compiling | Chen Gang | 1 | -0/+1 |
2013-07-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 68 | -359/+5297 |
2013-07-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 83 | -358/+1846 |
2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -19/+6 |
2013-07-03 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+59 |
2013-07-03 | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 20 | -72/+588 |
2013-07-03 | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -14/+24 |
2013-07-03 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -0/+37 |
2013-07-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -25/+26 |
2013-07-03 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 | -81/+504 |
2013-07-03 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 14 | -70/+201 |
2013-07-03 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -17/+38 |
2013-07-03 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -5/+90 |
2013-07-03 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -30/+45 |
2013-07-03 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -19/+19 |
2013-07-03 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2013-07-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -62/+116 |
2013-07-03 | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -25/+25 |
2013-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 9 | -11/+12 |
2013-07-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 19 | -116/+1101 |