summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds2014-12-171-1/+1
* Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-167-965/+779
|\
| * xen: switch to post-init routines in xen mmu.c earlierJuergen Gross2014-12-111-1/+1
| * xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross2014-12-081-1/+1
| * xen: introduce helper functions to do safe read and write accessesJuergen Gross2014-12-082-2/+16
| * xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross2014-12-041-6/+8
| * xen: switch to linear virtual mapped sparse p2m listJuergen Gross2014-12-044-444/+347
| * xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2014-12-043-10/+24
| * x86: Introduce function to get pmd entry pointerJuergen Gross2014-12-042-0/+21
| * xen: Delay invalidating extra memoryJuergen Gross2014-12-044-129/+103
| * xen: Delay m2p_override initializationJuergen Gross2014-12-041-7/+12
| * xen: Delay remapping memory of pv-domainJuergen Gross2014-12-045-297/+172
| * xen: use common page allocation function in p2m.cJuergen Gross2014-12-042-22/+37
| * xen: Make functions staticJuergen Gross2014-12-042-100/+92
| * xen: fix some style issues in p2m.cJuergen Gross2014-12-041-8/+7
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-0/+23
|\ \
| * \ Merge tag 'v3.18' into drm-nextDave Airlie2014-12-082-1/+3
| |\ \
| * \ \ Merge tag 'v3.18-rc7' into drm-nextDave Airlie2014-12-0227-124/+266
| |\ \ \
| * \ \ \ Merge tag 'v3.18-rc4' into drm-nextDave Airlie2014-11-1221-231/+95
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie2014-10-281-0/+23
| |\ \ \ \ \
| | * | | | | drm/i915/skl: Add the additional graphics stolen sizesDamien Lespiau2014-09-241-0/+23
* | | | | | | x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds2014-12-151-28/+30
* | | | | | | x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds2014-12-151-7/+1
* | | | | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-146-22/+4
|\ \ \ \ \ \ \
| * | | | | | | cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-074-19/+4
| * | | | | | | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-032-3/+0
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | x86: platform: olpc: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
| | * | | | | | x86: platform: iris: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-148-54/+140
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/tls: Disallow unusual TLS segmentsAndy Lutomirski2014-12-141-0/+22
| * | | | | | | | x86/tls: Validate TLS entries to protect espfixAndy Lutomirski2014-12-141-0/+23
| * | | | | | | | x86/asm: Unify segment selector definesBorislav Petkov2014-12-111-21/+9
| * | | | | | | | x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ...Borislav Petkov2014-12-112-0/+8
| * | | | | | | | x86_64, switch_to(): Load TLS descriptors before switching DS and ESAndy Lutomirski2014-12-111-28/+73
| * | | | | | | | x86/mm: Use min() instead of min_t() in the e820 printout codeXishi Qiu2014-12-111-2/+2
| * | | | | | | | x86/mm: Fix zone ranges boot printoutXishi Qiu2014-12-112-3/+3
* | | | | | | | | Merge tag 'trace-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-131-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ftrace/x86: Update i386 call to prepare_ftrace_return()Steven Rostedt (Red Hat)2014-12-111-3/+3
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-1325-50/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: sha - replace memset by memzero_explicitJulia Lawall2014-12-022-2/+2
| * | | | | | | | | | crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+3
| * | | | | | | | | | crypto: sha-mb - remove a bogus NULL checkDan Carpenter2014-11-251-2/+1
| * | | | | | | | | | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-2423-40/+40
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-1240-449/+487
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | crypto: aesni - remove unnecessary #defineValentin Rothberg2014-11-061-6/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-139-1/+37
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio2014-12-131-0/+1
| * | | | | | | | | | x86: hook up execveat system callDavid Drysdale2014-12-137-0/+35
| * | | | | | | | | | mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-122-70/+20
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
OpenPOWER on IntegriCloud