aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-36/+79
2013-01-15cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan1-1/+0
2013-01-15cpuset: fix RCU lockdep splatLi Zefan1-4/+4
2013-01-14Merge tag 'trace-3.8-rc3-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+11
2013-01-14cgroup: remove synchronize_rcu() from rebind_subsystems()Li Zefan1-1/+0
2013-01-14cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Li Zefan1-2/+0
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson3-8/+7
2013-01-14tracing: Fix regression of trace_pipeLiu Bo1-2/+2
2013-01-14clockevents: export clockevents_config_and_register for module useShawn Guo1-0/+1
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-0/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-3/+23
2013-01-12module: put modules in list much earlier.Rusty Russell1-41/+49
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell2-5/+54
2013-01-11kernel/audit.c: avoid negative sleep durationsAndrew Morton1-13/+23
2013-01-11audit: catch possible NULL audit buffersKees Cook4-11/+27
2013-01-11audit: create explicit AUDIT_SECCOMP event typeKees Cook1-3/+11
2013-01-11lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina1-0/+10
2013-01-11tracing: Fix regression with irqsoff tracer and tracing_on fileSteven Rostedt1-2/+9
2013-01-11kernel/gcov: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-10softirq: reduce latenciesEric Dumazet1-8/+9
2013-01-10audit: fix auditfilter.c kernel-doc warningsRandy Dunlap1-1/+0
2013-01-10cgroup: use new hashtable implementationLi Zefan1-53/+39
2013-01-10Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2013-01-09tracing: Fix regression of trace_options file settingSteven Rostedt1-0/+2
2013-01-09sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta1-2/+7
2013-01-08rcu: Trace callback accelerationPaul E. McKenney1-0/+6
2013-01-08rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney2-28/+169
2013-01-08rcutorture: Don't compare ptr with 0Sasha Levin1-1/+1
2013-01-08rcu: Silence compiler array out-of-bounds false positivePaul E. McKenney1-0/+4
2013-01-08rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_commonLi Zhong1-1/+1
2013-01-08rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett2-2/+2
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney2-10/+30
2013-01-08tracing: Export trace_clock_local()Paul E. McKenney1-0/+1
2013-01-08rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker1-2/+8
2013-01-08rcu: Prevent soft-lockup complaints about no-CBs CPUsPaul Gortmaker1-1/+2
2013-01-08Merge tag 'swarren-for-3.9-arm-timer-rework' of git://git.kernel.org/pub/scm/...Olof Johansson1-6/+20
2013-01-07cpuset: remove cpuset->parentTejun Heo1-11/+17
2013-01-07cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()Tejun Heo1-75/+48
2013-01-07cpuset: replace cgroup_mutex locking with cpuset internal lockingTejun Heo1-81/+107
2013-01-07cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is emptyTejun Heo1-0/+14
2013-01-07cpuset: pin down cpus and mems while a task is being attachedTejun Heo1-2/+26
2013-01-07cpuset: make CPU / memory hotplug propagation asynchronousTejun Heo1-6/+48
2013-01-07cpuset: drop async_rebuild_sched_domains()Tejun Heo1-60/+16
2013-01-07cpuset: don't nest cgroup_mutex inside get_online_cpus()Tejun Heo1-4/+35
2013-01-07cpuset: reorganize CPU / memory hotplug handlingTejun Heo1-117/+104
2013-01-07cpuset: cleanup cpuset[_can]_attach()Tejun Heo1-17/+18
2013-01-07cpuset: introduce cpuset_for_each_child()Tejun Heo1-31/+54
2013-01-07cpuset: introduce CS_ONLINETejun Heo1-1/+10
2013-01-07cpuset: introduce ->css_on/offline()Tejun Heo1-22/+44
2013-01-07cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()Tejun Heo1-8/+0