Age | Commit message (Expand) | Author | Files | Lines |
2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 1 | -1/+3 |
2017-12-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+3 |
2017-12-22 | Merge tag 'powerpc-4.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -7/+27 |
2017-12-22 | arch, mm: Allow arch_dup_mmap() to fail | Thomas Gleixner | 1 | -2/+3 |
2017-12-22 | KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp() | Laurent Vivier | 1 | -1/+2 |
2017-12-22 | KVM: PPC: Book3S: fix XIVE migration of pending interrupts | Cédric Le Goater | 1 | -2/+2 |
2017-12-19 | powerpc/kernel: Print actual address of regs when oopsing | Michael Ellerman | 1 | -1/+1 |
2017-12-15 | bpf, ppc64: do not reload skb pointers in non-skb context | Daniel Borkmann | 1 | -2/+4 |
2017-12-13 | powerpc/perf: Fix kfree memory allocated for nest pmus | Anju T Sudhakar | 1 | -1/+3 |
2017-12-13 | powerpc/perf/imc: Fix nest-imc cpuhotplug callback failure | Anju T Sudhakar | 1 | -0/+13 |
2017-12-13 | powerpc/perf: Dereference BHRB entries safely | Ravi Bangoria | 1 | -2/+6 |
2017-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+1 |
2017-12-07 | powerpc/xmon: Don't print hashed pointers in xmon | Michael Ellerman | 1 | -5/+5 |
2017-12-06 | powerpc/64s: Initialize ISAv3 MMU registers before setting partition table | Nicholas Piggin | 1 | -0/+2 |
2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
2017-12-05 | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier" | David Gibson | 6 | -22/+45 |
2017-12-04 | powerpc/perf: Fix oops when grouping different pmu events | Ravi Bangoria | 1 | -2/+2 |
2017-12-01 | Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 3 | -6/+23 |
2017-11-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -21/+27 |
2017-11-29 | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE | Dan Williams | 1 | -1/+0 |
2017-11-29 | powerpc: Do not assign thread.tidr if already assigned | Vaibhav Jain | 1 | -0/+3 |
2017-11-29 | powerpc: Avoid signed to unsigned conversion in set_thread_tidr() | Vaibhav Jain | 1 | -3/+6 |
2017-11-27 | Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 3 | -16/+25 |
2017-11-27 | KVM: Let KVM_SET_SIGNAL_MASK work as advertised | Jan H. Schönherr | 1 | -5/+2 |
2017-11-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 5 | -17/+16 |
2017-11-24 | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 7 | -34/+66 |
2017-11-24 | powerpc/kexec: Fix kexec/kdump in P9 guest kernels | Michael Ellerman | 1 | -0/+2 |
2017-11-23 | powerpc/powernv: Fix kexec crashes caused by tlbie tracing | Mahesh Salgaonkar | 1 | -3/+12 |
2017-11-23 | KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts | Paul Mackerras | 3 | -16/+25 |
2017-11-22 | powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features | Michael Ellerman | 1 | -2/+2 |
2017-11-22 | powerpc/perf: Fix IMC_MAX_PMU macro | Madhavan Srinivasan | 3 | -8/+29 |
2017-11-22 | powerpc/perf: Fix pmu_count to count only nest imc pmus | Madhavan Srinivasan | 1 | -2/+4 |
2017-11-22 | powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX | Christophe Leroy | 1 | -4/+2 |
2017-11-22 | powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id() | Michael Ellerman | 1 | -6/+6 |
2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 1 | -4/+3 |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 4 | -13/+13 |
2017-11-21 | powerpc/vas: Export chip_to_vas_id() | Sukadev Bhattiprolu | 1 | -0/+1 |
2017-11-20 | powerpc/64s/slice: Use addr limit when computing slice mask | Aneesh Kumar K.V | 1 | -12/+22 |
2017-11-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2017-11-17 | pid: replace pid bitmap implementation with IDR API | Gargi Sharma | 1 | -1/+1 |
2017-11-17 | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -1/+0 |
2017-11-17 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -29/+2 |
2017-11-16 | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 17 | -298/+800 |
2017-11-16 | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 131 | -927/+3026 |
2017-11-15 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -12/+0 |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -3/+4 |
2017-11-15 | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman | 2 | -2/+2 |
2017-11-15 | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 1 | -1/+1 |
2017-11-15 | mm: account pud page tables | Kirill A. Shutemov | 1 | -0/+1 |
2017-11-15 | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -4/+2 |