index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2014-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-08-06
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2014-08-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-08-05
x86: MCE: Add raw_lock conversion again
Thomas Gleixner
2014-08-05
random: introduce getrandom(2) system call
Theodore Ts'o
2014-08-04
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-08-04
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-08-04
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-08-04
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-08-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-08-04
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-08-04
Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2014-08-04
Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...
Linus Torvalds
2014-08-04
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-08-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-08-04
Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2014-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-08-04
Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-08-02
x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show()
Dan Carpenter
2014-08-02
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-02
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
2014-08-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-07-31
x86/mm: Set TLB flush tunable to sane value (33)
Dave Hansen
2014-07-31
x86/mm: New tunable for single vs full TLB flush
Dave Hansen
2014-07-31
x86/mm: Add tracepoints for TLB flushes
Dave Hansen
2014-07-31
x86/mm: Unify remote INVLPG code
Dave Hansen
2014-07-31
x86/mm: Fix missed global TLB flush stat
Dave Hansen
2014-07-31
x86/mm: Rip out complicated, out-of-date, buggy TLB flushing
Dave Hansen
2014-07-31
x86/mm: Clean up the TLB flushing code
Dave Hansen
2014-07-31
x86/kvm: Resolve shadow warnings in macro expansion
Mark D Rustad
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-30
Merge tag 'please-pull-apei' into x86/ras
H. Peter Anvin
2014-07-30
Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2014-07-30
KVM: vmx: remove duplicate vmx_mpx_supported() prototype
Chris J Arges
2014-07-30
x86/xen: safely map and unmap grant frames when in atomic context
David Vrabel
2014-07-28
x86_64/entry/xen: Do not invoke espfix64 on Xen
Andy Lutomirski
2014-07-28
Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...
Ingo Molnar
2014-07-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-07-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-07-25
x86_64/vsyscall: Fix warn_bad_vsyscall log output
Andy Lutomirski
2014-07-25
x86/vdso: Set VM_MAYREAD for the vvar vma
Andy Lutomirski
2014-07-25
x86/pmc_atom: Expose PMC device state and platform sleep state
Li, Aubrey
2014-07-25
x86/pmc_atom: Eisable a few S0ix wake up events for S0ix residency
Li, Aubrey
2014-07-25
x86/platform: New Intel Atom SOC power management controller driver
Li, Aubrey
2014-07-25
x86/kvm: Resolve shadow warning from min macro
Mark Rustad
2014-07-24
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
2014-07-24
x86: Merge tag 'ras_urgent' into x86/urgent
H. Peter Anvin
[next]