index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-19
smp: Fix error case handling in smp_call_function_*()
Linus Torvalds
1
-1
/
+3
2015-04-18
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-32
/
+62
2015-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+9
2015-04-17
oprofile: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
1
-0
/
+1
2015-04-17
gcov: fix softlockups
Andrey Ryabinin
1
-1
/
+4
2015-04-17
kernel/sysctl.c: detect overflows when converting to int
Heinrich Schuchardt
1
-1
/
+9
2015-04-17
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
2
-25
/
+41
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
1
-19
/
+37
2015-04-17
kernel/sysctl.c: threads-max observe limits
Heinrich Schuchardt
2
-6
/
+31
2015-04-17
kernel/fork.c: avoid division by zero
Heinrich Schuchardt
1
-9
/
+20
2015-04-17
kernel/fork.c: new function for max_threads
Heinrich Schuchardt
1
-13
/
+21
2015-04-17
fork_init: update max_threads comment
Jean Delvare
1
-2
/
+2
2015-04-17
fork: report pid reservation failure properly
Michal Hocko
2
-9
/
+11
2015-04-17
signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo
Vladimir Davydov
1
-9
/
+5
2015-04-17
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
1
-10
/
+9
2015-04-17
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
1
-0
/
+20
2015-04-17
smp: Fix smp_call_function_single_async() locking
Linus Torvalds
1
-31
/
+47
2015-04-17
lockdep: Make print_lock() robust against concurrent release
Peter Zijlstra
1
-1
/
+15
2015-04-16
bpf: fix two bugs in verification logic when accessing 'ctx' pointer
Alexei Starovoitov
1
-2
/
+7
2015-04-16
bpf: fix verifier memory corruption
Alexei Starovoitov
1
-1
/
+2
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
12
-63
/
+106
2015-04-15
tracing: remove use of seq_printf return value
Joe Perches
1
-2
/
+2
2015-04-15
cgroup: remove use of seq_printf return value
Joe Perches
1
-1
/
+3
2015-04-15
kernel/reboot.c: add orderly_reboot for graceful reboot
Joel Stanley
1
-5
/
+48
2015-04-15
kernel/hung_task.c: change hung_task.c to use for_each_process_thread()
Aaron Tomlin
1
-2
/
+2
2015-04-15
kernel/resource.c: remove deprecated __check_region() and friends
Jakub Sitnicki
1
-32
/
+0
2015-04-15
kernel: conditionally support non-root users, groups and capabilities
Iulia Manda
6
-20
/
+41
2015-04-15
mm: allow compaction of unevictable pages
Eric B Munson
1
-0
/
+9
2015-04-15
memcg: zap mem_cgroup_lookup()
Vladimir Davydov
1
-1
/
+1
2015-04-15
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-142
/
+1
2015-04-15
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
9
-116
/
+205
2015-04-14
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+12
2015-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-98
/
+244
2015-04-14
kernel, cpuset: remove exception for __GFP_THISNODE
David Rientjes
1
-13
/
+5
2015-04-14
watchdog: introduce the hardlockup_detector_disable() function
Ulrich Obergfell
1
-19
/
+2
2015-04-14
watchdog: clean up some function names and arguments
Ulrich Obergfell
1
-8
/
+12
2015-04-14
watchdog: enable the new user interface of the watchdog mechanism
Ulrich Obergfell
2
-76
/
+40
2015-04-14
watchdog: implement error handling for failure to set up hardware perf events
Ulrich Obergfell
1
-0
/
+30
2015-04-14
watchdog: introduce separate handlers for parameters in /proc/sys/kernel
Ulrich Obergfell
1
-0
/
+59
2015-04-14
watchdog: introduce proc_watchdog_common()
Ulrich Obergfell
1
-0
/
+65
2015-04-14
watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()
Ulrich Obergfell
1
-1
/
+2
2015-04-14
watchdog: introduce the proc_watchdog_update() function
Ulrich Obergfell
1
-0
/
+23
2015-04-14
watchdog: new definitions and variables, initialization
Ulrich Obergfell
1
-1
/
+26
2015-04-14
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-2
/
+3
2015-04-14
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-180
/
+1226
2015-04-14
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-21
/
+40
2015-04-14
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-311
/
+743
2015-04-14
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
13
-45
/
+492
2015-04-14
Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-142
/
+130
[next]