| Commit message (Expand) | Author | Age | Files | Lines |
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE | Dongsheng Yang | 2014-04-18 | 18 | -21/+21 |
* | sched/rt: Do not try to push tasks if pinned task switches to RT | Kirill V Tkhai | 2014-04-18 | 1 | -2/+2 |
* | sched/wait: Explain the shadowing and type inconsistencies | Peter Zijlstra | 2014-04-18 | 1 | -1/+13 |
* | sched: Make scale_rt_power() deal with backward clocks | Peter Zijlstra | 2014-04-18 | 1 | -1/+6 |
* | sched: Check for stop task appearance when balancing happens | Kirill Tkhai | 2014-04-17 | 3 | -5/+16 |
* | sched/numa: Fix task_numa_free() lockdep splat | Mike Galbraith | 2014-04-11 | 2 | -6/+16 |
* | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 47 | -8806/+15 |
|\ |
|
| * | 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 | 33 | -6454/+5 |
| * | x86, apic: Remove support for IBM Summit/EXA chipset | David Rientjes | 2014-02-11 | 5 | -693/+9 |
| * | x86, apic: Remove support for ia32-based Unisys ES7000 | David Rientjes | 2014-02-11 | 4 | -761/+2 |
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-02 | 7 | -99/+77 |
|\ \ |
|
| * | | compat: Fix sparse address space warnings | H. Peter Anvin | 2014-02-02 | 1 | -2/+2 |
| * | | compat: Get rid of (get|put)_compat_time(val|spec) | H. Peter Anvin | 2014-02-02 | 7 | -97/+75 |
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-02 | 30 | -507/+617 |
|\ \ \ |
|
| * | | | 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-25 | 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-20 | 1 | -2/+0 |
| * | | | x86, vdso: Move more vdso definitions into vdso.h | Andy Lutomirski | 2014-03-20 | 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 |
| * | | | mm: Add new func _install_special_mapping() to mmap.c | Stefani Seibold | 2014-03-18 | 2 | -4/+19 |
| * | | | 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-13 | 1 | -1/+0 |
| * | | | x86_32, mm: Remove user bit from identity map PDE | Andy Lutomirski | 2014-03-13 | 1 | -6/+1 |
| * | | | x86, vdso: Remove compat vdso support | Andy Lutomirski | 2014-03-13 | 8 | -243/+58 |
* | | | | 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 |