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
2006-10-04
[PATCH] genirq: msi: only build msi-apic.c on ia64
Eric W. Biederman
1
-1
/
+2
2006-10-04
[PATCH] genirq: i386 irq: Move msi message composition into io_apic.c
Eric W. Biederman
3
-5
/
+119
2006-10-04
[PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.c
Eric W. Biederman
3
-5
/
+123
2006-10-04
[PATCH] genirq: msi: make the msi code irq based and not vector based
Eric W. Biederman
2
-264
/
+168
2006-10-04
[PATCH] genirq: x86_64 irq: Dynamic irq support
Eric W. Biederman
1
-5
/
+46
2006-10-04
[PATCH] genirq: i386 irq: Dynamic irq support
Eric W. Biederman
1
-0
/
+48
2006-10-04
[PATCH] genirq: ia64 irq: Dynamic irq support
Eric W. Biederman
1
-0
/
+20
2006-10-04
[PATCH] genirq: irq: add a dynamic irq creation API
Eric W. Biederman
2
-1
/
+64
2006-10-04
[PATCH] genirq: msi: simplify the msi irq limit policy
Eric W. Biederman
4
-95
/
+8
2006-10-04
[PATCH] genirq: msi: refactor the msi_ops
Eric W. Biederman
5
-115
/
+116
2006-10-04
[PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msg
Eric W. Biederman
3
-106
/
+104
2006-10-04
[PATCH] genirq: msi: make the msi boolean tests return either 0 or 1
Eric W. Biederman
1
-2
/
+2
2006-10-04
[PATCH] genirq: msi: simplify msi enable and disable
Eric W. Biederman
1
-106
/
+16
2006-10-04
[PATCH] genirq: x86_64 irq: Reenable migrating irqs to other cpus
Eric W. Biederman
1
-3
/
+33
2006-10-04
[PATCH] genirq: irq: add moved_masked_irq
Eric W. Biederman
2
-7
/
+27
2006-10-04
[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit
Eric W. Biederman
2
-5
/
+4
2006-10-04
[PATCH] genirq: convert the i386 architecture to irq-chips
Ingo Molnar
4
-146
/
+80
2006-10-04
[PATCH] genirq: convert the x86_64 architecture to irq-chips
Ingo Molnar
4
-143
/
+44
2006-10-04
[PATCH] fbdev: riva warning fix
Andrew Morton
1
-1
/
+1
2006-10-04
[PATCH] ecryptfs: fs/Makefile and fs/Kconfig
Michael Halcrow
15
-0
/
+6852
2006-10-04
[PATCH] Fix linux/nfsd/const.h for make headers_check
Cedric Le Goater
1
-1
/
+2
2006-10-04
[PATCH] knfsd: nfsd4: actually use all the pieces to implement referrals
J.Bruce Fields
3
-13
/
+69
2006-10-04
[PATCH] knfsd: nfsd4: xdr encoding for fs_locations
J.Bruce Fields
2
-2
/
+126
2006-10-04
[PATCH] knfsd: nfsd4: fslocations data structures
Manoj Naik
2
-4
/
+134
2006-10-04
[PATCH] knfsd: nfsd: store export path in export
J.Bruce Fields
2
-0
/
+11
2006-10-04
[PATCH] knfsd: close a race-opportunity in d_splice_alias
NeilBrown
1
-4
/
+5
2006-10-04
[PATCH] knfsd: fix auto-sizing of nfsd request/reply buffers
NeilBrown
1
-1
/
+1
2006-10-04
[PATCH] knfsd: lockd: fix refount on nsm
NeilBrown
1
-2
/
+4
2006-10-04
[PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls
J.Bruce Fields
2
-20
/
+5
2006-10-04
[PATCH] knfsd: nfsd4: acls: simplify nfs4_acl_nfsv4_to_posix interface
J.Bruce Fields
1
-27
/
+21
2006-10-04
[PATCH] knfsd: nfsd4: acls: fix inheritance
J.Bruce Fields
1
-13
/
+30
2006-10-04
[PATCH] knfsd: nfsd4: acls: relax the nfsv4->posix mapping
J.Bruce Fields
1
-354
/
+273
2006-10-04
[PATCH] knfsd: nfsd4: clean up exp_pseudoroot
J.Bruce Fields
1
-7
/
+4
2006-10-04
[PATCH] knfsd: nfsd4: refactor exp_pseudoroot
J.Bruce Fields
1
-9
/
+3
2006-10-04
[PATCH] knfsd: svcrpc: use consistent variable name for the reply state
J.Bruce Fields
1
-3
/
+3
2006-10-04
[PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case
J.Bruce Fields
1
-12
/
+18
2006-10-04
[PATCH] knfsd: svcrpc: gss: factor out some common wrapping code
J.Bruce Fields
1
-20
/
+23
2006-10-04
[PATCH] Convert lockd to use the newer mutex instead of the older semaphore
Neil Brown
4
-18
/
+19
2006-10-04
[PATCH] knfsd: register all RPC programs with portmapper by default
Olaf Kirch
4
-14
/
+28
2006-10-04
[PATCH] knfsd: lockd: fix use of h_nextrebind
Olaf Kirch
1
-1
/
+1
2006-10-04
[PATCH] knfsd: export nsm_local_state to user space via sysctl
Olaf Kirch
3
-2
/
+11
2006-10-04
[PATCH] knfsd: match GRANTED_RES replies using cookies
Olaf Kirch
4
-14
/
+16
2006-10-04
[PATCH] knfsd: make nlmclnt_next_cookie SMP safe
Olaf Kirch
2
-5
/
+6
2006-10-04
[PATCH] knfsd: lockd: optionally use hostnames for identifying peers
Olaf Kirch
5
-4
/
+27
2006-10-04
[PATCH] knfsd: simplify nlmsvc_invalidate_all
NeilBrown
3
-39
/
+2
2006-10-04
[PATCH] knfsd: lockd: Add nlm_destroy_host
Olaf Kirch
1
-16
/
+29
2006-10-04
[PATCH] knfsd: lockd: make nlm_traverse_* more flexible
Olaf Kirch
5
-74
/
+102
2006-10-04
[PATCH] knfsd: change nlm_file to use a hlist
Olaf Kirch
2
-28
/
+17
2006-10-04
[PATCH] knfsd: lockd: Change list of blocked list to list_node
Olaf Kirch
3
-69
/
+62
2006-10-04
[PATCH] knfsd: lockd: make the hash chains use a hlist_node
Olaf Kirch
2
-33
/
+40
[next]