summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-154/+246
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-35/+338
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann-4/+5
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann-46/+135
2019-11-02bpf: Make use of probe_user_write in probe write helperDaniel Borkmann-4/+2
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-13/+53
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel-48/+0
2019-11-02bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski-0/+17
2019-11-02xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel-32/+23
2019-11-01kexec: Fix pointer-to-int-cast warningsHelge Deller-2/+2
2019-11-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+11
2019-11-01livepatch: Allow to distinguish different version of system state changesPetr Mladek-0/+53
2019-11-01livepatch: Basic API to track system state changesPetr Mladek-1/+84
2019-11-01livepatch: Keep replaced patches until post_patch callback is calledPetr Mladek-18/+35
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne-7/+6
2019-10-31bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel-2/+5
2019-10-31Add wake_up_interruptible_sync_poll_locked()David Howells-0/+23
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov-21/+63
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-67/+114
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov-3/+0
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich-2/+2
2019-10-30kernel: dma-contiguous: mark CMA parameters __initdata/__initconstShyam Saini-4/+5
2019-10-30dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet-0/+1
2019-10-30dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin-7/+9
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney-67/+114
2019-10-30bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney-2/+2
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney-0/+2
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter-1/+1
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)-0/+1
2019-10-30workqueue: Convert for_each_wq to use built-in list checkJoel Fernandes (Google)-8/+2
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot-3/+3
2019-10-30bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov-0/+5
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe-4/+12
2019-10-29locking/mutex: Complain upon mutex API misuse in IRQ contextsDavidlohr Bueso-0/+4
2019-10-29futex: Drop leftover wake_q_add() commentDavidlohr Bueso-1/+1
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker-0/+82
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker-2/+2
2019-10-29context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker-3/+3
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker-7/+11
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker-5/+8
2019-10-29sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker-0/+3
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi-1/+14
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider-1/+5
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider-2/+6
2019-10-28export: avoid code duplication in include/linux/export.hMasahiro Yamada-1/+1
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney-5/+5
2019-10-28rcu: Confine ->core_needs_qs accesses to the corresponding CPUPaul E. McKenney-4/+4
2019-10-28rcu: Reset CPU hints when reporting a quiescent stateJoel Fernandes (Google)-7/+10
2019-10-28rcu: Force nohz_full tick on upon irq enter instead of exitPaul E. McKenney-6/+5
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney-7/+32