| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove the page size change check in tlb_remove_page | Aneesh Kumar K.V | 2016-12-13 | 1 | -6/+0 |
* | mm: add tlb_remove_check_page_size_change to track page size change | Aneesh Kumar K.V | 2016-12-13 | 1 | -0/+6 |
* | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages | Aneesh Kumar K.V | 2016-12-13 | 1 | -0/+2 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-12 | 2 | -3/+7 |
|\ |
|
| * | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-11-16 | 2 | -1/+3 |
| |\ |
|
| * | | sched/cputime, powerpc, s390: Make scaled cputime arch specific | Stanislaw Gruszka | 2016-11-15 | 2 | -3/+7 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-12 | 6 | -32/+28 |
|\ \ \ |
|
| * | | | locking/spinlocks, s390: Implement vcpu_is_preempted(cpu) | Christian Borntraeger | 2016-11-22 | 3 | -19/+23 |
| * | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-22 | 2 | -1/+3 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 1 | -0/+1 |
| * | | | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 1 | -1/+0 |
| * | | | locking/core, s390: Make cpu_relax() a barrier again | Christian Borntraeger | 2016-11-16 | 1 | -1/+1 |
| * | | | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 2 | -3/+4 |
| * | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-11 | 12 | -73/+60 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | locking/mutex: Kill arch specific code | Peter Zijlstra | 2016-10-25 | 1 | -9/+0 |
* | | | | bpf: xdp: Allow head adjustment in XDP prog | Martin KaFai Lau | 2016-12-08 | 1 | -1/+1 |
* | | | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 2016-11-30 | 1 | -0/+2 |
| |_|/
|/| | |
|
* | | | Merge branch 'maybe-uninitialized' (patches from Arnd) | Linus Torvalds | 2016-11-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | s390: pci: don't print uninitialized data for debugging | Arnd Bergmann | 2016-11-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | mm: kmemleak: scan .data.ro_after_init | Jakub Kicinski | 2016-11-11 | 1 | -0/+2 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-11-09 | 1 | -3/+3 |
|\ \ |
|
| * | | s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignment | Michael Holzheu | 2016-10-28 | 1 | -3/+3 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-11-04 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2016-10-27 | 1 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | KVM: s390: Fix STHYI buffer alignment for diag224 | Janosch Frank | 2016-10-26 | 1 | -2/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2016-10-27 | 10 | -68/+55 |
|\ \ \
| |/ /
|/| | |
|
| * | | s390/mm: fix zone calculation in arch_add_memory() | Gerald Schaefer | 2016-10-24 | 1 | -17/+21 |
| * | | s390/dumpstack: use pr_cont within show_stack and die | Heiko Carstens | 2016-10-24 | 1 | -8/+8 |
| * | | s390/dumpstack: get rid of return_address again | Heiko Carstens | 2016-10-17 | 2 | -27/+1 |
| * | | s390/disassambler: use pr_cont where appropriate | Heiko Carstens | 2016-10-17 | 1 | -2/+2 |
| * | | s390/dumpstack: use pr_cont where appropriate | Heiko Carstens | 2016-10-17 | 1 | -4/+4 |
| * | | s390/dumpstack: restore reliable indicator for call traces | Heiko Carstens | 2016-10-17 | 5 | -11/+16 |
| * | | s390/mm: use hugetlb_bad_size() | Shyam Saini | 2016-10-17 | 1 | -0/+1 |
| * | | s390: ignore pkey system calls | Heiko Carstens | 2016-10-17 | 1 | -0/+3 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-10-22 | 1 | -2/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | KVM: s390: reject invalid modes for runtime instrumentation | Christian Borntraeger | 2016-10-20 | 1 | -2/+7 |
| |/ |
|
* | | Merge branch 'gup_flag-cleanups' | Linus Torvalds | 2016-10-19 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | mm: replace get_user_pages_unlocked() write/force parameters with gup_flags | Lorenzo Stoakes | 2016-10-18 | 1 | -1/+2 |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-10-14 | 6 | -16/+14 |
|\ \
| |/
|/| |
|
| * | s390: move exports to definitions | Al Viro | 2016-08-08 | 6 | -16/+14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 3 | -9/+11 |
| |\ \ |
|
| * | | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-28 | 1 | -2/+2 |
* | | | | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2016-10-08 | 1 | -2/+2 |
* | | | | uprobes: remove function declarations from arch/{mips,s390} | Marcin Nowakowski | 2016-10-08 | 1 | -10/+0 |
* | | | | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 2016-10-08 | 1 | -0/+1 |
* | | | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | Vineet Gupta | 2016-10-08 | 1 | -1/+0 |
* | | | | mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE | Yisheng Xie | 2016-10-08 | 1 | -0/+1 |
* | | | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-10-06 | 9 | -177/+265 |
|\ \ \ \ |
|
| * | | | | kvm: add stubs for arch specific debugfs support | Luiz Capitulino | 2016-09-16 | 1 | -0/+10 |