]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'topic/uek-4.1/dtrace' of git://ca-git.us.oracle.com/linux-uek into...
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 4 Aug 2015 20:31:18 +0000 (13:31 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 4 Aug 2015 20:31:18 +0000 (13:31 -0700)
commitd723c6ebe83bf8167328d5c23a67d80c8e21ba73
tree0de4fe4f9b0fa1f03ad335c31de0eeb933a08500
parentb18803cab4c1cea33282c4066388f6b930d12169
parent48431b3da06677ff1abcd51eb88106a32f3bfc0f
Merge branch 'topic/uek-4.1/dtrace' of git://ca-git.us.oracle.com/linux-uek into uek/uek-4.1

* 'topic/uek-4.1/dtrace' of git://ca-git.us.oracle.com/linux-uek: (195 commits)
  dtrace: accomodate changes in the 4.1 kernel for sparc64
  dtrace: implement dtrace_handle_badaddr() for x86
  dtrace: ignore any and all PFs during NOFAULT memory acceses
  dtrace: do not allocate space for trampolines when probec = 0
  dtrace: convert from sdt_instr_t to asm_instr_t 2of2
  dtrace: convert from sdt_instr_t to asm_instr_t 1of2
  dtrace: allocate space for SDT trampolines using module_alloc
  dtrace: accomodate changes in the 4.1 kernels
  kallsyms: fix /proc/kallmodsyms to not be misled by const variables
  kallsyms: fix /proc/kallmodsyms to not be misled by external symbols
  wait: change waitfd() to use wait4(), not waitid(); reduce invasiveness
  dtrace: use a nonzero reference count on the fake module
  dtrace: percpu: move from __get_cpu_var() to this_cpu_ptr()
  dtrace: x86: Cater for new instruction size limit in instruction decoder
  mm: memcontrol: adjust prototype to allow for poll_wait_fixed() changes.
  dtrace: zero-initialize the fake vmlinux module's pdata space
  dtrace: remove obsolete function
  dtrace: make it possible to call do_sigaltstack()
  dtrace: do not vmalloc/vfree from probe context
  dtrace: fix dtrace_sdt.sh for UEK4
  ...
Makefile
arch/x86/Kconfig
init/main.c
mm/hugetlb.c