summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-11-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar
2015-10-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-10-26memremap: fix highmem supportDan Williams
2015-10-26timeconst: Update path in commentJason A. Donenfeld
2015-10-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov
2015-10-20tracing: Do not allow stack_tracer to record stack in NMISteven Rostedt (Red Hat)
2015-10-20tracing: Have stack tracer force RCU to be watchingSteven Rostedt (Red Hat)
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Ingo Molnar
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-10-17Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier
2015-10-15Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low
2015-10-15posix_cpu_timer: Check thread timers only when there are active thread timersJason Low
2015-10-15posix_cpu_timer: Optimize fastpath_timer_check()Jason Low
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-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-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-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann