index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-10
[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmt
David Howells
1
-2
/
+674
2006-07-10
[PATCH] FDPIC: Move roundup() into linux/kernel.h
David Howells
3
-5
/
+0
2006-07-10
[PATCH] FDPIC: Adjust the ELF-FDPIC driver to conform more to the CodingStyle
David Howells
1
-137
/
+168
2006-07-10
[PATCH] NOMMU: Fix execution off of ramfs with mmap()
David Howells
1
-2
/
+2
2006-07-10
[PATCH] FDPIC: Fix FDPIC compile errors
David Howells
1
-0
/
+1
2006-07-10
[PATCH] mmap zero-length hugetlb file with PROT_NONE to protect a hugetlb vir...
Zhang, Yanmin
1
-3
/
+1
2006-07-10
[PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOL
Adrian Bunk
1
-1
/
+1
2006-07-10
[PATCH] partitions: let partitions inherit policy from disk
Peter Oberparleiter
1
-0
/
+1
2006-07-10
[PATCH] reiserfs: fix journaling issue regarding fsync()
Hisashi Hifumi
1
-1
/
+5
2006-07-05
Merge branch 'locks'
Trond Myklebust
3
-44
/
+79
2006-07-05
NFS: Optimise away an excessive GETATTR call when a file is symlinked
Trond Myklebust
1
-1
/
+3
2006-07-05
NFS: Fix NFS page_state usage
Trond Myklebust
1
-3
/
+17
2006-07-05
NLM,NFSv4: Wait on local locks before we put RPC calls on the wire
Trond Myklebust
2
-12
/
+31
2006-07-05
VFS: Add support for the FL_ACCESS flag to flock_lock_file()
Trond Myklebust
1
-0
/
+5
2006-07-05
NFSv4: Ensure nfs4_lock_expired() caches delegated locks
Trond Myklebust
1
-3
/
+5
2006-07-05
NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock
Trond Myklebust
2
-27
/
+22
2006-07-05
VFS: Allow caller to determine if BSD or posix locks were actually freed
Trond Myklebust
1
-2
/
+16
2006-07-05
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
21
-80
/
+220
2006-07-03
[PATCH] uclinux: fix proc_task()/get_proc-task() naming
Greg Ungerer
1
-1
/
+1
2006-07-03
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
7
-33
/
+29
2006-07-03
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
Ingo Molnar
1
-2
/
+2
2006-07-03
[PATCH] lockdep: annotate blkdev nesting
Ingo Molnar
1
-15
/
+87
2006-07-03
[PATCH] lockdep: annotate sb ->s_umount
Arjan van de Ven
1
-0
/
+1
2006-07-03
[PATCH] lockdep: annotate ->s_lock
Ingo Molnar
1
-2
/
+8
2006-07-03
[PATCH] lockdep: annotate the quota code
Arjan van de Ven
4
-4
/
+4
2006-07-03
[PATCH] lockdep: annotate NTFS locking rules
Ingo Molnar
2
-0
/
+64
2006-07-03
[PATCH] lockdep: annotate i_mutex
Ingo Molnar
1
-10
/
+10
2006-07-03
[PATCH] lockdep: annotate dcache
Ingo Molnar
1
-2
/
+2
2006-07-03
[PATCH] lockdep: annotate direct io
Ingo Molnar
1
-2
/
+4
2006-07-03
[PATCH] lockdep: locking init debugging improvement
Ingo Molnar
1
-1
/
+1
2006-07-03
[PATCH] binfmt_elf: fix checks for bad address
Chuck Ebbert
1
-8
/
+7
2006-07-03
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
171
-3505
/
+451
2006-07-02
[PATCH] nfs: non-procfs build fix
Dominik Hackl
1
-2
/
+2
2006-07-02
[JFFS2][XATTR] Fix memory leak in POSIX-ACL support
KaiGai Kohei
3
-5
/
+4
2006-07-01
[PATCH] reiserfs: update ctime and mtime on expanding truncate
Vladimir Saveliev
1
-0
/
+5
2006-07-01
[PATCH] ufs: truncate should allocate block for last byte
Evgeniy Dushistov
6
-65
/
+204
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
129
-147
/
+21
2006-06-30
[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
J. Bruce Fields
1
-1
/
+1
2006-06-30
[PATCH] knfsd: nfsd4: fix open flag passing
J. Bruce Fields
2
-4
/
+7
2006-06-30
[PATCH] knfsd: nfsd4: fix some open argument tests
J. Bruce Fields
1
-4
/
+13
2006-06-30
[PATCH] knfsd: nfsd: fix misplaced fh_unlock() in nfsd_link()
David M. Richter
1
-2
/
+3
2006-06-30
[PATCH] knfsd: nfsd4: remove superfluous grace period checks
J. Bruce Fields
1
-4
/
+0
2006-06-30
[PATCH] knfsd: nfsd: call nfsd_setuser() on fh_compose(), fix nfsd4 permissio...
J. Bruce Fields
1
-7
/
+8
2006-06-30
[PATCH] knfsd: nfsd4: fix open_confirm locking
J. Bruce Fields
1
-2
/
+3
2006-06-30
[PATCH] knfsd: ignore ref_fh when crossing a mountpoint
NeilBrown
1
-3
/
+3
2006-06-30
[PATCH] knfsd: remove noise about filehandle being uptodate
NeilBrown
1
-5
/
+1
2006-06-30
[PATCH] knfsd: fixing missing 'expkey' support for fsid type 3
Frank Filz
1
-1
/
+1
2006-06-30
[PATCH] knfsd: improve the test for cross-device-rename in nfsd
NeilBrown
1
-1
/
+1
2006-06-30
[PATCH] SELinux: Add security hook definition for getioprio and insert hooks
David Quigley
1
-5
/
+24
2006-06-30
[PATCH] Light weight event counters
Christoph Lameter
2
-6
/
+5
[next]