summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-1818-21/+21
* sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai2014-04-181-2/+2
* sched/wait: Explain the shadowing and type inconsistenciesPeter Zijlstra2014-04-181-1/+13
* sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra2014-04-181-1/+6
* sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-173-5/+16
* sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2014-04-112-6/+16
* Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-0247-8806/+15
|\
| * x86, platforms: Remove NUMAQH. Peter Anvin2014-02-2711-908/+9
| * x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-2733-6454/+5
| * x86, apic: Remove support for IBM Summit/EXA chipsetDavid Rientjes2014-02-115-693/+9
| * x86, apic: Remove support for ia32-based Unisys ES7000David Rientjes2014-02-114-761/+2
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-027-99/+77
|\ \
| * | compat: Fix sparse address space warningsH. Peter Anvin2014-02-021-2/+2
| * | compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-027-97/+75
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-0230-507/+617
|\ \ \
| * | | x86, vdso: Fix the symbol versions on the 32-bit vDSOAndy Lutomirski2014-03-301-3/+7
| * | | x86, vdso, build: Don't rebuild 32-bit vdsos on every makeAndy Lutomirski2014-03-251-1/+1
| * | | x86, vdso: Actually discard the .discard sectionsH. Peter Anvin2014-03-251-0/+5
| * | | x86, vdso: Fix size of get_unmapped_area()Stefani Seibold2014-03-241-1/+3
| * | | x86, vdso: Finish removing VDSO32_PRELINKAndy Lutomirski2014-03-201-2/+0
| * | | x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski2014-03-207-41/+41
| * | | x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski2014-03-207-91/+70
| * | | x86, vdso32: handle 32 bit vDSO larger one pageStefani Seibold2014-03-181-7/+15
| * | | x86, vdso32: Disable stack protector, adjust optimizationsH. Peter Anvin2014-03-181-0/+3
| * | | x86, vdso: Zero-pad the VVAR pageAndy Lutomirski2014-03-181-0/+5
| * | | x86, vdso: Add 32 bit VDSO time support for 64 bit kernelStefani Seibold2014-03-185-67/+155
| * | | x86, vdso: Add 32 bit VDSO time support for 32 bit kernelStefani Seibold2014-03-188-11/+178
| * | | x86, vdso: Patch alternatives in the 32-bit VDSOAndy Lutomirski2014-03-184-15/+26
| * | | x86, vdso: Introduce VVAR marco for vdso32Stefani Seibold2014-03-181-2/+12
| * | | x86, vdso: Cleanup __vdso_gettimeofday()Stefani Seibold2014-03-181-5/+2
| * | | x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macroStefani Seibold2014-03-181-3/+3
| * | | x86, vdso: __vdso_clock_gettime() cleanupStefani Seibold2014-03-181-13/+14
| * | | x86, vdso: Revamp vclock_gettime.cStefani Seibold2014-03-181-43/+42
| * | | mm: Add new func _install_special_mapping() to mmap.cStefani Seibold2014-03-182-4/+19
| * | | x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-1810-63/+72
| * | | x86, vdso, xen: Remove stray reference to FIX_VDSOH. Peter Anvin2014-03-131-1/+0
| * | | x86_32, mm: Remove user bit from identity map PDEAndy Lutomirski2014-03-131-6/+1
| * | | x86, vdso: Remove compat vdso supportAndy Lutomirski2014-03-138-243/+58
* | | | Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-04-0210-62/+88
|\ \ \ \
| * | | | x86, boot: Move memset() definition in compressed/string.cVivek Goyal2014-03-192-13/+17
| * | | | x86, boot: Move memcmp() into string.h and string.cVivek Goyal2014-03-194-19/+16
| * | | | x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal2014-03-192-30/+34
| * | | | x86, boot: Create a separate string.h file to provide standard string functionsVivek Goyal2014-03-197-5/+24
| * | | | x86, boot: Undef memcmp before providing a new definitionVivek Goyal2014-03-191-0/+2
* | | | | Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-024-74/+25
|\ \ \ \ \
| * | | | | sched: remove unused SCHED_INIT_NODEVincent Guittot2014-03-191-27/+0
| * | | | | metag: Use get_signal() signal_setup_done()Richard Weinberger2014-03-181-27/+21
| * | | | | metag: Fix METAG Kconfig symbol select orderingJames Hogan2014-03-181-1/+1
| * | | | | metag: Use irq_set_affinity instead of homebrewn codeThomas Gleixner2014-03-171-19/+3
| |/ / / /
* | | | | x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)2014-04-021-9/+10
OpenPOWER on IntegriCloud