summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-142-8/+4
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-142-3/+0
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
* kcov: add more missing includesKefeng Wang2016-12-141-0/+5
* relay: check array offset before using itDan Carpenter2016-12-141-2/+2
* sysctl: add KERN_CONT to deprecated_sysctl_warning()Tetsuo Handa2016-12-141-2/+2
* kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang2016-12-141-0/+2
* kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-141-3/+0
* coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan2016-12-141-3/+5
* signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-141-0/+7
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2016-12-141-1/+0
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-132-28/+86
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-192-28/+86
| |\
| | * workqueue: move wq_numa_init() to workqueue_init()Tejun Heo2016-10-191-2/+23
| | * workqueue: remove keventd_up()Tejun Heo2016-09-171-1/+1
| | * power, workqueue: remove keventd_up() usageTejun Heo2016-09-171-10/+1
| | * workqueue: make workqueue available early during bootTejun Heo2016-09-171-16/+60
| | * workqueue: dump workqueue state on sanity check failures in destroy_workqueue()Tejun Heo2016-09-161-0/+2
* | | 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