aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-133/+204
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-51/+72
2016-03-14Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2-10/+8
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki7-1/+120
2016-03-14Merge branches 'acpi-pci', 'acpi-soc' and 'pnp'Rafael J. Wysocki1-1/+8
2016-03-12cpu/hotplug: Document states betterThomas Gleixner1-1/+46
2016-03-11workqueue: Fix comment for work_on_cpu()Anna-Maria Gleixner1-1/+1
2016-03-10cpu/hotplug: Fix smpboot thread orderingThomas Gleixner1-2/+3
2016-03-10Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki6-1/+119
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki3-1/+86
2016-03-10genirq: Export IRQ functions for module useQuan Nguyen2-0/+9
2016-03-10locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()Davidlohr Bueso1-2/+1
2016-03-10locking/csd_lock: Explicitly inline csd_lock*() helpersDavidlohr Bueso1-3/+3
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar4-21/+33
2016-03-09bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1
2016-03-09bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov1-0/+5
2016-03-09memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel1-2/+2
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland1-0/+3
2016-03-09mm: fix mixed zone detection in devm_memremap_pagesDan Williams1-5/+6
2016-03-09list: kill list_force_poison()Dan Williams1-2/+7
2016-03-09livepatch: Fix the error message about unresolvable ambiguityPetr Mladek1-2/+2
2016-03-09resource: Export insert_resource and remove_resourceToshi Kani1-0/+2
2016-03-09resource: Add remove_resource interfaceToshi Kani1-5/+46
2016-03-09resource: Change __request_region to inherit from immediate parentToshi Kani1-3/+4
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki4-1/+34
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan1-1/+8
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov2-18/+70
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2-1/+4
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov2-74/+181
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov3-1/+132
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2-2/+13
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-144/+266
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo1-7/+31
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo1-13/+13
2016-03-08cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo1-35/+35
2016-03-08cgroup: move migration destination verification out of cgroup_migrate_prepare_dst()Tejun Heo1-8/+20
2016-03-08cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo1-1/+1
2016-03-08futex: Replace barrier() in unqueue_me() with READ_ONCE()Jianyu Zhan1-2/+6
2016-03-08Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar8-140/+271
2016-03-08Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar14-298/+521
2016-03-08sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2-23/+13
2016-03-08perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-03-08time/timekeeping: Work around false positive GCC warningIngo Molnar1-1/+1
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar9-185/+276
2016-03-06cpu/hotplug: Remove redundant state checkThomas Gleixner1-2/+0
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-12/+15
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)2-12/+15
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar31-954/+1255
2016-03-04Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-25/+261