index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
apparmor: fix IRQ stack overflow during free_profile
John Johansen
2012-10-25
1
-1
/
+23
*
Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2012-10-24
17
-50
/
+58
|
\
|
*
xen: dbgp: Fix warning when CONFIG_PCI is not enabled.
Ian Campbell
2012-10-19
1
-0
/
+2
|
*
Merge commit 'v3.7-rc1' into stable/for-linus-3.7
Konrad Rzeszutek Wilk
2012-10-19
13618
-772188
/
+1090312
|
|
\
|
*
|
xen: arm: comment on why 64-bit xen_pfn_t is safe even on 32 bit
Ian Campbell
2012-10-19
1
-1
/
+7
|
*
|
xen: balloon: use correct type for frame_list
Ian Campbell
2012-10-19
1
-1
/
+1
|
*
|
xen/x86: don't corrupt %eip when returning from a signal handler
David Vrabel
2012-10-19
2
-4
/
+6
|
*
|
xen: arm: make p2m operations NOPs
Ian Campbell
2012-10-19
1
-3
/
+10
|
*
|
xen: balloon: don't include e820.h
Ian Campbell
2012-10-19
1
-1
/
+0
|
*
|
xen: grant: use xen_pfn_t type for frame_list.
Ian Campbell
2012-10-19
6
-11
/
+7
|
*
|
xen: events: pirq_check_eoi_map is X86 specific
Ian Campbell
2012-10-19
1
-0
/
+4
|
*
|
xen: XENMEM_translate_gpfn_list was remove ages ago and is unused.
Ian Campbell
2012-10-19
1
-22
/
+2
|
*
|
xen: sysfs: fix build warning.
Ian Campbell
2012-10-19
3
-1
/
+6
|
*
|
xen: sysfs: include err.h for PTR_ERR etc
Ian Campbell
2012-10-19
1
-0
/
+1
|
*
|
xen: xenbus: quirk uses x86 specific cpuid
Ian Campbell
2012-10-19
1
-0
/
+2
|
*
|
xen PV passthru: assign SR-IOV virtual functions to separate virtual slots
Laszlo Ersek
2012-10-19
1
-4
/
+10
|
*
|
xen/xenbus: Fix compile warning.
Konrad Rzeszutek Wilk
2012-10-19
1
-1
/
+1
|
*
|
xen/x86: remove duplicated include from enlighten.c
Wei Yongjun
2012-10-19
1
-2
/
+0
*
|
|
alpha: separate thread-synchronous flags
Al Viro
2012-10-24
4
-45
/
+68
*
|
|
Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-10-24
4
-6
/
+6
|
\
\
\
|
*
|
|
KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENT
Sasha Levin
2012-10-22
1
-0
/
+3
|
*
|
|
KVM: apic: fix LDR calculation in x2apic mode
Gleb Natapov
2012-10-22
1
-1
/
+1
|
*
|
|
KVM: MMU: fix release noslot pfn
Xiao Guangrong
2012-10-22
2
-5
/
+2
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-10-24
7
-212
/
+173
|
\
\
\
\
|
*
\
\
\
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2012-10-21
1
-0
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
ring-buffer: Check for uninitialized cpu buffer before resizing
Vaibhav Nagarnaik
2012-10-11
1
-0
/
+4
|
*
|
|
|
|
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2012-10-21
4
-211
/
+165
|
|
\
\
\
\
\
|
|
*
|
|
|
|
uprobes: Fix the racy uprobe->flags manipulation
Oleg Nesterov
2012-10-07
1
-14
/
+14
|
|
*
|
|
|
|
uprobes: Fix prepare_uprobe() race with itself
Oleg Nesterov
2012-10-07
1
-0
/
+8
|
|
*
|
|
|
|
uprobes: Introduce prepare_uprobe()
Oleg Nesterov
2012-10-07
2
-29
/
+41
|
|
*
|
|
|
|
uprobes: Fix handle_swbp() vs unregister() + register() race
Oleg Nesterov
2012-10-07
1
-0
/
+9
|
|
*
|
|
|
|
uprobes: Do not delete uprobe if uprobe_unregister() fails
Oleg Nesterov
2012-10-07
1
-6
/
+6
|
|
*
|
|
|
|
uprobes: Don't return success if alloc_uprobe() fails
Oleg Nesterov
2012-10-07
1
-1
/
+3
|
|
*
|
|
|
|
uprobes/x86: Only rep+nop can be emulated correctly
Oleg Nesterov
2012-10-07
1
-14
/
+2
|
|
*
|
|
|
|
uprobes: Simplify is_swbp_at_addr(), remove stale comments
Oleg Nesterov
2012-09-29
1
-49
/
+24
|
|
*
|
|
|
|
uprobes: Kill set_orig_insn()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
1
-9
/
+23
|
|
*
|
|
|
|
uprobes: Introduce copy_opcode(), kill read_opcode()
Oleg Nesterov
2012-09-29
1
-44
/
+19
|
|
*
|
|
|
|
uprobes: Kill set_swbp()->is_swbp_at_addr()
Oleg Nesterov
2012-09-29
1
-11
/
+0
|
|
*
|
|
|
|
uprobes: Restrict valid_vma(false) to skip VM_SHARED vmas
Oleg Nesterov
2012-09-29
1
-9
/
+4
|
|
*
|
|
|
|
uprobes: Change valid_vma() to demand VM_MAYEXEC rather than VM_EXEC
Oleg Nesterov
2012-09-29
1
-2
/
+2
|
|
*
|
|
|
|
uprobes: Change write_opcode() to use FOLL_FORCE
Oleg Nesterov
2012-09-29
1
-1
/
+1
|
|
*
|
|
|
|
uprobes: Move clear_thread_flag(TIF_UPROBE) to uprobe_notify_resume()
Oleg Nesterov
2012-09-29
2
-3
/
+3
|
|
*
|
|
|
|
uprobes: Kill UTASK_BP_HIT state
Oleg Nesterov
2012-09-29
2
-21
/
+9
|
|
*
|
|
|
|
uprobes: Fix UPROBE_SKIP_SSTEP checks in handle_swbp()
Oleg Nesterov
2012-09-29
1
-16
/
+15
|
|
*
|
|
|
|
uprobes: Do not setup ->active_uprobe/state prematurely
Oleg Nesterov
2012-09-29
1
-6
/
+3
|
|
*
|
|
|
|
uprobes: Do not leak UTASK_BP_HIT if find_active_uprobe() fails
Oleg Nesterov
2012-09-29
1
-1
/
+4
|
*
|
|
|
|
|
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...
Ingo Molnar
2012-10-21
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()
Dan Carpenter
2012-10-15
1
-1
/
+1
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
perf/x86: Disable uncore on virtualized CPUs
Yan, Zheng
2012-10-20
1
-0
/
+3
*
|
|
|
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-10-24
2
-6
/
+12
|
\
\
\
\
\
\
\
[next]