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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
reboot: arm: change reboot_mode to use enum reboot_mode
Robin Holt
125
-166
/
+282
2013-07-09
reboot: arm: prepare reboot_mode for moving to generic kernel code
Robin Holt
4
-9
/
+10
2013-07-09
reboot: arm: remove unused restart_mode fields from some arm subarchs
Robin Holt
4
-6
/
+0
2013-07-09
reboot: unicore32: prepare reboot_mode for moving to generic kernel code
Robin Holt
4
-7
/
+9
2013-07-09
reboot: x86: prepare reboot_mode for moving to generic kernel code
Robin Holt
2
-5
/
+12
2013-07-09
reboot: checkpatch.pl the new kernel/reboot.c file
Robin Holt
2
-15
/
+14
2013-07-09
reboot: move shutdown/reboot related functions to kernel/reboot.c
Robin Holt
3
-332
/
+347
2013-07-09
reboot: remove -stable friendly PF_THREAD_BOUND define
Robin Holt
1
-5
/
+0
2013-07-09
partitions/msdos: enumerate also AIX LVM partitions
Philippe De Muyter
1
-0
/
+5
2013-07-09
partitions: add aix lvm partition support files
Philippe De Muyter
4
-0
/
+306
2013-07-09
partitions/msdos.c: end-of-line whitespace and semicolon cleanup
Philippe De Muyter
1
-6
/
+6
2013-07-09
mwave: fix info leak in mwave_ioctl()
Dan Carpenter
1
-0
/
+1
2013-07-09
ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update
Manfred Spraul
1
-11
/
+21
2013-07-09
ipc/sem.c: replace shared sem_otime with per-semaphore value
Manfred Spraul
2
-7
/
+31
2013-07-09
ipc/sem.c: always use only one queue for alter operations
Manfred Spraul
1
-40
/
+88
2013-07-09
ipc/sem: separate wait-for-zero and alter tasks into seperate queues
Manfred Spraul
2
-61
/
+155
2013-07-09
ipc/sem.c: cacheline align the semaphore structures
Manfred Spraul
1
-1
/
+1
2013-07-09
ipc/util.c, ipc_rcu_alloc: cacheline align allocation
Manfred Spraul
1
-6
/
+6
2013-07-09
ipc: remove unused functions
Davidlohr Bueso
2
-26
/
+0
2013-07-09
ipc,msg: shorten critical region in msgrcv
Davidlohr Bueso
1
-26
/
+32
2013-07-09
ipc,msg: shorten critical region in msgsnd
Davidlohr Bueso
1
-13
/
+24
2013-07-09
ipc,msg: make msgctl_nolock lockless
Davidlohr Bueso
1
-10
/
+17
2013-07-09
ipc,msg: introduce lockless functions to obtain the ipc object
Davidlohr Bueso
1
-0
/
+21
2013-07-09
ipc,msg: introduce msgctl_nolock
Davidlohr Bueso
1
-15
/
+34
2013-07-09
ipc,msg: shorten critical region in msgctl_down
Davidlohr Bueso
1
-5
/
+7
2013-07-09
ipc: move locking out of ipcctl_pre_down_nolock
Davidlohr Bueso
4
-39
/
+56
2013-07-09
ipc: close open coded spin lock calls
Davidlohr Bueso
4
-12
/
+12
2013-07-09
ipc: introduce ipc object locking helpers
Davidlohr Bueso
1
-5
/
+15
2013-07-09
ipc: move rcu lock out of ipc_addid
Davidlohr Bueso
3
-7
/
+8
2013-07-09
ipc/shmc.c: eliminate ugly 80-col tricks
Andrew Morton
2
-4
/
+4
2013-07-09
ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...
Oleg Nesterov
1
-0
/
+3
2013-07-09
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
Oleg Nesterov
1
-0
/
+1
2013-07-09
ptrace/x86: cleanup ptrace_set_debugreg()
Oleg Nesterov
1
-18
/
+8
2013-07-09
ptrace/x86: ptrace_write_dr7() should create bp if !disabled
Oleg Nesterov
1
-7
/
+10
2013-07-09
ptrace/x86: introduce ptrace_register_breakpoint()
Oleg Nesterov
1
-36
/
+50
2013-07-09
ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()
Oleg Nesterov
1
-33
/
+20
2013-07-09
ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()
Oleg Nesterov
1
-25
/
+15
2013-07-09
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
Oleg Nesterov
4
-30
/
+1
2013-07-09
ptrace/sh: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-4
/
+0
2013-07-09
ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-8
/
+0
2013-07-09
ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-26
/
+4
2013-07-09
ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
1
-23
/
+5
2013-07-09
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
4
-0
/
+31
2013-07-09
drivers/rtc/rtc-stmp3xxx.c: check the return value from stmp_reset_block()
Fabio Estevam
1
-1
/
+6
2013-07-09
ncpfs: fix error return code in ncp_parse_options()
Wei Yongjun
1
-3
/
+9
2013-07-09
checkpatch: make the CamelCase cache work for non-git trees too
Joe Perches
1
-19
/
+35
2013-07-09
panic: add cpu/pid to warn_slowpath_common in WARNING printk()s
Alex Thorlton
1
-2
/
+3
2013-07-09
mm/memory_hotplug.c: fix return value of online_pages()
Toshi Kani
1
-3
/
+3
2013-07-09
mm: honor min_free_kbytes set by user
Michal Hocko
1
-7
/
+17
2013-07-09
memcg: don't need to free memcg via RCU or workqueue
Li Zefan
1
-46
/
+5
[next]