summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-07-06Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-07-06rcu: Fix broken strings in RCU's source code.Paul E. McKenney
2012-07-06Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...Paul E. McKenney
2012-07-06mm: cma: fix condition check when setting global cma areaMarek Szyprowski
2012-07-06Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-07-06jump label: Remove static_branch()Jason Baron
2012-07-06tracepoint: Use static_key_false(), since static_branch() is deprecatedJason Baron
2012-07-05ACPI: intel_idle : break dependency between modulesDaniel Lezcano
2012-07-05Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-05PM / Domains: Add device domain data reference counterRafael J. Wysocki
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-05gpio: fix bits conflict for gpio flagsLaxman Dewangan
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan
2012-07-05aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi
2012-07-04rpmsg: make sure inflight messages don't invoke just-removed callbacksOhad Ben-Cohen
2012-07-04rpmsg: avoid premature deallocation of endpointsOhad Ben-Cohen
2012-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-07-03regulator: core: Add core support for GPIO controlled enable linesMark Brown
2012-07-03regulator: core: Allow fixed enable_time to be set in the regulator_descMark Brown
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki
2012-07-03PM / cpuidle: Add driver reference counterRafael J. Wysocki
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu
2012-07-03KVM: Pass kvm_irqfd to functionsAlex Williamson
2012-07-02rcu: Fix qlen_lazy breakagePaul E. McKenney
2012-07-02rcu: Make __call_rcu() handle invocation from idlePaul E. McKenney
2012-07-02rcu: Remove function versions of __kfree_rcu and __is_kfree_rcu_offsetPaul E. McKenney
2012-07-02rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney
2012-07-02rcu: Remove return value from rcu_assign_pointer()Paul E. McKenney
2012-07-02key: Remove extraneous parentheses from rcu_assign_keypointer()Paul E. McKenney
2012-07-02rcu: Remove return value from RCU_INIT_POINTER()Paul E. McKenney
2012-07-02rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializationsPaul E. McKenney
2012-07-02rcu: Add a gcc-style structure initializer for RCU pointersPaul E. McKenney
2012-07-02rcu: Add tracing for _rcu_barrier()Paul E. McKenney
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney
2012-07-02Merge tag 'v3.5-rc5' into regulator-driversMark Brown
2012-07-01regulator: tps65217: Convert LDO1 to use regulator_list_voltage_tableAxel Lin
2012-07-01regulator: add missing defintion regulator_is_supported_voltagePhilip Rakity
2012-07-01PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki
2012-07-01ACPI / PM: Drop legacy driver PM callbacks that are not used any moreRafael J. Wysocki
2012-07-01ACPI: Use struct dev_pm_ops for power management in processor driverRafael J. Wysocki
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki
2012-07-01sctp: be more restrictive in transport selection on bundled sacksNeil Horman
2012-06-30linux/irq.h: fix kernel-doc warningRandy Dunlap
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim