summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | sysctl extern cleanup: rtmutexDave Young2010-03-131-4/+3Star
* | | | | | | | | | | | | | sysctl extern cleanup: acctDave Young2010-03-131-4/+3Star
* | | | | | | | | | | | | | sysctl extern cleanup: sgDave Young2010-03-131-4/+3Star
* | | | | | | | | | | | | | sysctl extern cleanup: moduleDave Young2010-03-131-4/+0Star
* | | | | | | | | | | | | | sysctl extern cleanup: rcuDave Young2010-03-131-3/+0Star
* | | | | | | | | | | | | | sysctl extern cleanup: signalDave Young2010-03-131-1/+1
* | | | | | | | | | | | | | sysctl extern cleanup: C_A_DDave Young2010-03-131-1/+0Star
* | | | | | | | | | | | | | nsproxy: remove INIT_NSPROXY()Alexey Dobriyan2010-03-131-1/+12
* | | | | | | | | | | | | | pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig()Oleg Nesterov2010-03-131-4/+3Star
* | | | | | | | | | | | | | copy_signal() cleanup: clean thread_group_cputime_init()Veaceslav Falico2010-03-131-11/+0Star
* | | | | | | | | | | | | | copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico2010-03-131-10/+0Star
* | | | | | | | | | | | | | copy_signal() cleanup: use zalloc and remove initializationsVeaceslav Falico2010-03-131-26/+1Star
* | | | | | | | | | | | | | cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-131-0/+8
* | | | | | | | | | | | | | cgroups: fix race between userspace and kernelspaceKirill A. Shutemov2010-03-131-15/+17
* | | | | | | | | | | | | | cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov2010-03-131-1/+227
* | | | | | | | | | | | | | cgroups: clean up cgroup_pidlist_find() a bitLi Zefan2010-03-131-5/+3Star
* | | | | | | | | | | | | | cgroups: blkio subsystem as moduleBen Blum2010-03-131-0/+9
* | | | | | | | | | | | | | cgroups: subsystem module unloadingBen Blum2010-03-131-25/+142
* | | | | | | | | | | | | | cgroups: subsystem module loading interfaceBen Blum2010-03-131-5/+145
* | | | | | | | | | | | | | cgroups: revamp subsys arrayBen Blum2010-03-131-16/+80
* | | | | | | | | | | | | | cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura2010-03-131-2/+3
* | | | | | | | | | | | | | cgroup: introduce cancel_attach()Daisuke Nishimura2010-03-131-7/+33
* | | | | | | | | | | | | | Add generic sys_olduname()Christoph Hellwig2010-03-131-0/+54
* | | | | | | | | | | | | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-131-0/+13
* | | | | | | | | | | | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-131-0/+1
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributesEric W. Biederman2010-03-081-0/+3
* | | | | | | | | | | | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-081-0/+1
* | | | | | | | | | | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
* | | | | | | | | | | | | kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-081-1/+1
* | | | | | | | | | | | | sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-082-3/+14
|/ / / / / / / / / / / /
* | | | | | | | | | | | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-061-0/+5
* | | | | | | | | | | | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-062-0/+26
* | | | | | | | | | | | printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan2010-03-061-2/+1Star
* | | | | | | | | | | | kernel/pid.c: update comment on find_task_by_pid_nsTetsuo Handa2010-03-061-1/+1
* | | | | | | | | | | | panic: fix panic_timeout accuracy when running on a hypervisorAnton Blanchard2010-03-061-16/+30
* | | | | | | | | | | | kernel core: use helpers for rlimitsJiri Slaby2010-03-067-16/+20
* | | | | | | | | | | | posix-cpu-timers: cleanup rlimits usageJiri Slaby2010-03-061-15/+17
* | | | | | | | | | | | kernel/exit.c: fix shadows sparse warningThiago Farina2010-03-061-1/+1
* | | | | | | | | | | | includecheck fix for kernel/params.cJaswinder Singh Rajput2010-03-061-1/+0Star
* | | | | | | | | | | | splice: comparing unsigned int < 0Dan Carpenter2010-03-061-2/+3
* | | | | | | | | | | | kernel/cpu.c: delete deprecated definition in cpu_up()Chen Gong2010-03-061-1/+1
* | | | | | | | | | | | mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-062-0/+12
* | | | | | | | | | | | mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-1/+5
* | | | | | | | | | | | mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-1/+2
* | | | | | | | | | | | mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-062-2/+2
* | | | | | | | | | | | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* | | | | | | | | | | | Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-052-90/+569
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kprobes: Jump optimization sysctl interfaceMasami Hiramatsu2010-02-252-3/+97
| * | | | | | | | | | | | kprobes: Introduce kprobes jump optimizationMasami Hiramatsu2010-02-251-51/+410
| * | | | | | | | | | | | kprobes: Introduce generic insn_slot frameworkMasami Hiramatsu2010-02-251-39/+65