summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-137-118/+342
|\
| *-. Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2016-12-123-31/+132
| |\ \
| | * | PM / sleep / ACPI: Use the ACPI_FADT_LOW_POWER_S0 flagRafael J. Wysocki2016-11-211-2/+2
| | * | PM / sleep: System sleep state selection interface reworkRafael J. Wysocki2016-11-213-31/+132
| * | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2016-12-123-67/+111
| |\ \ \
| | * \ \ Merge back earlier cpuidle material for v4.10.Rafael J. Wysocki2016-12-013-67/+111
| | |\ \ \
| | | * | | sched/idle: Add support for tasks that inject idlePeter Zijlstra2016-11-293-62/+103
| | | * | | cpuidle: Allow enforcing deepest idle state selectionJacob Pan2016-11-291-5/+8
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2016-12-121-20/+99
| |\ \ \ \ \
| | * | | | | cpufreq: schedutil: Rectify comment in sugov_irq_work() functionViresh Kumar2016-11-241-6/+6
| | * | | | | cpufreq: schedutil: irq-work and mutex are only used in slow pathViresh Kumar2016-11-161-5/+8
| | * | | | | cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO taskViresh Kumar2016-11-161-7/+78
| | * | | | | cpufreq: schedutil: enable fast switch earlierViresh Kumar2016-11-161-6/+11
| | * | | | | cpufreq: schedutil: Avoid indented labelsViresh Kumar2016-11-161-3/+3
* | | | | | | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-17/+16
|\ \ \ \ \ \ \
| * | | | | | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-10/+9
| * | | | | | | block: better op and flags encodingChristoph Hellwig2016-10-281-7/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-131-0/+17
|\ \ \ \ \ \ \
| * | | | | | | ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes2016-11-151-0/+17
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-126-45/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | printk/kdb: handle more message headersPetr Mladek2016-12-121-1/+1
| * | | | | | | | printk/NMI: handle continuous lines and missing newlinePetr Mladek2016-12-121-28/+50
| * | | | | | | | printk/NMI: fix up handling of the full nmi log bufferPetr Mladek2016-12-121-2/+3
| * | | | | | | | hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa2016-12-121-1/+2
| * | | | | | | | kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin2016-12-121-1/+1
| * | | | | | | | prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy2016-12-121-10/+0
| * | | | | | | | kthread: add __printf attributesNicolas Iooss2016-12-121-2/+3
* | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-122-38/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | genirq/msi: Drop artificial PCI dependencyMarc Zyngier2016-11-221-3/+1
| * | | | | | | | | genirq/affinity: Use default affinity mask for reserved vectorsThomas Gleixner2016-11-161-2/+2
| * | | | | | | | | genirq/affinity: Take reserved vectors into account when spreading irqsChristoph Hellwig2016-11-161-3/+5
| * | | | | | | | | genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig2016-11-091-21/+25
| * | | | | | | | | genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig2016-11-091-14/+10
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-1214-97/+307
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | timekeeping: Use mul_u64_u32_shr() instead of open coding itThomas Gleixner2016-12-091-21/+5
| * | | | | | | | | | timekeeping: Get rid of pointless typecastsThomas Gleixner2016-12-091-3/+2
| * | | | | | | | | | timekeeping: Make the conversion call chain consistently unsignedThomas Gleixner2016-12-091-13/+13
| * | | | | | | | | | timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2016-12-091-2/+2
| * | | | | | | | | | alarmtimer: Add tracepoints for alarm timersBaolin Wang2016-12-011-10/+43
| * | | | | | | | | | trace: Add an option for boot clock as trace clockJoel Fernandes2016-11-291-0/+1
| * | | | | | | | | | timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-291-0/+29
| * | | | | | | | | | posix-timers: Make them configurableNicolas Pitre2016-11-169-8/+164
| * | | | | | | | | | posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre2016-11-162-4/+4
| * | | | | | | | | | timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-162-14/+14
| * | | | | | | | | | timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-262-10/+21
| * | | | | | | | | | timers: Fix usleep_range() in the context of wake_up_process()Douglas Anderson2016-10-261-12/+9
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-124-124/+86
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior2016-12-071-1/+1
| * | | | | | | | | | tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-022-91/+59
| * | | | | | | | | | sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-19/+14
OpenPOWER on IntegriCloud