summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cpuset: Add documentation about the new "cpuset.sched.partition" flagWaiman Long2018-11-081-0/+73
| * | | cpuset: Use descriptive text when reading/writing cpuset.sched.partitionWaiman Long2018-11-081-7/+51
| * | | cpuset: Expose cpus.effective and mems.effective on cgroup v2 rootWaiman Long2018-11-082-4/+2
| * | | cpuset: Make generate_sched_domains() work with partitionWaiman Long2018-11-081-7/+27
| * | | cpuset: Make CPU hotplug work with partitionWaiman Long2018-11-081-15/+116
| * | | cpuset: Track cpusets that use parent's effective_cpusWaiman Long2018-11-081-1/+70
| * | | cpuset: Add an error state to cpuset.sched.partitionWaiman Long2018-11-081-24/+129
| * | | cpuset: Add new v2 cpuset.sched.partition flagWaiman Long2018-11-081-13/+352
| * | | cpuset: Simply allocation and freeing of cpumasksWaiman Long2018-11-081-33/+77
| * | | cpuset: Define data structures to support scheduling partitionWaiman Long2018-11-081-0/+37
| * | | cpuset: Enable cpuset controller in default hierarchyWaiman Long2018-11-082-8/+149
| * | | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1
| | |/ | |/|
* | | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2018-12-291-2/+3
|\ \ \
| * | | percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou2018-12-181-2/+3
* | | | Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-12-2944-1256/+1117
|\ \ \ \
| * | | | xtensa: implement jump_label supportMax Filippov2018-12-205-1/+167
| * | | | xtensa: implement syscall tracepointsMax Filippov2018-12-177-3/+23
| * | | | xtensa: implement tracehook functions and enable HAVE_ARCH_TRACEHOOKMax Filippov2018-12-172-1/+80
| * | | | xtensa: enable CORE_DUMP_USE_REGSETMax Filippov2018-12-172-51/+1
| * | | | xtensa: implement TIE regsetMax Filippov2018-12-171-78/+87
| * | | | xtensa: implement task_user_regset_viewMax Filippov2018-12-173-80/+129
| * | | | xtensa: call do_syscall_trace_{enter,leave} selectivelyMax Filippov2018-12-173-12/+20
| * | | | xtensa: use NO_SYSCALL instead of -1Max Filippov2018-12-174-6/+8
| * | | | xtensa: define syscall_get_arch()Dmitry V. Levin2018-12-172-0/+8
| * | | | Move EM_XTENSA to uapi/linux/elf-em.hDmitry V. Levin2018-12-172-1/+2
| * | | | xtensa: support memtestMax Filippov2018-12-171-0/+3
| * | | | xtensa: don't use l32r opcode directlyMax Filippov2018-12-054-31/+24
| * | | | xtensa: xtfpga.dtsi: fix dtc warnings about SPIMax Filippov2018-12-051-1/+1
| * | | | xtensa: don't clear cpenable unconditionally on releaseMax Filippov2018-12-041-1/+2
| * | | | xtensa: simplify coprocessor.SMax Filippov2018-12-041-18/+18
| * | | | xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov2018-12-0411-70/+51
| * | | | xtensa: drop unused declarations from elf.hMax Filippov2018-12-031-11/+0
| * | | | xtensa: clean up syscall.hMax Filippov2018-12-031-13/+6
| * | | | xtensa: drop unused coprocessor helper functionsMax Filippov2018-12-032-68/+3
| * | | | xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA}Max Filippov2018-12-031-10/+0
| * | | | xtensa: drop unused field from the struct exc_tableMax Filippov2018-12-032-4/+0
| * | | | xtensa: drop fast_syscall_kernelMax Filippov2018-12-032-21/+0
| * | | | xtensa: generate uapi header and syscall table header filesFiroz Khan2018-12-035-783/+10
| * | | | xtensa: add system call table generation supportFiroz Khan2018-12-034-0/+480
| * | | | xtensa: add __NR_syscalls along with __NR_syscall_countFiroz Khan2018-12-033-4/+6
* | | | | Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-2965-89/+4441
|\ \ \ \ \
| * | | | | nds32: support hardware prefetcherNylon Chen2018-11-224-1/+21
| * | | | | nds32: Fix the items of hwcap_str ordering issue.Nylon Chen2018-11-221-1/+2
| * | | | | math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warningVincent Chen2018-11-221-1/+1
| * | | | | math-emu/op-2.h: Use statement expressions to prevent negative constant shiftVincent Chen2018-11-221-52/+47
| * | | | | nds32: support denormalized result through FP emulatorVincent Chen2018-11-2211-4/+125
| * | | | | nds32: Support FP emulationVincent Chen2018-11-2224-5/+1064
| * | | | | nds32: nds32 FPU portVincent Chen2018-11-2217-16/+589
| * | | | | nds32: Remove duplicated include from pm.cYueHaibing2018-11-061-1/+0
| * | | | | nds32: Power management for nds32Nick Hu2018-11-066-1/+261