summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas
2019-11-08ftrace: Separate out functionality from ftrace_location_range()Steven Rostedt (VMware)
2019-11-08ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()Steven Rostedt (VMware)
2019-11-07bpf: Add array support to btf_struct_accessMartin KaFai Lau
2019-11-07dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig
2019-11-07dma-direct: remove __dma_direct_free_pagesChristoph Hellwig
2019-11-07cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang
2019-11-07cpufreq: Initialize the governors in core_initcallAmit Kucheria
2019-11-06bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau
2019-11-07bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter
2019-11-06hrtimer: Annotate lockless access to timer->stateEric Dumazet
2019-11-06cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland
2019-11-06ftrace: add ftrace_init_nop()Mark Rutland
2019-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-05Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-05clone3: validate stack argumentsChristian Brauner
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang
2019-11-04timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen
2019-11-04stacktrace: Don't skip first entry on noncurrent tasksJiri Slaby
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes
2019-11-04cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann
2019-11-02bpf: Make use of probe_user_write in probe write helperDaniel Borkmann
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel
2019-11-02bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski
2019-11-02xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel
2019-11-01kexec: Fix pointer-to-int-cast warningsHelge Deller
2019-11-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-01livepatch: Allow to distinguish different version of system state changesPetr Mladek
2019-11-01livepatch: Basic API to track system state changesPetr Mladek
2019-11-01livepatch: Keep replaced patches until post_patch callback is calledPetr Mladek
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel
2019-10-31Add wake_up_interruptible_sync_poll_locked()David Howells
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich
2019-10-30kernel: dma-contiguous: mark CMA parameters __initdata/__initconstShyam Saini
2019-10-30dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet