| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Pass the event to arch_perf_update_userpage() | Andy Lutomirski | 2015-02-04 | 1 | -1/+2 |
* | x86: Add a comment clarifying LDT context switching | Andy Lutomirski | 2015-02-04 | 1 | -6/+8 |
* | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski | 2015-02-04 | 20 | -46/+85 |
* | x86: Clean up cr4 manipulation | Andy Lutomirski | 2015-02-04 | 14 | -55/+67 |
* | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches | Ingo Molnar | 2015-02-04 | 13 | -301/+308 |
|\ |
|
| * | Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-02-03 | 2 | -54/+77 |
| |\ |
|
| | * | x86_64, entry: Remove the syscall exit audit and schedule optimizations | Andy Lutomirski | 2015-02-01 | 1 | -47/+5 |
| | * | x86_64, entry: Use sysret to return to userspace when possible | Andy Lutomirski | 2015-02-01 | 1 | -0/+54 |
| | * | x86, traps: Fix ist_enter from userspace | Andy Lutomirski | 2015-02-01 | 1 | -7/+18 |
| * | | Merge tag 'pr-20150201-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2015-02-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | x86, vdso: teach 'make clean' remove vdso64 binaries | Andrey Skvortsov | 2015-01-29 | 1 | -1/+1 |
| * | | | Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n... | Ingo Molnar | 2015-02-03 | 125 | -482/+860 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-01-28 | 12 | -252/+235 |
| |\ \ \ |
|
| | * | | | x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole user | Denys Vlasenko | 2015-01-13 | 1 | -46/+42 |
| | * | | | x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSET | Denys Vlasenko | 2015-01-13 | 1 | -2/+2 |
| | * | | | x86: entry_64.S: delete unused code | Denys Vlasenko | 2015-01-13 | 2 | -35/+0 |
| | * | | | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricks | Luck, Tony | 2015-01-07 | 4 | -94/+26 |
| | * | | | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic | Andy Lutomirski | 2015-01-02 | 2 | -0/+40 |
| | * | | | x86: Clean up current_stack_pointer | Andy Lutomirski | 2015-01-02 | 2 | -10/+14 |
| | * | | | x86, traps: Track entry into and exit from IST context | Andy Lutomirski | 2015-01-02 | 5 | -6/+61 |
| | * | | | x86, entry: Switch stacks on a paranoid entry from userspace | Andy Lutomirski | 2015-01-02 | 2 | -59/+50 |
| * | | | | Merge commit 3669ef9fa7d3 ("x86, tls: Interpret an all-zero struct user_desc ... | Ingo Molnar | 2015-01-28 | 52 | -187/+422 |
| |\ \ \ \ |
|
| * | | | | | x86_64 entry: Fix RCX for ptraced syscalls | Andy Lutomirski | 2015-01-17 | 1 | -1/+2 |
* | | | | | | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes | Ingo Molnar | 2015-02-04 | 66 | -255/+541 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-02-01 | 22 | -71/+150 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linu... | Olof Johansson | 2015-02-01 | 4 | -0/+47 |
| | |\ \ \ \ \ |
|
| | | * | | | | | ARM: shmobile: r8a7790: Instantiate GIC from C board code in legacy builds | Magnus Damm | 2015-01-29 | 3 | -0/+20 |
| | | * | | | | | ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy builds | Magnus Damm | 2015-01-29 | 2 | -0/+27 |
| | * | | | | | | arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device() | Laurent Pinchart | 2015-01-29 | 1 | -15/+38 |
| | * | | | | | | Merge tag 'mvebu-fixes-3.19-6' of git://git.infradead.org/linux-mvebu into fixes | Olof Johansson | 2015-01-28 | 1 | -0/+7 |
| | |\ \ \ \ \ \ |
|
| | | * | | | | | | ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is d... | Thomas Petazzoni | 2015-01-28 | 1 | -0/+7 |
| | | * | | | | | | ARM: mvebu: completely disable hardware I/O coherency | Thomas Petazzoni | 2015-01-17 | 1 | -1/+6 |
| | * | | | | | | | Merge tag 'sunxi-fixes-for-3.19' of https://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 2015-01-27 | 16 | -56/+58 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | ARM: sunxi: dt: Fix aliases | Maxime Ripard | 2015-01-25 | 15 | -50/+40 |
| | | * | | | | | | | ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline | Hans de Goede | 2015-01-21 | 1 | -0/+8 |
| | | * | | | | | | | ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 alias | Hans de Goede | 2015-01-06 | 1 | -0/+4 |
| | | * | | | | | | | ARM: dts: sunxi: Fix usb-phy support for sun4i/sun5i | Chen-Yu Tsai | 2014-12-21 | 3 | -6/+6 |
| | | | |_|_|_|/ /
| | | |/| | | | | |
|
| * | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-01-30 | 4 | -16/+14 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-01-30 | 15 | -178/+330 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | KVM: x86: check LAPIC presence when building apic_map | Radim Krčmář | 2015-01-30 | 1 | -0/+3 |
| | * | | | | | | | | | Merge tag 'kvm-arm-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2015-01-30 | 14 | -178/+327 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault | Marc Zyngier | 2015-01-29 | 3 | -18/+50 |
| | | * | | | | | | | | | arm/arm64: KVM: Invalidate data cache on unmap | Marc Zyngier | 2015-01-29 | 3 | -15/+116 |
| | | * | | | | | | | | | arm/arm64: KVM: Use set/way op trapping to track the state of the caches | Marc Zyngier | 2015-01-29 | 14 | -145/+161 |
| * | | | | | | | | | | | arc: mm: Fix build failure | Guenter Roeck | 2015-01-30 | 1 | -1/+1 |
| * | | | | | | | | | | | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 2015-01-29 | 26 | -1/+55 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-01-27 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy address | Nimrod Andy | 2015-01-25 | 1 | -4/+4 |
| * | | | | | | | | | | | Merge tag 'powerpc-3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2015-01-27 | 2 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | powerpc/powernv: Restore LPCR with LPCR_PECE1 cleared | Shreyas B. Prabhu | 2015-01-22 | 1 | -1/+1 |