summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-11-12sysctl: sysctl_binary.c Fix compilation when !CONFIG_NETEric W. Biederman
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt
2009-11-11sysctl: Warn about all uses of sys_sysctl.Eric W. Biederman
2009-11-11ring-buffer: Add multiple iterations between benchmark timestampsSteven Rostedt
2009-11-11clocksource/timecompare: Fix symbol exports to be GPL'd.David S. Miller
2009-11-11tracing: Fix return value of tracing_stats_read()Roel Kluin
2009-11-11rcu: Mark init-time-only rcu_bootup_announce() as __initPaul E. McKenney
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-11-11Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman
2009-11-11sysctl: Remove references to ctl_name and strategy from the generic sysctl tableEric W. Biederman
2009-11-11sysctl: Remove dead code from sysctl_checkEric W. Biederman
2009-11-11sysctl: Neuter the generic sysctl strategy routines.Eric W. Biederman
2009-11-11sysctl: Reduce sys_sysctl to a compatibility wrapper around /proc/sysEric W. Biederman
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney
2009-11-10rcu: Enable synchronize_sched_expedited() fastpathPaul E. McKenney
2009-11-10rcu: Remove inline from forward-referenced functionsPaul E. McKenney
2009-11-10sched: Make sure task has correct sched_class after policy changePeter Zijlstra
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker
2009-11-10ksym_tracer: Support read accesses independent of read/write.Paul Mundt
2009-11-10sched: Fix and clean up rate-limit newidle codeMike Galbraith
2009-11-10rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar
2009-11-10security: report the module name to security_module_requestEric Paris
2009-11-09signal: Print warning message when dropping signalsNaohiro Ooiwa
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König
2009-11-08ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan
2009-11-08hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker
2009-11-08sched, no_hz: Remove unused rq->last_tick_seen fieldLai Jiangshan
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov
2009-11-08irq: Do not attempt to create subdirectories if /proc/irq/<irq> failedCyrill Gorcunov
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker
2009-11-07genirq: try_one_irq() must be called with irq disabledYong Zhang
2009-11-06sysctl: Make do_sysctl staticEric W. Biederman
2009-11-06sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman
2009-11-06sysctl: Introduce a generic compat sysctl sysctlEric W. Biederman
2009-11-06sysctl: Refactor the binary sysctl handling to remove duplicate codeEric W. Biederman
2009-11-06sysctl: Separate the binary sysctl logic into it's own file.Eric W. Biederman
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-11-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-11-05sched: Fix affinity logic in select_task_rq_fair()Mike Galbraith
2009-11-05nohz: Introduce arch_needs_cpuMartin Schwidefsky
2009-11-05nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky
2009-11-04resources: when allocate_resource() fails, leave resource untouchedBjorn Helgaas
2009-11-04sched: Rate-limit newidleMike Galbraith