summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig
2020-10-06dma-contiguous: remove dev_set_cma_areaChristoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-10-06cma: decrease CMA_ALIGNMENT lower limit to 2Paul Cercueil
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi
2020-10-05tracing: Save normal string variablesTom Zanussi
2020-10-05tracing: Fix parse_synth_field() error handlingTom Zanussi
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi
2020-10-06bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-10-05PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-10-05bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook
2020-10-05module: Call security_kernel_post_load_data()Kees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang
2020-10-05tracing: Add flag to control different tracesTingwei Zhang
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov
2020-10-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev
2020-10-02taskstats: move specifying netlink policy back to opsJakub Kicinski
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce pseudo_btf_idHao Luo
2020-10-02static_call: Fix return type of static_call_initNathan Chancellor
2020-10-02tracepoint: Fix out of sync data passing by static callerSteven Rostedt (VMware)
2020-10-02ftrace: Fix some typos in commentQiujun Huang
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann
2020-09-30cgroup: Zero sized write should be no-opJouni Roivas
2020-09-30cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang
2020-09-30printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness
2020-09-30printk: avoid and/or handle record truncationJohn Ogness