| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 29 | -3266/+12 |
|\ |
|
| * | x86, platforms: Remove NUMAQ | H. Peter Anvin | 2014-02-27 | 11 | -908/+9 |
| * | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 17 | -1028/+2 |
| * | x86, apic: Remove support for IBM Summit/EXA chipset | David Rientjes | 2014-02-12 | 3 | -579/+9 |
| * | x86, apic: Remove support for ia32-based Unisys ES7000 | David Rientjes | 2014-02-12 | 4 | -761/+2 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-02 | 27 | -497/+582 |
|\ \ |
|
| * | | x86, vdso: Fix the symbol versions on the 32-bit vDSO | Andy Lutomirski | 2014-03-30 | 1 | -3/+7 |
| * | | x86, vdso, build: Don't rebuild 32-bit vdsos on every make | Andy Lutomirski | 2014-03-26 | 1 | -1/+1 |
| * | | x86, vdso: Actually discard the .discard sections | H. Peter Anvin | 2014-03-25 | 1 | -0/+5 |
| * | | x86, vdso: Fix size of get_unmapped_area() | Stefani Seibold | 2014-03-24 | 1 | -1/+3 |
| * | | x86, vdso: Finish removing VDSO32_PRELINK | Andy Lutomirski | 2014-03-21 | 1 | -2/+0 |
| * | | x86, vdso: Move more vdso definitions into vdso.h | Andy Lutomirski | 2014-03-21 | 7 | -41/+41 |
| * | | x86: Load the 32-bit vdso in place, just like the 64-bit vdsos | Andy Lutomirski | 2014-03-20 | 7 | -91/+70 |
| * | | x86, vdso32: handle 32 bit vDSO larger one page | Stefani Seibold | 2014-03-18 | 1 | -7/+15 |
| * | | x86, vdso32: Disable stack protector, adjust optimizations | H. Peter Anvin | 2014-03-18 | 1 | -0/+3 |
| * | | x86, vdso: Zero-pad the VVAR page | Andy Lutomirski | 2014-03-18 | 1 | -0/+5 |
| * | | x86, vdso: Add 32 bit VDSO time support for 64 bit kernel | Stefani Seibold | 2014-03-18 | 5 | -67/+155 |
| * | | x86, vdso: Add 32 bit VDSO time support for 32 bit kernel | Stefani Seibold | 2014-03-18 | 8 | -11/+178 |
| * | | x86, vdso: Patch alternatives in the 32-bit VDSO | Andy Lutomirski | 2014-03-18 | 4 | -15/+26 |
| * | | x86, vdso: Introduce VVAR marco for vdso32 | Stefani Seibold | 2014-03-18 | 1 | -2/+12 |
| * | | x86, vdso: Cleanup __vdso_gettimeofday() | Stefani Seibold | 2014-03-18 | 1 | -5/+2 |
| * | | x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro | Stefani Seibold | 2014-03-18 | 1 | -3/+3 |
| * | | x86, vdso: __vdso_clock_gettime() cleanup | Stefani Seibold | 2014-03-18 | 1 | -13/+14 |
| * | | x86, vdso: Revamp vclock_gettime.c | Stefani Seibold | 2014-03-18 | 1 | -43/+42 |
| * | | x86, vdso: Make vsyscall_gtod_data handling x86 generic | Stefani Seibold | 2014-03-18 | 10 | -63/+72 |
| * | | x86, vdso, xen: Remove stray reference to FIX_VDSO | H. Peter Anvin | 2014-03-14 | 1 | -1/+0 |
| * | | x86_32, mm: Remove user bit from identity map PDE | Andy Lutomirski | 2014-03-14 | 1 | -6/+1 |
| * | | x86, vdso: Remove compat vdso support | Andy Lutomirski | 2014-03-14 | 7 | -237/+42 |
* | | | Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds | 2014-04-02 | 10 | -62/+88 |
|\ \ \ |
|
| * | | | x86, boot: Move memset() definition in compressed/string.c | Vivek Goyal | 2014-03-19 | 2 | -13/+17 |
| * | | | x86, boot: Move memcmp() into string.h and string.c | Vivek Goyal | 2014-03-19 | 4 | -19/+16 |
| * | | | x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.c | Vivek Goyal | 2014-03-19 | 2 | -30/+34 |
| * | | | x86, boot: Create a separate string.h file to provide standard string functions | Vivek Goyal | 2014-03-19 | 7 | -5/+24 |
| * | | | x86, boot: Undef memcmp before providing a new definition | Vivek Goyal | 2014-03-19 | 1 | -0/+2 |
* | | | | Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-04-02 | 4 | -74/+25 |
|\ \ \ \ |
|
| * | | | | sched: remove unused SCHED_INIT_NODE | Vincent Guittot | 2014-03-19 | 1 | -27/+0 |
| * | | | | metag: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-03-18 | 1 | -27/+21 |
| * | | | | metag: Fix METAG Kconfig symbol select ordering | James Hogan | 2014-03-18 | 1 | -1/+1 |
| * | | | | metag: Use irq_set_affinity instead of homebrewn code | Thomas Gleixner | 2014-03-17 | 1 | -19/+3 |
| |/ / / |
|
* | | | | x86: Fix dumpstack_64 irq stack handling | Steven Rostedt (Red Hat) | 2014-04-02 | 1 | -9/+10 |
* | | | | x86: Fix dumpstack_64 to keep state of "used" variable in loop | Steven Rostedt (Red Hat) | 2014-04-02 | 1 | -5/+5 |
* | | | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-04-02 | 11 | -44/+0 |
|\ \ \ \ |
|
| * \ \ \ | Merge 3.14-rc6 into usb-next | Greg Kroah-Hartman | 2014-03-12 | 45 | -100/+263 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge 3.14-rc5 into usb-next | Greg Kroah-Hartman | 2014-03-03 | 44 | -470/+598 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 3.14-rc4 into usb-next | Greg Kroah-Hartman | 2014-02-25 | 70 | -302/+344 |
| |\ \ \ \ \ |
|
| * | | | | | | usb: host: remove selects of USB_ARCH_HAS_?HCI | Paul Bolle | 2014-02-18 | 11 | -44/+0 |
* | | | | | | | Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-04-02 | 3 | -34/+24 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge 3.14-rc5 into tty-next | Greg Kroah-Hartman | 2014-03-03 | 44 | -470/+598 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | serial: imx: Remove init() and exit() platform callbacks | Alexander Shiyan | 2014-03-01 | 1 | -16/+5 |
| * | | | | | | | Merge 3.14-rc4 into tty-next | Greg Kroah-Hartman | 2014-02-25 | 70 | -302/+344 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|