summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-2927/+1293
2009-09-11Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-57/+118
2009-09-11Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-506/+648
2009-09-11Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+30
2009-09-11Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2009-09-11Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+6
2009-09-11Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-11Merge branch 'next' into for-linusJames Morris7-13/+306
2009-09-07Security/SELinux: includecheck fix kernel/sysctl.cJaswinder Singh Rajput1-1/+0
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar10-51/+68
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+43
2009-09-02CRED: Add some configurable debugging [try #6]David Howells4-10/+251
2009-08-31locking: Allow arch-inlined spinlocksHeiko Carstens1-0/+56
2009-08-31locking: Move spinlock function bodies to header fileHeiko Carstens1-146/+28
2009-08-31Merge commit 'v2.6.31-rc8' into core/lockingIngo Molnar38-439/+836
2009-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney3-11/+14
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2-5/+66
2009-08-29lockdep: Remove recursion stattisticsMing Lei2-12/+0
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+14
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+13
2009-08-25rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney1-0/+2
2009-08-24rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2-0/+26
2009-08-24bsdacct: switch credentials for writing to the accounting fileMichal Schmidt1-1/+7
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney3-1855/+0
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney7-47/+571
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney3-5/+13
2009-08-23rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney1-30/+15
2009-08-23rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney1-9/+5
2009-08-23rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney1-1/+1
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney6-49/+69
2009-08-23rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney3-0/+241
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1
2009-08-20Merge branch 'master' into nextJames Morris8-136/+297
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds1-0/+15
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2-10/+13
2009-08-19rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney1-1/+2
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa1-6/+11
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-1/+0
2009-08-19Security/SELinux: remove duplicated #includeHuang Weiyi1-1/+0
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+8
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8