index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
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
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Documentation: Reflect the new location of the NMI watchdog info
Jean Delvare
2012-10-21
1
-2
/
+2
|
*
|
|
|
|
|
|
nohz: Fix idle ticks in cpu summary line of /proc/stat
Michal Hocko
2012-10-10
1
-4
/
+10
*
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2012-10-24
13
-36
/
+55
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
s390,uapi: do not use uapi/asm-generic/kvm_para.h
David Howells
2012-10-19
2
-2
/
+11
|
*
|
|
|
|
|
|
|
s390/cache: fix data/instruction cache output
Heiko Carstens
2012-10-18
1
-3
/
+6
|
*
|
|
|
|
|
|
|
s390: fix linker script for 31 bit builds
Heiko Carstens
2012-10-18
2
-2
/
+2
|
*
|
|
|
|
|
|
|
s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGE
Gerald Schaefer
2012-10-18
1
-0
/
+1
|
*
|
|
|
|
|
|
|
s390/kdump: Use 64 bit mode for 0x10000 entry point
Michael Holzheu
2012-10-18
1
-8
/
+2
|
*
|
|
|
|
|
|
|
perf_cpum_cf: Add support for counters available with IBM zEC12
Hendrik Brueckner
2012-10-18
2
-2
/
+6
|
*
|
|
|
|
|
|
|
s390/css: stop stsch loop after cc 3
Sebastian Ott
2012-10-18
3
-2
/
+16
|
*
|
|
|
|
|
|
|
s390/cio: use generic bitmap functions
Sebastian Ott
2012-10-18
1
-12
/
+6
|
*
|
|
|
|
|
|
|
s390/chpid: make headers usable (again)
Sebastian Ott
2012-10-18
1
-5
/
+5
*
|
|
|
|
|
|
|
|
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
2012-10-24
2
-10
/
+4
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines
Chris Metcalf
2012-10-23
1
-10
/
+0
|
*
|
|
|
|
|
|
|
|
arch/tile: avoid generating .eh_frame information in modules
Chris Metcalf
2012-10-23
1
-0
/
+4
*
|
|
|
|
|
|
|
|
|
Merge tag 'please-pull-uapi-fix' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-10-24
2
-34
/
+1
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
UAPI: Make arch/ia64/include/asm/kvm_para.h generic
David Howells
2012-10-18
2
-34
/
+1
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-23
21
-68
/
+148
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()
Thomas Hellstrom
2012-10-23
1
-8
/
+12
|
*
|
|
|
|
|
|
|
|
|
|
drm/ttm: Fix a theoretical race
Thomas Hellstrom
2012-10-23
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
drm: platform: Don't initialize driver-private data
Thierry Reding
2012-10-23
2
-8
/
+5
|
*
|
|
|
|
|
|
|
|
|
|
drm/debugfs: remove redundant info from gem_names
Marcin Slusarz
2012-10-23
1
-2
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
drm: fb: cma: Fail gracefully on allocation failure
Thierry Reding
2012-10-23
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
drm: fb: cma: Fix typo in debug message
Thierry Reding
2012-10-23
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...
Dave Airlie
2012-10-22
8
-21
/
+47
|
|
\
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
|
drm/nouveau/clock: fix missing pll type/addr when matching default entry
Ben Skeggs
2012-10-22
1
-6
/
+4
|
|
*
|
|
|
|
|
|
|
|
|
|
drm/nouveau/fb: fix reporting of memory type on GF8+ IGPs
Ben Skeggs
2012-10-22
1
-0
/
+1
[prev]
[next]