summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-10-14PM / sleep: Add flags to indicate platform firmware involvementRafael J. Wysocki
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier
2015-10-13irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier
2015-10-13irqdomain: Add a fwnode_handle allocatorMarc Zyngier
2015-10-13irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier
2015-10-13irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier
2015-10-13irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier
2015-10-13irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier
2015-10-13irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-10-13Merge branch 'linus' into irq/coreThomas Gleixner
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-12Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki
2015-10-12workqueue: Allocate the unbound pool using local node memoryXunlei Pang
2015-10-12Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira
2015-10-11timers: Use __fls in apply_slack()Rasmus Villemoes
2015-10-11clocksource: Remove return statement from void functionsGuillaume Gomez
2015-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner
2015-10-09genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg
2015-10-09Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann
2015-10-09genirq: Export handle_bad_irqArnd Bergmann
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney
2015-10-07Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney
2015-10-07rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney
2015-10-07rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney
2015-10-07rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney
2015-10-07rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney
2015-10-07rcu: Consolidate expedited CPU selectionPaul E. McKenney
2015-10-07rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney
2015-10-07cpu: Remove try_get_online_cpus()Paul E. McKenney
2015-10-07rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney
2015-10-07rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney
2015-10-07rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney
2015-10-06rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney
2015-10-06rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov