aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+2
2011-11-02sysctl: add support for poll()Lucas De Marchi1-0/+2
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-10-17Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2011-09-28connector: add comm change event report to proc connectorVladimir Zapolskiy1-0/+1
2011-08-25Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-4/+11
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang1-1/+31
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+2
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-3/+0
2011-05-06reboot: disable usermodehelper to prevent fs accessKay Sievers1-0/+2
2011-03-23userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn1-26/+49
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn1-1/+1
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki1-0/+4
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet1-1/+2
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart pathsSeiji Aguchi1-0/+6
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-1/+3
2010-08-31pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney1-0/+2
2010-07-16rlimits: implement prlimit64 syscallJiri Slaby1-0/+94
2010-07-16rlimits: switch more rlimit syscalls to do_prlimitJiri Slaby1-9/+8
2010-07-16rlimits: redo do_setrlimit to more generic do_prlimitJiri Slaby1-34/+37
2010-07-16rlimits: do security check under task_lockJiri Slaby1-10/+10
2010-07-16rlimits: allow setrlimit to non-current tasksJiri Slaby1-1/+10
2010-07-16rlimits: split sys_setrlimitJiri Slaby1-16/+24
2010-07-16rlimits: make sure ->rlim_max never grows in sys_setrlimitOleg Nesterov1-7/+8
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby1-1/+1
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby1-1/+1
2010-05-27kmod: add init function to usermodehelperNeil Horman1-3/+3
2010-05-06Merge branch 'master' into nextJames Morris1-1/+2
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab1-1/+1
2010-04-12security: remove dead hook task_setgidEric Paris1-16/+0
2010-04-12security: remove dead hook task_setuidEric Paris1-15/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12Add generic sys_olduname()Christoph Hellwig1-0/+54
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-0/+13
2010-03-06kernel core: use helpers for rlimitsJiri Slaby1-2/+1
2010-02-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+0
2010-02-22kernel/sys.c: fix missing rcu protection for sys_getpriority()Tetsuo Handa1-0/+2
2010-01-21sched: Remove USER_SCHEDDhaval Giani1-5/+0
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" noiseH Hartley Sweeten1-4/+4
2009-12-10sys: Fix missing rcu protection for __task_cred() accessThomas Gleixner1-0/+2
2009-12-09Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+7
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-10/+8
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-2/+1
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-5/+18
2009-10-29connector: fix regression introduced by sid connectorChristian Borntraeger1-0/+2
2009-10-14sys: Remove BKL from sys_rebootThomas Gleixner1-7/+7