summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-05genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=nKefeng Wang
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04acct_on(): don't mess with freeze protectionAl Viro
2019-04-04cgroup: remove extra cgroup_migrate_finish() callShakeel Butt
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)
2019-04-04bpf: increase verifier log limitAlexei Starovoitov
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-04-03sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing
2019-04-03sched/core: Annotate perf_domain pointer with __rcuJoel Fernandes (Google)
2019-04-03sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)
2019-04-03sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcuJoel Fernandes (Google)
2019-04-03locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra
2019-04-03x86/uaccess, kcov: Disable stack protectorPeter Zijlstra
2019-04-03x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-04-03ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra
2019-04-03perf/core: Make perf_swevent_init_cpu() staticValdis Kletnieks
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi
2019-04-02tracing: Add tracing error logTom Zanussi
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi
2019-04-02ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing
2019-04-02cpu/hotplug: Create SMT sysfs interface for all archesJosh Poimboeuf
2019-04-02PM / sleep: Measure the time of filesystems syncingHarry Pan
2019-04-02PM / sleep: Refactor filesystems sync to reduce duplicationHarry Pan
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov
2019-03-28kallsyms: store type information in its own arrayEugene Loh
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner