aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+3
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov2-0/+40
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-7/+5
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+39
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-09-12kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu1-1/+7
2018-09-12kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-09-12kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu1-1/+0
2018-09-12kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu1-2/+0
2018-09-12kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu1-1/+0
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song1-1/+24
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman1-4/+3
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2-3/+3
2018-09-11signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman1-3/+4
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman1-1/+1
2018-09-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman1-2/+2
2018-09-11signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman1-0/+4
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra1-0/+28
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel1-0/+1
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek1-7/+5
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)1-2/+2
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich1-2/+2
2018-09-10sched/topology: Make local variables staticzhong jiang1-2/+2
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King1-1/+1
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings1-1/+0
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt1-1/+1
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long3-28/+76
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot1-3/+0
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot1-20/+1
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen1-4/+8
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath1-0/+11
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider2-3/+9
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2-5/+5
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider1-2/+2
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider1-4/+2
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider1-1/+1
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen1-2/+49
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen3-4/+23
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2-8/+48
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen3-1/+12
2018-09-10sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen1-6/+75
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap1-0/+1
2018-09-10locking/rwsem: Exit read lock slowpath if queue empty & no writerWaiman Long1-1/+12
2018-09-10jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operationsPeter Zijlstra1-0/+5
2018-09-10Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2-3/+2
2018-09-10jump_label: Fix typo in warning messageBorislav Petkov1-1/+1