summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | * | | | | perf jvmti: Generate correct debug information for inlined codeBen Gainey2017-12-183-36/+134
| | * | | | | perf tools: Fix up build in hardened environmentsJiri Olsa2017-12-181-4/+3
| | * | | | | perf tools: Use shell function for perl cflags retrievalJiri Olsa2017-12-181-1/+1
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-3128-72/+196
|\ \ \ \ \ \ \
| * | | | | | | genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-292-5/+44
| * | | | | | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-2913-28/+29
| * | | | | | | x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+2
| * | | | | | | genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner2017-12-292-0/+18
| * | | | | | | genirq/msi: Handle reactivation only on successThomas Gleixner2017-12-291-8/+27
| * | | | | | | gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner2017-12-291-1/+1
| * | | | | | | genirq: Guard handle_bad_irq log messagesGuenter Roeck2017-12-281-0/+5
| * | | | | | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-2811-35/+75
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-313-2/+6
|\ \ \ \ \ \ \
| * | | | | | | objtool: Fix seg fault with clang-compiled objectsSimon Ser2017-12-301-0/+2
| * | | | | | | objtool: Fix seg fault caused by missing parameterSimon Ser2017-12-301-1/+3
| * | | | | | | objtool: Fix Clang enum conversion warningLukas Bulwahn2017-12-281-1/+1
* | | | | | | | Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-316-17/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | nvmem: meson-mx-efuse: fix reading from an offset other than 0Martin Blumenstingl2017-12-231-2/+2
| * | | | | | | | binder: fix proc->files use-after-freeTodd Kjos2017-12-181-13/+31
| * | | | | | | | vmbus: unregister device_obj->channels_ksetDexuan Cui2017-12-181-0/+2
| * | | | | | | | thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg2017-12-161-1/+1
| * | | | | | | | MAINTAINERS: Add thunderbolt.rst to the Thunderbolt driver entryMika Westerberg2017-12-161-0/+1
| * | | | | | | | thunderbolt: Make pathname to force_power shorterAndy Shevchenko2017-12-161-1/+1
* | | | | | | | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-312-4/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kobject: fix suppressing modalias in uevents delivered over netlinkDmitry Torokhov2017-12-211-4/+12
| * | | | | | | | | drivers: base: cacheinfo: fix cache type for non-architected system cacheSudeep Holla2017-12-151-0/+13
| |/ / / / / / / /
* | | | | | | | | Merge tag 'staging-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-314-20/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra2017-12-191-2/+2
| * | | | | | | | | staging: ion: Fix ion_cma_heap allocationsJohn Stultz2017-12-192-5/+12
| * | | | | | | | | staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown2017-12-191-13/+10
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-311-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2017-12-211-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-3123-104/+117
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201Daniel Thompson2017-12-271-0/+3
| * | | | | | | | | xhci: Fix use-after-free in xhci debugfsAlexander Kappner2017-12-271-8/+8
| * | | | | | | | | xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman2017-12-271-3/+3