aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback()Ingo Molnar1-1/+4
2010-05-17Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-11/+0
2010-05-17[S390] debug: enable exception-trace debug facilityHeiko Carstens1-2/+3
2010-05-17PM: PM QOS update fixMark Gross1-12/+14
2010-05-15sysctl: add proc_do_large_bitmapOctavian Purdila1-0/+161
2010-05-15sysctl: refactor integer handling proc codeAmerigo Wang1-161/+229
2010-05-14profile: fix stats and data leakageHugh Dickins1-1/+3
2010-05-14tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan1-2/+2
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt4-15/+15
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt6-23/+26
2010-05-14tracing: Move print functions into event classSteven Rostedt3-11/+17
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt9-78/+160
2010-05-14tracing: Move raw_init from events to classSteven Rostedt4-10/+12
2010-05-14tracing: Move fields from event to class structureSteven Rostedt6-31/+83
2010-05-14tracing: Remove per event trace registeringSteven Rostedt4-23/+114
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt8-162/+201
2010-05-14tracing: Create class struct for eventsSteven Rostedt5-20/+28
2010-05-14Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-4Steven Rostedt24-1049/+1001
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar9-15/+47
2010-05-12genirq: Clear CPU mask in affinity_hint when none is providedPeter P Waskiewicz Jr1-3/+1
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-36/+97
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki1-5/+26
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki1-2/+13
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev1-8/+9
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh1-4/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney4-0/+14
2010-05-11resource: shared I/O region supportAlan Cox1-1/+15
2010-05-11sched, wait: Use wrapper functionsChangli Gao2-3/+2
2010-05-11perf: Fix exit() vs event-groupsPeter Zijlstra1-13/+13
2010-05-11perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-3/+16
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar1-5/+0
2010-05-10Freezer / cgroup freezer: Update stale locking commentsMatt Helsley1-8/+13
2010-05-10PM QOS updateMark Gross1-111/+103
2010-05-10PM / Hibernate: Fix block_io.c printk warningRandy Dunlap1-2/+2
2010-05-10PM / Hibernate: Group swap opsJiri Slaby1-43/+74
2010-05-10PM / Hibernate: Move the first_sector out of swsusp_writeJiri Slaby1-38/+38
2010-05-10PM / Hibernate: Separate block_ioJiri Slaby4-112/+139
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby4-120/+88
2010-05-10rcu: fix build bug in RCU_FAST_NO_HZ buildsPaul E. McKenney1-2/+2
2010-05-10rcu: RCU_FAST_NO_HZ must check RCU dyntick statePaul E. McKenney1-2/+10
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney3-6/+10
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney1-1/+1
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2-9/+12
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney2-8/+42
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney1-0/+24
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney4-19/+65
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney4-11/+21
2010-05-10rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblkPaul E. McKenney1-6/+7
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney1-7/+2