summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-01-20ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov
2013-01-19sys_clone() needs asmlinkage_protectAl Viro
2013-01-18workqueue: implement current_is_async()Tejun Heo
2013-01-18workqueue: move struct worker definition to workqueue_internal.hTejun Heo
2013-01-18workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman
2013-01-17workqueue: set PF_WQ_WORKER on rescuersTejun Heo
2013-01-17tick: export nohz tick idle symbols for module useJacob Pan
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang
2013-01-15posix-timers: Fix clock_adjtime to always return timex data on successMiroslav Lichvar
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-15cpuset: drop spurious retval assignment in proc_cpuset_show()Li Zefan
2013-01-15cpuset: fix RCU lockdep splatLi Zefan
2013-01-14Merge tag 'trace-3.8-rc3-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-01-14cgroup: remove synchronize_rcu() from rebind_subsystems()Li Zefan
2013-01-14cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Li Zefan
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson
2013-01-14tracing: Fix regression of trace_pipeLiu Bo
2013-01-14clockevents: export clockevents_config_and_register for module useShawn Guo
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo
2013-01-12module: put modules in list much earlier.Rusty Russell
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell
2013-01-11kernel/audit.c: avoid negative sleep durationsAndrew Morton
2013-01-11audit: catch possible NULL audit buffersKees Cook
2013-01-11audit: create explicit AUDIT_SECCOMP event typeKees Cook
2013-01-11lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina
2013-01-11tracing: Fix regression with irqsoff tracer and tracing_on fileSteven Rostedt
2013-01-11kernel/gcov: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-10softirq: reduce latenciesEric Dumazet
2013-01-10audit: fix auditfilter.c kernel-doc warningsRandy Dunlap
2013-01-10cgroup: use new hashtable implementationLi Zefan
2013-01-10Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-01-09tracing: Fix regression of trace_options file settingSteven Rostedt
2013-01-09sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta
2013-01-08rcu: Trace callback accelerationPaul E. McKenney
2013-01-08rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney
2013-01-08rcutorture: Don't compare ptr with 0Sasha Levin
2013-01-08rcu: Silence compiler array out-of-bounds false positivePaul E. McKenney
2013-01-08rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_commonLi Zhong
2013-01-08rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney
2013-01-08tracing: Export trace_clock_local()Paul E. McKenney
2013-01-08rcu: Make rcu_nocb_poll an early_param instead of module_paramPaul Gortmaker