summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soundwire: fix sign extension when shifting buf[2] 24 placesColin Ian King2018-01-081-2/+2
* Merge tag 'extcon-next-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-01-087-51/+194
|\
| * extcon: axp288: Handle reserved charger-type values betterHans de Goede2018-01-031-2/+2
| * extcon: axp288: Redo charger type detection a couple of seconds after probe()Hans de Goede2018-01-031-2/+30
| * Merge branch 'ib-extcon-mfd-4.16' into extcon-nextChanwoo Choi2018-01-034-44/+159
| |\
| | * extcon: axp288: Remove unused platform dataHans de Goede2018-01-032-39/+1
| | * extcon: axp288: Remove unused extcon_nb struct memberHans de Goede2018-01-031-1/+0
| | * extcon: axp288:: Handle return value of platform_get_irqArvind Yadav2018-01-031-0/+3
| | * extcon: usbc-cros-ec: add support to notify USB type cables.Benson Leung2017-12-152-4/+155
| * | extcon: adc-jack: Fix platform_get_irq's error checkingArvind Yadav2017-11-271-1/+1
| * | extcon: max8997: Delete unneeded initialization in max8997_muic_set_path()Markus Elfring2017-11-271-1/+1
| * | extcon: max77693: Delete unneeded initialization in max77693_muic_set_path()Markus Elfring2017-11-271-1/+1
| |/
* | i7300_idle: remove unused fileSinan Kaya2018-01-021-84/+0
* | mei: fix incorrect logical operator in if statementColin Ian King2018-01-021-1/+1
* | mei: me: allow runtime pm for platform with D0i3Tomas Winkler2018-01-021-1/+4
* | slimbus: qcom-ctrl: use normal allocationArnd Bergmann2018-01-021-8/+4
* | Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-02806-5644/+9729
|\ \
| * | Linux 4.15-rc6v4.15-rc6Linus Torvalds2017-12-311-1/+1
| * | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-3114-39/+42
| |\ \
| | * | x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-296-16/+8
| | * | x86/apic: Update the 'apic=' description of setting APIC driverDou Liyang2017-12-281-1/+5
| | * | x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2
| | * | x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)Linus Torvalds2017-12-271-3/+1
| | * | x86: Remove unused parameter of prepare_switch_torodrigosiqueira2017-12-271-3/+2
| | * | x86/stacktrace: Make zombie stack traces reliableJosh Poimboeuf2017-12-191-1/+5
| | * | x86/mm: Unbreak modules that use the DMA APITom Lendacky2017-12-181-2/+2
| | * | x86/build: Make isoimage work on DebianMatthew Wilcox2017-12-161-12/+16
| | * | x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski2017-12-151-1/+1
| * | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-313-16/+16
| |\ \ \
| | * | | x86/ldt: Make LDT pgtable free conditionalThomas Gleixner2017-12-311-1/+2
| | * | | x86/ldt: Plug memory leak in error pathThomas Gleixner2017-12-311-1/+7
| | * | | x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner2017-12-311-6/+8
| | * | | x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner2017-12-311-9/+0
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-316-20/+52
| |\ \ \ \
| | * | | | timerqueue: Document return values of timerqueue_add/del()Thomas Gleixner2017-12-291-3/+5
| | * | | | timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2017-12-291-2/+2
| | * | | | nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2017-12-291-2/+17
| | * | | | timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-294-4/+21
| | * | | | timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2017-12-291-9/+7
| * | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-311-4/+4
| |\ \ \ \ \
| | * | | | | cpu/hotplug: Move inline keyword at the beginning of declarationMathieu Malaterre2017-12-271-4/+4
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-314-3/+9
| |\ \ \ \ \ \
| | * | | | | | sched/isolation: Document boot parameters dependency on CONFIG_CPU_ISOLATION=yFrederic Weisbecker2017-12-182-2/+3
| | * | | | | | sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker2017-12-181-1/+5
| | * | | | | | sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney2017-12-181-0/+1
| * | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-319-43/+190
| |\ \ \ \ \ \ \
| | * | | | | | | perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner2017-12-271-1/+4
| | * | | | | | | Merge tag 'perf-urgent-for-mingo-4.15-20171218' of git://git.kernel.org/pub/s...Ingo Molnar2017-12-188-42/+186
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo2017-12-181-0/+2
| | | * | | | | | tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-183-1/+46