Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | lguest: don't look in console features to find emerg_wr. | Rusty Russell | 2015-02-13 | 1 | -33/+24 | |
| * | | | | | | | | lguest: remove NOTIFY call and eventfd facility. | Rusty Russell | 2015-02-11 | 1 | -1/+0 | |
| * | | | | | | | | lguest: use the PCI console device's emerg_wr for early boot messages. | Rusty Russell | 2015-02-11 | 1 | -12/+134 | |
| * | | | | | | | | lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC | Rusty Russell | 2015-02-11 | 1 | -0/+24 | |
| * | | | | | | | | lguest: disable ACPI explicitly. | Rusty Russell | 2015-02-11 | 1 | -0/+4 | |
| * | | | | | | | | lguest: don't disable iospace. | Rusty Russell | 2015-02-11 | 1 | -8/+0 | |
* | | | | | | | | | Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 1 | -4/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86/mce: Fix regression. All error records should report via /dev/mcelog | Tony Luck | 2015-02-09 | 1 | -4/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-02-16 | 32 | -116/+231 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasks | Andy Lutomirski | 2015-02-04 | 2 | -2/+24 | |
| * | | | | | | | | | perf/x86: Only allow rdpmc if a perf_event is mapped | Andy Lutomirski | 2015-02-04 | 4 | -19/+58 | |
| * | | | | | | | | | 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 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2015-02-15 | 5 | -277/+170 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Specify PCI based UART for earlyprintk | Stuart R. Anderson | 2015-02-02 | 1 | -16/+166 | |
| * | | | | | | | | | | | x86, mrst: remove Moorestown specific serial drivers | Andy Shevchenko | 2015-02-02 | 5 | -261/+4 | |
* | | | | | | | | | | | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-15 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Drivers: hv: vmbus: Implement a clockevent device | K. Y. Srinivasan | 2015-01-25 | 1 | -0/+11 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 2015-02-14 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCE | Christian Borntraeger | 2015-01-19 | 1 | -2/+2 | |
| * | | | | | | | | | | | | x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger | 2015-01-19 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-02-14 | 3 | -174/+205 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 | Timothy McCaffrey | 2015-01-14 | 2 | -172/+205 | |
| * | | | | | | | | | | | | crypto: x86/des3_ede - drop bogus module aliases | Mathias Krause | 2015-01-13 | 1 | -2/+0 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | kasan: enable instrumentation of global variables | Andrey Ryabinin | 2015-02-14 | 2 | -2/+12 | |
* | | | | | | | | | | | | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range() | Andrey Ryabinin | 2015-02-14 | 1 | -1/+1 | |
* | | | | | | | | | | | | kasan: enable stack instrumentation | Andrey Ryabinin | 2015-02-14 | 3 | -5/+20 | |
* | | | | | | | | | | | | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin | 2015-02-14 | 7 | -11/+41 | |
* | | | | | | | | | | | | x86_64: add KASan support | Andrey Ryabinin | 2015-02-14 | 14 | -4/+287 | |
* | | | | | | | | | | | | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-14 | 3 | -36/+21 | |
* | | | | | | | | | | | | Revert "x86/apic: Only disable CPU x2apic mode when necessary" | Linus Torvalds | 2015-02-13 | 1 | -2/+1 | |
* | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-02-13 | 18 | -432/+1739 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | KVM: x86: fix build with !CONFIG_SMP | Radim Krčmář | 2015-02-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | | KVM: x86: emulate: correct page fault error code for NoWrite instructions | Paolo Bonzini | 2015-02-09 | 1 | -1/+2 | |
| * | | | | | | | | | | | | kvm: add halt_poll_ns module parameter | Paolo Bonzini | 2015-02-06 | 2 | -0/+2 | |
| * | | | | | | | | | | | | kvm: remove KVM_MMIO_SIZE | Tiejun Chen | 2015-02-05 | 1 | -2/+0 | |
| * | | | | | | | | | | | | KVM: nVMX: Enable nested posted interrupt processing | Wincy Van | 2015-02-03 | 3 | -7/+161 | |
| * | | | | | | | | | | | | KVM: nVMX: Enable nested virtual interrupt delivery | Wincy Van | 2015-02-03 | 1 | -2/+65 | |
| * | | | | | | | | | | | | KVM: nVMX: Enable nested apic register virtualization | Wincy Van | 2015-02-03 | 1 | -4/+35 | |
| * | | | | | | | | | | | | KVM: nVMX: Make nested control MSRs per-cpu | Wincy Van | 2015-02-03 | 1 | -86/+129 | |
| * | | | | | | | | | | | | KVM: nVMX: Enable nested virtualize x2apic mode | Wincy Van | 2015-02-03 | 1 | -2/+112 | |
| * | | | | | | | | | | | | KVM: nVMX: Prepare for using hardware MSR bitmap | Wincy Van | 2015-02-03 | 1 | -11/+66 | |
| * | | | | | | | | | | | | KVM: x86: revert "add method to test PIR bitmap vector" | Marcelo Tosatti | 2015-02-02 | 2 | -15/+0 | |
| * | | | | | | | | | | | | KVM: x86: fix lapic_timer_int_injected with APIC-v | Marcelo Tosatti | 2015-02-02 | 1 | -6/+6 | |
| * | | | | | | | | | | | | kvm: vmx: fix oops with explicit flexpriority=0 option | Paolo Bonzini | 2015-01-30 | 1 | -7/+7 | |
| * | | | | | | | | | | | | KVM: x86: fix x2apic logical address matching | Radim Krčmář | 2015-01-30 | 1 | -1/+2 | |
| * | | | | | | | | | | | | KVM: x86: replace 0 with APIC_DEST_PHYSICAL | Radim Krčmář | 2015-01-30 | 1 | -4/+2 |