| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-02 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2012-09-17 | 1 | -0/+3 |
| |\ |
|
| | * | ACPI: Add fixups for AMD P-state figures | Matthew Garrett | 2012-09-09 | 1 | -0/+1 |
| | * | acpi-cpufreq: Add support for modern AMD CPUs | Matthew Garrett | 2012-09-09 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -0/+34 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 19 | -74/+98 |
| |\ \ \ |
|
| * | | | | x86: bpf_jit_comp: add XOR instruction for BPF JIT | Daniel Borkmann | 2012-09-24 | 1 | -0/+9 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-15 | 18 | -145/+190 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86 bpf_jit: support MOD operation | Eric Dumazet | 2012-09-10 | 1 | -0/+25 |
* | | | | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 30 | -115/+405 |
|\ \ \ \ \ |
|
| * | | | | | x86, smep, smap: Make the switching functions one-way | H. Peter Anvin | 2012-09-27 | 1 | -31/+18 |
| * | | | | | x86, suspend: On wakeup always initialize cr4 and EFER | H. Peter Anvin | 2012-09-26 | 3 | -15/+31 |
| * | | | | | x86-32: Start out eflags and cr4 clean | H. Peter Anvin | 2012-09-26 | 1 | -15/+16 |
| * | | | | | x86, smap: Do not abuse the [f][x]rstor_checking() functions for user space | H. Peter Anvin | 2012-09-25 | 2 | -3/+20 |
| * | | | | | Merge branch 'x86/fpu' into x86/smap | H. Peter Anvin | 2012-09-21 | 26 | -938/+813 |
| |\ \ \ \ \ |
|
| * | | | | | | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entry | H. Peter Anvin | 2012-09-21 | 1 | -0/+26 |
| * | | | | | | x86, smap: Reduce the SMAP overhead for signal handling | H. Peter Anvin | 2012-09-21 | 3 | -23/+27 |
| * | | | | | | x86, smap: A page fault due to SMAP is an oops | H. Peter Anvin | 2012-09-21 | 1 | -0/+18 |
| * | | | | | | x86, smap: Turn on Supervisor Mode Access Prevention | H. Peter Anvin | 2012-09-21 | 1 | -0/+26 |
| * | | | | | | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 2012-09-21 | 14 | -32/+106 |
| * | | | | | | x86, uaccess: Merge prototypes for clear_user/__clear_user | H. Peter Anvin | 2012-09-21 | 3 | -6/+3 |
| * | | | | | | x86, smap: Add a header file with macros for STAC/CLAC | H. Peter Anvin | 2012-09-21 | 2 | -0/+102 |
| * | | | | | | x86, alternative: Add header guards to <asm/alternative-asm.h> | H. Peter Anvin | 2012-09-21 | 1 | -0/+5 |
| * | | | | | | x86, alternative: Use .pushsection/.popsection | H. Peter Anvin | 2012-09-21 | 2 | -18/+18 |
| * | | | | | | x86, smap: Add CR4 bit for SMAP | H. Peter Anvin | 2012-09-21 | 1 | -0/+1 |
| * | | | | | | x86-32, mm: The WP test should be done on a kernel page | H. Peter Anvin | 2012-09-21 | 1 | -1/+1 |
* | | | | | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-10-01 | 2 | -7/+1 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'pci/yinghai-misc' into next | Bjorn Helgaas | 2012-09-24 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86/PCI: Clear host bridge aperture struct resource | Yinghai Lu | 2012-09-21 | 1 | -2/+1 |
| * | | | | | | | | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2012-09-18 | 1 | -5/+0 |
| * | | | | | | | | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 2012-09-18 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2012-10-01 | 5 | -184/+273 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, microcode, AMD: Fix use after free in free_cache() | Dan Carpenter | 2012-09-19 | 1 | -2/+2 |
| * | | | | | | | | x86, microcode, AMD: Rewrite patch application procedure | Borislav Petkov | 2012-08-22 | 1 | -115/+121 |
| * | | | | | | | | x86, microcode, AMD: Add a small, per-family patches cache | Borislav Petkov | 2012-08-22 | 1 | -1/+66 |
| * | | | | | | | | x86, microcode, AMD: Add reverse equiv table search | Borislav Petkov | 2012-08-22 | 1 | -16/+30 |
| * | | | | | | | | x86, microcode: Add a refresh firmware flag to ->request_microcode_fw | Borislav Petkov | 2012-08-22 | 4 | -9/+12 |
| * | | | | | | | | x86, microcode, AMD: Read CPUID(1).EAX on the correct cpu | Borislav Petkov | 2012-08-22 | 1 | -6/+6 |
| * | | | | | | | | x86, microcode, AMD: Check before applying a patch | Borislav Petkov | 2012-08-22 | 1 | -3/+10 |
| * | | | | | | | | x86, microcode, AMD: Remove useless get_ucode_data wrapper | Borislav Petkov | 2012-08-22 | 2 | -8/+2 |
| * | | | | | | | | x86, microcode: Straighten out Kconfig text | Borislav Petkov | 2012-08-22 | 1 | -10/+10 |
| * | | | | | | | | x86, microcode: Cleanup cpu hotplug notifier callback | Borislav Petkov | 2012-08-22 | 1 | -9/+16 |
| * | | | | | | | | x86, microcode: Drop uci->mc check on resume path | Borislav Petkov | 2012-08-22 | 1 | -11/+5 |
| * | | | | | | | | x86, microcode: Save an indentation level in reload_for_cpu | Borislav Petkov | 2012-08-22 | 1 | -10/+9 |
* | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-10-01 | 6 | -32/+20 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86: Document x86_init.paging.pagetable_init() | Attilio Rao | 2012-09-12 | 1 | -1/+4 |
| * | | | | | | | | | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() | Attilio Rao | 2012-09-12 | 6 | -20/+4 |
| * | | | | | | | | | x86: Move paging_init() call to x86_init.paging.pagetable_init() | Attilio Rao | 2012-09-12 | 5 | -3/+3 |
| * | | | | | | | | | x86: Rename pagetable_setup_start() to pagetable_init() | Attilio Rao | 2012-09-12 | 6 | -11/+11 |
| * | | | | | | | | | x86: Remove base argument from x86_init.paging.pagetable_setup_start | Attilio Rao | 2012-09-12 | 6 | -9/+10 |
| | |/ / / / / / /
| |/| | | | | | | |
|