| Commit message (Expand) | Author |
| 2010-05-27 | call_usermodehelper: no need to unblock signals | Oleg Nesterov |
| 2010-05-27 | umh: creds: kill subprocess_info->cred logic | Oleg Nesterov |
| 2010-05-27 | umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() | Oleg Nesterov |
| 2010-05-27 | exec: replace call_usermodehelper_pipe with use of umh init function and reso... | Neil Horman |
| 2010-05-27 | kmod: add init function to usermodehelper | Neil Horman |
| 2010-05-27 | signals: check_kill_permission(): don't check creds if same_thread_group() | Oleg Nesterov |
| 2010-05-27 | ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm | Oleg Nesterov |
| 2010-05-27 | ptrace: unify FDPIC implementations | Mike Frysinger |
| 2010-05-27 | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner |
| 2010-05-27 | cpusets: new round-robin rotor for SLAB allocations | Jack Steiner |
| 2010-05-27 | cgroups: make cftype.unregister_event() void-returning | Kirill A. Shutemov |
| 2010-05-26 | hrtimer: Avoid double seqlock | Stanislaw Gruszka |
| 2010-05-26 | timers: Move local variable into else section | Thomas Gleixner |
| 2010-05-25 | Revert "module: drop the lock while waiting for module to complete initializa... | Linus Torvalds |
| 2010-05-25 | proc_dointvec: write a single value | J. R. Okajima |
| 2010-05-25 | timers: Fix slack calculation really | Thomas Gleixner |
| 2010-05-25 | ring-buffer: Move zeroing out excess in page to ring buffer code | Steven Rostedt |
| 2010-05-25 | ring-buffer: Reset "real_end" when page is filled | Steven Rostedt |
| 2010-05-25 | sysctl: don't use own implementation of hex_to_bin() | Andy Shevchenko |
| 2010-05-25 | module: remove duplicate declaration of __ksymtab_gpl_future | Wenji Huang |
| 2010-05-25 | mem-hotplug: fix potential race while building zonelist for new populated zone | Haicheng Li |
| 2010-05-25 | mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset | Haicheng Li |
| 2010-05-25 | cpu/mem hotplug: enable CPUs online before local memory online | minskey guo |
| 2010-05-25 | mm: compaction: add a tunable that decides when memory should be compacted an... | Mel Gorman |
| 2010-05-25 | mm: compaction: add /proc trigger for memory compaction | Mel Gorman |
| 2010-05-25 | cpuset,mm: fix no node to alloc memory when changing cpuset's mems | Miao Xie |
| 2010-05-25 | mempolicy: restructure rebinding-mempolicy functions | Miao Xie |
| 2010-05-25 | perf, trace: Fix !x86 build bug | Peter Zijlstra |
| 2010-05-24 | timers: Fix slack calculation for expired timers | Jeff Chua |
| 2010-05-24 | timekeeping: Fix timezone update | Thomas Gleixner |
| 2010-05-21 | sysctl: fix kernel-doc notation and typos | Randy Dunlap |
| 2010-05-21 | pipe: set lower and upper limit on max pages in the pipe page array | Jens Axboe |
| 2010-05-21 | pipe: add support for shrinking and growing pipes | Jens Axboe |
| 2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright |
| 2010-05-21 | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra |
| 2010-05-21 | kref: remove kref_set | NeilBrown |
| 2010-05-21 | perf: Optimize perf_tp_event_match() | Peter Zijlstra |
| 2010-05-21 | perf: Remove more code from the fastpath | Peter Zijlstra |
| 2010-05-21 | perf: Optimize the !vmalloc backed buffer | Peter Zijlstra |
| 2010-05-21 | perf: Optimize perf_output_copy() | Peter Zijlstra |
| 2010-05-21 | perf: Fix wakeup storm for RO mmap()s | Peter Zijlstra |
| 2010-05-21 | perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers | Peter Zijlstra |
| 2010-05-21 | perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr... | Peter Zijlstra |
| 2010-05-21 | perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin... | Peter Zijlstra |
| 2010-05-20 | x86, kgdb, init: Add early and late debug states | Jason Wessel |
| 2010-05-20 | kdb,debug_core: Allow the debug core to receive a panic notification | Jason Wessel |
| 2010-05-20 | debug_core,kdb: Allow the debug core to process a recursive debug entry | Jason Wessel |
| 2010-05-20 | printk,kdb: capture printk() when in kdb shell | Jason Wessel |
| 2010-05-20 | kgdboc,kdb: Allow kdb to work on a non open console port | Jason Wessel |
| 2010-05-20 | kgdb: Add the ability to schedule a breakpoint via a tasklet | Jason Wessel |