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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
epoll: cleanup: use RCU_INIT_POINTER when nulling
Eric Wong
1
-1
/
+1
2013-04-30
epoll: cleanup: hoist out f_op->poll calls
Eric Wong
1
-10
/
+12
2013-04-30
epoll: lock ep->mtx in ep_free to silence lockdep
Eric Wong
1
-0
/
+4
2013-04-30
epoll: use RCU to protect wakeup_source in epitem
Eric Wong
1
-21
/
+71
2013-04-30
epoll: trim epitem by one cache line
Eric Wong
1
-1
/
+9
2013-04-30
kernel/timer.c: move some non timer related syscalls to kernel/sys.c
Stephen Rothwell
2
-207
/
+212
2013-04-30
kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE
Stephen Rothwell
1
-2
/
+1
2013-04-30
kernel/compat.c: make do_sysinfo() static
Stephen Rothwell
3
-68
/
+69
2013-04-30
binfmt_misc: reuse string_unescape_inplace()
Andy Shevchenko
1
-20
/
+4
2013-04-30
dynamic_debug: reuse generic string_unescape function
Andy Shevchenko
1
-43
/
+5
2013-04-30
staging: speakup: remove custom string_unescape_any_inplace
Andy Shevchenko
3
-49
/
+4
2013-04-30
lib/string_helpers: introduce generic string_unescape
Andy Shevchenko
6
-1
/
+301
2013-04-30
kernel/smp.c: cleanups
Andrew Morton
1
-45
/
+46
2013-04-30
include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock
Fan Du
1
-0
/
+2
2013-04-30
kernel/smp.c: remove 'priv' of call_single_data
liguang
2
-5
/
+2
2013-04-30
kernel/smp.c: use '|=' for csd_lock
liguang
1
-1
/
+1
2013-04-30
writeback: set worker desc to identify writeback workers in task dumps
Tejun Heo
1
-0
/
+1
2013-04-30
workqueue: include workqueue info when printing debug dump of a worker task
Tejun Heo
5
-1
/
+98
2013-04-30
kthread: implement probe_kthread_data()
Tejun Heo
2
-0
/
+20
2013-04-30
arc, print-fatal-signals: reduce duplicated information
Vineet Gupta
2
-3
/
+2
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
39
-84
/
+74
2013-04-30
dump_stack: implement arch-specific hardware description in task dumps
Tejun Heo
7
-6
/
+48
2013-04-30
dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer
Tejun Heo
1
-17
/
+27
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
33
-262
/
+32
2013-04-30
sparc32: make show_stack() acquire %fp if @_ksp is not specified
Tejun Heo
1
-9
/
+7
2013-04-30
x86: don't show trace beyond show_stack(NULL, NULL)
Tejun Heo
1
-1
/
+13
2013-04-30
kernel/range.c: subtract_range: fix the broken phrase issued by printk
Lin Feng
1
-1
/
+2
2013-04-30
selftest: add simple test for soft-dirty bit
Pavel Emelyanov
3
-3
/
+128
2013-04-30
staging: zcache: enable zcache to be built/loaded as a module
Dan Magenheimer
5
-12
/
+55
2013-04-30
staging: zcache: enable ramster to be built/loaded as a module
Dan Magenheimer
7
-13
/
+39
2013-04-30
zcache/tmem: Better error checking on frontswap_register_ops return value.
Konrad Rzeszutek Wilk
2
-2
/
+8
2013-04-30
xen: tmem: enable Xen tmem shim to be built/loaded as a module
Dan Magenheimer
4
-19
/
+46
2013-04-30
mm: cleancache: clean up cleancache_enabled
Bob Liu
2
-12
/
+1
2013-04-30
cleancache: Make cleancache_init use a pointer for the ops
Konrad Rzeszutek Wilk
4
-38
/
+40
2013-04-30
mm: cleancache: lazy initialization to allow tmem backends to build/run as mo...
Dan Magenheimer
1
-21
/
+219
2013-04-30
frontswap: get rid of swap_lock dependency
Minchan Kim
3
-19
/
+35
2013-04-30
mm: frontswap: cleanup code
Bob Liu
2
-52
/
+33
2013-04-30
frontswap: make frontswap_init use a pointer for the ops
Konrad Rzeszutek Wilk
4
-28
/
+26
2013-04-30
mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...
Dan Magenheimer
1
-10
/
+84
2013-04-30
fs/dcache.c: add cond_resched() to shrink_dcache_parent()
Greg Thelen
1
-1
/
+3
2013-04-30
fs/block_dev.c: no need to check inode->i_bdev in bd_forget()
Yan Hong
1
-5
/
+3
2013-04-30
inotify: invalid mask should return a error number but not set it
Zhao Hongjiang
1
-2
/
+4
2013-04-30
memory hotplug: fix warnings
Vincent Stehlé
1
-1
/
+1
2013-04-30
drivers/usb/storage/realtek_cr.c: fix build
Andrew Morton
1
-4
/
+1
2013-04-30
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
38
-90
/
+1410
2013-04-30
Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
23
-40
/
+407
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
14
-24
/
+717
2013-04-30
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2
-28
/
+44
2013-04-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
653
-28633
/
+40811
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
61
-420
/
+1600
[next]