aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-12sysctl extern cleanup: sgDave Young1-4/+3
2010-03-12sysctl extern cleanup: moduleDave Young1-4/+0
2010-03-12sysctl extern cleanup: rcuDave Young1-3/+0
2010-03-12sysctl extern cleanup: signalDave Young1-1/+1
2010-03-12sysctl extern cleanup: C_A_DDave Young1-1/+0
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan1-1/+12
2010-03-12pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov1-4/+3
2010-03-12copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico1-11/+0
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico1-10/+0
2010-03-12copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico1-26/+1
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-0/+8
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov1-15/+17
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-1/+227
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan1-5/+3
2010-03-12cgroups: blkio subsystem as moduleBen Blum1-0/+9
2010-03-12cgroups: subsystem module unloadingBen Blum1-25/+142
2010-03-12cgroups: subsystem module loading interfaceBen Blum1-5/+145
2010-03-12cgroups: revamp subsys arrayBen Blum1-16/+80
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura1-2/+3
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura1-7/+33
2010-03-12Add generic sys_olduname()Christoph Hellwig1-0/+54
2010-03-12improve sys_newuname() for compat architecturesChristoph Hellwig1-0/+13
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-0/+1
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman1-0/+3
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2-3/+14
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA1-0/+5
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2-0/+26
2010-03-06printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan1-2/+1
2010-03-06kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa1-1/+1
2010-03-06panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard1-16/+30
2010-03-06kernel core: use helpers for rlimitsJiri Slaby7-16/+20
2010-03-06posix-cpu-timers: cleanup rlimits usageJiri Slaby1-15/+17
2010-03-06kernel/exit.c: fix shadows sparse warningThiago Farina1-1/+1
2010-03-06includecheck fix for kernel/params.cJaswinder Singh Rajput1-1/+0
2010-03-06splice: comparing unsigned int < 0Dan Carpenter1-2/+3
2010-03-06kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong1-1/+1
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2-0/+12
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-1/+5
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-1/+2
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki2-2/+2
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-90/+569
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+7
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-82/+32
2010-03-04padata: Allocate the cpumask for the padata instanceSteffen Klassert1-1/+7
2010-03-03Prioritize synchronous signals over 'normal' signalsLinus Torvalds1-13/+30
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro1-5/+2