summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert
2015-10-15cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo
2015-10-15cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2015-10-15cgroup: reorganize css_task_iter functionsTejun Heo
2015-10-15cgroup: factor out css_set_move_task()Tejun Heo
2015-10-15cgroup: keep css_set and task lists in chronological orderTejun Heo
2015-10-15cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo
2015-10-15cgroup: make css_sets pin the associated cgroupsTejun Heo
2015-10-15cgroup: relocate cgroup_[try]get/put()Tejun Heo
2015-10-15cgroup: move check_for_release() invocationTejun Heo
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2015-10-15cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo
2015-10-15cgroup: remove an unused parameter from cgroup_task_migrate()Tejun Heo
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-14PM / hibernate: fix a comment typoGeliang Tang
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