summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-0313-520/+133
|\
| * arm: mach-rpc: ecard: fix build errorGreg Kroah-Hartman2017-06-141-1/+1
| * powerpc: vio_cmo: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-121-23/+33
| * powerpc: vio: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-121-6/+10
| * arm: ecard: fix dev_groups patch typoGreg Kroah-Hartman2017-06-101-1/+1
| * sparc: vio: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-7/+11
| * powerpc: ibmebus: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-6/+10
| * powerpc: ps3: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-4/+6
| * parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-10/+13
| * mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-6/+10
| * arm: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-17/+23
| * driver core: remove CLASS_ATTR usageGreg Kroah-Hartman2017-06-072-4/+5
| * arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli2017-06-032-6/+6
| * arm,arm64,drivers: move externs in a new header fileJuri Lelli2017-06-032-9/+2
| * arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli2017-06-032-6/+2
| * arm, arm64: factorize common cpu capacity default codeJuri Lelli2017-06-034-423/+11
| * arm: remove wrong CONFIG_PROC_SYSCTL ifdefJuri Lelli2017-06-031-2/+0
| * arm: fix return value of parse_cpu_capacityJuri Lelli2017-06-031-1/+1
* | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-038-14/+8
|\ \
| * | tty: simserial: drop unused alt_speed handlingJohan Hovold2017-06-131-13/+0
| * | tty: add TIOCGPTPEER ioctlAleksa Sarai2017-06-097-1/+8
* | | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-031-0/+24
|\ \ \
| * | | ARM: OMAP2+: DMA: Add slave map entries for 24xx external request linesPeter Ujfalusi2017-06-201-0/+24
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0313-713/+728
|\ \ \ \
| * | | | x86/mce: Always save severity in machine_check_poll()Yazen Ghannam2017-06-261-6/+1
| * | | | x86/MCE, xen/mcelog: Make /dev/mcelog registration messages more preciseJuergen Gross2017-06-201-1/+7
| * | | | x86/mce: Update bootlog description to reflect behavior on AMDYazen Ghannam2017-06-141-2/+3
| * | | | x86/mce: Don't disable MCA banks when offlining a CPU on AMDYazen Ghannam2017-06-141-2/+3
| * | | | x86/mce/mce-inject: Preset the MCE injection structBorislav Petkov2017-06-141-0/+9
| * | | | x86/mce: Clean up include filesBorislav Petkov2017-06-141-10/+0
| * | | | x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-144-62/+61
| * | | | x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-147-524/+532
| * | | | x86/mce/AMD: Use saved threshold block info in interrupt handlerYazen Ghannam2017-06-141-31/+35
| * | | | x86/mce/AMD: Use msr_stat when clearing MCA_STATUSYazen Ghannam2017-06-141-1/+1
| * | | | Merge tag 'v4.12-rc5' into ras/core, to pick up fixesIngo Molnar2017-06-1499-483/+794
| |\ \ \ \
| * | | | | x86/mce/AMD: Carve out SMCA bank configurationYazen Ghannam2017-05-211-38/+38
| * | | | | x86/mce/AMD: Redo error logging from APIC LVT interrupt handlersYazen Ghannam2017-05-211-73/+74
| * | | | | x86/mce: Convert threshold_bank.cpus from atomic_t to refcount_tElena Reshetova2017-05-212-4/+5
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0321-56/+69
|\ \ \ \ \ \
| * | | | | | powerpc: Only obtain cpu_hotplug_lock if called by rtasdThiago Jung Bauermann2017-06-233-4/+26
| * | | | | | ARM/hw_breakpoint: Fix possible recursive locking for arch_hw_breakpoint_initTony Lindgren2017-06-201-1/+1
| * | | | | | s390: Prevent hotplug rwsem recursionThomas Gleixner2017-05-262-3/+3
| * | | | | | arm: Prevent hotplug rwsem recursionThomas Gleixner2017-05-262-2/+3
| * | | | | | arm64: Prevent cpu hotplug rwsem recursionThomas Gleixner2017-05-262-3/+3
| * | | | | | jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-264-8/+0
| * | | | | | perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior2017-05-261-6/+5
| * | | | | | x86/perf: Drop EXPORT of perf_check_microcodeThomas Gleixner2017-05-261-1/+0
| * | | | | | powerpc/powernv: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+4
| * | | | | | s390/kernel: Use stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+3
| * | | | | | ARM/hw_breakpoint: Use cpuhp_setup_state_cpuslocked()Sebastian Andrzej Siewior2017-05-261-5/+6