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
/
kernel
/
sys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-25
notifiers: sys: move reboot notifiers into reboot.h
Amerigo Wang
1
-1
/
+31
2011-05-19
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2011-05-11
PM: Remove sysdev suspend, resume and shutdown operations
Rafael J. Wysocki
1
-3
/
+0
2011-05-06
reboot: disable usermodehelper to prevent fs access
Kay Sievers
1
-0
/
+2
2011-03-23
userns: user namespaces: convert all capable checks in kernel/sys.c
Serge E. Hallyn
1
-26
/
+49
2011-03-23
userns: allow sethostname in a container
Serge E. Hallyn
1
-1
/
+1
2011-03-15
PM / Core: Introduce struct syscore_ops for core subsystems PM
Rafael J. Wysocki
1
-0
/
+4
2011-01-31
Fix prlimit64 for suid/sgid processes
Kacper Kornet
1
-1
/
+2
2011-01-13
kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...
Seiji Aguchi
1
-0
/
+6
2010-11-30
sched: Add 'autogroup' scheduling feature: automated per session task groups
Mike Galbraith
1
-1
/
+3
2010-08-31
pid: make setpgid() system call use RCU read-side critical section
Paul E. McKenney
1
-0
/
+2
2010-07-16
rlimits: implement prlimit64 syscall
Jiri Slaby
1
-0
/
+94
2010-07-16
rlimits: switch more rlimit syscalls to do_prlimit
Jiri Slaby
1
-9
/
+8
2010-07-16
rlimits: redo do_setrlimit to more generic do_prlimit
Jiri Slaby
1
-34
/
+37
2010-07-16
rlimits: do security check under task_lock
Jiri Slaby
1
-10
/
+10
2010-07-16
rlimits: allow setrlimit to non-current tasks
Jiri Slaby
1
-1
/
+10
2010-07-16
rlimits: split sys_setrlimit
Jiri Slaby
1
-16
/
+24
2010-07-16
rlimits: make sure ->rlim_max never grows in sys_setrlimit
Oleg Nesterov
1
-7
/
+8
2010-07-16
rlimits: add task_struct to update_rlimit_cpu
Jiri Slaby
1
-1
/
+1
2010-07-16
rlimits: security, add task_struct to setrlimit
Jiri Slaby
1
-1
/
+1
2010-05-27
kmod: add init function to usermodehelper
Neil Horman
1
-3
/
+3
2010-05-06
Merge branch 'master' into next
James Morris
1
-1
/
+2
2010-04-24
kernel/sys.c: fix compat uname machine
Andreas Schwab
1
-1
/
+1
2010-04-12
security: remove dead hook task_setgid
Eric Paris
1
-16
/
+0
2010-04-12
security: remove dead hook task_setuid
Eric Paris
1
-15
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-12
Add generic sys_olduname()
Christoph Hellwig
1
-0
/
+54
2010-03-12
improve sys_newuname() for compat architectures
Christoph Hellwig
1
-0
/
+13
2010-03-06
kernel core: use helpers for rlimits
Jiri Slaby
1
-2
/
+1
2010-02-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+0
2010-02-22
kernel/sys.c: fix missing rcu protection for sys_getpriority()
Tetsuo Handa
1
-0
/
+2
2010-01-21
sched: Remove USER_SCHED
Dhaval Giani
1
-5
/
+0
2009-12-19
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2009-12-15
kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...
H Hartley Sweeten
1
-4
/
+4
2009-12-10
sys: Fix missing rcu protection for __task_cred() access
Thomas Gleixner
1
-0
/
+2
2009-12-09
Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2009-12-02
sched, cputime: Introduce thread_group_times()
Hidetoshi Seto
1
-10
/
+8
2009-11-26
sched: Introduce task_times() to replace task_{u,s}time() pair
Hidetoshi Seto
1
-2
/
+1
2009-10-29
Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+18
2009-10-29
connector: fix regression introduced by sid connector
Christian Borntraeger
1
-0
/
+2
2009-10-14
sys: Remove BKL from sys_reboot
Thomas Gleixner
1
-7
/
+7
2009-10-04
HWPOISON: Clean up PR_MCE_KILL interface
Andi Kleen
1
-5
/
+18
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-0
/
+22
2009-09-23
getrusage: fill ru_maxrss value
Jiri Pirko
1
-0
/
+14
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-5
/
+5
2009-09-16
HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per process
Andi Kleen
1
-0
/
+22
2009-06-16
groups: move code to kernel/groups.c
Alexey Dobriyan
1
-283
/
+0
2009-04-29
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-15
/
+9
2009-04-13
kernel/sys.c: clean up sys_shutdown exit path
Andi Kleen
1
-15
/
+9
2009-04-06
Merge branch 'linus' into perfcounters/core-v2
Ingo Molnar
1
-3
/
+2
[prev]
[next]