Age | Commit message (Expand) | Author | Files | Lines |
2012-12-08 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -0/+1 |
2012-12-02 | open*(2) compat fixes (s390, arm64) | Al Viro | 1 | -1/+1 |
2012-11-14 | tracing,x86: Add a TSC trace_clock | David Sharp | 1 | -0/+1 |
2012-11-13 | s390/mm: have 16 byte aligned struct pages | Heiko Carstens | 1 | -0/+1 |
2012-11-13 | s390/gup: fix access_ok() usage in __get_user_pages_fast() | Heiko Carstens | 1 | -2/+1 |
2012-11-13 | s390/gup: add missing TASK_SIZE check to get_user_pages_fast() | Heiko Carstens | 1 | -1/+1 |
2012-11-12 | s390/topology: fix core id vs physical package id mix-up | Heiko Carstens | 2 | -2/+7 |
2012-11-12 | s390/signal: set correct address space control | Martin Schwidefsky | 4 | -7/+27 |
2012-11-07 | s390/sclp: fix addressing mode clobber | Heiko Carstens | 1 | -1/+7 |
2012-11-07 | s390: Move css limits from drivers/s390/cio/ to include/asm/. | Cornelia Huck | 1 | -0/+2 |
2012-10-26 | s390/thp: respect page protection in pmd_none() and pmd_present() | Gerald Schaefer | 1 | -13/+22 |
2012-10-26 | s390/mm: use pmd_large() instead of pmd_huge() | Gerald Schaefer | 2 | -2/+2 |
2012-10-19 | s390,uapi: do not use uapi/asm-generic/kvm_para.h | David Howells | 2 | -2/+11 |
2012-10-18 | s390/cache: fix data/instruction cache output | Heiko Carstens | 1 | -3/+6 |
2012-10-18 | s390: fix linker script for 31 bit builds | Heiko Carstens | 2 | -2/+2 |
2012-10-18 | s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGE | Gerald Schaefer | 1 | -0/+1 |
2012-10-18 | s390/kdump: Use 64 bit mode for 0x10000 entry point | Michael Holzheu | 1 | -8/+2 |
2012-10-18 | perf_cpum_cf: Add support for counters available with IBM zEC12 | Hendrik Brueckner | 2 | -2/+6 |
2012-10-18 | s390/chpid: make headers usable (again) | Sebastian Ott | 1 | -5/+5 |
2012-10-17 | UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from arches | David Howells | 2 | -0/+2 |
2012-10-15 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -15/+5 |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -3/+3 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+0 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 74 | -1260/+1732 |
2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 10 | -167/+81 |
2012-10-09 | Merge tag 'disintegrate-s390-20121009' of | Martin Schwidefsky | 59 | -1149/+1258 |
2012-10-09 | s390/entry: fix svc number for TIF_SYSCALL system call restart | Martin Schwidefsky | 1 | -1/+1 |
2012-10-09 | s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range() | Heiko Carstens | 1 | -4/+12 |
2012-10-09 | s390/vmalloc: have separate modules area | Heiko Carstens | 4 | -12/+46 |
2012-10-09 | s390/css_chars: remove superfluous ifdef | Sebastian Ott | 1 | -3/+0 |
2012-10-09 | s390/chsc: make headers usable | Sebastian Ott | 2 | -9/+11 |
2012-10-09 | s390/mm: let kernel text section always begin at 1MB | Heiko Carstens | 2 | -6/+0 |
2012-10-09 | s390/mm: fix mapping of read-only kernel text section | Heiko Carstens | 1 | -2/+2 |
2012-10-09 | s390/mm: add page table dumper | Heiko Carstens | 3 | -0/+232 |
2012-10-09 | s390: add support to start the kernel in 64 bit mode. | Martin Schwidefsky | 1 | -31/+70 |
2012-10-09 | s390/mm,pageattr: remove superfluous EXPORT_SYMBOLs | Heiko Carstens | 1 | -3/+0 |
2012-10-09 | s390/mm,pageattr: add more page table walk sanity checks | Heiko Carstens | 1 | -12/+25 |
2012-10-09 | s390/mm: fix pmd_huge() usage for kernel mapping | Heiko Carstens | 3 | -15/+25 |
2012-10-09 | s390/mm: use pfmf instruction to initialize storage keys | Heiko Carstens | 4 | -6/+51 |
2012-10-09 | s390/facilities: cleanup PFMF and HPAGE machine facility detection | Heiko Carstens | 2 | -17/+9 |
2012-10-09 | UAPI: (Scripted) Disintegrate arch/s390/include/asm | David Howells | 59 | -1149/+1258 |
2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 9 | -19/+341 |
2012-10-09 | mm: Add and use update_mmu_cache_pmd() in transparent huge page code. | David Miller | 1 | -0/+1 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-10-09 | thp, s390: architecture backend for thp on s390 | Gerald Schaefer | 6 | -18/+220 |
2012-10-09 | thp, s390: disable thp for kvm host on s390 | Gerald Schaefer | 1 | -0/+30 |
2012-10-09 | thp, s390: thp pagetable pre-allocation for s390 | Gerald Schaefer | 2 | -0/+44 |
2012-10-09 | thp, s390: thp splitting backend for s390 | Gerald Schaefer | 3 | -1/+41 |
2012-10-09 | mm: hugetlb: add arch hook for clearing page flags before entering pool | Will Deacon | 1 | -0/+1 |
2012-10-09 | Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry | Catalin Marinas | 1 | -0/+1 |