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