summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into core/rcuIngo Molnar2009-09-0410-51/+68
|\
| * modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar2009-08-281-2/+5
| * module: workaround duplicate section namesJames Bottomley2009-08-271-1/+2
| * module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell2009-08-271-2/+4
| * clone(): fix race between copy_process() and de_thread()Oleg Nesterov2009-08-261-15/+5
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-251-1/+1
| |\
| | * perf_counter: Fix typo in read() output generationPeter Zijlstra2009-08-211-1/+1
| * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-253-11/+14
| |\ \
| | * | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-192-10/+13
| | * | timers: Drop write permission on /proc/timer_listAmerigo Wang2009-08-171-1/+1
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-08-252-16/+13
| |\ \ \
| | * | | tracing: handle broken names in ftrace filterJiri Olsa2009-08-181-6/+11
| | * | | ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
| * | | | Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds2009-08-191-0/+15
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | perf_counter: Fix the PARISC buildIngo Molnar2009-08-181-0/+4
| | * | | perf_counter: Check task on counter read IPIPaul Mackerras2009-08-171-0/+11
| | | |/ | | |/|
| * | | mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-181-1/+0
| * | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-181-2/+8
| |\ \ \ | | |_|/ | |/| |
| | * | genirq: Wake up irq thread after action has been installedThomas Gleixner2009-08-181-2/+8
| | |/
| * | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-171-3/+4
| |/
* | rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney2009-08-293-11/+14
* | rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney2009-08-292-5/+66
* | rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney2009-08-251-0/+2
* | rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney2009-08-242-0/+26
* | rcu: Remove CONFIG_PREEMPT_RCUPaul E. McKenney2009-08-233-1855/+0
* | rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-237-47/+571
* | rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-233-5/+13
* | rcu: Use debugfs_remove_recursive() simplify code.Paul E. McKenney2009-08-231-30/+15
* | rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney2009-08-231-9/+5
* | rcu: Fix online/offline indication for rcudata.csv trace filePaul E. McKenney2009-08-231-1/+1
* | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-236-49/+69
* | rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney2009-08-233-0/+241
* | rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney2009-08-191-1/+2
* | rcu: Fix typo in rcu_irq_exit() comment headerJosh Triplett2009-08-151-1/+1
* | rcu: Make rcupreempt_trace.c look at offline CPUsPaul E. McKenney2009-08-151-2/+3
* | rcu: Make preemptable RCU scan all CPUs when summing RCU countersPaul E. McKenney2009-08-151-7/+1
* | rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney2009-08-153-36/+22
* | rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney2009-08-151-20/+33
* | Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar2009-08-1563-1340/+2244
|\ \ | |/
| * genirq: prevent wakeup of freed irq threadLinus Torvalds2009-08-131-10/+7
| * Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-131-102/+236
| |\
| | * perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra2009-08-131-2/+2
| | * perf_counter: Fix an ipi-deadlockPeter Zijlstra2009-08-131-1/+5
| | * perf: Rework/fix the whole read vs group stuffPeter Zijlstra2009-08-131-72/+202
| | * perf_counter: Fix swcounter context invariancePeter Zijlstra2009-08-131-26/+18
| | * perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar2009-08-131-1/+9
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-08-133-10/+29
| |\ \
| | * | futex: Fix handling of bad requeue syscall pairingDarren Hart2009-08-101-2/+9
| | * | futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala2009-08-101-2/+4
| | * | locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra2009-08-101-2/+3
OpenPOWER on IntegriCloud