summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | locking/atomic, alpha: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
| * | | | | locking/atomic, s390/pci: Prepare for atomic64_read() conversionMark Rutland2019-06-031-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-083-5/+12
|\ \ \ \ \
| * | | | | x86/tls: Fix possible spectre-v1 in do_get_thread_area()Dianzhang Chen2019-06-271-2/+7
| * | | | | x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()Dianzhang Chen2019-06-271-1/+4
| * | | | | x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()Zhenzhong Duan2019-06-261-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-083-519/+427
|\ \ \ \ \
| * | | | | x86/hpet: Use channel for legacy clockevent storageThomas Gleixner2019-06-281-8/+3
| * | | | | x86/hpet: Use common init for legacy clockeventThomas Gleixner2019-06-281-33/+54
| * | | | | x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent()Thomas Gleixner2019-06-281-13/+20
| * | | | | x86/hpet: Consolidate clockevent functionsThomas Gleixner2019-06-281-67/+25
| * | | | | x86/hpet: Wrap legacy clockevent in hpet_channelThomas Gleixner2019-06-281-22/+27
| * | | | | x86/hpet: Use cached info instead of extra flagsThomas Gleixner2019-06-281-53/+23
| * | | | | x86/hpet: Move clockevents into channelsThomas Gleixner2019-06-283-85/+64
| * | | | | x86/hpet: Rename variables to prepare for switching to channelsIngo Molnar2019-06-281-62/+62
| * | | | | x86/hpet: Add function to select a /dev/hpet channelThomas Gleixner2019-06-281-0/+17
| * | | | | x86/hpet: Add mode information to struct hpet_channelThomas Gleixner2019-06-281-0/+11
| * | | | | x86/hpet: Use cached channel dataThomas Gleixner2019-06-281-25/+16
| * | | | | x86/hpet: Introduce struct hpet_base and struct hpet_channelThomas Gleixner2019-06-281-34/+48
| * | | | | x86/hpet: Coding style cleanupIngo Molnar2019-06-281-17/+26
| * | | | | x86/hpet: Clean up commentsIngo Molnar2019-06-281-18/+23
| * | | | | x86/hpet: Make naming consistentIngo Molnar2019-06-281-10/+10
| * | | | | x86/hpet: Remove not required includesIngo Molnar2019-06-281-11/+1
| * | | | | x86/hpet: Decapitalize and rename EVT_TO_HPET_DEVThomas Gleixner2019-06-281-17/+10
| * | | | | x86/hpet: Simplify counter validationThomas Gleixner2019-06-281-6/+4
| * | | | | x86/hpet: Separate counter check out of clocksource register codeThomas Gleixner2019-06-281-34/+31
| * | | | | x86/hpet: Shuffle code around for readability sakeThomas Gleixner2019-06-281-40/+41
| * | | | | x86/hpet: Move static and global variables to one placeThomas Gleixner2019-06-281-28/+22
| * | | | | x86/hpet: Sanitize stub functionsThomas Gleixner2019-06-281-9/+3
| * | | | | x86/hpet: Mark init functions __initThomas Gleixner2019-06-281-3/+3
| * | | | | x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner2019-06-282-8/+0
| * | | | | x86/hpet: Remove unused parameter from hpet_next_event()Thomas Gleixner2019-06-281-5/+5
| * | | | | x86/hpet: Remove pointless x86-64 specific #includeThomas Gleixner2019-06-281-4/+0
| * | | | | x86/hpet: Restructure init codeThomas Gleixner2019-06-281-38/+43
| * | | | | x86/hpet: Replace printk(KERN...) with pr_...()Thomas Gleixner2019-06-281-26/+19
| * | | | | x86/hpet: Simplify CPU online codeThomas Gleixner2019-06-281-29/+2
| |/ / / /
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-0821-55/+527
|\ \ \ \ \
| * | | | | x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2019-07-037-326/+50
| * | | | | x86/entry/64: Fix and clean up paranoid_exitAndy Lutomirski2019-07-021-16/+17
| * | | | | x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski2019-07-021-0/+6
| * | | | | x86/mtrr: Skip cache flushes on CPUs with cache self-snoopingRicardo Neri2019-06-281-2/+13
| * | | | | x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errataRicardo Neri2019-06-281-0/+27
| * | | | | x86/umwait: Add sysfs interface to control umwait maximum timeFenghua Yu2019-06-241-0/+36
| * | | | | x86/umwait: Add sysfs interface to control umwait C0.2 stateFenghua Yu2019-06-241-8/+110
| * | | | | x86/umwait: Initialize umwait control valuesFenghua Yu2019-06-243-0/+72
| * | | | | x86/cpufeatures: Enumerate user wait instructionsFenghua Yu2019-06-241-0/+1
| * | | | | x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUsKonstantin Khlebnikov2019-06-221-1/+11
| * | | | | x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3Tony W Wang-oc2019-06-221-0/+15
| * | | | | x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc2019-06-224-1/+183
| * | | | | x86/cpu: Split Tremont based Atoms from the restAndy Shevchenko2019-06-221-0/+1