summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-2630-31/+31
* arch: x86: charge page tables to kmemcgVladimir Davydov2016-07-262-5/+17
* mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-265-0/+61
* mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-265-13/+48
* powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V2016-07-261-4/+2
* m32r: add __ucmpdi2 to fix build failureSudip Mukherjee2016-07-264-2/+45
* kbuild: abort build on bad stack protector flagKees Cook2016-07-261-8/+0
* arm: get rid of superfluous __GFP_REPEATMichal Hocko2016-07-262-2/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-253-4/+5
|\
| * Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-04201-966/+1021
| |\
| | * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-042-3/+4
| * | x86/PCI/VMD: Use untracked irq handlerKeith Busch2016-06-181-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2517-71/+157
|\ \ \
| * \ \ Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2016-07-0715-67/+153
| |\ \ \
| | * | | clocksource/drivers/integrator-ap: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-1/+1
| | * | | clocksource/drivers/keystone: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-1/+1
| | * | | clocksource/drivers/nspire: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-0/+1
| | * | | clocksource/drivers/u300: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-1/+1
| | * | | clocksource/drivers/prima2: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-0/+1
| | * | | clocksource/drivers/mxs: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-1/+1
| | * | | clocksource/drivers/moxart: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-1/+1
| | * | | clocksource/drivers/atlas7: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-0/+1
| | * | | clocksource/drivers/clps_711x: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-1/+1
| | * | | clocksource/drivers/bcm_kona: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-0/+1
| | * | | clocksource/drivers/bcm2835: Add the COMPILE_TEST optionDaniel Lezcano2016-06-281-0/+1
| | * | | clocksources: Switch back to the clksrc tableDaniel Lezcano2016-06-285-9/+9
| | * | | clocksource/drivers/arc: Convert init function to return errorDaniel Lezcano2016-06-281-27/+42
| | * | | clocksource/drivers/smp_twd: Convert init function to return errorDaniel Lezcano2016-06-281-4/+5
| | * | | clocksource/drivers/nios2: Convert init function to return errorDaniel Lezcano2016-06-281-20/+45
| | * | | clocksource/drivers/ralink: Convert init function to return errorDaniel Lezcano2016-06-281-6/+13
| | * | | clocksource/drivers/microblaze: Convert init function to return errorDaniel Lezcano2016-06-281-13/+38
| | * | | arm64: dts: rockchip: Add rktimer device node for rk3399Huang Tao2016-06-281-0/+8
| | |/ /
| * | | timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner2016-07-071-2/+2
| * | | timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner2016-07-071-2/+2
| | |/ | |/|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-0/+21
|\ \ \
| * | | x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung2016-07-141-0/+21
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-255-68/+110
|\ \ \ \
| * | | | x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2016-07-152-7/+0
| * | | | x86/tsc: Enumerate BXT tsc_khz via CPUIDLen Brown2016-07-111-1/+15
| * | | | x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2016-07-114-8/+73
| * | | | x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown2016-07-113-7/+3
| * | | | x86/tsc_msr: Add Airmont reference clock valuesLen Brown2016-07-101-1/+4
| * | | | x86/tsc_msr: Correct Silvermont reference clock valuesLen Brown2016-07-101-3/+3
| * | | | x86/tsc_msr: Update comments, expand definitionsLen Brown2016-07-101-26/+10
| * | | | x86/tsc_msr: Remove debugging messagesLen Brown2016-07-101-16/+3
| * | | | x86/tsc_msr: Identify Intel-specific codeLen Brown2016-07-101-0/+3
| * | | | Revert "x86/tsc: Add missing Cherrytrail frequency to the table"Len Brown2016-07-101-3/+0
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-2514-63/+778
|\ \ \ \ \
| * | | | | x86/sfi: Enable enumeration of SD devicesAndy Shevchenko2016-07-132-0/+44
| * | | | | x86/pci: Use MRFLD abbreviation for MerrifieldAndy Shevchenko2016-07-131-4/+4