| Commit message (Expand) | Author | Files | Lines |
2011-05-29 | mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vma | Peter Zijlstra | 1 | -1/+6 |
2011-05-29 | x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline param | Len Brown | 2 | -0/+8 |
2011-05-29 | x86 idle: deprecate "no-hlt" cmdline param | Len Brown | 2 | -0/+12 |
2011-05-29 | x86 idle APM: deprecate CONFIG_APM_CPU_IDLE | Len Brown | 2 | -0/+12 |
2011-05-29 | x86 idle floppy: deprecate disable_hlt() | Len Brown | 2 | -0/+9 |
2011-05-29 | x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands it | Len Brown | 1 | -1/+3 |
2011-05-29 | x86 idle: clarify AMD erratum 400 workaround | Len Brown | 7 | -26/+26 |
2011-05-29 | scsi: fix scsi_proc new kernel-doc warning | Randy Dunlap | 1 | -5/+0 |
2011-05-29 | idle governor: Avoid lock acquisition to read pm_qos before entering idle | Tim Chen | 2 | -12/+29 |
2011-05-29 | cpuidle: menu: fixed wrapping timers at 4.294 seconds | Tero Kristo | 1 | -1/+3 |
2011-05-29 | mm: fix page_lock_anon_vma leaving mutex locked | Hugh Dickins | 1 | -5/+8 |
2011-05-29 | mm: fix kernel BUG at mm/rmap.c:1017! | Hugh Dickins | 1 | -2/+2 |
2011-05-29 | tmpfs: fix race between truncate and writepage | Hugh Dickins | 1 | -1/+1 |
2011-05-28 | Blackfin: debug-mmrs: include RSI_PID[4567] MMRs | Mike Frysinger | 1 | -0/+4 |
2011-05-28 | Blackfin: bf51x: fix up RSI_PID# MMR defines | Mike Frysinger | 1 | -8/+8 |
2011-05-28 | Blackfin: bf52x/bf54x: fix up usb MMR defines | Mike Frysinger | 2 | -11/+12 |
2011-05-28 | Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppi | Mike Frysinger | 1 | -18/+14 |
2011-05-28 | Blackfin: gptimers: add structure for hardware register layout | Mike Frysinger | 1 | -0/+18 |
2011-05-28 | Blackfin: wire up new sendmmsg syscall | Mike Frysinger | 2 | -1/+3 |
2011-05-28 | Blackfin: mach/bfin_serial_5xx.h: punt now-unused header | Mike Frysinger | 7 | -528/+0 |
2011-05-28 | Blackfin: bfin_serial.h: turn default port wrappers into stubs | Mike Frysinger | 1 | -3/+3 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 50 | -29/+87 |
2011-05-28 | Cache xattr security drop check for write v2 | Andi Kleen | 4 | -4/+37 |
2011-05-28 | rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state | Paul E. McKenney | 2 | -0/+3 |
2011-05-28 | rcu: Remove waitqueue usage for cpu, node, and boost kthreads | Peter Zijlstra | 3 | -39/+17 |
2011-05-28 | rcu: Avoid acquiring rcu_node locks in timer functions | Paul E. McKenney | 2 | -9/+8 |
2011-05-28 | atomic: Add atomic_or() | Paul E. McKenney | 1 | -0/+13 |
2011-05-28 | perf: Fix SIGIO handling | Peter Zijlstra | 1 | -0/+8 |
2011-05-28 | Documentation: Add statistics about nested locks | Juri Lelli | 1 | -2/+34 |
2011-05-28 | cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed | KOSAKI Motohiro | 5 | -12/+24 |
2011-05-28 | sched: Fix ->min_vruntime calculation in dequeue_entity() | Peter Zijlstra | 1 | -2/+3 |
2011-05-28 | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW | Peter Zijlstra | 1 | -9/+28 |
2011-05-28 | sched: More sched_domain iterations fixes | Xiaotian Feng | 2 | -4/+10 |
2011-05-28 | mfd: Fix build breakage caused by tps65910 gpio directory move | Liam Girdwood | 1 | -1/+1 |
2011-05-28 | mfd: Use mfd cell platform_data for db8500-prcmu cells platform bits | Mattias Wallin | 1 | -1/+2 |
2011-05-28 | fs: block_page_mkwrite should wait for writeback to finish | Darrick J. Wong | 1 | -0/+1 |
2011-05-28 | mm: Wait for writeback when grabbing pages to begin a write | Darrick J. Wong | 1 | -1/+3 |
2011-05-28 | configfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -2/+0 |
2011-05-28 | fat: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2 | -10/+0 |
2011-05-28 | hpfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | minix: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | fuse: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | coda: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | afs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | affs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | 9p: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -4/+0 |
2011-05-28 | ncpfs: fix rename over directory with dangling references | Sage Weil | 1 | -1/+9 |
2011-05-28 | ncpfs: document dentry_unhash usage | Sage Weil | 1 | -1/+4 |
2011-05-28 | ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
2011-05-28 | hostfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |