aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-09-04Merge branch 'linus' into core/rcuIngo Molnar
2009-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar
2009-08-27module: workaround duplicate section namesJames Bottomley
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-08-25rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney
2009-08-24rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney
2009-08-23rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney
2009-08-23rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney
2009-08-23rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney
2009-08-23rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney
2009-08-23rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha
2009-08-19rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris
2009-08-15rcu: Fix typo in rcu_irq_exit() comment headerJosh Triplett
2009-08-15rcu: Make rcupreempt_trace.c look at offline CPUsPaul E. McKenney
2009-08-15rcu: Make preemptable RCU scan all CPUs when summing RCU countersPaul E. McKenney
2009-08-15rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney
2009-08-15rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-08-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle
2009-08-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-08-10futex: Fix handling of bad requeue syscall pairingDarren Hart