summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-149-67/+184
|\
| * x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscallsAndy Lutomirski2014-09-081-23/+15
| * x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski2014-09-082-10/+9
| * x86: Split syscall_trace_enter into two phasesAndy Lutomirski2014-09-082-24/+138
| * x86, entry: Only call user_exit if TIF_NOHZAndy Lutomirski2014-09-081-1/+6
| * x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski2014-09-081-10/+1
| * seccomp: Document two-phase seccomp and arch-provided seccomp_dataAndy Lutomirski2014-09-031-0/+11
| * seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2014-09-035-5/+10
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-146-10/+186
|\ \
| * | x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue2014-10-081-1/+16
| * | x86: Quark: Comment setup_arch() to document TLB/PGE bugBryan O'Donoghue2014-10-081-0/+9
| * | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue2014-09-241-0/+15
| * | x86/platform/intel/iosf: Add debugfs config option for IOSFDavid E. Box2014-09-192-4/+32
| * | x86/platform/intel/iosf: Add better description of IOSF driver in configDavid E. Box2014-09-191-15/+17
| * | x86/platform/intel/iosf: Add Braswell PCI IDDavid E. Box2014-09-191-0/+2
| * | x86/platform/pmc_atom: Fix warning when CONFIG_DEBUG_FS=nMartin Kelly2014-09-191-4/+7
| * | x86: HPET force enable for e6xx based systemsPeter Neubauer2014-09-151-0/+18
| * | x86/iosf: Add debugfs supportDavid E. Box2014-08-271-0/+74
| * | x86/iosf: Add Kconfig prompt for IOSF_MBI selectionDavid E. Box2014-08-271-2/+12
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-148-77/+44
|\ \ \
| * | | x86/mm, hibernate: Do not assume the first e820 area to be RAMLee, Chun-Yi2014-09-161-4/+3
| * | | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-162-21/+14
| * | | x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2014-09-163-10/+22
| * | | x86/mm/hotplug: Pass sync_global_pgds() a correct argument in remove_pagetable()Yasuaki Ishimatsu2014-09-161-4/+5
| * | | x86: Remove set_pmd_pfnMatthew Wilcox2014-09-012-38/+0
* | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-144-9/+9
|\ \ \ \
| * \ \ \ Merge tag 'microcode_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2014-08-244-9/+9
| |\ \ \ \
| | * | | | x86, microcode, intel: Fix total_size computationHenrique de Moraes Holschuh2014-07-281-1/+1
| | * | | | x86, microcode, intel: Rename apply_microcode and declare it staticHenrique de Moraes Holschuh2014-07-251-2/+2
| | * | | | x86, microcode, intel: Fix typosHenrique de Moraes Holschuh2014-07-241-3/+3
| | * | | | x86, microcode, intel: Add missing static declarationsHenrique de Moraes Holschuh2014-07-241-2/+2
| | * | | | x86, microcode, amd: Fix missing static declarationHenrique de Moraes Holschuh2014-07-241-1/+1
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-146-19/+20
|\ \ \ \ \ \
| * | | | | | x86: copy_thread: Don't nullify ->ptrace_bps twiceOleg Nesterov2014-09-022-5/+1
| * | | | | | x86, fpu: Shift "fpu_counter = 0" from copy_thread() to arch_dup_task_struct()Oleg Nesterov2014-09-023-3/+1
| * | | | | | x86, fpu: copy_process: Sanitize fpu->last_cpu initializationOleg Nesterov2014-09-021-1/+3
| * | | | | | x86, fpu: copy_process: Avoid fpu_alloc/copy if !used_math()Oleg Nesterov2014-09-021-7/+6
| * | | | | | x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov2014-09-021-1/+1
| * | | | | | x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov2014-09-021-1/+4
| * | | | | | x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2014-09-022-2/+5
* | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-146-29/+74
|\ \ \ \ \ \ \
| * | | | | | | x86: Add more disabled featuresDave Hansen2014-09-114-26/+18
| * | | | | | | x86: Introduce disabled-featuresDave Hansen2014-09-113-0/+56
| * | | | | | | x86: Axe the lightly-used cpu_has_paeDave Hansen2014-09-112-5/+2
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-131-11/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu2014-09-241-11/+12
* | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-17/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/tty/serial/8250: Clean up the asm/serial.h include file a bitIngo Molnar2014-09-061-12/+12
| * | | | | | | | | x86/tty/serial/8250: Resolve missing-field-initializers warningsMark Rustad2014-09-061-4/+4
| * | | | | | | | | x86: Remove obsolete comment in uapi/e820.hRoss Zwisler2014-08-211-5/+0