Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2013-07-11 | 2 | -4/+66 |
|\ | |||||
| * | x86, mcheck, therm_throt: Process package thresholds | Srinivas Pandruvada | 2013-06-13 | 2 | -4/+66 |
* | | Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-07-10 | 1 | -2/+9 |
|\ \ | |||||
| * | | KVM: VMX: mark unusable segment as nonpresent | Gleb Natapov | 2013-07-04 | 1 | -2/+9 |
* | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-07-10 | 2 | -4/+0 |
|\ \ \ | |||||
| * | | | mm: remove free_area_cache | Michel Lespinasse | 2013-07-10 | 2 | -4/+0 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-10 | 1 | -3/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | perf/x86/amd: Do not print an error when the device is not present | Peter Zijlstra | 2013-07-05 | 1 | -3/+1 |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-07-10 | 1 | -11/+18 |
|\ \ \ \ | |||||
| * | | | | x86/tracing: Add irq_enter/exit() in smp_trace_reschedule_interrupt() | Seiji Aguchi | 2013-07-02 | 1 | -11/+18 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-09 | 1 | -17/+44 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-07-03 | 15 | -51/+71 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 8 | -185/+78 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-06 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-05 | 11 | -29/+102 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-05-24 | 6 | -14/+28 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | x86: bpf_jit_comp: secure bpf jit against spraying attacks | Eric Dumazet | 2013-05-19 | 1 | -6/+47 |
| * | | | | | | | | | | x86: bpf_jit_comp: can call module_free() from any context | Eric Dumazet | 2013-05-17 | 1 | -17/+3 |
* | | | | | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-07-09 | 3 | -1/+87 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'core/mutexes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Dave Airlie | 2013-06-27 | 2 | -14/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v3.10-rc7' into drm-next | Dave Airlie | 2013-06-27 | 31 | -260/+243 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed | Andy Lutomirski | 2013-05-31 | 3 | -1/+87 |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | arm: add support for LZ4-compressed kernel | Kyungsik Lee | 2013-07-09 | 3 | -1/+10 |
* | | | | | | | | | | | | | reboot: move arch/x86 reboot= handling to generic kernel | Robin Holt | 2013-07-09 | 3 | -121/+4 |
* | | | | | | | | | | | | | reboot: x86: prepare reboot_mode for moving to generic kernel code | Robin Holt | 2013-07-09 | 1 | -5/+7 |
* | | | | | | | | | | | | | ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis... | Oleg Nesterov | 2013-07-09 | 1 | -0/+3 |
* | | | | | | | | | | | | | ptrace/x86: cleanup ptrace_set_debugreg() | Oleg Nesterov | 2013-07-09 | 1 | -18/+8 |
* | | | | | | | | | | | | | ptrace/x86: ptrace_write_dr7() should create bp if !disabled | Oleg Nesterov | 2013-07-09 | 1 | -7/+10 |
* | | | | | | | | | | | | | ptrace/x86: introduce ptrace_register_breakpoint() | Oleg Nesterov | 2013-07-09 | 1 | -36/+50 |
* | | | | | | | | | | | | | ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7() | Oleg Nesterov | 2013-07-09 | 1 | -33/+20 |
* | | | | | | | | | | | | | ptrace/x86: simplify the "disable" logic in ptrace_write_dr7() | Oleg Nesterov | 2013-07-09 | 1 | -25/+15 |
* | | | | | | | | | | | | | ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints" | Oleg Nesterov | 2013-07-09 | 1 | -23/+5 |
* | | | | | | | | | | | | | mm/pgtable: don't accumulate addr during pgd prepopulate pmd | Wanpeng Li | 2013-07-09 | 1 | -3/+1 |
* | | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-06 | 9 | -48/+75 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'timers/posix-cpu-timers-for-tglx' of | Thomas Gleixner | 2013-07-04 | 34 | -271/+258 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | x86: xen: Sync the CMOS RTC as well as the Xen wallclock | David Vrabel | 2013-06-28 | 1 | -19/+26 |
| * | | | | | | | | | | | | | x86: xen: Sync the wallclock when the system time is set | David Vrabel | 2013-06-28 | 1 | -0/+28 |
| * | | | | | | | | | | | | | x86: Fix vrtc_get_time/set_mmss to use new timespec interface | John Stultz | 2013-05-29 | 2 | -7/+8 |
| * | | | | | | | | | | | | | x86: Increase precision of x86_platform.get/set_wallclock() | David Vrabel | 2013-05-28 | 7 | -39/+30 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-07-06 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | irqdomain: Refactor irq_domain_associate_many() | Grant Likely | 2013-06-24 | 1 | -3/+1 |
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-07-05 | 14 | -2386/+1016 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto | Herbert Xu | 2013-06-21 | 3 | -18/+34 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish... | Jussi Kivilinna | 2013-06-21 | 5 | -1216/+2 |
| * | | | | | | | | | | | | | | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" | Jussi Kivilinna | 2013-06-21 | 5 | -1089/+24 |
| * | | | | | | | | | | | | | | crypto: camellia-aesni-avx2 - tune assembly code for more performance | Jussi Kivilinna | 2013-06-21 | 1 | -71/+89 |
| * | | | | | | | | | | | | | | crypto: sha256_ssse3 - add sha224 support | Jussi Kivilinna | 2013-05-28 | 1 | -5/+52 |
| * | | | | | | | | | | | | | | crypto: sha512_ssse3 - add sha384 support | Jussi Kivilinna | 2013-05-28 | 1 | -5/+53 |
| * | | | | | | | | | | | | | | crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry... | Tim Chen | 2013-05-24 | 2 | -0/+153 |
| * | | | | | | | | | | | | | | crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instru... | Tim Chen | 2013-05-20 | 1 | -0/+643 |
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |