summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang
2018-09-18irq/matrix: Split out the CPU selection code into a helperDou Liyang
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-09-16signal: Pair exports with their functionsEric W. Biederman
2018-09-16signal: Remove specific_send_sig_infoEric W. Biederman
2018-09-16signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-09-12kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu
2018-09-12kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-09-12kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu
2018-09-12kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu
2018-09-12kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu
2018-09-11bpf: add bpffs pretty print for program array mapYonghong Song
2018-09-11signal: Remove SEND_SIG_FORCEDEric W. Biederman
2018-09-11signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman
2018-09-11signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman
2018-09-11signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-09-11signal: Properly deliver SIGILL from uprobesEric W. Biederman
2018-09-11signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman
2018-09-11locking/lockdep, cpu/hotplug: Annotate AP threadPeter Zijlstra
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek
2018-09-11locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endifSteven Rostedt (VMware)
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich
2018-09-10sched/topology: Make local variables staticzhong jiang
2018-09-10perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King
2018-09-10locking/lockdep: Delete unnecessary #includeBen Hutchings
2018-09-10PM / sleep: Show freezing tasks that caused a suspend abortTodd Brandt
2018-09-10locking/rwsem: Make owner store task pointer of last owning readerWaiman Long
2018-09-10sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot
2018-09-10sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra
2018-09-10sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domainsMorten Rasmussen
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider
2018-09-10sched/core: Change root_domain->overload type to intValentin Schneider
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider