summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-2116-38/+55
|\
| * x86/devicetree: Convert to using %pOF instead of ->full_nameRob Herring2017-07-211-2/+1
| * x86/platform/uv/BAU: Disable BAU on single hub configurationsAndrew Banman2017-07-211-5/+18
| * x86/platform/intel-mid: Fix a format string overflow warningArnd Bergmann2017-07-201-2/+4
| * x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann2017-07-201-0/+1
| * x86/build: Silence the build with "make -s"Arnd Bergmann2017-07-201-2/+3
| * x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann2017-07-201-2/+2
| * x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warningArnd Bergmann2017-07-201-1/+1
| * x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann2017-07-202-10/+10
| * perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann2017-07-201-2/+2
| * x86/defconfig: Remove stale, old Kconfig optionsKrzysztof Kozlowski2017-07-202-6/+0
| * x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han2017-07-201-1/+1
| * x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-07-201-0/+8
| * x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNTRoman Kagan2017-07-181-1/+1
| * x86/platform/uv/BAU: Fix congested_response_us not taking effectJustin Ernst2017-07-161-4/+2
| * x86/cpu: Use indirect call to measure performance in init_amd_k6()Mikulas Patocka2017-07-161-0/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-07-211-2/+10
|\ \
| * | clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctlySergei Shtylyov2017-07-171-2/+10
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-212-9/+11
|\ \ \
| * | | sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes2017-07-141-6/+8
| * | | sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li2017-07-141-3/+3
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-219-42/+221
|\ \ \ \
| * | | | perf/x86/intel: Add proper condition to run sched_task callbacksJiri Olsa2017-07-213-10/+14
| * | | | perf/core: Fix locking for children siblings group readJiri Olsa2017-07-211-0/+5
| * | | | perf/core: Fix scheduling regression of pinned groupsAlexander Shishkin2017-07-201-0/+7
| * | | | perf/x86/intel: Fix debug_store reset field for freq eventsJiri Olsa2017-07-181-0/+2
| * | | | perf/x86/intel: Add Goldmont Plus CPU PMU supportKan Liang2017-07-183-0/+166
| * | | | perf/x86/intel: Enable C-state residency events for Apollo LakeHarry Pan2017-07-181-6/+20
| * | | | Merge tag 'perf-urgent-for-mingo-4.13-20170712' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-131-1/+1
| |\ \ \ \
| | * | | | perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
| |/ / / /
| * | | | Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-111-21/+0
| * | | | Merge tag 'perf-urgent-for-mingo-4.13-20170710' of git://git.kernel.org/pub/s...Ingo Molnar2017-07-112-4/+6
| |\ \ \ \
| | * | | | perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-101-1/+1
| | * | | | perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
| | * | | | perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
| |/ / / /
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-07-211-1/+0
|\ \ \ \ \
| * | | | | locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi2017-07-131-1/+0
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-217-15/+15
|\ \ \ \ \ \
| * | | | | | irqchip/digicolor: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
| * | | | | | irqchip/mips-cpu: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
| * | | | | | irqchip/gic/realview: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
| * | | | | | irqchip/mips-gic: Remove population of irq domain namesMatt Redfearn2017-07-181-2/+0
| * | | | | | genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross2017-07-173-10/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-2110-19/+23
|\ \ \ \ \ \
| * | | | | | debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-209-18/+18
| * | | | | | MAINTAINERS: Update the PTRACE entryIngo Molnar2017-07-111-1/+5
* | | | | | | ide: avoid warning for timings calculationArnd Bergmann2017-07-211-9/+9
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2183-581/+1176
|\ \ \ \ \ \ \
| * | | | | | | net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa2017-07-211-1/+1
| * | | | | | | rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge2017-07-211-3/+3