summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2019-10-30dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-30bpf/cgroup: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-30rcu: Suppress levelspread uninitialized messagesPaul E. McKenney
2019-10-30rcu: Fix uninitialized variable in nocb_gp_wait()Dan Carpenter
2019-10-30rcu: Ensure that ->rcu_urgent_qs is set before resched IPIJoel Fernandes (Google)
2019-10-30workqueue: Convert for_each_wq to use built-in list checkJoel Fernandes (Google)
2019-10-30rcu: Several rcu_segcblist functions can be statickbuild test robot
2019-10-30bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe
2019-10-29locking/mutex: Complain upon mutex API misuse in IRQ contextsDavidlohr Bueso
2019-10-29futex: Drop leftover wake_q_add() commentDavidlohr Bueso
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker
2019-10-29context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker
2019-10-29sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-10-28export: avoid code duplication in include/linux/export.hMasahiro Yamada
2019-10-28rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processingPaul E. McKenney
2019-10-28rcu: Confine ->core_needs_qs accesses to the corresponding CPUPaul E. McKenney
2019-10-28rcu: Reset CPU hints when reporting a quiescent stateJoel Fernandes (Google)
2019-10-28rcu: Force nohz_full tick on upon irq enter instead of exitPaul E. McKenney
2019-10-28rcu: Force tick on for nohz_full CPUs not reaching quiescent statesPaul E. McKenney
2019-10-28kdb: Tweak escape handling for vi usersDaniel Thompson
2019-10-28kdb: Improve handling of characters from different input sourcesDaniel Thompson
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson
2019-10-28kdb: Simplify code to fetch characters from consoleDaniel Thompson
2019-10-28kdb: Tidy up code to handle escape sequencesDaniel Thompson
2019-10-28perf/core: Optimize perf_init_event() for TYPE_SOFTWARELiang, Kan
2019-10-28perf/core: Optimize perf_init_event()Peter Zijlstra
2019-10-28perf/core: Optimize perf_install_in_event()Peter Zijlstra
2019-10-28perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-28perf/core: Start rejecting the syscall with attr.__reserved_2 setAlexander Shishkin
2019-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds