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