aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-11-13sched: More generic WAKE_AFFINE vs select_idle_sibling()Peter Zijlstra1-17/+16
2009-11-13sched: Cleanup select_task_rq_fair()Peter Zijlstra1-22/+51
2009-11-12sched: Fix granularity of task_u/stime()Hidetoshi Seto1-9/+13
2009-11-12sched: Fix/add missing update_rq_clock() callsMike Galbraith1-5/+12
2009-11-12sysctl: Remove the last of the generic binary sysctl supportEric W. Biederman1-44/+0
2009-11-12sysctl kernel: Remove binary sysctl logicEric W. Biederman3-38/+3
2009-11-12sysctl binary: Reorder the tests to process wild card entries first.Eric W. Biederman1-8/+7
2009-11-12sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman1-15/+20
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt1-3/+5
2009-11-11sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman1-7/+1
2009-11-11ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt1-9/+16
2009-11-11clocksource/timecompare: Fix symbol exports to be GPL'd.David S. Miller2-6/+6
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin1-1/+1
2009-11-11rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney1-2/+2
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-9/+16
2009-11-11Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman1-22/+7
2009-11-11sysctl: Remove references to ctl_name and strategy from the generic sysctl tableEric W. Biederman1-188/+7
2009-11-11sysctl: Remove dead code from sysctl_checkEric W. Biederman1-1373/+3
2009-11-11sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman1-198/+0
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman1-102/+1383
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney2-3/+3
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2-4/+4
2009-11-10rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney1-0/+1
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney2-3/+3
2009-11-10sched: Make sure task has correct sched_class after policy changePeter Zijlstra1-12/+4
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2-1/+3
2009-11-10ksym_tracer: Support read accesses independent of read/write.Paul Mundt1-1/+10
2009-11-10sched: Fix and clean up rate-limit newidle codeMike Galbraith1-13/+15
2009-11-10rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney1-5/+27
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2-48/+83
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2-41/+34
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar5-27/+53
2009-11-10security: report the module name to security_module_requestEric Paris1-4/+4
2009-11-09signal: Print warning message when dropping signalsNaohiro Ooiwa1-13/+33
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König1-1/+1
2009-11-08ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan2-2/+2
2009-11-08hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker1-6/+205
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker7-329/+293
2009-11-08sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan1-1/+0
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov1-1/+2
2009-11-08irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov1-0/+2
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap1-1/+1
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker3-39/+96
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang1-0/+2
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman1-1/+1
2009-11-06sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman1-1/+0
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman1-0/+50
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman1-65/+58
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman3-166/+186