| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case | Vitaly Kuznetsov | 2015-09-30 | 1 | -5/+7 |
* | x86/cpufeatures: Correct spelling of the HWP_NOTIFY flag | Kristen Carlson Accardi | 2015-09-23 | 1 | -1/+1 |
* | x86/paravirt: Replace the paravirt nop with a bona fide empty function | Andy Lutomirski | 2015-09-22 | 1 | -4/+12 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-18 | 3 | -16/+9 |
|\ |
|
| * | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 2 | -13/+8 |
| * | genirq: Move field 'affinity' from irq_data into irq_common_data | Jiang Liu | 2015-09-16 | 1 | -3/+1 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-18 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/pci/dma: Fix gfp flags for coherent DMA memory allocation | Junichi Nomura | 2015-09-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-09-17 | 7 | -13/+56 |
|\ \ |
|
| * | | x86/platform: Fix Geode LX timekeeping in the generic x86 build | David Woodhouse | 2015-09-16 | 1 | -7/+10 |
| * | | x86/apic: Serialize LVTT and TSC_DEADLINE writes | Shaohua Li | 2015-09-14 | 1 | -0/+7 |
| * | | x86/ioapic: Force affinity setting in setup_ioapic_dest() | Thomas Gleixner | 2015-09-14 | 1 | -2/+3 |
| * | | x86/ldt: Fix small LDT allocation for Xen | Jan Beulich | 2015-09-14 | 1 | -2/+2 |
| * | | x86/cpu: Print family/model/stepping in hex | Borislav Petkov | 2015-09-13 | 1 | -2/+2 |
| * | | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0 | Andy Lutomirski | 2015-09-05 | 1 | -0/+27 |
| * | | Merge branch 'linus' into x86/urgent, to be able to merge a dependent fix | Ingo Molnar | 2015-09-05 | 80 | -1860/+2150 |
| |\ \ |
|
| * | | | x86/alternatives: Make optimize_nops() interrupt safe and synced | Thomas Gleixner | 2015-09-03 | 1 | -0/+5 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-09-17 | 2 | -1/+5 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | perf/x86/intel: Fix constraint access | Peter Zijlstra | 2015-09-13 | 1 | -1/+4 |
| * | | | perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the n... | Alexander Shishkin | 2015-09-11 | 1 | -0/+1 |
* | | | | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -11/+0 |
* | | | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -40/+9 |
* | | | | kexec: split kexec_load syscall from kexec core code | Dave Young | 2015-09-10 | 5 | -8/+8 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-09 | 1 | -21/+1 |
|\ \ \ \ |
|
| * | | | | x86: use generic early mem copy | Mark Salter | 2015-09-09 | 1 | -21/+1 |
* | | | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 2 | -72/+9 |
|\ \ \ \ \ |
|
| * | | | | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 2015-08-19 | 2 | -72/+9 |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-09-08 | 1 | -1/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | PKCS#7: Appropriately restrict authenticated attributes and content type | David Howells | 2015-08-12 | 1 | -1/+3 |
* | | | | | | | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-08 | 1 | -129/+4 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | nmi: x86: convert to generic nmi handler | Russell King | 2015-07-17 | 1 | -129/+4 |
* | | | | | | | watchdog: rename watchdog_suspend() and watchdog_resume() | Ulrich Obergfell | 2015-09-05 | 1 | -2/+2 |
* | | | | | | | watchdog: use suspend/resume interface in fixup_ht_bug() | Ulrich Obergfell | 2015-09-05 | 1 | -2/+5 |
* | | | | | | | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h | Guenter Roeck | 2015-09-05 | 1 | -1/+1 |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-04 | 2 | -13/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, tsc, locking/static_keys: Employ static_branch_likely() | Peter Zijlstra | 2015-08-03 | 1 | -12/+10 |
| * | | | | | | | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} | Peter Zijlstra | 2015-08-03 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-02 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| | | | | | | | | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge branches 'acpi-pci', 'acpi-soc', 'acpi-ec' and 'acpi-osl' | Rafael J. Wysocki | 2015-09-01 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| | * | | | | | | | ACPI, PCI: Penalize legacy IRQ used by ACPI SCI | Jiang Liu | 2015-08-27 | 1 | -0/+1 |
| | |/ / / / / / |
|
* | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-02 | 1 | -74/+124 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/hpet: Migrate to new set_state interface | Viresh Kumar | 2015-07-30 | 1 | -74/+124 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-02 | 9 | -151/+153 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/irq: Do not dereference irq descriptor before checking it | Thomas Gleixner | 2015-08-28 | 1 | -1/+2 |
| * | | | | | | | | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 2015-08-06 | 5 | -61/+49 |
| * | | | | | | | | x86/irq: Get rid of an indentation level | Thomas Gleixner | 2015-08-06 | 1 | -37/+35 |
| * | | | | | | | | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED | Thomas Gleixner | 2015-08-06 | 3 | -14/+13 |
| * | | | | | | | | x86/irq: Replace numeric constant | Thomas Gleixner | 2015-08-06 | 1 | -2/+2 |
| * | | | | | | | | x86/irq: Protect smp_cleanup_move | Thomas Gleixner | 2015-08-06 | 1 | -4/+14 |
| * | | | | | | | | Merge branch 'linus' into x86/apic | Thomas Gleixner | 2015-08-06 | 12 | -146/+183 |
| |\| | | | | | | |
|